@charset "UTF-8";
/*===========================
Project Name: KUZKA.
Author: Newvision Turkey --> (https://www.newvisionturkey.com/)
Support: https://www.harmanyayincilik.com/
Developer: Muhammet PAK & Eser ÖZYAMAN --> 
Version: 1.0


01.COMMON CSS 
02. Mixins Css
03. Header CSS
04. Home1 Banner Section CSS
05. Home1 About Section CSS
06. Home1 Partner Section CSS
07. Home1 Service Section CSS
08. Home1 Industry Section CSS
09. Home1 Banner2 Section CSS
10. Home1 Why Choose Section CSS
11. Home1 Company Growth Section CSS
12. Home1 Testimonial Section CSS
13. Home1 Blog Section CSS
14. Home1 Contact Section CSS
15. Home1 Faq Section CSS
16. Home1 Footer Section CSS
17. Home2 Banner Section CSS
18. Home2 Business Challenge Section CSS
19. Home2 Banner2 Section CSS
20. Home2 Service Section CSS
21. Home2 Business value Section CSS
22. Home2 Industry Section CSS
23. Home2 Testimonial Section CSS
24. Home2 Estimate Tax Section CSS
25. Home2 Blog Section CSS
26. Home2 Blog Section CSS
27. Home3 Banner Section CSS
28. Home3 Counter Section CSS
29. Home3 Service Section CSS
30. Home3 Banner2 Section CSS
31. Home3 Service Section CSS
32. Home3 Industry Section CSS
33. Home3 Founder Section CSS
34. Home3 Process Section CSS
35. Home3 Tax Calculation Section CSS
36. Home3 Testimonial Section CSS
37. Home3 Blog Section CSS
38. Home3 Contact Section CSS
39. Breadcrumb Section CSS
40. Blog Page CSS
41. Blog Standard Page CSS
42. Blog Details Page CSS
43. Solution Page CSS
44. Solution2 Page CSS
45. Solution Default Page CSS
46. Solution Details Page CSS
47. Industry1 Page CSS
48. Industry Default Page CSS
49. Industry Details Page CSS
50. Case Study Page CSS
51. Case Study Details Page CSS
52. Pricing Plan Page CSS
53. Terms Page CSS
54. Career Page CSS
55. Career Details Page CSS
56. Shop Details Page CSS
57. Cart Page CSS
58. Checkout Page CSS
59. Product Details Page CSS
60. People Page CSS
61. People Details Page CSS
62. About Page CSS
63. Error Page CSS
64. Webinar Event Page CSS
65. Contact Page CSS
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;550;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*===========================
  01.COMMON CSS 
===========================*/
/* 1. Google Fontu CSS Dosyasına Dahil Etme */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}


:root {
  --font-inteTight: 'Montserrat',Helvetica,Arial,sans-serif;
  --font-poppins: "Poppins", sans-serif;
  --white-color: #fff;
  --white-color-opc: 255, 255, 255;
  --black-color: #050505;
  --black-color-opc: 5, 5, 5;
  --title-color: #050505;
  --title-color-opc: 5, 5, 5;
  --text-color: #404040;
  --text-color-opc: 64, 64, 64;
  --dark-text-color: #999999;
  --primary-color1: #28c3d7;
  --primary-color1-opc: 204, 246, 100;
  --primary-color2: #193133;
  --primary-color2-opc: 25, 49, 51;
  --borders-color: #e8e8e8;
  --borders-color-opc: 232, 232, 232;
}

/*================================================
02. Mixins Css
=================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--font-poppins) !important;
  color: var(--title-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
body.corporate-consulting-home {
  background-color: #f0f0f0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-poppins);
  /*font-weight: 600;*/
  line-height: 1.4;
  color: var(--title-color);
}

h1 {
  font-size: 70px;
  line-height: 1.1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  h1 {
    font-size: 25px;
  }
}
@media (max-width: 1399px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 38px;
    line-height: 1.3;
  }
}

h2 {
  font-size: 2.5em;
  font-weight: 600;
  line-height: 1.3;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 26px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 25px;
}
@media (max-width: 576px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
  font-weight: 500;
}

p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
  }
}

input {
  border: none;
  outline: none;
}

button {
  outline: none;
  border: none;
}

i.bx {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

.pb-130 {
  padding-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-150 {
    padding-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .pb-150 {
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .pb-150 {
    padding-bottom: 80px;
  }
}

.pb-140 {
  padding-bottom: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-140 {
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}

.pt-130 {
  padding-top: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-130 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-130 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-130 {
    padding-top: 80px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-150 {
    padding-top: 120px;
  }
}
@media (max-width: 991px) {
  .pt-150 {
    padding-top: 110px;
  }
}
@media (max-width: 767px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pt-140 {
  padding-top: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-140 {
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .pt-140 {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .pt-140 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-120 {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 70px;
  }
}

.pt-100 {
  padding-top: 110px;
}
@media (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 110px;
}
@media (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pt-90 {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .pt-90 {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .pt-90 {
    padding-top: 70px;
  }
}

.pb-90 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .pb-90 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .pb-90 {
    padding-bottom: 70px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pb-80 {
    padding-bottom: 60px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-120 {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .mt-120 {
    margin-top: 90px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-150 {
    margin-top: 120px;
  }
}
@media (max-width: 991px) {
  .mt-150 {
    margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .mt-150 {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .mt-150 {
    margin-top: 80px;
  }
}

.mt-140 {
  margin-top: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mt-140 {
    margin-top: 110px;
  }
}
@media (max-width: 991px) {
  .mt-140 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .mt-140 {
    margin-top: 80px;
  }
}

.mb-110 {
  margin-bottom: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-110 {
    margin-bottom: 90px;
  }
}
@media (max-width: 991px) {
  .mb-110 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-110 {
    margin-bottom: 60px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-120 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-120 {
    margin-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mb-120 {
    margin-bottom: 70px;
  }
}

.mb-130 {
  margin-bottom: 130px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-130 {
    margin-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .mb-130 {
    margin-bottom: 90px;
  }
}

.mb-150 {
  margin-bottom: 150px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-150 {
    margin-bottom: 120px;
  }
}
@media (max-width: 991px) {
  .mb-150 {
    margin-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .mb-150 {
    margin-bottom: 100px;
  }
}
@media (max-width: 576px) {
  .mb-150 {
    margin-bottom: 80px;
  }
}

.mb-140 {
  margin-bottom: 140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-140 {
    margin-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .mb-140 {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .mb-140 {
    margin-bottom: 80px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .mb-100 {
    margin-bottom: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .mb-90 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .mb-80 {
    margin-bottom: 70px;
  }
}

.pt-70 {
  padding-top: 70px;
}
@media (max-width: 991px) {
  .pt-70 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .pt-70 {
    padding-top: 50px;
  }
}

.pt-50 {
  padding-top: 50px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pt-50 {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .pt-50 {
    padding-top: 30px;
  }
}

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

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

.pb-70 {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .pb-70 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pb-70 {
    padding-bottom: 50px;
  }
}

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

.mb-60 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .mb-60 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .mb-70 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

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

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

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

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

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

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

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

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

.mb-50 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media (max-width: 991px) {
  .mt-70 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

#magic-cursor {
  position: absolute;
  display: none;
  width: 10px;
  height: 10px;
  pointer-events: none;
  z-index: 99999;
  opacity: 0;
}

body.tt-magic-cursor #magic-cursor {
  display: block;
}

#ball {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--title-color);
  pointer-events: none;
  border-style: solid;
  border-radius: 100px;
  border-color: var(--primary-color1);
  background-color: var(--primary-color1);
  /* Note: border width handled through JS */
}

/* Ball view
============= */
#ball.ball-view {
  background-color: transparent;
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-poppins);
  line-height: 1;
  text-align: center;
  border-radius: 100px;
  /* pill shape */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  /* ✅ keep text one line */
  height: auto;
}

#ball .ball-view-inner {
  padding: 23px 40px;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  background-color: var(--white-color);
  border-radius: 100px;
  /* pill shape */
  font-size: 14px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--font-poppins);
  line-height: 1;
  text-transform: uppercase;
}

#ball .ball-view-inner i {
  font-size: 24px;
}

/* Ball drag
============= */
#ball .ball-drag {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 5px;
  font-size: 15px;
  font-weight: 600;
  color: var(--title-color);
  line-height: 1.2;
  text-align: center;
  transition: all 0.3s;
}

#ball .ball-drag::before,
#ball .ball-drag::after {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  font-size: 16px;
  color: var(--primary-color1);
  height: 10px;
  line-height: 10px;
  /* Font Awesome */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

#ball .ball-drag::before {
  content: "\f060";
  /* Font Awesome */
  left: 0;
  transform: translate3d(-30px, 0, 0);
  transition: all 0.25s;
}

#ball .ball-drag::after {
  content: "\f061";
  /* Font Awesome */
  right: 0;
  transform: translate3d(30px, 0, 0);
  transition: all 0.25s;
}

#ball.magnetic-active {
  background-image: linear-gradient(112.83deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 110.84%);
  background-color: rgba(var(--primary-color1-opc), 0.5);
  backdrop-filter: blur(1.1px);
  border-color: transparent !important;
}

/* Ball close
============== */
#ball.ball-close-enabled {
  opacity: 1 !important;
}

#ball .ball-close {
  position: absolute;
  padding: 0 5px;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color1);
  line-height: 1;
  text-align: center;
}

#scroll-btn {
  cursor: pointer;
}

#scroll-percentage {
  --progress-bg: #f8f8f8;
  position: fixed;
  right: 5px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all 200ms linear;
}
@media (max-width: 576px) {
  #scroll-percentage {
    right: 5px;
    bottom: 20px;
  }
}
#scroll-percentage.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
#scroll-percentage #scroll-percentage-value {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s;
}
#scroll-percentage .arrow {
  fill: var(--title-color);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  pointer-events: none;
  /* click div handles */
}
#scroll-percentage {
  /* when 100% -> show arrow, hide percent */
}
#scroll-percentage.is-complete #scroll-percentage-value {
  opacity: 0;
  visibility: hidden;
}
#scroll-percentage.is-complete .arrow {
  opacity: 1;
  visibility: visible;
}

.primary-btn1 {
  background-color: var(--primary-color2);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  color: var(--white-color);
  letter-spacing: 0.48px;
  line-height: 1;
  padding: 16px 22px;
  border-radius: 100px;
  position: relative;
  align-items: center;
  display: inline-flex;
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
  white-space: nowrap;
}
.primary-btn1::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition: transform 0.35s, opacity 0.35s;
  z-index: 1;
  background-color: inherit;
}
.primary-btn1 span {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.primary-btn1:hover::before {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
.primary-btn1:hover span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.35s, opacity 0.35s;
  z-index: -1;
}
.primary-btn1.transparent {
  background-color: var(--white-color);
  color: var(--title-color);
  border: 1px solid var(--borders-color);
}
.primary-btn1.two {
  background-color: var(--primary-color1);
  color: var(--title-color);
}

.primary-btn2 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 30px;
  background-color: var(--primary-color2);
  min-width: 295px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .primary-btn2 {
    padding: 20px 25px;
  }
}
.primary-btn2 svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}
.primary-btn2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
  transform: skewx(-20deg);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.35), transparent);
  z-index: -1;
}
.primary-btn2:hover::before {
  animation: shine 1.4s ease;
  animation-delay: 0.1s;
}
.primary-btn2.two {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.primary-btn2.two svg {
  fill: var(--title-color);
}

.primary-btn3 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 30px;
  background-color: var(--primary-color2);
  min-width: 295px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .primary-btn3 {
    padding: 16px 25px;
  }
}
.primary-btn3 svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.primary-btn3 span {
  position: relative;
  display: inline-block;
  padding: 0;
  transition: transform 0.3s;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
}
.primary-btn3 span::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  transition: color 0.3s;
  transform: rotateX(-90deg);
  transform-origin: 50% 0;
  text-align: center;
}
.primary-btn3:hover span {
  transform: rotateX(90deg) translateY(-12px);
}
.primary-btn3.two {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.primary-btn3.two svg {
  fill: var(--title-color);
}
.primary-btn3.white-bg {
  background-color: var(--white-color);
  color: var(--title-color);
}
.primary-btn3.white-bg svg {
  fill: var(--title-color);
}
.primary-btn3.transparent {
  background-color: transparent;
  border: 1px solid var(--borders-color);
  padding: 17px 30px;
  color: var(--title-color);
}
@media (max-width: 576px) {
  .primary-btn3.transparent {
    padding: 17px 25px;
  }
}
.primary-btn3.transparent svg {
  fill: var(--title-color);
}

@keyframes shine {
  100% {
    left: 200%;
  }
}
.select {
  margin-bottom: 25px;
}

.nice-select {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  border-color: var(--borders-color);
  border-radius: 0;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 576px) {
  .nice-select {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
  }
}
.nice-select:hover {
  border-color: var(--borders-color);
}
.nice-select:focus {
  border-color: var(--black-color);
}
.nice-select.open {
  border-radius: 0;
}
.nice-select.open::after {
  transform: rotate(-180deg);
}
.nice-select:after {
  border-bottom: none;
  border-right: none;
  content: "";
  display: block;
  height: 7px;
  width: 10px;
  background-color: var(--black-color);
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 25px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  transform: rotate(0);
}
.nice-select .list {
  width: 100%;
  background: var(--white-color);
  margin-top: 6px;
  border-radius: 0;
}
.nice-select .list .option {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 400;
  border-bottom: 1px solid var(--borders-color);
  padding-left: 25px;
}
@media (max-width: 576px) {
  .nice-select .list .option {
    padding-left: 15px;
  }
}
.nice-select .list .option:last-child {
  border-bottom: unset;
}
.nice-select .list .option.disabled {
  display: none;
}

.section-title > span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.7em;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 1399px) {
  .section-title > span {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .section-title > span {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-title > span {
    font-size: 17px;
    letter-spacing: 0.4em;
  }
}
.section-title h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .section-title h2 {
    font-size: 45px;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .section-title h2 {
    font-size: 28px;
    line-height: 1.4;
  }
}
.section-title p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 576px) {
  .section-title p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
  }
}
.section-title.white > span {
  color: var(--white-color);
}
.section-title.white h2 {
  color: var(--white-color);
}
.section-title.white p {
  color: var(--white-color);
}
.section-title.two h2 {
  font-size: 28px;
  letter-spacing: 0.7em;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .section-title.two h2 {
    font-size: 26px;
    letter-spacing: 0.5em;
  }
}
@media (max-width: 767px) {
  .section-title.two h2 {
    font-size: 24px;
    letter-spacing: 0.4em;
    line-height: 1.5;
  }
}
.section-title.three > span {
  font-size: 16px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .section-title.three > span {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .section-title.three > span {
    font-size: 15px;
    margin-bottom: 18px;
  }
}

.slider-btn-grp {
  display: flex;
  align-items: center;
  gap: 15px;
}
.slider-btn-grp .slider-btn {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .slider-btn-grp .slider-btn {
    min-width: 38px;
    max-width: 38px;
    height: 38px;
  }
}
.slider-btn-grp .slider-btn svg {
  fill: var(--black-color);
  transition: 0.5s;
}
.slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.slider-btn-grp .slider-btn.swiper-button-disabled {
  opacity: 0.2;
}

.form-inner {
  line-height: 1;
}
.form-inner label {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 14px;
}
.form-inner input {
  width: 100%;
  background: transparent;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 500;
  padding: 10px 20px;
  height: 60px;
  border: 1px solid var(--borders-color);
}
@media (max-width: 576px) {
  .form-inner input {
    height: 50px;
  }
}
.form-inner input::-moz-placeholder {
  color: var(--dark-text-color);
}
.form-inner input::placeholder {
  color: var(--dark-text-color);
}
.form-inner input:focus {
  border-color: var(--black-color);
}
.form-inner textarea {
  width: 100%;
  background: transparent;
  color: var(--title-color);
  border: 1px solid var(--borders-color);
  outline: none;
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 500;
  padding: 20px 25px;
  min-height: 150px;
  resize: none;
}
@media (max-width: 576px) {
  .form-inner textarea {
    padding: 20px 15px;
  }
}
.form-inner textarea:focus {
  border-color: var(--black-color);
}
.form-inner textarea::-moz-placeholder {
  color: var(--dark-text-color);
}
.form-inner textarea::placeholder {
  color: var(--dark-text-color);
}

.form-inner2 label {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  margin-bottom: 14px;
}
.form-inner2 .form-check {
  min-height: unset;
  margin-bottom: 0;
}
.form-inner2 .form-check .form-check-input {
  cursor: pointer;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid var(--borders-color);
  border-radius: 50%;
}
.form-inner2 .form-check .form-check-input:focus {
  box-shadow: none;
}
.form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.form-inner2 .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("../img/home1/icon/check-icon.svg");
}
.form-inner2 .form-check .form-check-label {
  cursor: pointer;
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
@media (max-width: 576px) {
  .form-inner2 .form-check .form-check-label {
    font-size: 14px;
  }
}

.container.one {
  max-width: 1290px;
}

.container-fluid.one {
  max-width: 1820px;
}

/*=====================================
  03. Header CSS
========================================*/
@keyframes fade-down {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
@keyframes zoom-In-effect {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
.home1-header-topbar-wrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: 0.5s;
}
.home1-header-topbar-wrap.white-bg {
  background-color: var(--white-color);
}
.home1-header-topbar-wrap.white-bg .topbar-area .contact-list li a svg {
  fill: var(--title-color);
}
.home1-header-topbar-wrap.white-bg .topbar-area .contact-list li a {
  color: var(--title-color);
}
.home1-header-topbar-wrap.white-bg .topbar-area .contact-list li a span {
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 100%;
}
.home1-header-topbar-wrap.white-bg .topbar-area .contact-list li a:hover span {
  background-size: 100% 1px;
  background-position: left 100%;
}
.home1-header-topbar-wrap.white-bg .home1-header {
  border-color: var(--borders-color);
}
.home1-header-topbar-wrap.white-bg .home1-header .company-logo .dark {
  display: block;
}
.home1-header-topbar-wrap.white-bg .home1-header .company-logo .light {
  display: none;
}
@media (min-width: 992px) {
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li:hover i {
    color: var(--black-color);
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li > a {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li i {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li i.active {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li i.active::before {
    content: "\f2ea";
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li.menu-item-has-children {
    transition: all 0.55s ease-in-out;
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li.menu-item-has-children > a::before {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li.menu-item-has-children:hover > a::before {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li:hover > a {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li:hover > a::before {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li:hover .dropdown-icon2 {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li:hover.menu-item-has-children > a::before {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li.active > a {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li.active > a::before {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li.active i {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li.active .dropdown-icon2 {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul > li.active.menu-item-has-children > a::before {
    color: var(--title-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .main-menu > ul li.menu-item-has-children > i {
    display: none;
  }
}
.home1-header-topbar-wrap.white-bg .home1-header .language-area .language-btn svg {
  fill: var(--title-color);
}
.home1-header-topbar-wrap.white-bg .home1-header .language-area .language-btn span,
.home1-header-topbar-wrap.white-bg .home1-header .language-area .language-btn i {
  color: var(--title-color);
}
.home1-header-topbar-wrap.white-bg .home1-header .search-area .search-btn span {
  color: var(--title-color);
}
.home1-header-topbar-wrap.white-bg .home1-header .search-area .search-btn svg {
  fill: var(--title-color);
}
@media (max-width: 991px) {
  .home1-header-topbar-wrap.white-bg .home1-header .search-area .search-btn {
    border-color: var(--borders-color);
  }
}
.home1-header-topbar-wrap.white-bg .home1-header .nav-right .right-sidebar-button {
  border-color: var(--borders-color);
  background-color: transparent;
}
.home1-header-topbar-wrap.white-bg .home1-header .nav-right .right-sidebar-button svg {
  fill: var(--black-color);
}
.home1-header-topbar-wrap.white-bg .home1-header .nav-right .right-sidebar-button:hover {
  background-color: var(--primary-color1);
}
.home1-header-topbar-wrap.white-bg .home1-header .nav-right .right-sidebar-button:hover svg {
  fill: var(--black-color);
}
@media (max-width: 991px) {
  .home1-header-topbar-wrap.white-bg .home1-header .nav-right .mobile-menu-btn {
    border-color: var(--borders-color);
  }
  .home1-header-topbar-wrap.white-bg .home1-header .nav-right .mobile-menu-btn svg {
    fill: var(--black-color);
  }
}

.home2-header-topbar-wrap {
  background-color: #f7f3ea;
}

.topbar-area {
  padding: 14px 0 20px;
  position: relative;
  z-index: 1000;
}
.topbar-area .company-logo img {
  width: 148px;
}
@media (max-width: 1199px) {
  .topbar-area .company-logo img {
    width: 130px;
  }
}
.topbar-area .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (max-width: 1199px) {
  .topbar-area .contact-list {
    gap: 50px;
  }
}
.topbar-area .contact-list li a svg {
  fill: var(--text-color);
  transition: 0.5s;
}
.topbar-area .contact-list li a {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.5s;
}
.topbar-area .contact-list li a span {
  background-image: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 100%;
  transition: background-size 0.75s;
}
.topbar-area .contact-list li a:hover span {
  background-size: 100% 1px;
  background-position: left 100%;
}
.topbar-area .office-address-area {
  position: relative;
  z-index: 1;
}
.topbar-area .office-address-area .office-address-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
  padding: 11px 20px;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  border-radius: 100px;
  min-width: 190px;
}
.topbar-area .office-address-area .office-address-btn span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .topbar-area .office-address-area .office-address-btn span {
    font-size: 15px;
  }
}
.topbar-area .office-address-area .office-address-btn svg {
  fill: var(--dark-text-color);
}
.topbar-area .office-address-area .office-address-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 35px 0 15px;
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: -1;
  width: 100%;
  background-color: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  overflow: hidden;
  display: none;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top;
}
.topbar-area .office-address-area .office-address-list.active {
  display: block;
  transform: scaleY(1) translateX(-50%);
  animation: fade-Down2 0.5s linear;
}
.topbar-area .office-address-area .office-address-list li a {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  padding: 12px 20px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 8px;
}
.topbar-area .office-address-area .office-address-list li a img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
.topbar-area .office-address-area .office-address-list li a:hover {
  color: var(--title-color);
  background-color: var(--primary-color1);
}
.topbar-area .contact-and-office-address-area {
  display: flex;
  align-items: center;
  gap: 30px;
}
.topbar-area.white .contact-list li a {
  color: var(--white-color);
}
.topbar-area.white .contact-list li a svg {
  fill: var(--white-color);
}
.topbar-area.style-2 {
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
  padding: 20px 0;
}
.topbar-area.style-2 .contact-list {
  gap: 30px;
}
.topbar-area.style-2 .contact-list li a span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
}
.topbar-area.style-2 .contact-list li a:hover {
  color: var(--title-color);
}
.topbar-area.style-3 {
  background-color: var(--primary-color1);
  padding: 11px 0;
}
.topbar-area.style-3 .topbar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.topbar-area.style-3 .topbar-content > span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
}
.topbar-area.style-3 .topbar-content a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.topbar-area.style-3 .topbar-content a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.topbar-area.style-3 .topbar-content a span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.topbar-area.style-3 .topbar-content a:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.topbar-area.style-3 .topbar-content a:hover svg {
  transform: translateX(3px);
}

header.style-1 {
  background-color: transparent;
  position: relative;
  width: 100%;
  z-index: 999;
  transition: all 0.8s ease-out 0s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  header.style-1 {
    padding: 18px 0px;
  }
}
header.style-1.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-color: var(--white-color);
  box-shadow: 5px 3px 40px rgba(0, 72, 88, 0.1);
  z-index: 999;
}
header.style-1 .menu-wrap {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 .menu-wrap {
    gap: 25px;
  }
}
@media (max-width: 1399px) {
  header.style-1 .menu-wrap {
    gap: 70px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .menu-wrap {
    gap: 30px;
  }
}
header.style-1 .company-logo img {
  width: 215px;
}
@media (max-width: 1199px) {
  header.style-1 .company-logo img {
    width: 130px;
  }
}
@media (max-width: 576px) {
  header.style-1 .company-logo img {
    width: 120px;
  }
}
header.style-1 .company-logo .dark {
  display: none;
}
header.style-1 .search-area {
  position: relative;
}
@media (max-width: 991px) {
  header.style-1 .search-area {
    position: inherit;
  }
}
header.style-1 .search-area .search-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
@media (max-width: 991px) {
  header.style-1 .search-area .search-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  header.style-1 .search-area .search-btn {
    width: 36px;
    height: 36px;
  }
  header.style-1 .search-area .search-btn svg {
    width: 14px;
  }
}
header.style-1 .search-area .search-btn span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  header.style-1 .search-area .search-btn span {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  header.style-1 .search-area .search-btn span {
    display: none;
  }
}
header.style-1 .search-area .search-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .search-area .search-btn svg {
    width: 15px;
  }
}
header.style-1 .search-area .search-bar-wrap {
  position: absolute;
  top: -19px;
  right: 0;
  min-width: 1190px;
  z-index: 1;
  display: none;
  transform: scaleX(0);
  transform-origin: left;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 .search-area .search-bar-wrap {
    min-width: 930px;
  }
}
@media (max-width: 1399px) {
  header.style-1 .search-area .search-bar-wrap {
    min-width: 950px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .search-area .search-bar-wrap {
    min-width: 800px;
    top: -22px;
  }
}
@media (max-width: 991px) {
  header.style-1 .search-area .search-bar-wrap {
    min-width: unset;
    width: 100%;
    top: 0px;
  }
}
header.style-1 .search-area .search-bar-wrap.active {
  --slide-x: 150px;
  display: block;
  transform: scaleX(1);
  animation: fade-left 0.2s linear;
}
@media (max-width: 1199px) {
  header.style-1 .search-area .search-bar-wrap.active {
    --slide-x: 50px;
  }
}
@media (max-width: 991px) {
  header.style-1 .search-area .search-bar-wrap.active {
    animation: fade-Down 0.2s linear;
  }
}
header.style-1 .search-area .search-bar-wrap .search-filed {
  padding: 10px 17px 10px 25px;
  border: 1px solid var(--borders-color);
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
@media (max-width: 1199px) {
  header.style-1 .search-area .search-bar-wrap .search-filed {
    padding: 12px 17px 12px 20px;
  }
}
@media (max-width: 991px) {
  header.style-1 .search-area .search-bar-wrap .search-filed {
    min-height: 77px;
  }
}
@media (max-width: 576px) {
  header.style-1 .search-area .search-bar-wrap .search-filed {
    padding: 12px 15px;
  }
}
header.style-1 .search-area .search-bar-wrap .search-filed .input-area {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
}
@media (max-width: 576px) {
  header.style-1 .search-area .search-bar-wrap .search-filed .input-area {
    gap: 10px;
  }
}
header.style-1 .search-area .search-bar-wrap .search-filed .input-area svg {
  fill: var(--title-color);
}
header.style-1 .search-area .search-bar-wrap .search-filed .input-area input {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 576px) {
  header.style-1 .search-area .search-bar-wrap .search-filed .input-area input {
    font-size: 15px;
  }
}
header.style-1 .search-area .search-bar-wrap .search-filed .input-area input::-moz-placeholder {
  color: var(--dark-text-color);
}
header.style-1 .search-area .search-bar-wrap .search-filed .input-area input::placeholder {
  color: var(--dark-text-color);
}
header.style-1 .search-area .search-bar-wrap .search-filed .search-close-btn {
  cursor: pointer;
}
header.style-1 .search-area .search-bar-wrap .search-filed .search-close-btn svg {
  fill: var(--black-color);
}
header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap {
  padding: 50px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  border-top: unset;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-10px);
  z-index: -1;
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
}
@media (max-width: 1399px) {
  header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap {
    padding: 50px 15px 35px;
  }
}
header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-content {
  max-width: 425px;
  width: 100%;
}
header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 30px;
}
header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-content .popular-search-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  row-gap: 15px;
  flex-wrap: wrap;
}
header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-content .popular-search-list li {
  display: flex;
}
header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-content .popular-search-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #f1eeea;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-content .popular-search-list li a {
    font-size: 15px;
  }
}
header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-content .popular-search-list li a:hover {
  background-color: var(--primary-color2);
  color: var(--white-color);
}
@media (max-width: 767px) {
  header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-bar-img {
    display: none;
  }
}
header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-bar-img img {
  max-width: 295px;
  min-width: 295px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap .search-bar-img img {
    max-width: 260px;
    min-width: 260px;
  }
}
header.style-1 .search-area .search-bar-wrap .search-bar-content-wrap.active {
  max-height: 600px;
  opacity: 1;
  transform: translateY(0);
}
header.style-1 .language-area {
  position: relative;
}
header.style-1 .language-area .language-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
header.style-1 .language-area .language-btn .icon-and-content {
  display: flex;
  align-items: center;
  gap: 5px;
}
header.style-1 .language-area .language-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
@media (max-width: 1199px) {
  header.style-1 .language-area .language-btn svg {
    width: 15px;
  }
}
header.style-1 .language-area .language-btn span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  header.style-1 .language-area .language-btn span {
    font-size: 15px;
  }
}
header.style-1 .language-area .language-btn i {
  font-size: 12px;
  line-height: 1;
  color: var(--title-color);
  transition: 0.5s;
}
header.style-1 .language-area .language-list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 41px;
  left: 50%;
  z-index: 9999;
  width: 180px;
  background-color: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  overflow: hidden;
  display: none;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top;
}
header.style-1 .language-area .language-list.active {
  display: block;
  transform: scaleY(1) translateX(-50%);
  animation: fade-up 0.5s linear;
}
header.style-1 .language-area .language-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 14px;
  padding: 12px 20px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 10px;
}
header.style-1 .language-area .language-list li a:hover {
  color: var(--title-color);
  background-color: var(--primary-color1);
}
@media (max-width: 991px) {
  header.style-1 .language-area {
    padding: 14px 15px;
    border: 1px solid var(--borders-color);
    margin-bottom: 30px;
  }
  header.style-1 .language-area .language-btn {
    justify-content: space-between;
  }
  header.style-1 .language-area .language-list {
    width: 100%;
    top: 48px;
    max-height: 150px;
    overflow-y: auto;
  }
}
header.style-1 .nav-right {
  display: flex;
  align-items: center;
  gap: 70px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1 .nav-right {
    gap: 60px;
  }
}
@media (max-width: 1399px) {
  header.style-1 .nav-right {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right {
    gap: 15px;
  }
}
header.style-1 .nav-right .search-and-language-area {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  header.style-1 .nav-right .search-and-language-area {
    gap: 20px;
  }
}
header.style-1 .nav-right .right-sidebar-button {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  backdrop-filter: blur(134px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 576px) {
  header.style-1 .nav-right .right-sidebar-button {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
  }
}
header.style-1 .nav-right .right-sidebar-button svg {
  fill: var(--black-color);
  transition: 0.5s;
}
@media (max-width: 576px) {
  header.style-1 .nav-right .right-sidebar-button svg {
    width: 14px;
  }
}
header.style-1 .nav-right .right-sidebar-button:hover {
  background-color: var(--primary-color1);
}
header.style-1 .nav-right .right-sidebar-button:hover svg {
  fill: var(--title-color);
}
header.style-1 .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header.style-1 .nav-right .mobile-menu-btn {
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
  }
  header.style-1 .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header.style-1 .nav-right .mobile-menu-btn {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
  }
  header.style-1 .nav-right .mobile-menu-btn svg {
    width: 14px;
  }
}
@keyframes qode-draw {
  0%, 100% {
    clip-path: inset(-2px -2px);
  }
  42% {
    clip-path: inset(-2px -2px -2px 100%);
  }
  43% {
    clip-path: inset(-2px 100% -3px -2px);
  }
}
header.style-1 .main-menu {
  display: inline-block;
}
header.style-1 .main-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header.style-1 .main-menu > ul > li {
  display: inline-block;
  position: relative;
  padding: 22px 7px;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li {
    padding: 22px 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li {
    padding: 22px 5px;
  }
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li {
    padding: 0px 12px;
  }
}
header.style-1 .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
header.style-1 .main-menu > ul > li:hover i {
  color: var(--black-color);
  font-size: 20px;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header.style-1 .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
header.style-1 .main-menu > ul > li > a {
  color: var(--title-color);
  display: block;
  letter-spacing: 0.4px;
  padding: 3px 10px 3px 10px;
  line-height: 1;
  position: relative;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  transition: all 0.5s ease-out 0s;
  position: relative;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .main-menu > ul > li > a {
    padding: 3px 15px 3px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li > a {
    font-size: 14px;
    padding: 3px 12px 3px 10px;
  }
}
header.style-1 .main-menu > ul > li i {
  font-size: 20px;
  text-align: center;
  color: var(--title-color);
  font-style: normal;
  position: absolute;
  right: -5px;
  top: 35px;
  z-index: 999;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-out 0s;
  opacity: 0;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li i {
    opacity: 1;
  }
}
header.style-1 .main-menu > ul > li i.active {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li i.active::before {
  content: "\f2ea";
}
header.style-1 .main-menu > ul > li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  margin: 0;
  display: none;
  min-width: 220px;
  background: var(--white-color);
  border: 1px solid var(--borders-color);
  padding: 15px 0;
  text-align: left;
  transform-origin: top;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu {
    box-shadow: none;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li i {
  position: absolute;
  top: 14px;
  right: 20px;
  display: block;
  color: var(--title-color);
  font-size: 14px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
  color: var(--dark-text-color);
  opacity: 1;
  top: 16px;
  font-size: 10px;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .dropdown-icon {
    right: 0;
    top: 10px;
    font-size: 20px;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li {
  padding: 0;
  display: block;
  position: relative;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
  display: block;
  padding: 11px 20px;
  color: var(--text-color);
  font-weight: 500;
  font-family: var(--font-poppins);
  font-size: 15px;
  text-transform: capitalize;
  line-height: 1.2;
  transition: all 0.4s ease-out 0s;
  position: relative;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li > a {
    border-color: rgba(233, 228, 228, 0.5);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li > a::before {
    background: linear-gradient(90deg, #ddd, #efb93f, #ddd);
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a:hover::before {
  transform: scale(1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li > a.active::before {
  transform: scale(1);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child > a {
  border-bottom: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child > a::before {
  display: none;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
  padding: 10px 0;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
  padding: 10px 20px;
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > a {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:hover .dropdown-icon {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active > a {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li.active .dropdown-icon {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
  left: 218px;
  position: absolute;
  max-width: 230px;
  min-width: 215px;
  background: var(--white-color);
  padding: 10px 0;
  top: 3px;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    box-shadow: none;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu::before {
  display: none;
  visibility: hidden;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu {
    position: unset;
    max-width: 230px;
    min-width: 215px;
    background: transparent;
    top: 0;
    padding: 5px 0;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu > li i {
  display: block;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li ul.sub-menu > li:hover > .sub-menu {
    display: block;
    animation: fade-down 0.45s linear;
  }
}
header.style-1 .main-menu > ul > li ul.sub-menu > li:last-child {
  border-bottom: none;
}
header.style-1 .main-menu > ul > li .mega-menu {
  position: absolute;
  left: 0;
  top: 65px;
  display: none;
  background: var(--white-color);
  width: 100%;
  transform-origin: top;
  z-index: 1;
  padding: 70px 0;
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li .mega-menu {
    border-top: 1px solid var(--borders-color);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li .mega-menu {
    padding: 60px 0;
    max-height: 550px;
    overflow-y: auto;
  }
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title {
  margin-bottom: 35px;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h4,
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h6 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: end;
  gap: 5px;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h4 svg,
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h6 svg {
  fill: var(--primary-color2);
  margin-bottom: 3px;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  grid-auto-columns: 1fr;
  -moz-column-gap: 90px;
       column-gap: 90px;
  align-items: start;
  align-content: start;
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul {
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li {
  margin-bottom: 30px;
  line-height: 1;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li:last-child {
  margin-bottom: 0;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li:nth-child(-n+7) {
  grid-column: 1;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li:nth-child(n+8) {
  grid-column: 2;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li svg {
  fill: var(--dark-text-color);
  min-width: 9px;
  transition: 0.5s;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li a {
    font-size: 16px;
  }
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li a span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li:hover svg {
  fill: var(--title-color);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li:hover a span {
  background-size: 100% 1px;
  background-position: 0 95%;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li.active svg {
  fill: var(--title-color);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li.active a {
  background-size: 100% 1px;
  background-position: 0 95%;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card {
  padding: 25px;
  border: 1px solid var(--borders-color);
}
@media (max-width: 1399px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card {
    padding: 20px 15px;
  }
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-img {
  display: block;
  overflow: hidden;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-img img {
  transition: all 0.5s ease-in-out;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content {
  padding-top: 25px;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content .category {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content .category svg {
  fill: var(--title-color);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content h5 {
  margin-bottom: 35px;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content h5 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content h5 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content .read-more-btn {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.5s;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content .read-more-btn svg {
  fill: var(--text-color);
  transition: 0.5s;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content .read-more-btn:hover {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card .blog-content .read-more-btn:hover svg {
  fill: var(--title-color);
  transform: translateX(3px);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-blog-card:hover .blog-img img {
  transform: scale(1.1);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul {
  display: block;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li {
  margin-bottom: 15px;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li:last-child {
  margin-bottom: 0;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li > a {
  padding: 12px 20px;
  border: 1px solid var(--borders-color);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-image: linear-gradient(to bottom, var(--primary-color1) 0%, var(--primary-color1) 98%);
  background-repeat: no-repeat;
  background-size: 0px 100%;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li > a {
    padding: 12px 14px;
  }
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li > a span {
  background: unset;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li .view-all-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  padding: 10px 0 0 20px;
  border: unset;
  background: unset;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li .view-all-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 100%;
  transition: background-size 0.75s;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li .view-all-btn svg {
  fill: var(--title-color);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li .view-all-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li:hover a {
  background-size: 100% 100%;
  background-position: 0 95%;
  border-color: var(--primary-color1);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area {
  padding: 20px 20px;
  background-color: var(--primary-color2);
  margin-top: 40px;
}
@media (max-width: 1199px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area {
    padding: 20px 15px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area {
    padding: 20px 12px;
    margin-top: 20px;
  }
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area a {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: 0.5s;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area a {
    font-size: 15px;
  }
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area a svg {
  fill: var(--dark-text-color);
  transition: 0.5s;
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area a:hover {
  color: var(--white-color);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area a:hover svg {
  fill: var(--white-color);
}
header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area > span {
  color: #f1eeea;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two .consultation-area > span {
    font-size: 12px;
  }
}
header.style-1 .main-menu > ul > li.menu-item-has-children {
  transition: all 0.55s ease-in-out;
}
header.style-1 .main-menu > ul > li.menu-item-has-children > a::before {
  content: "\f229";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 0px;
  top: 52%;
  transform: translateY(-50%);
  font-size: 10px;
  color: var(--dark-text-color);
  transition: all 0.5s ease-out 0s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1 .main-menu > ul > li.menu-item-has-children > a::before {
    right: 2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header.style-1 .main-menu > ul > li.menu-item-has-children > a::before {
    right: 0px;
  }
}
@media (max-width: 991px) {
  header.style-1 .main-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
header.style-1 .main-menu > ul > li.menu-item-has-children:hover > a::before {
  color: var(--title-color);
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
@media (min-width: 992px) {
  header.style-1 .main-menu > ul > li:hover .mega-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
header.style-1 .main-menu > ul > li:hover > a {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li:hover > a::before {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li:hover .dropdown-icon2 {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li:hover.menu-item-has-children > a::before {
  color: var(--primary-color4);
}
header.style-1 .main-menu > ul > li.active > a {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li.active > a::before {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li.active i {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li.active .dropdown-icon2 {
  color: var(--title-color);
}
header.style-1 .main-menu > ul > li.active.menu-item-has-children > a::before {
  color: var(--title-color);
}
header.style-1 .main-menu > ul li.menu-item-has-children > i {
  display: none;
}
header.style-1 .mobile-logo-area .mobile-logo-wrap img {
  width: 135px;
}
header.style-1 .mobile-logo-area .mobile-logo-wrap .dark {
  display: none;
}
header.style-1 .mobile-logo-area .menu-close-btn {
  height: 38px;
  width: 38px;
  border-radius: 10px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn i {
  font-size: 26px;
  line-height: 1;
  color: var(--title-color);
  transition: 0.35s;
}
header.style-1 .mobile-logo-area .menu-close-btn:hover {
  background-color: var(--title-color);
}
header.style-1 .mobile-logo-area .menu-close-btn:hover i {
  color: var(--white-color);
}
header.style-1 .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
header.style-1 .contact-list li {
  margin-bottom: 25px;
}
header.style-1 .contact-list li:last-child {
  margin-bottom: 0;
}
header.style-1 .contact-list li a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
header.style-1 .contact-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.5s;
}
header.style-1 .contact-list li a span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 100%;
  transition: background-size 0.75s;
}
header.style-1 .contact-list li a:hover span {
  background-size: 100% 1px;
  background-position: left 100%;
}
header.style-1 .office-address-area {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  header.style-1 .office-address-area {
    margin-bottom: 30px;
  }
}
header.style-1 .office-address-area .office-address-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  cursor: pointer;
  padding: 11px 20px;
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  border-radius: 100px;
  min-width: 190px;
}
header.style-1 .office-address-area .office-address-btn span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  header.style-1 .office-address-area .office-address-btn span {
    font-size: 15px;
  }
}
header.style-1 .office-address-area .office-address-btn svg {
  fill: var(--dark-text-color);
}
header.style-1 .office-address-area .office-address-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding: 35px 0 15px;
  position: absolute;
  top: 17px;
  left: 50%;
  z-index: -1;
  width: 100%;
  background-color: var(--white-color);
  box-shadow: 0px 30px 80px rgba(8, 0, 42, 0.08);
  overflow: hidden;
  display: none;
  transform: scaleY(0) translateX(-50%);
  transform-origin: top;
}
@media (max-width: 991px) {
  header.style-1 .office-address-area .office-address-list {
    max-height: 150px;
    overflow-y: auto;
  }
}
header.style-1 .office-address-area .office-address-list.active {
  display: block;
  transform: scaleY(1) translateX(-50%);
  animation: fade-Down2 0.5s linear;
}
header.style-1 .office-address-area .office-address-list li a {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  padding: 12px 20px;
  line-height: 1;
  width: 100%;
  display: flex;
  align-items: center;
  transition: 0.5s;
  display: flex;
  align-items: center;
  gap: 8px;
}
header.style-1 .office-address-area .office-address-list li a img {
  width: 18px;
  height: 18px;
  border-radius: 50%;
}
header.style-1 .office-address-area .office-address-list li a:hover {
  color: var(--title-color);
  background-color: var(--primary-color1);
}
@media only screen and (max-width: 991px) {
  header.style-1 .dropdown-icon {
    color: var(--white-color);
  }
  header.style-1 .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 315px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white-color);
    border-right: 1px solid var(--borders-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1 .main-menu.show-menu {
    transform: translateX(0);
  }
  header.style-1 .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1 .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }
  header.style-1 .main-menu > ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header.style-1 .main-menu > ul > li {
    display: block;
    position: relative;
    padding: 0;
  }
  header.style-1 .main-menu > ul > li i {
    display: block;
  }
  header.style-1 .main-menu > ul > li > a {
    padding: 15px 0;
    display: block;
    border: unset;
    color: var(--text-color);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    background-color: unset;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a {
    color: var(--text-color);
    padding: 10px 0px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--title-color);
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li a.active {
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li i {
    color: var(--text-color);
    right: -13px;
  }
  header.style-1 .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
    padding: 10px 10px;
  }
  header.style-1 .main-menu > ul > li .mega-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: transparent;
    border-radius: unset;
    box-shadow: unset;
  }
  header.style-1 .main-menu > ul > li .mega-menu .container {
    padding: 0;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row {
    display: block;
    padding-left: 10px;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item {
    padding: 0;
    display: block;
    border-right: unset;
    position: relative;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item::after {
    display: none;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 12px 0px;
    border-bottom: unset;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h4,
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h6 {
    color: var(--text-color);
    font-family: var(--font-poppins);
    font-size: 15px;
    line-height: 1.2;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h4 svg,
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h6 svg {
    display: none;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item i {
    display: block;
    top: 10px;
    right: 0;
    color: var(--text-color);
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul {
    display: none;
    padding-left: 10px;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li {
    margin-bottom: 0;
    line-height: 1;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li svg {
    display: none;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li > a {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    padding: 11px 0px;
    display: flex;
    line-height: 1.3;
    transition: all 0.4s ease-out 0s;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li > a:hover {
    margin-left: 10px;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li svg {
    display: block;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li a {
    padding: 12px 14px;
    font-size: 14px;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li a:hover {
    margin-left: 0;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li .view-all-btn {
    padding-top: 5px;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.three .menu-title {
    display: none;
  }
  header.style-1 .main-menu > ul > li .mega-menu .menu-row .menu-single-item.three ul {
    display: block;
    padding-left: 0;
  }
  header.style-1 .main-menu > ul > li:hover > a {
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul > li:hover i {
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul > li.active > a {
    color: var(--title-color);
  }
  header.style-1 .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    color: var(--text-color);
    line-height: 1;
  }
  header.style-1 .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
}
@media (min-width: 992px) {
  header.style-1.white .main-menu > ul > li:hover i {
    color: var(--black-color);
    font-size: 20px;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header.style-1.white .main-menu > ul > li:first-child {
    padding-left: 0;
  }
  header.style-1.white .main-menu > ul > li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  header.style-1.white .main-menu > ul > li > a {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li i {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li i.active {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li i.active::before {
    content: "\f2ea";
  }
  header.style-1.white .main-menu > ul > li.menu-item-has-children {
    transition: all 0.55s ease-in-out;
  }
  header.style-1.white .main-menu > ul > li.menu-item-has-children > a::before {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li.menu-item-has-children:hover > a::before {
    color: var(--title-color);
  }
  header.style-1.white .main-menu > ul > li:hover > a {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li:hover > a::before {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li:hover .dropdown-icon2 {
    color: var(--title-color);
  }
  header.style-1.white .main-menu > ul > li:hover.menu-item-has-children > a::before {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li.active > a {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li.active > a::before {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li.active i {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li.active .dropdown-icon2 {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul > li.active.menu-item-has-children > a::before {
    color: var(--white-color);
  }
  header.style-1.white .main-menu > ul li.menu-item-has-children > i {
    display: none;
  }
}
header.style-1.white .language-area .language-btn svg {
  fill: var(--primary-color1);
}
header.style-1.white .language-area .language-btn span,
header.style-1.white .language-area .language-btn i {
  color: var(--white-color);
}
header.style-1.white .search-area .search-btn span {
  color: var(--white-color);
}
header.style-1.white .search-area .search-btn svg {
  fill: var(--white-color);
}
@media (max-width: 991px) {
  header.style-1.white .search-area .search-btn {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(134px);
  }
  header.style-1.white .search-area .search-btn svg {
    fill: var(--primary-color1);
  }
  header.style-1.white .search-area .search-btn:hover {
    background-color: var(--primary-color1);
  }
  header.style-1.white .search-area .search-btn:hover svg {
    fill: var(--black-color);
  }
}
header.style-1.white .nav-right .right-sidebar-button {
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(134px);
}
header.style-1.white .nav-right .right-sidebar-button svg {
  fill: var(--primary-color1);
}
header.style-1.white .nav-right .right-sidebar-button:hover {
  background-color: var(--primary-color1);
}
header.style-1.white .nav-right .right-sidebar-button:hover svg {
  fill: var(--black-color);
}
@media (max-width: 991px) {
  header.style-1.white .nav-right .mobile-menu-btn {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(134px);
  }
  header.style-1.white .nav-right .mobile-menu-btn svg {
    fill: var(--primary-color1);
  }
  header.style-1.white .nav-right .mobile-menu-btn:hover {
    background-color: var(--primary-color1);
  }
  header.style-1.white .nav-right .mobile-menu-btn:hover svg {
    fill: var(--black-color);
  }
}
@media (max-width: 991px) {
  header.style-1.home2-header .search-area .search-btn {
    background-color: var(--white-color);
    border: 1px solid rgba(var(--black-color-opc), 0.1);
  }
  header.style-1.home2-header .search-area .search-btn:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
  }
}
header.style-1.home2-header .search-area .search-bar-wrap {
  min-width: 1200px;
}
@media (max-width: 1399px) {
  header.style-1.home2-header .search-area .search-bar-wrap {
    min-width: 1100px;
  }
}
@media (max-width: 1199px) {
  header.style-1.home2-header .search-area .search-bar-wrap {
    min-width: 900px;
  }
}
@media (max-width: 991px) {
  header.style-1.home2-header .search-area .search-bar-wrap {
    min-width: unset;
    width: 100%;
  }
}
header.style-1.home2-header .nav-right {
  gap: 35px;
}
@media (max-width: 991px) {
  header.style-1.home2-header .nav-right {
    gap: 20px;
  }
}
@media (max-width: 576px) {
  header.style-1.home2-header .nav-right {
    gap: 15px;
  }
}
header.style-1.home2-header .nav-right .right-sidebar-button {
  background-color: var(--white-color);
  border: 1px solid rgba(var(--black-color-opc), 0.1);
}
header.style-1.home2-header .nav-right .right-sidebar-button:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
@media (max-width: 991px) {
  header.style-1.home2-header .nav-right .mobile-menu-btn {
    background-color: var(--white-color);
    border: 1px solid rgba(var(--black-color-opc), 0.1);
  }
  header.style-1.home2-header .nav-right .mobile-menu-btn:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
  }
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two {
    padding: 18px 0px;
  }
}
@media (max-width: 1699px) {
  header.style-1.home2-header.two .menu-wrap {
    gap: 100px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1.home2-header.two .menu-wrap {
    gap: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1.home2-header.two .menu-wrap {
    gap: 25px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  header.style-1.home2-header.two .main-menu > ul > li {
    padding: 22px 5px;
  }
  header.style-1.home2-header.two .main-menu > ul > li > a {
    font-size: 15px;
  }
}
header.style-1.home2-header.two .main-menu > ul > li.position-inherit {
  position: inherit;
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two .main-menu > ul > li.position-inherit {
    position: relative;
  }
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two .main-menu > ul > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two .main-menu > ul > li i {
    opacity: 1;
  }
}
header.style-1.home2-header.two .main-menu > ul > li > ul.sub-menu {
  display: none;
}
header.style-1.home2-header.two .main-menu > ul > li .mega-menu {
  display: none;
}
@media (min-width: 1200px) {
  header.style-1.home2-header.two .main-menu > ul > li:hover > ul.sub-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
@media (min-width: 1200px) {
  header.style-1.home2-header.two .main-menu > ul > li:hover .mega-menu {
    display: block;
    animation: fade-down 0.3s linear;
  }
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two .main-menu > ul > li.menu-item-has-children > a::before {
    display: none;
  }
}
header.style-1.home2-header.two .nav-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  header.style-1.home2-header.two .nav-right {
    gap: 20px;
  }
}
header.style-1.home2-header.two .nav-right .mobile-menu-btn {
  display: none;
  visibility: hidden;
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two .nav-right .mobile-menu-btn {
    display: flex;
    align-items: center;
    visibility: visible;
    justify-content: center;
    position: relative;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--borders-color);
  }
  header.style-1.home2-header.two .nav-right .mobile-menu-btn svg {
    fill: var(--title-color);
  }
  header.style-1.home2-header.two .nav-right .mobile-menu-btn:hover svg {
    animation: qode-draw 0.75s cubic-bezier(0.57, 0.39, 0, 0.86) 1 forwards;
  }
}
@media (max-width: 576px) {
  header.style-1.home2-header.two .nav-right .mobile-menu-btn {
    min-width: 36px;
    max-width: 36px;
    height: 36px;
  }
  header.style-1.home2-header.two .nav-right .mobile-menu-btn svg {
    width: 14px;
  }
}
header.style-1.home2-header.two .search-area .search-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two .search-area .search-btn {
    width: 40px;
    height: 40px;
  }
}
header.style-1.home2-header.two .search-area .search-btn:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
header.style-1.home2-header.two .search-area .search-bar-wrap {
  top: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  header.style-1.home2-header.two .search-area .search-bar-wrap {
    min-width: 950px;
  }
}
@media (max-width: 1399px) {
  header.style-1.home2-header.two .search-area .search-bar-wrap {
    min-width: 800px;
  }
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two .search-area .search-bar-wrap {
    min-width: 800px;
    top: -8px;
  }
}
@media (max-width: 991px) {
  header.style-1.home2-header.two .search-area .search-bar-wrap {
    min-width: unset;
    width: 100%;
    top: 0px;
  }
}
header.style-1.home2-header.two .search-area .search-bar-wrap .search-filed {
  border-radius: 100px;
  position: relative;
  z-index: 1;
  padding: 10px 25px;
}
@media (max-width: 991px) {
  header.style-1.home2-header.two .search-area .search-bar-wrap .search-filed {
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  header.style-1.home2-header.two .search-area .search-bar-wrap .search-filed {
    padding: 12px 15px;
  }
}
header.style-1.home2-header.two .search-area .search-bar-wrap .search-bar-content-wrap {
  border-radius: 0 0 24px 24px;
  margin-top: -24px;
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two .search-area .search-bar-wrap .search-bar-content-wrap {
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 576px) {
  header.style-1.home2-header.two .search-area .search-bar-wrap .search-bar-content-wrap {
    border-radius: 0 0 10px 10px;
  }
}
header.style-1.home2-header.two .contact-area {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1199px) {
  header.style-1.home2-header.two .contact-area {
    margin-bottom: 25px;
  }
}
header.style-1.home2-header.two .contact-area svg {
  fill: var(--title-color);
}
header.style-1.home2-header.two .contact-area a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
header.style-1.home2-header.two .contact-area a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
header.style-1.home2-header.two .primary-btn1 {
  background-color: var(--white-color);
  border: 1px solid var(--black-color);
  padding: 15px 21px;
  color: var(--title-color);
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  header.style-1.home2-header.two .dropdown-icon {
    color: var(--white-color);
  }
  header.style-1.home2-header.two .main-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 315px;
    padding: 30px 20px !important;
    z-index: 99999;
    height: 100%;
    overflow: auto;
    background: var(--white-color);
    border-right: 1px solid var(--borders-color);
    transform: translateX(-100%);
    transition: transform 0.3s ease-in;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.03);
  }
  header.style-1.home2-header.two .main-menu.show-menu {
    transform: translateX(0);
  }
  header.style-1.home2-header.two .main-menu .mobile-menu-logo {
    text-align: left;
    padding-top: 20px;
    display: block;
    padding-bottom: 8px;
  }
  header.style-1.home2-header.two .main-menu .menu-list {
    padding-top: 50px;
    padding-bottom: 30px;
    border: unset;
  }
  header.style-1.home2-header.two .main-menu > ul {
    float: none;
    text-align: left;
    padding: 5px 0px 20px 0;
  }
  header.style-1.home2-header.two .main-menu > ul > li {
    display: block;
    position: relative;
    padding: 0;
  }
  header.style-1.home2-header.two .main-menu > ul > li i {
    display: block;
  }
  header.style-1.home2-header.two .main-menu > ul > li > a {
    padding: 15px 0;
    display: block;
    border: unset;
    color: var(--text-color);
  }
  header.style-1.home2-header.two .main-menu > ul > li ul.sub-menu {
    position: static;
    min-width: 200px;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    padding-left: 10px;
    background-color: unset;
  }
  header.style-1.home2-header.two .main-menu > ul > li ul.sub-menu > li {
    border-bottom: 1px solid transparent;
  }
  header.style-1.home2-header.two .main-menu > ul > li ul.sub-menu > li a {
    color: var(--text-color);
    padding: 10px 0px;
  }
  header.style-1.home2-header.two .main-menu > ul > li ul.sub-menu > li a:hover {
    color: var(--title-color);
    margin-left: 10px;
  }
  header.style-1.home2-header.two .main-menu > ul > li ul.sub-menu > li a.active {
    color: var(--title-color);
  }
  header.style-1.home2-header.two .main-menu > ul > li ul.sub-menu > li i {
    color: var(--text-color);
    right: 0px;
    top: 9px;
  }
  header.style-1.home2-header.two .main-menu > ul > li ul.sub-menu > li .sub-menu li > a {
    padding: 10px 0px;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu {
    position: static;
    min-width: 200px;
    background: 0 0;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: transparent;
    border-radius: unset;
    box-shadow: unset;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .container {
    padding: 0;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row {
    display: block;
    padding-left: 10px;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item {
    padding: 0;
    display: block;
    border-right: unset;
    position: relative;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item::after {
    display: none;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    padding: 12px 0px;
    border-bottom: unset;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h6 {
    color: var(--text-color);
    font-family: var(--font-poppins);
    font-size: 15px;
    line-height: 1.2;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item .menu-title h6 svg {
    display: none;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item i {
    display: block;
    top: 10px;
    right: 0;
    color: var(--text-color);
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul {
    display: none;
    padding-left: 10px;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li {
    margin-bottom: 0;
    line-height: 1;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li svg {
    display: none;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li > a {
    color: var(--text-color);
    font-size: 15px;
    font-weight: 500;
    padding: 11px 0px;
    display: flex;
    line-height: 1.3;
    transition: all 0.4s ease-out 0s;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item ul li > a:hover {
    margin-left: 10px;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li svg {
    display: block;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li a {
    padding: 12px 14px;
    font-size: 14px;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li a:hover {
    margin-left: 0;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item.two ul li .view-all-btn {
    padding-top: 5px;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item.three .menu-title {
    display: none;
  }
  header.style-1.home2-header.two .main-menu > ul > li .mega-menu .menu-row .menu-single-item.three ul {
    display: block;
    padding-left: 0;
  }
  header.style-1.home2-header.two .main-menu > ul > li:hover > a {
    color: var(--title-color);
  }
  header.style-1.home2-header.two .main-menu > ul > li:hover i {
    color: var(--title-color);
  }
  header.style-1.home2-header.two .main-menu > ul > li.active > a {
    color: var(--title-color);
  }
  header.style-1.home2-header.two .main-menu > ul > li .bi {
    top: 13px;
    font-size: 20px;
    color: var(--text-color);
    line-height: 1;
  }
  header.style-1.home2-header.two .main-menu > ul li.menu-item-has-children > i {
    display: block;
  }
}

.right-sidebar-menu::-webkit-scrollbar {
  width: 0px;
}
.right-sidebar-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 444px;
  z-index: 9992;
  overflow: auto;
  background-color: var(--white-color);
  transform: translateX(120%);
  transform-origin: right;
  transition: transform 0.5s ease-in;
  border: 1px solid var(--borders-color);
  padding: 40px 40px;
  margin-top: 42px;
  margin-right: 36px;
  overflow-y: scroll;
  max-height: 800px;
}
@media (max-width: 1899px) {
  .right-sidebar-menu {
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .right-sidebar-menu {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .right-sidebar-menu {
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu {
    width: 330px;
    max-height: 100%;
    padding: 35px 20px;
  }
}
.right-sidebar-menu.show-right-menu {
  transform: translateX(0);
}
.right-sidebar-menu .right-sidebar-close-btn {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
  transition: 0.35s;
}
.right-sidebar-menu .right-sidebar-close-btn svg {
  fill: var(--title-color);
}
.right-sidebar-menu .right-sidebar-close-btn:hover {
  background-color: var(--black-color);
}
.right-sidebar-menu .right-sidebar-close-btn:hover svg {
  fill: var(--white-color);
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap {
    gap: 30px;
    max-height: 100vh;
  }
}
.right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info {
  margin-bottom: 65px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info {
    margin-bottom: 55px;
  }
}
@media (max-width: 1399px) {
  .right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info {
    margin-bottom: 55px;
  }
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info {
    margin-bottom: 35px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info .company-logo {
  display: block;
  margin-bottom: 20px;
}
.right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info .company-logo img {
  width: 148px;
}
@media (max-width: 991px) {
  .right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info .company-logo img {
    width: 130px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .company-logo-and-short-info p {
    font-size: 14px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .address-area {
  margin-bottom: 65px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .right-sidebar-menu .sidebar-content-wrap .address-area {
    margin-bottom: 55px;
  }
}
@media (max-width: 1399px) {
  .right-sidebar-menu .sidebar-content-wrap .address-area {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .right-sidebar-menu .sidebar-content-wrap .address-area {
    margin-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .address-area {
    margin-bottom: 40px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .address-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .address-area h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .address-area a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 90%;
  transition: background-size 0.75s;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .address-area a {
    font-size: 15px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .address-area a:hover {
  background-size: 0px 1px;
  background-position: right 90%;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area {
  margin-bottom: 100px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area {
    margin-bottom: 80px;
  }
}
@media (max-width: 1399px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area {
    margin-bottom: 50px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .contact-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 6px 16px;
  background-color: var(--primary-color1);
  border-radius: 5px 5px 5px 0;
  margin-left: 33px;
  margin-bottom: 20px;
  position: relative;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .contact-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color1);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area .contact-list .single-contact {
    gap: 10px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .contact-list .single-contact .icon svg {
  fill: var(--dark-text-color);
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .contact-list .single-contact a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 100%;
  transition: background-size 0.75s;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area .contact-list .single-contact a {
    font-size: 20px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .contact-list .single-contact a:hover {
  background-size: 100% 1px;
  background-position: left 100%;
}
.right-sidebar-menu .sidebar-content-wrap .contact-area .opening-hour {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-top: 15px;
  margin-left: 33px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .contact-area .opening-hour {
    font-size: 13px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .social-list {
    gap: 15px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a svg {
  fill: var(--black-color);
  width: 18px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .right-sidebar-menu .sidebar-content-wrap .social-list li a svg {
    width: 16px;
  }
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.right-sidebar-menu .sidebar-content-wrap .social-list li a:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(10px) translateX(-50%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(-50%);
    visibility: visible;
  }
}
@keyframes fade-Down {
  0% {
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
}
@keyframes fade-Down2 {
  0% {
    opacity: 0;
    transform: translateY(-10px) translateX(-50%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(-50%);
    visibility: visible;
  }
}
@keyframes fade-left {
  0% {
    opacity: 0;
    transform: translateX(var(--slide-x));
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
  }
}
/*=====================================
  04. Home1 Banner Section CSS
========================================*/
.home1-banner-section {
  position: relative;
}
.home1-banner-section .banner-warpper {
  position: relative;
  height: 900px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-warpper {
    height: 700px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-warpper {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-warpper {
    height: 650px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-warpper {
    height: 600px;
  }
}
.home1-banner-section .banner-warpper .banner-bg {
  height: 100%;
}
.home1-banner-section .banner-warpper .banner-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     width: 100%;
}
.home1-banner-section .banner-warpper .banner-content-wrap {
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 210px 0 70px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-warpper .banner-content-wrap {
    padding: 170px 0 40px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-warpper .banner-content-wrap {
    padding: 165px 0 40px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-warpper .banner-content-wrap {
    padding: 130px 0 40px;
  }
}
.home1-banner-section .banner-warpper .banner-content-wrap .container,
.home1-banner-section .banner-warpper .banner-content-wrap .row {
  height: 100%;
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding-left: 16px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    font-size: 14px;
    letter-spacing: 0.3em;
  }
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color1);
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 0;
  max-width: 810px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 55px;
    line-height: 70px;
    max-width: 635px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 55px;
    line-height: 70px;
    max-width: 635px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 50px;
    line-height: 70px;
    max-width: 585px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 45px;
    line-height: 64px;
    max-width: 525px;
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  transform: translateY(-15px);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    padding-left: 35px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    transform: translateY(-12px);
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    transform: translateY(-8px);
  }
}
@media (max-width: 576px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    display: none;
  }
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
  fill: var(--white-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
    width: 40px;
    height: 55px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
    width: 40px;
    height: 55px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
    width: 35px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
    height: 48px;
  }
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 991px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
    width: 48px;
    height: 48px;
  }
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow svg,
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow svg {
  fill: var(--black-color);
}
@media (max-width: 991px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow svg,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow svg {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow svg,
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow svg {
    width: 14px;
  }
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-bottom-area .slide-no {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 45px;
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-bottom-area .bottom-content-wrap {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-bottom-area .bottom-content-wrap {
    gap: 0;
  }
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-bottom-area .bottom-content-wrap .short-info {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  /*max-width: 300px;*/
  width: 100%;
  min-height: 80px;
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-bottom-area .bottom-content-wrap ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-bottom-area .bottom-content-wrap ul {
    gap: 10px;
  }
}
.home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-bottom-area .bottom-content-wrap ul li {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(134px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 100px;
}
@media (max-width: 576px) {
  .home1-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-bottom-area .bottom-content-wrap ul li {
    font-size: 14px;
    padding: 9px 12px;
  }
}
.home1-banner-section .swiper-progress-bar-area {
  position: absolute;
  bottom: 168px;
  left: 0;
  width: 100%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner-section .swiper-progress-bar-area {
    bottom: 140px;
  }
}
@media (max-width: 1399px) {
  .home1-banner-section .swiper-progress-bar-area {
    bottom: 140px;
  }
}
@media (max-width: 767px) {
  .home1-banner-section .swiper-progress-bar-area {
    bottom: 172px;
  }
}
.home1-banner-section .swiper-progress-bar-area .swiper-progress-bar {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  height: 1px;
}
.home1-banner-section .swiper-progress-bar-area .swiper-progress-bar .slide_progress-bar {
  position: absolute;
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  width: auto;
  clear: both;
  opacity: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.home1-banner-section .swiper-progress-bar-area .swiper-progress-bar .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.home1-banner-section .swiper-progress-bar-area .swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
.home1-banner-section .swiper-progress-bar-area .swiper-progress-bar.animate .slide_progress-bar:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 3s;
}

/*=====================================
  05. Home1 About Section CSS
========================================*/
.home1-about-section .about-content-wrap {
  padding-top: 45px;
  margin-top: 35px;
  border-top: 1px solid var(--borders-color);
}
@media (max-width: 576px) {
  .home1-about-section .about-content-wrap {
    padding-top: 35px;
  }
}
.home1-about-section .about-content-wrap .about-content {
  text-align: center;
}
.home1-about-section .about-content-wrap .about-content .rating-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 50px;
}
.home1-about-section .about-content-wrap .about-content .rating-area .content {
  line-height: 1;
}
.home1-about-section .about-content-wrap .about-content .rating-area .content .star {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.home1-about-section .about-content-wrap .about-content .rating-area .content .star li i {
  font-size: 14px;
  color: #e4c200;
}
.home1-about-section .about-content-wrap .about-content .rating-area .content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.home1-about-section .about-content-wrap .about-content .rating-area .rating-batch {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05%;
  width: 48px;
  height: 24px;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.home1-about-section .about-content-wrap .about-content .rating-area .rating-batch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.home1-about-section .about-content-wrap .about-content .report-area {
  text-align: start;
  padding: 25px 100px 25px 190px;
  background-color: #f1eeea;
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .home1-about-section .about-content-wrap .about-content .report-area {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .home1-about-section .about-content-wrap .about-content .report-area {
    padding: 25px 40px 25px 175px;
  }
}
@media (max-width: 576px) {
  .home1-about-section .about-content-wrap .about-content .report-area {
    padding: 25px 15px;
  }
}
.home1-about-section .about-content-wrap .about-content .report-area > span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .home1-about-section .about-content-wrap .about-content .report-area > span {
    font-size: 15px;
  }
}
.home1-about-section .about-content-wrap .about-content .report-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .home1-about-section .about-content-wrap .about-content .report-area h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .home1-about-section .about-content-wrap .about-content .report-area h3 {
    margin-bottom: 20px;
  }
}
.home1-about-section .about-content-wrap .about-content .report-area .read-more-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.home1-about-section .about-content-wrap .about-content .report-area .read-more-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.home1-about-section .about-content-wrap .about-content .report-area .read-more-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home1-about-section .about-content-wrap .about-content .report-area .read-more-btn:hover svg {
  transform: translateX(3px);
}
.home1-about-section .about-content-wrap .about-content .report-area .read-more-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.home1-about-section .about-content-wrap .about-content .report-area .report-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 25px;
  width: 140px;
}
@media (max-width: 991px) {
  .home1-about-section .about-content-wrap .about-content .report-area .report-img {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .home1-about-section .about-content-wrap .about-content .report-area .report-img {
    left: 15px;
  }
}
@media (max-width: 576px) {
  .home1-about-section .about-content-wrap .about-content .report-area .report-img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-bottom: 30px;
  }
}
.home1-about-section .about-content-wrap .about-content .report-area::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 102%;
  height: 100%;
  border: 1px solid var(--borders-color);
  z-index: -1;
}
@media (max-width: 576px) {
  .home1-about-section .about-content-wrap .about-content .report-area::before {
    display: none;
  }
}
.home1-about-section .about-content-wrap .about-content .report-area .report-download-btn {
  width: 36px;
  height: 36px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
@media (max-width: 576px) {
  .home1-about-section .about-content-wrap .about-content .report-area .report-download-btn {
    bottom: 20px;
  }
}
.home1-about-section .about-content-wrap .about-content .report-area .report-download-btn svg {
  fill: var(--black-color);
}

/*=====================================
  06. Home1 Partner Section CSS
========================================*/
.partner-section .partner-title {
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 576px) {
  .partner-section .partner-title {
    margin-bottom: 30px;
  }
}
.partner-section .partner-title h3 {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}
.partner-section .partner-title h3 span {
  color: var(--title-color);
}
.partner-section .partner-wrap .marquee {
  display: flex;
  gap: 60px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee {
    gap: 30px;
  }
}
.partner-section .partner-wrap .marquee .marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 60px;
  min-width: 100%;
  animation: scroll-x-reverse 30s linear infinite;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee .marquee__group {
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee .marquee__group {
    gap: 20px;
  }
}
.partner-section .partner-wrap .marquee .marquee__group a img {
  width: 100%;
}
@media (max-width: 1199px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 155px;
  }
}
@media (max-width: 576px) {
  .partner-section .partner-wrap .marquee .marquee__group a img {
    width: 140px;
  }
}
.partner-section .partner-wrap .marquee.dark {
  display: none;
  visibility: hidden;
}
.partner-section .rating-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  position: relative;
  margin-top: 35px;
}
.partner-section .rating-area .content {
  line-height: 1;
}
.partner-section .rating-area .content .star {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.partner-section .rating-area .content .star li i {
  font-size: 14px;
  color: #e4c200;
}
.partner-section .rating-area .content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.partner-section .rating-area .rating-batch {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05%;
  width: 48px;
  height: 24px;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.partner-section .rating-area .rating-batch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.partner-section .rating-area.clutch .content .star li i {
  color: #e62415;
}
.partner-section.two .partner-wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .partner-section.two .partner-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .partner-section.two .partner-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .partner-section.two .partner-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.partner-section.two .partner-wrap .single-partner {
  padding: 32px 30px;
  text-align: center;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .partner-section.two .partner-wrap .single-partner {
    padding: 28px 20px;
  }
}
@media (max-width: 767px) {
  .partner-section.two .partner-wrap .single-partner {
    padding: 25px 15px;
  }
}
.partner-section.two .partner-wrap .single-partner img {
  width: 170px;
}
@media (max-width: 1199px) {
  .partner-section.two .partner-wrap .single-partner img {
    width: 155px;
  }
}
@media (max-width: 576px) {
  .partner-section.two .partner-wrap .single-partner img {
    width: 140px;
  }
}
.partner-section.two .partner-wrap .single-partner:hover {
  background-color: #f1eeea;
  border-color: #f1eeea;
}

@keyframes scroll-x-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/*=====================================
  07. Home1 Service Section CSS
========================================*/
.home1-service-section {
  background-image: linear-gradient(180deg, #193133 26.99%, rgba(25, 49, 51, 0.5) 144.68%), url(../img/home1/home1-service-section-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 100px;
  background-color: #193133;
}
@media (max-width: 1199px) {
  .home1-service-section {
    padding: 80px 0 90px;
  }
}
@media (max-width: 767px) {
  .home1-service-section {
    padding: 70px 0;
  }
}
.home1-service-section .section-title h2 {
  font-size: 70px;
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-service-section .section-title h2 {
    font-size: 68px;
  }
}
@media (max-width: 1399px) {
  .home1-service-section .section-title h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .home1-service-section .section-title h2 {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  .home1-service-section .section-title h2 {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .home1-service-section .section-title h2 {
    font-size: 54px;
  }
}
@media (max-width: 576px) {
  .home1-service-section .section-title h2 {
    font-size: 36px;
  }
}
.home1-service-section .section-title ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991px) {
  .home1-service-section .section-title ul {
    flex-wrap: wrap;
    gap: 40px;
    row-gap: 20px;
    justify-content: center;
    margin-top: 25px;
  }
}
.home1-service-section .section-title ul li svg {
  fill: var(--black-color);
}
.home1-service-section .section-title ul li svg rect {
  fill: var(--primary-color1);
}
.home1-service-section .section-title ul li {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .home1-service-section .section-title ul li {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .home1-service-section .section-title ul li {
    font-size: 16px;
    gap: 7px;
  }
}
.home1-service-section .service-wrapper {
  padding-top: 70px;
  margin-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .home1-service-section .service-wrapper {
    padding-top: 60px;
  }
}
.home1-service-section .explore-btn {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.home1-service-section .explore-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.home1-service-section .explore-btn span {
  background-image: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home1-service-section .explore-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.home1-service-section .explore-btn:hover svg {
  transform: translateX(3px);
}

.service-card {
  padding: 40px 0;
  background-color: var(--white-color);
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .service-card {
    padding: 35px 0;
  }
}
@media (max-width: 576px) {
  .service-card {
    padding: 30px 0;
  }
}
.service-card .icon-and-title-area {
  padding: 0 35px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card .icon-and-title-area {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card .icon-and-title-area {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .service-card .icon-and-title-area {
    padding: 0 20px;
  }
}
.service-card .icon-and-title-area .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .service-card .icon-and-title-area .icon {
    width: 55px;
    height: 55px;
  }
}
.service-card .icon-and-title-area .icon svg {
  fill: var(--dark-text-color);
  transition: 0.5s;
}
@media (max-width: 1399px) {
  .service-card .icon-and-title-area .icon svg {
    width: 35px;
  }
}
.service-card .icon-and-title-area h3 {
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .service-card .icon-and-title-area h3 {
    line-height: 1.1;
  }
}
@media (max-width: 576px) {
  .service-card .icon-and-title-area h3 {
    margin-bottom: 15px;
  }
}
.service-card .icon-and-title-area h3 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
.service-card .icon-and-title-area h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card .icon-and-title-area h3 a {
    font-size: 26px;
  }
}
@media (max-width: 1399px) {
  .service-card .icon-and-title-area h3 a {
    font-size: 24px;
    line-height: 1.1;
  }
}
.service-card .service-content {
  position: relative;
  min-height: 255px;
}
@media (max-width: 1399px) {
  .service-card .service-content {
    min-height: 245px;
  }
}
@media (max-width: 576px) {
  .service-card .service-content {
    min-height: 235px;
  }
}
.service-card .service-content .service-list-area {
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.service-card .service-content .service-list-area span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 6px 14px;
  border-radius: 100px;
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  margin-left: 35px;
  transform: translateY(14px);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card .service-content .service-list-area span {
    margin-left: 20px;
  }
}
@media (max-width: 1399px) {
  .service-card .service-content .service-list-area span {
    margin-left: 20px;
  }
}
.service-card .service-content .service-list-area .service-list {
  margin: 0;
  list-style: none;
  padding: 38px 35px 25px 35px;
  background-color: #f1eeea;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card .service-content .service-list-area .service-list {
    padding: 38px 20px 25px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card .service-content .service-list-area .service-list {
    padding: 38px 15px 25px 15px;
  }
}
@media (max-width: 1199px) {
  .service-card .service-content .service-list-area .service-list {
    padding: 38px 20px 25px 20px;
  }
}
.service-card .service-content .service-list-area .service-list li svg {
  fill: var(--black-color);
  min-width: 18px;
}
.service-card .service-content .service-list-area .service-list li svg rect {
  fill: var(--white-color);
}
.service-card .service-content .service-list-area .service-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.service-card .service-content .service-list-area .service-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card .service-content .service-list-area .service-list li {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card .service-content .service-list-area .service-list li {
    font-size: 14px;
    gap: 7px;
  }
}
@media (max-width: 1199px) {
  .service-card .service-content .service-list-area .service-list li {
    font-size: 14px;
  }
}
.service-card .service-content .service-desc {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  padding: 15px 35px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card .service-content .service-desc {
    padding: 15px 20px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card .service-content .service-desc {
    padding: 15px 15px 0;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .service-card .service-content .service-desc {
    padding: 15px 20px 0;
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .service-card .service-content .service-desc {
    padding: 10px 20px 0;
  }
}
.service-card .primary-btn1 {
  margin-left: 35px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card .primary-btn1 {
    margin-left: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card .primary-btn1 {
    margin-left: 15px;
  }
}
@media (max-width: 1199px) {
  .service-card .primary-btn1 {
    margin-left: 20px;
  }
}
.service-card:hover {
  background-color: var(--primary-color1);
}
.service-card:hover .icon svg {
  fill: var(--title-color);
}
.service-card:hover .service-content .service-list-area {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
}
.service-card:hover .service-content .service-desc {
  opacity: 1;
  visibility: visible;
}

/*=====================================
  08. Home1 Industry Section CSS
========================================*/
.home1-industry-section .industry-section-title {
  padding-bottom: 40px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 576px) {
  .home1-industry-section .industry-section-title {
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}
.home1-industry-section .industry-section-title .title-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home1-industry-section .industry-section-title .title-area h2 svg {
  fill: var(--title-color);
}
.home1-industry-section .industry-section-title .title-area p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  padding-top: 25px;
}
@media (max-width: 576px) {
  .home1-industry-section .industry-section-title .title-area p {
    font-size: 16px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step {
  position: relative;
  display: none;
}
.home1-industry-section .multi-step-wrapper .single-step .step-title-area {
  display: flex;
  align-items: center;
  gap: 70px;
  row-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .home1-industry-section .multi-step-wrapper .single-step .step-title-area {
    gap: 20px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .step-title-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .home1-industry-section .multi-step-wrapper .single-step .step-title-area h3 {
    font-size: 17px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .step-title-area span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}
.home1-industry-section .multi-step-wrapper .single-step .industry-list,
.home1-industry-section .multi-step-wrapper .single-step .industry-feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .home1-industry-section .multi-step-wrapper .single-step .industry-list,
  .home1-industry-section .multi-step-wrapper .single-step .industry-feature-list {
    gap: 20px;
    row-gap: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-industry-section .multi-step-wrapper .single-step .industry-list,
  .home1-industry-section .multi-step-wrapper .single-step .industry-feature-list {
    gap: 15px;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .home1-industry-section .multi-step-wrapper .single-step .industry-list,
  .home1-industry-section .multi-step-wrapper .single-step .industry-feature-list {
    gap: 15px;
    row-gap: 20px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry,
.home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry-feature,
.home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry,
.home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry-feature {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 11px 20px 11px 25px;
  background-color: #f1eeea;
  cursor: pointer;
  transition: 0.5s;
}
@media (max-width: 1399px) {
  .home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry,
  .home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry-feature,
  .home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry,
  .home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry-feature {
    font-size: 17px;
    padding: 11px 15px 11px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry,
  .home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry-feature,
  .home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry,
  .home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry-feature {
    font-size: 16px;
    padding: 11px 15px;
  }
}
@media (max-width: 767px) {
  .home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry,
  .home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry-feature,
  .home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry,
  .home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry-feature {
    font-size: 15px;
    padding: 11px 15px;
    gap: 10px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry svg,
.home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry-feature svg,
.home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry svg,
.home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry-feature svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry:hover,
.home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry-feature:hover,
.home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry:hover,
.home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry-feature:hover {
  background-color: var(--primary-color2);
  color: var(--white-color);
}
.home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry:hover svg,
.home1-industry-section .multi-step-wrapper .single-step .industry-list .single-industry-feature:hover svg,
.home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry:hover svg,
.home1-industry-section .multi-step-wrapper .single-step .industry-feature-list .single-industry-feature:hover svg {
  fill: var(--white-color);
}
.home1-industry-section .multi-step-wrapper .single-step .explore-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-left: 50px;
}
@media (max-width: 767px) {
  .home1-industry-section .multi-step-wrapper .single-step .explore-btn {
    margin-left: 20px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .explore-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.home1-industry-section .multi-step-wrapper .single-step .explore-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home1-industry-section .multi-step-wrapper .single-step .explore-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.home1-industry-section .multi-step-wrapper .single-step .explore-btn:hover svg {
  transform: translateX(3px);
}
.home1-industry-section .multi-step-wrapper .single-step .step-img {
  max-width: 440px;
  min-width: 440px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home1-industry-section .multi-step-wrapper .single-step .step-img {
    max-width: 320px;
    min-width: 320px;
  }
}
@media (max-width: 991px) {
  .home1-industry-section .multi-step-wrapper .single-step .step-img {
    display: none;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .step-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -30px;
  width: 100%;
  height: 94%;
  background-color: var(--primary-color1);
  z-index: -1;
}
@media (max-width: 1399px) {
  .home1-industry-section .multi-step-wrapper .single-step .step-img::after {
    right: -10px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .final-step-title-area {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 35px;
}
.home1-industry-section .multi-step-wrapper .single-step .final-step-title-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  max-width: 550px;
  width: 100%;
}
@media (max-width: 576px) {
  .home1-industry-section .multi-step-wrapper .single-step .final-step-title-area span {
    font-size: 20px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .final-step-title-area span strong {
  font-weight: 500;
}
.home1-industry-section .multi-step-wrapper .single-step .final-step-title-area .reset-btn {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 100px;
  border: 1px solid var(--borders-color);
  cursor: pointer;
  margin-bottom: 5px;
  transition: 0.5s;
}
.home1-industry-section .multi-step-wrapper .single-step .final-step-title-area .reset-btn svg {
  fill: var(--text-color);
  transition: 0.5s;
}
.home1-industry-section .multi-step-wrapper .single-step .final-step-title-area .reset-btn:hover {
  color: var(--white-color);
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.home1-industry-section .multi-step-wrapper .single-step .final-step-title-area .reset-btn:hover svg {
  fill: var(--white-color);
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card {
  padding: 25px 28px 30px;
  background-color: #f1eeea;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  transition: 0.5s;
}
@media (max-width: 1199px) {
  .home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card {
    padding: 25px 20px 30px;
  }
}
@media (max-width: 576px) {
  .home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card {
    padding: 25px 15px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card h3 {
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card h3 {
    line-height: 32px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card h3 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  background-image: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: left 95%;
  transition: background-size 0.75s, color 0.5s;
}
@media (max-width: 1199px) {
  .home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card h3 a {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card h3 a {
    font-size: 24px;
    line-height: 32px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card p {
    font-size: 15px;
  }
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card .read-more-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.5s;
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card .read-more-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card:hover {
  background-color: #193133;
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card:hover h3 a {
  color: var(--white-color);
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card:hover p {
  color: var(--white-color);
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card:hover .read-more-btn {
  color: var(--primary-color1);
}
.home1-industry-section .multi-step-wrapper .single-step .multi-step-industry-card:hover .read-more-btn svg {
  fill: var(--primary-color1);
}
.home1-industry-section .multi-step-wrapper .single-step.active {
  display: block;
}

/*=====================================
  09. Home1 Banner2 Section CSS
========================================*/
.home1-banner2-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: end;
  z-index: 1;
  margin-bottom: 200px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner2-section {
    min-height: 700px;
  }
}
@media (max-width: 1399px) {
  .home1-banner2-section {
    min-height: 680px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-banner2-section {
    margin-bottom: 170px;
  }
}
@media (max-width: 991px) {
  .home1-banner2-section {
    margin-bottom: 150px;
  }
}
@media (max-width: 767px) {
  .home1-banner2-section {
    margin-bottom: 135px;
  }
}
.home1-banner2-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(77.61deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: -1;
}
.home1-banner2-section .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home1-banner2-section .banner-content {
  position: relative;
  padding: 100px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .home1-banner2-section .banner-content {
    padding: 70px 0 0;
  }
}
.home1-banner2-section .banner-content .logo-and-title-area {
  max-width: 600px;
  width: 100%;
  margin-bottom: 15px;
}
.home1-banner2-section .banner-content .logo-and-title-area .logo {
  width: 60px;
  height: 60px;
  background-color: var(--primary-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .home1-banner2-section .banner-content .logo-and-title-area .logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .logo-and-title-area .logo {
    width: 55px;
    height: 55px;
    margin-bottom: 15px;
  }
}
.home1-banner2-section .banner-content .logo-and-title-area .logo img {
  width: 42px;
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .logo-and-title-area .logo img {
    width: 35px;
  }
}
.home1-banner2-section .banner-content .logo-and-title-area h2 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home1-banner2-section .banner-content .logo-and-title-area h2 {
    font-size: 47px;
  }
}
@media (max-width: 767px) {
  .home1-banner2-section .banner-content .logo-and-title-area h2 {
    font-size: 45px;
    line-height: 56px;
  }
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .logo-and-title-area h2 {
    font-size: 32px;
    line-height: 46px;
  }
}
.home1-banner2-section .banner-content .banner-content-bottom-area {
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.home1-banner2-section .banner-content .banner-content-bottom-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .banner-content-bottom-area ul {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.home1-banner2-section .banner-content .banner-content-bottom-area ul li {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .banner-content-bottom-area ul li {
    font-size: 15px;
  }
}
.home1-banner2-section .banner-content .banner-content-bottom-area ul li:first-child {
  padding: 7px 14px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(134px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.home1-banner2-section .banner-content .banner-content-bottom-area ul li a {
  color: var(--white-color);
  padding: 7px 14px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(134px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 35px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .banner-content-bottom-area ul li a {
    gap: 25px;
  }
}
.home1-banner2-section .banner-content .banner-content-bottom-area ul li a svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.home1-banner2-section .banner-content .banner-content-bottom-area ul li a:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.home1-banner2-section .banner-content .banner-content-bottom-area ul li a:hover svg {
  fill: var(--title-color);
}
.home1-banner2-section .banner-content .average-growth-area {
  max-width: 410px;
  width: 100%;
  position: absolute;
  bottom: -60px;
  right: 17%;
}
@media (max-width: 1799px) {
  .home1-banner2-section .banner-content .average-growth-area {
    right: 13%;
  }
}
@media (max-width: 1699px) {
  .home1-banner2-section .banner-content .average-growth-area {
    right: 11%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner2-section .banner-content .average-growth-area {
    max-width: 380px;
    right: 5%;
  }
}
@media (max-width: 1399px) {
  .home1-banner2-section .banner-content .average-growth-area {
    max-width: 380px;
    right: 15px;
  }
}
@media (max-width: 1199px) {
  .home1-banner2-section .banner-content .average-growth-area {
    max-width: 350px;
  }
}
@media (max-width: 991px) {
  .home1-banner2-section .banner-content .average-growth-area {
    position: relative;
    bottom: unset;
    right: unset;
    padding: 40px 15px 0;
    margin-bottom: -60px;
  }
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .average-growth-area {
    max-width: unset;
    margin-bottom: -55px;
  }
}
.home1-banner2-section .banner-content .average-growth-area .content {
  padding: 70px 40px;
  background-color: var(--primary-color1);
  min-height: 300px;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner2-section .banner-content .average-growth-area .content {
    padding: 70px 30px;
  }
}
@media (max-width: 1399px) {
  .home1-banner2-section .banner-content .average-growth-area .content {
    padding: 60px 25px;
    min-height: 280px;
  }
}
@media (max-width: 991px) {
  .home1-banner2-section .banner-content .average-growth-area .content {
    padding: 50px 25px 40px;
    min-height: unset;
  }
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .average-growth-area .content {
    padding: 40px 20px 30px;
  }
}
.home1-banner2-section .banner-content .average-growth-area .content h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 70px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-banner2-section .banner-content .average-growth-area .content h2 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .home1-banner2-section .banner-content .average-growth-area .content h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .home1-banner2-section .banner-content .average-growth-area .content h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .home1-banner2-section .banner-content .average-growth-area .content h2 {
    font-size: 56px;
  }
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .average-growth-area .content h2 {
    font-size: 44px;
  }
}
.home1-banner2-section .banner-content .average-growth-area .content h2 span {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .average-growth-area .content h2 span {
    font-size: 16px;
  }
}
.home1-banner2-section .banner-content .average-growth-area .content > span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .home1-banner2-section .banner-content .average-growth-area .content > span {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .home1-banner2-section .banner-content .average-growth-area .content > span {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .average-growth-area .content > span {
    font-size: 18px;
  }
}
.home1-banner2-section .banner-content .average-growth-area .content > span svg {
  fill: var(--title-color);
}
.home1-banner2-section .banner-content .average-growth-area .content .vector {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 179px;
}
@media (max-width: 991px) {
  .home1-banner2-section .banner-content .average-growth-area .content .vector {
    width: 150px;
  }
}
@media (max-width: 576px) {
  .home1-banner2-section .banner-content .average-growth-area .content .vector {
    width: 120px;
  }
}
.home1-banner2-section.two .banner-content .average-growth-area .content {
  background-color: var(--white-color);
}
@media (max-width: 991px) {
  .home1-banner2-section.two .banner-content .average-growth-area .content {
    min-height: 250px;
  }
}
@media (max-width: 576px) {
  .home1-banner2-section.two .banner-content .average-growth-area .content {
    min-height: 220px;
  }
}

/*=====================================
  10. Home1 Why Choose Section CSS
========================================*/
.home1-why-choose-section .pin-spacer {
  margin: 0 auto;
}
.home1-why-choose-section .why-choose-step-area {
  display: flex;
  justify-content: center;
  position: relative;
  width: 850px;
  height: 850px;
  margin: 0 auto;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-why-choose-section .why-choose-step-area {
    width: 650px;
    height: 650px;
  }
}
@media (max-width: 1399px) {
  .home1-why-choose-section .why-choose-step-area {
    width: 620px;
    height: 620px;
  }
}
@media (max-width: 1199px) {
  .home1-why-choose-section .why-choose-step-area {
    width: 550px;
    height: 550px;
  }
}
.home1-why-choose-section .why-choose-step-area .cicle-vector {
  fill: none;
  width: 100%;
  height: 100%;
}
.home1-why-choose-section .why-choose-step-area .cicle-vector circle {
  stroke: var(--borders-color);
}
.home1-why-choose-section .why-choose-step-area .cicle-vector circle.progress-circle {
  stroke: var(--primary-color2);
  stroke-linecap: round;
  stroke-dasharray: 2665;
  stroke-dashoffset: 2665;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
@media (max-width: 1199px) {
  .home1-why-choose-section .why-choose-step-area .cicle-vector circle.progress-circle {
    display: none;
  }
}
.home1-why-choose-section .why-choose-step-area .why-choose-step-content {
  max-width: 480px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1199px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content {
    max-width: 400px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content .section-title span {
    margin-bottom: 30px;
  }
}
@media (max-width: 1399px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content .section-title span {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content .section-title span {
    margin-bottom: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content .section-title h2 {
    font-size: 46px;
  }
}
@media (max-width: 1399px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content .section-title h2 {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content .section-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content .section-title h2 {
    font-size: 38px;
  }
}
.home1-why-choose-section .why-choose-step-area .why-choose-step-content .primary-btn2 {
  display: inline-flex;
  margin-top: 60px;
}
@media (max-width: 1399px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content .primary-btn2 {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .home1-why-choose-section .why-choose-step-area .why-choose-step-content .primary-btn2 {
    margin-top: 40px;
  }
}
.home1-why-choose-section .why-choose-step-area .step-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home1-why-choose-section .why-choose-step-area .step-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 100px;
  background-color: var(--primary-color1);
  position: absolute;
  text-align: center;
  min-width: 158px;
}
@media (max-width: 991px) {
  .home1-why-choose-section .why-choose-step-area .step-list li {
    min-width: 145px;
    font-size: 15px;
  }
}
.home1-why-choose-section .why-choose-step-area .step-list li:nth-child(1) {
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.home1-why-choose-section .why-choose-step-area .step-list li:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  right: -80px;
}
.home1-why-choose-section .why-choose-step-area .step-list li:nth-child(3) {
  bottom: -21px;
  left: 50%;
  transform: translateX(-50%);
}
.home1-why-choose-section .why-choose-step-area .step-list li:nth-child(4) {
  top: 50%;
  transform: translateY(-50%);
  left: -80px;
}
.home1-why-choose-section .why-choose-step-area .check-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home1-why-choose-section .why-choose-step-area .check-list li {
  width: 32px;
  height: 32px;
  background-color: var(--primary-color2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 1199px) {
  .home1-why-choose-section .why-choose-step-area .check-list li {
    opacity: 1;
  }
}
.home1-why-choose-section .why-choose-step-area .check-list li svg {
  fill: var(--primary-color1);
}
.home1-why-choose-section .why-choose-step-area .check-list li.active {
  opacity: 1;
}
.home1-why-choose-section .why-choose-step-area .check-list li:nth-child(1) {
  top: 16%;
  right: 10%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(1) {
    right: 9%;
  }
}
@media (max-width: 1399px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(1) {
    right: 9%;
  }
}
@media (max-width: 991px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(1) {
    top: 15%;
  }
}
.home1-why-choose-section .why-choose-step-area .check-list li:nth-child(2) {
  bottom: 16%;
  right: 10%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(2) {
    right: 9%;
  }
}
@media (max-width: 1399px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(2) {
    right: 9%;
  }
}
@media (max-width: 991px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(2) {
    bottom: 15%;
  }
}
.home1-why-choose-section .why-choose-step-area .check-list li:nth-child(3) {
  bottom: 16%;
  left: 10%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(3) {
    left: 9%;
  }
}
@media (max-width: 1399px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(3) {
    left: 9%;
  }
}
@media (max-width: 991px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(3) {
    bottom: 15%;
  }
}
.home1-why-choose-section .why-choose-step-area .check-list li:nth-child(4) {
  top: 16%;
  left: 10%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(4) {
    left: 9%;
  }
}
@media (max-width: 1399px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(4) {
    left: 9%;
  }
}
@media (max-width: 991px) {
  .home1-why-choose-section .why-choose-step-area .check-list li:nth-child(4) {
    top: 15%;
  }
}
.home1-why-choose-section .why-choose-card {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 35px;
  background-color: #193133;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .home1-why-choose-section .why-choose-card {
    padding: 40px 30px;
  }
}
@media (max-width: 1199px) {
  .home1-why-choose-section .why-choose-card {
    min-height: 350px;
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .home1-why-choose-section .why-choose-card {
    padding: 35px 30px;
  }
}
.home1-why-choose-section .why-choose-card .icon svg {
  fill: var(--primary-color1);
}
.home1-why-choose-section .why-choose-card .content {
  max-width: 155px;
  width: 100%;
}
.home1-why-choose-section .why-choose-card .content h3 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home1-why-choose-section .why-choose-card .content h3 {
    font-size: 45px;
  }
}
.home1-why-choose-section .why-choose-card .content > span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  display: block;
}
.home1-why-choose-section .why-choose-card .content .counter-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
.home1-why-choose-section .why-choose-card .content .counter-area .icon {
  width: 32px;
  height: 32px;
  background-color: var(--primary-color1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home1-why-choose-section .why-choose-card .content .counter-area .icon svg {
  fill: var(--black-color);
}
.home1-why-choose-section .why-choose-card .vector1 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.home1-why-choose-section .why-choose-card .vector2 {
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .home1-why-choose-section .why-choose-card .vector2 {
    right: 35px;
  }
}
.home1-why-choose-section .why-choose-card .vector3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home1-why-choose-section .why-choose-card.two {
  background-color: #f1eeea;
}
.home1-why-choose-section .why-choose-card.two .icon svg {
  fill: var(--black-color);
}
.home1-why-choose-section .why-choose-card.two .content h3,
.home1-why-choose-section .why-choose-card.two .content span {
  color: var(--title-color);
}
.home1-why-choose-section .why-choose-card.two .gradient-vector {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home1-why-choose-section .why-choose-card.three {
  background-color: transparent;
  padding: 0;
}
.home1-why-choose-section .why-choose-card.three img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: inherit;
}
.home1-why-choose-section .process-label {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-align: center;
  margin-top: 70px;
}

/*=====================================
  11. Home1 Company Growth Section CSS
========================================*/
.home1-company-growth-section .founder-area {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 450px;
  display: flex;
  align-items: end;
}
@media (max-width: 576px) {
  .home1-company-growth-section .founder-area {
    min-height: 400px;
  }
}
.home1-company-growth-section .founder-area .founder-content-wrap {
  background-color: var(--primary-color1);
  position: relative;
  z-index: 2;
  margin-bottom: -70px;
}
@media (max-width: 767px) {
  .home1-company-growth-section .founder-area .founder-content-wrap {
    margin-bottom: -50px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .founder-area .founder-content-wrap {
    margin-bottom: -40px;
  }
}
.home1-company-growth-section .founder-area .founder-content-wrap .founder-content {
  padding: 35px 35px 25px;
}
@media (max-width: 991px) {
  .home1-company-growth-section .founder-area .founder-content-wrap .founder-content {
    padding: 30px 25px 25px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .founder-area .founder-content-wrap .founder-content {
    padding: 25px 20px 20px;
  }
}
.home1-company-growth-section .founder-area .founder-content-wrap .founder-content p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home1-company-growth-section .founder-area .founder-content-wrap .founder-content p {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .home1-company-growth-section .founder-area .founder-content-wrap .founder-content p {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .founder-area .founder-content-wrap .founder-content p {
    font-size: 22px;
    line-height: 34px;
  }
}
.home1-company-growth-section .founder-area .founder-content-wrap .founder-info {
  padding: 35px 35px 40px;
  border-top: 1px solid rgba(var(--black-color-opc), 0.1);
}
@media (max-width: 991px) {
  .home1-company-growth-section .founder-area .founder-content-wrap .founder-info {
    padding: 30px 25px 35px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .founder-area .founder-content-wrap .founder-info {
    padding: 25px 20px 30px;
  }
}
.home1-company-growth-section .founder-area .founder-content-wrap .founder-info strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
.home1-company-growth-section .founder-area .founder-content-wrap .founder-info span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
}
.home1-company-growth-section .founder-area .founder-content-wrap .vector {
  fill: var(--primary-color2);
  position: absolute;
  bottom: 0;
  right: 0;
}
.home1-company-growth-section .company-growth-wrapper {
  padding: 100px 0;
  background-color: var(--primary-color2);
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home1-company-growth-section .company-growth-wrapper {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .home1-company-growth-section .company-growth-wrapper {
    padding: 100px 0 70px;
  }
}
.home1-company-growth-section .company-growth-wrapper .company-growth-chart-area {
  position: relative;
}
.home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 45px;
  position: absolute;
  top: 0;
  left: 80px;
}
@media (max-width: 1199px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label {
    left: 60px;
  }
}
@media (max-width: 991px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label {
    left: 50px;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label {
    left: 30px;
    gap: 20px;
    top: -10px;
  }
}
.home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label li {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 767px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label li {
    font-size: 14px;
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label li {
    font-size: 9px;
    padding-left: 10px;
  }
}
.home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  background-color: var(--primary-color1);
  border-radius: 50%;
}
@media (max-width: 767px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label li::before {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label li::before {
    width: 7px;
    height: 7px;
  }
}
.home1-company-growth-section .company-growth-wrapper .company-growth-chart-area .chart-label li:last-child::before {
  background-color: #999999;
}
.home1-company-growth-section .company-growth-wrapper .counter-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  row-gap: 30px;
  flex-wrap: wrap;
}
.home1-company-growth-section .company-growth-wrapper .counter-list .single-counter {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 290px;
  width: 100%;
}
@media (max-width: 991px) {
  .home1-company-growth-section .company-growth-wrapper .counter-list .single-counter {
    max-width: 275px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .home1-company-growth-section .company-growth-wrapper .counter-list .single-counter {
    gap: 12px;
    max-width: 245px;
  }
}
.home1-company-growth-section .company-growth-wrapper .counter-list .single-counter h2 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home1-company-growth-section .company-growth-wrapper .counter-list .single-counter h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .home1-company-growth-section .company-growth-wrapper .counter-list .single-counter h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .home1-company-growth-section .company-growth-wrapper .counter-list .single-counter h2 {
    font-size: 38px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .company-growth-wrapper .counter-list .single-counter h2 {
    font-size: 36px;
  }
}
.home1-company-growth-section .company-growth-wrapper .counter-list .single-counter > span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .home1-company-growth-section .company-growth-wrapper .counter-list .single-counter > span {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .company-growth-wrapper .counter-list .single-counter > span {
    font-size: 16px;
  }
}
.home1-company-growth-section .company-growth-wrapper .company-growth-bottom-area {
  padding-top: 45px;
  margin-top: 45px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.home1-company-growth-section .company-growth-wrapper .company-growth-bottom-area .company-growth-bottom-content {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.home1-company-growth-section .company-growth-wrapper .company-growth-bottom-area span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 24px;
}
@media (max-width: 576px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-bottom-area span {
    font-size: 15px;
  }
}
.home1-company-growth-section .company-growth-wrapper .company-growth-bottom-area span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--primary-color1);
}
.home1-company-growth-section .company-growth-wrapper .company-growth-bottom-area p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 991px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-bottom-area p {
    max-width: 490px;
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .home1-company-growth-section .company-growth-wrapper .company-growth-bottom-area p {
    font-size: 15px;
  }
}
.home1-company-growth-section .company-growth-wrapper .vector {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/*=====================================
  12. Home1 Testimonial Section CSS
========================================*/
.testimonial-card {
  position: relative;
  background-color: #f1eeea;
  min-height: 545px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .testimonial-card {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .testimonial-card {
    min-height: 470px;
  }
}
@media (max-width: 576px) {
  .testimonial-card {
    min-height: 450px;
  }
}
.testimonial-card .testimonial-card-content {
  padding: 40px 35px;
}
@media (max-width: 1399px) {
  .testimonial-card .testimonial-card-content {
    padding: 40px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card .testimonial-card-content {
    padding: 40px 15px;
  }
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-card-content {
    padding: 40px 15px;
  }
}
.testimonial-card .testimonial-card-content .quote {
  fill: var(--primary-color2);
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .testimonial-card .testimonial-card-content .quote {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-card-content .quote {
    margin-bottom: 15px;
  }
}
.testimonial-card .testimonial-card-content p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .testimonial-card .testimonial-card-content p {
    font-size: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card .testimonial-card-content p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .testimonial-card .testimonial-card-content p {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-card-content p {
    font-size: 23px;
  }
}
.testimonial-card .testimonial-card-bottom {
  position: relative;
  padding: 35px 35px 40px;
  border-top: 1px solid rgba(var(--black-color-opc), 0.1);
  z-index: 2;
  transition: 0.5s ease-in-out;
}
@media (max-width: 1399px) {
  .testimonial-card .testimonial-card-bottom {
    padding: 35px 25px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card .testimonial-card-bottom {
    padding: 30px 15px 40px;
  }
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-card-bottom {
    padding: 25px 15px 40px;
  }
}
.testimonial-card .testimonial-card-bottom .author-area {
  line-height: 1;
  margin-bottom: 20px;
}
.testimonial-card .testimonial-card-bottom .author-area strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  display: block;
  margin-bottom: 5px;
  transition: color 0.4s ease-in-out;
}
.testimonial-card .testimonial-card-bottom .author-area span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  transition: color 0.4s ease-in-out;
}
.testimonial-card .testimonial-card-bottom img {
  width: 170px;
}
@media (max-width: 576px) {
  .testimonial-card .testimonial-card-bottom img {
    width: 150px;
  }
}
.testimonial-card .testimonial-card-bottom .white {
  display: none;
}
.testimonial-card .testimonial-card-bottom::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: -1;
}
.testimonial-card .hover-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.testimonial-card:hover .hover-video {
  opacity: 1;
}
.testimonial-card:hover .testimonial-card-bottom {
  border-top-color: transparent;
}
.testimonial-card:hover .testimonial-card-bottom .author-area strong,
.testimonial-card:hover .testimonial-card-bottom .author-area span {
  color: var(--white-color);
}
.testimonial-card:hover .testimonial-card-bottom .dark {
  display: none;
}
.testimonial-card:hover .testimonial-card-bottom .white {
  display: block;
}
.testimonial-card:hover .testimonial-card-bottom::before {
  opacity: 1;
}

.home1-testimonial-section .slider-btn-and-ranting-area {
  padding-top: 25px;
  text-align: center;
}
.home1-testimonial-section .slider-btn-and-ranting-area .slider-btn-grp {
  gap: 25px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .home1-testimonial-section .slider-btn-and-ranting-area .slider-btn-grp {
    gap: 10px;
  }
}
.home1-testimonial-section .slider-btn-and-ranting-area .slider-btn-grp .progress-pagination {
  position: relative;
  background: var(--borders-color);
  height: 1px;
}
.home1-testimonial-section .slider-btn-and-ranting-area .slider-btn-grp .progress-pagination .swiper-pagination-progressbar-fill {
  background: var(--primary-color2);
}
.home1-testimonial-section .slider-btn-and-ranting-area .rating-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 50px;
}
.home1-testimonial-section .slider-btn-and-ranting-area .rating-area .content {
  line-height: 1;
}
.home1-testimonial-section .slider-btn-and-ranting-area .rating-area .content .star {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.home1-testimonial-section .slider-btn-and-ranting-area .rating-area .content .star li i {
  font-size: 14px;
  color: #e4c200;
}
.home1-testimonial-section .slider-btn-and-ranting-area .rating-area .content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.home1-testimonial-section .slider-btn-and-ranting-area .rating-area .rating-batch {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05%;
  width: 48px;
  height: 24px;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.home1-testimonial-section .slider-btn-and-ranting-area .rating-area .rating-batch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/*=====================================
  13. Home1 Blog Section CSS
========================================*/
.blog-card {
  padding: 28px 28px 35px 28px;
  border: 1px solid var(--borders-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-card {
    padding: 20px 20px 35px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card {
    padding: 20px 20px 35px 20px;
  }
}
@media (max-width: 576px) {
  .blog-card {
    padding: 20px 20px 35px 20px;
  }
}
.blog-card .blog-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.blog-card .blog-img img {
  display: block;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  transition: transform 0.5s ease-out;
  will-change: transform;
  transform: translateZ(0);
  transform-origin: center center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card .blog-img img {
    min-height: 280px;
    max-height: 280px;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-img img {
    min-height: 250px;
    max-height: 250px;
  }
}
.blog-card .blog-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.blog-card .blog-content {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .blog-card .blog-content {
    padding-top: 35px;
  }
}
.blog-card .blog-content .category svg {
  fill: var(--black-color);
}
.blog-card .blog-content .category {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .blog-card .blog-content .category {
    font-size: 16px;
  }
}
.blog-card .blog-content h2 {
  font-size: initial;
  line-height: 1.3;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .blog-card .blog-content h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .blog-card .blog-content h2 {
    margin-bottom: 25px;
  }
}
.blog-card .blog-content h2 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1199px) {
  .blog-card .blog-content h2 a {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-content h2 a {
    font-size: 24px;
  }
}
.blog-card .blog-content h2 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.blog-card .blog-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-card .blog-content p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-card .blog-content p {
    font-size: 15px;
  }
}
.blog-card:hover .blog-img img {
  transform: scale(1.1);
}
.blog-card:hover .blog-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.blog-card.two {
  background-color: var(--white-color);
  padding: 30px 30px 30px 30px;
}
@media (max-width: 1399px) {
  .blog-card.two {
    padding: 45px 35px 40px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.two {
    padding: 40px 15px;
  }
}
@media (max-width: 576px) {
  .blog-card.two {
    padding: 40px 20px;
  }
}
.blog-card.two .blog-img {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .blog-card.two .blog-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .blog-card.two .blog-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .blog-card.two .blog-img {
    margin-bottom: 30px;
  }
}
.blog-card.two .blog-img img {
  min-height: 191px;
  max-height: 191px;
}
@media (max-width: 576px) {
  .blog-card.two .blog-img img {
    min-height: 200px;
    max-height: 200px;
  }
}
.blog-card.two .blog-content {
  padding-top: 0;
}
.blog-card.two .blog-content h2 {
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .blog-card.two .blog-content h2 {
    margin-bottom: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.two .blog-content h2 a {
    font-size: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.two .blog-content p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .blog-card.two .blog-content p {
    font-size: 15px;
  }
}
.blog-card.two .blog-content .read-more-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: 0.5s;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .blog-card.two .blog-content .read-more-btn {
    margin-top: 30px;
  }
}
.blog-card.two .blog-content .read-more-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.blog-card.two .blog-content .read-more-btn:hover svg {
  transform: translateX(3px);
}
.blog-card.three {
  padding: 15px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 42% 58%;
}
@media (max-width: 1199px) {
  .blog-card.three {
    padding: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three {
    display: block;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .blog-card.three {
    display: block;
    border-radius: 15px;
  }
}
.blog-card.three .blog-img {
  border-radius: 10px;
}
.blog-card.three .blog-img img {
  min-height: 490px;
  max-height: 490px;
  border-radius: inherit;
}
@media (max-width: 1399px) {
  .blog-card.three .blog-img img {
    min-height: 460px;
    max-height: 460px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-img img {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 991px) {
  .blog-card.three .blog-img img {
    min-height: 420px;
    max-height: 420px;
  }
}
@media (max-width: 576px) {
  .blog-card.three .blog-img img {
    min-height: 300px;
    max-height: 300px;
  }
}
.blog-card.three .blog-content-wrap {
  padding: 45px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-card.three .blog-content-wrap {
    padding: 45px 40px;
  }
}
@media (max-width: 1399px) {
  .blog-card.three .blog-content-wrap {
    padding: 35px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-content-wrap {
    padding: 35px 10px 25px;
  }
}
@media (max-width: 991px) {
  .blog-card.three .blog-content-wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .blog-card.three .blog-content-wrap {
    padding: 30px 10px 20px;
  }
}
.blog-card.three .blog-content-wrap .blog-content {
  padding: 0;
}
.blog-card.three .blog-content-wrap .blog-content .category {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-card.three .blog-content-wrap .blog-content .category {
    margin-bottom: 15px;
  }
}
.blog-card.three .blog-content-wrap .blog-content h2 {
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .blog-card.three .blog-content-wrap .blog-content h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .blog-card.three .blog-content-wrap .blog-content h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .blog-card.three .blog-content-wrap .blog-content h2 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .blog-card.three .blog-content-wrap .blog-content h2 a {
    font-size: 26px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-card.three .blog-content-wrap .blog-content h2 a {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .blog-card.three .blog-content-wrap .blog-content h2 a {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .blog-card.three .blog-content-wrap .blog-content h2 a {
    font-size: 22px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-card.three .blog-content-wrap .blog-content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .blog-card.three .blog-content-wrap .blog-content p {
    font-size: 15px;
  }
}
.blog-card.three .blog-content-wrap .author-area {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-card.three .blog-content-wrap .author-area .author-img img {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
}
.blog-card.three .blog-content-wrap .author-area .author-content strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  display: block;
  margin-bottom: 5px;
}
.blog-card.three .blog-content-wrap .author-area .author-content span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: block;
}

.home1-blog-section .home1-blog-slider .blog-card {
  padding: 25px 25px 30px 25px;
}
@media (max-width: 1399px) {
  .home1-blog-section .home1-blog-slider .blog-card {
    padding: 20px 20px 25px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-blog-section .home1-blog-slider .blog-card {
    padding: 10px 10px 20px 10px;
  }
}
@media (max-width: 767px) {
  .home1-blog-section .home1-blog-slider .blog-card {
    padding: 15px 15px 25px 15px;
  }
}
@media (max-width: 576px) {
  .home1-blog-section .home1-blog-slider .blog-card {
    padding: 12px 12px 20px 12px;
  }
}
.home1-blog-section .home1-blog-slider .blog-card .blog-img img {
  min-height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home1-blog-section .home1-blog-slider .blog-card .blog-content {
  padding-top: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-blog-section .home1-blog-slider .blog-card .blog-content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .home1-blog-section .home1-blog-slider .blog-card .blog-content {
    padding-top: 30px;
  }
}
.home1-blog-section .home1-blog-slider .blog-card .blog-content .category {
  margin-bottom: 10px;
}
.home1-blog-section .home1-blog-slider .blog-card .blog-content h2 {
  line-height: 1.4;
  font-size: initial;
}
@media (max-width: 1199px) {
  .home1-blog-section .home1-blog-slider .blog-card .blog-content h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .home1-blog-section .home1-blog-slider .blog-card .blog-content h2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .home1-blog-section .home1-blog-slider .blog-card .blog-content h2 {
    margin-bottom: 20px;
  }
}
.home1-blog-section .home1-blog-slider .blog-card .blog-content h2 a {
  font-size: 22px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-blog-section .home1-blog-slider .blog-card .blog-content h2 a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .home1-blog-section .home1-blog-slider .blog-card .blog-content p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .home1-blog-section .home1-blog-slider .blog-card .blog-content p {
    font-size: 14px;
  }
}
.home1-blog-section .all-and-slider-btn-area {
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1199px) {
  .home1-blog-section .all-and-slider-btn-area {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .home1-blog-section .all-and-slider-btn-area {
    padding-top: 30px;
  }
}
.home1-blog-section .all-and-slider-btn-area .view-all-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.home1-blog-section .all-and-slider-btn-area .view-all-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.home1-blog-section .all-and-slider-btn-area .view-all-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home1-blog-section .all-and-slider-btn-area .view-all-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.home1-blog-section .all-and-slider-btn-area .view-all-btn:hover svg {
  transform: translateX(3px);
}

/*=====================================
  14. Home1 Contact Section CSS
========================================*/
.home1-contact-section .contact-section-img {
  height: 500px;
  position: relative;
}
@media (max-width: 1199px) {
  .home1-contact-section .contact-section-img {
    height: 450px;
  }
}
@media (max-width: 576px) {
  .home1-contact-section .contact-section-img {
    height: 400px;
  }
}
.home1-contact-section .contact-section-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home1-contact-section .contact-section-img .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home1-contact-section .contact-wrapper {
  padding: 100px 0;
  background-color: var(--primary-color2);
  position: relative;
}
@media (max-width: 1199px) {
  .home1-contact-section .contact-wrapper {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .home1-contact-section .contact-wrapper {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .home1-contact-section .contact-wrapper {
    padding: 70px 0;
  }
}
.home1-contact-section .contact-wrapper .contact-area {
  position: relative;
}
.home1-contact-section .contact-wrapper .contact-area .title-area {
  padding-bottom: 35px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .home1-contact-section .contact-wrapper .contact-area .title-area {
    margin-bottom: 40px;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact {
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact {
    margin-bottom: 30px;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 6px 16px;
  background-color: var(--primary-color1);
  margin-left: 57px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 576px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-title {
    margin-left: 48px;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-title::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color1);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area {
    gap: 10px;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area .icon {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area .icon {
    min-width: 38px;
    max-width: 38px;
    height: 38px;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area .icon svg {
  fill: var(--primary-color2);
}
@media (max-width: 576px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area .icon svg {
    width: 18px;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area .content a {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  word-break: break-all;
  transition: 0.5s;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area .content a {
    font-size: 18px;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area .content a:hover {
  color: var(--primary-color1);
}
.home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area .content span {
  color: var(--dark-text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
@media (max-width: 576px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-list .single-contact .contact-content-area .content span {
    font-size: 14px;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-form-area {
  max-width: 660px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 17%;
  z-index: 1;
}
@media (max-width: 1799px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area {
    right: 13%;
  }
}
@media (max-width: 1699px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area {
    right: 11%;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area {
    right: 5%;
  }
}
@media (max-width: 1399px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area {
    right: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area {
    max-width: 540px;
  }
}
@media (max-width: 991px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area {
    position: relative;
    right: unset;
    bottom: unset;
    margin: 50px 15px 0;
  }
}
@media (max-width: 767px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area {
    max-width: unset;
    width: unset;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-form-area .contact-form {
  padding: 50px 50px 45px;
  background-color: var(--white-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area .contact-form {
    padding: 45px 30px 40px;
  }
}
@media (max-width: 991px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area .contact-form {
    padding: 45px 40px 40px;
  }
}
@media (max-width: 767px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area .contact-form {
    padding: 45px 30px 40px;
  }
}
@media (max-width: 576px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area .contact-form {
    padding: 40px 20px 35px;
  }
}
.home1-contact-section .contact-wrapper .contact-area .contact-form-area .note-area {
  padding: 18px 20px;
  background-color: #f1eeea;
}
.home1-contact-section .contact-wrapper .contact-area .contact-form-area .note-area p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 576px) {
  .home1-contact-section .contact-wrapper .contact-area .contact-form-area .note-area p {
    font-size: 15px;
  }
}
.home1-contact-section .contact-wrapper .vector {
  position: absolute;
  bottom: 0;
  right: 0;
}

/*=====================================
  15. Home1 Faq Section CSS
========================================*/
.faq-wrap .accordion .accordion-item {
  border-radius: 10px;
  border: none;
  margin-bottom: 25px;
  background-color: #f0f0f0;
}
.faq-wrap .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-wrap .accordion .accordion-item .accordion-header {
  border-radius: 10px;
  background-color: transparent;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding: 25px 30px 18px;
  border-radius: 10px;
  background-color: transparent;
  border: unset;
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 18px 20px;
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 10px 15px 15px;
    font-size: 17px;
    line-height: 1.5;
  }
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  content: "\f229";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 600;
  font-size: 12px;
  right: 30px;
  transition: 0.5s;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f229";
  border: none;
}
.faq-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-radius: 10px;
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.faq-wrap .accordion .accordion-item .accordion-body {
  padding: 0px 30px 25px 30px;
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  border: unset;
  border-top: none;
  background-color: transparent;
  border-radius: 0 0 10px 10px;
}
.faq-wrap .accordion .accordion-item .accordion-body span {
  color: var(--title-color);
}
@media (max-width: 767px) {
  .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 20px 20px 20px;
  }
}
@media (max-width: 576px) {
  .faq-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 15px 20px 15px;
    font-size: 16px;
    line-height: 1.6;
  }
}

.home1-faq-section .support-area {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.home1-faq-section .support-area span {
  padding: 14px 25px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 576px) {
  .home1-faq-section .support-area span {
    font-size: 16px;
  }
}
.home1-faq-section .support-area span a {
  color: var(--title-color);
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
.home1-faq-section .support-area span a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}

/*=====================================
  16. Home1 Footer Section CSS
========================================*/
.footer-section {
  background-color: #122433;
}
.footer-section .footer-info-and-award-wrapper {
  padding: 70px 0 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 1199px) {
  .footer-section .footer-info-and-award-wrapper {
    padding: 80px 0 70px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-info-and-award-wrapper {
    padding: 70px 0;
  }
}
.footer-section .footer-info-and-award-wrapper .social-info-and-award-area {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  flex-wrap: wrap;
}
.footer-section .footer-info-and-award-wrapper .social-info-and-award-area .social-info {
  max-width: 455px;
  width: 100%;
}
.footer-section .footer-info-and-award-wrapper .social-info-and-award-area .social-info p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footer-section .footer-info-and-award-wrapper .social-info-and-award-area .social-info p {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-info-and-award-wrapper .social-info-and-award-area .social-info p {
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
.footer-section .footer-info-and-award-wrapper .social-info-and-award-area .social-info .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-section .footer-info-and-award-wrapper .social-info-and-award-area .social-info .social-list li a svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.footer-section .footer-info-and-award-wrapper .social-info-and-award-area .social-info .social-list li a:hover svg {
  fill: var(--primary-color1);
}
.footer-section .footer-info-and-award-wrapper .social-info-and-award-area .award-area {
  display: flex;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .footer-section .footer-info-and-award-wrapper .social-info-and-award-area .award-area {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-info-and-award-wrapper .social-info-and-award-area .award-area {
    gap: 20px;
  }
}
.footer-section .footer-info-and-award-wrapper .social-info-and-award-area .award-area img {
  width: 208px;
}
@media (max-width: 991px) {
  .footer-section .footer-info-and-award-wrapper .social-info-and-award-area .award-area img {
    width: 180px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-info-and-award-wrapper .social-info-and-award-area .award-area img {
    width: 150px;
  }
}
.footer-section .footer-main-wrap {
  padding: 70px 0 90px;
}
@media (max-width: 1199px) {
  .footer-section .footer-main-wrap {
    padding: 70px 0 80px;
  }
}
@media (max-width: 991px) {
  .footer-section .footer-main-wrap {
    padding: 70px 0 60px;
  }
}
.footer-section .footer-main-wrap .company-logo-area {
  max-width: 455px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-main-wrap .company-logo-area {
    max-width: 290px;
  }
}
.footer-section .footer-main-wrap .company-logo-area .company-logo img {
  width: 255px;
}
.footer-section .footer-main-wrap .company-logo-area .newsletter-area {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .footer-section .footer-main-wrap .company-logo-area .newsletter-area {
    padding-top: 30px;
  }
}
.footer-section .footer-main-wrap .company-logo-area .newsletter-area h3 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.7em;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-main-wrap .company-logo-area .newsletter-area h3 {
    font-size: 17px;
    letter-spacing: 0.6em;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-main-wrap .company-logo-area .newsletter-area h3 {
    font-size: 16px;
    letter-spacing: 0.5em;
  }
}
.footer-section .footer-main-wrap .company-logo-area .newsletter-area h3 svg {
  fill: var(--primary-color1);
}
.footer-section .footer-main-wrap .company-logo-area .newsletter-area .newsletter-form {
  padding: 20px 35px;
  background-color: rgba(138, 162, 164, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-main-wrap .company-logo-area .newsletter-area .newsletter-form {
    padding: 16px 25px;
  }
}
@media (max-width: 576px) {
  .footer-section .footer-main-wrap .company-logo-area .newsletter-area .newsletter-form {
    padding: 12px 25px;
  }
}
.footer-section .footer-main-wrap .company-logo-area .newsletter-area .newsletter-form input {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  background-color: transparent;
}
.footer-section .footer-main-wrap .company-logo-area .newsletter-area .newsletter-form button {
  background-color: transparent;
}
.footer-section .footer-main-wrap .company-logo-area .newsletter-area .newsletter-form button svg {
  fill: var(--primary-color1);
  min-width: 20px;
}
.footer-section .footer-main-wrap .company-logo-area .newsletter-area span {
  color: #f1eeea;
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-main-wrap .company-logo-area .newsletter-area span {
    font-size: 14px;
  }
}
.footer-section .footer-main-wrap .footer-widget .widget-title {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.7em;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .footer-section .footer-main-wrap .footer-widget .widget-title {
    letter-spacing: 0.5em;
  }
}
.footer-section .footer-main-wrap .footer-widget .address-area {
  max-width: 280px;
  width: 100%;
}
.footer-section .footer-main-wrap .footer-widget .address-area a {
  color: #f1eeea;
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  background-image: linear-gradient(to bottom, #f1eeea 0%, #f1eeea 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .footer-section .footer-main-wrap .footer-widget .address-area a {
    font-size: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-main-wrap .footer-widget .address-area a {
    font-size: 16px;
  }
}
.footer-section .footer-main-wrap .footer-widget .address-area a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.footer-section .footer-main-wrap .footer-widget .footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 5px;
}
.footer-section .footer-main-wrap .footer-widget .footer-menu-list li {
  line-height: 1;
  margin-bottom: 22px;
}
.footer-section .footer-main-wrap .footer-widget .footer-menu-list li:last-child {
  margin-bottom: 0;
}
.footer-section .footer-main-wrap .footer-widget .footer-menu-list li a {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 18px;
  line-height: 1;
  background-image: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer-section .footer-main-wrap .footer-widget .footer-menu-list li a {
    font-size: 16px;
  }
}
.footer-section .footer-main-wrap .footer-widget .footer-menu-list li a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.footer-section .copyright-area {
  padding: 0 0 16px;
  text-align: center;
}
.footer-section .copyright-area span {
  color: var(--dark-text-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
.footer-section .copyright-area span a {
  color: var(--white-color);
  transition: 0.5s;
}
.footer-section .copyright-area span a:hover {
  color: var(--primary-color1);
}
.footer-section.two {
  background-color: var(--white-color);
  position: relative;
  z-index: 1;
}
.footer-section.two .footer-info-and-award-wrapper {
  border-color: var(--borders-color);
}
.footer-section.two .footer-info-and-award-wrapper .social-info-and-award-area .social-info p {
  color: var(--title-color);
}
.footer-section.two .footer-info-and-award-wrapper .social-info-and-award-area .social-info .social-list {
  gap: 14px;
}
.footer-section.two .footer-info-and-award-wrapper .social-info-and-award-area .social-info .social-list li a {
  width: 36px;
  height: 36px;
  background-color: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.footer-section.two .footer-info-and-award-wrapper .social-info-and-award-area .social-info .social-list li a svg {
  fill: var(--title-color);
}
.footer-section.two .footer-info-and-award-wrapper .social-info-and-award-area .social-info .social-list li a:hover {
  background-color: #e8e8e8;
}
.footer-section.two .footer-main-wrap .footer-widget .widget-title {
  color: var(--dark-text-color);
}
.footer-section.two .footer-main-wrap .footer-widget .address-area a {
  color: var(--title-color);
  font-weight: 400;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
.footer-section.two .footer-main-wrap .footer-widget .address-area a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.footer-section.two .footer-main-wrap .footer-widget .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 45px;
}
@media (max-width: 1199px) {
  .footer-section.two .footer-main-wrap .footer-widget .contact-list {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .footer-section.two .footer-main-wrap .footer-widget .contact-list {
    padding-top: 25px;
  }
}
.footer-section.two .footer-main-wrap .footer-widget .contact-list .single-contact {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 20px;
}
.footer-section.two .footer-main-wrap .footer-widget .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.footer-section.two .footer-main-wrap .footer-widget .contact-list .single-contact .icon svg {
  fill: #444036;
}
.footer-section.two .footer-main-wrap .footer-widget .contact-list .single-contact .content a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  word-break: break-all;
  transition: 0.5s;
  display: inline-block;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
  margin-bottom: 5px;
}
.footer-section.two .footer-main-wrap .footer-widget .contact-list .single-contact .content a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.footer-section.two .footer-main-wrap .footer-widget .contact-list .single-contact .content span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .footer-section.two .footer-main-wrap .footer-widget .contact-list .single-contact .content span {
    font-size: 15px;
  }
}
@media (max-width: 1399px) {
  .footer-section.two .footer-main-wrap .footer-widget .contact-list .single-contact .content span {
    font-size: 15px;
  }
}
.footer-section.two .footer-main-wrap .footer-widget .footer-menu-list li a {
  color: var(--title-color);
  font-weight: 400;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (max-width: 576px) {
  .footer-section.two .footer-main-wrap .footer-widget .footer-menu-list li a {
    font-size: 17px;
  }
}
.footer-section.two .footer-main-wrap .footer-widget .footer-menu-list li a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.footer-section.two .copyright-area span {
  color: var(--text-color);
  font-weight: 500;
}
.footer-section.two .copyright-area span a {
  color: var(--title-color);
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
.footer-section.two .copyright-area span a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.footer-section.two .vector {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .footer-section.two .vector {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .footer-section.two .vector {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .footer-section.two .vector {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .footer-section.two .vector {
    display: none;
  }
}
.footer-section.three .footer-main-wrap {
  padding: 0 0 70px;
}
@media (max-width: 767px) {
  .footer-section.three .footer-main-wrap {
    padding: 0 0 60px;
  }
}
.footer-section.three .footer-info-and-award-wrapper {
  padding: 70px 0;
  border-bottom: unset;
  border-top: 1px solid var(--borders-color);
}
@media (max-width: 767px) {
  .footer-section.three .footer-info-and-award-wrapper {
    padding: 55px 0;
  }
}
@media (max-width: 576px) {
  .footer-section.three .footer-info-and-award-wrapper {
    padding: 50px 0;
  }
}
.footer-section.three .copyright-area {
  text-align: start;
  padding: 0 0 25px;
}
.footer-section.three .copyright-area p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 820px;
  width: 100%;
}

/*=====================================
  17. Home2 Banner Section CSS
========================================*/
.home2-banner-section {
  position: relative;
}
.home2-banner-section .banner-warpper {
  position: relative;
  height: 765px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner-section .banner-warpper {
    height: 700px;
  }
}
@media (max-width: 1399px) {
  .home2-banner-section .banner-warpper {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .banner-warpper {
    height: 650px;
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-warpper {
    height: 600px;
  }
}
.home2-banner-section .banner-warpper .banner-bg {
  height: 100%;
}
.home2-banner-section .banner-warpper .banner-bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home2-banner-section .banner-warpper .banner-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home2-banner-section .banner-warpper .banner-content-wrap {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .home2-banner-section .banner-warpper .banner-content-wrap {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .banner-warpper .banner-content-wrap {
    padding: 70px 0;
  }
}
.home2-banner-section .banner-warpper .banner-content-wrap .container,
.home2-banner-section .banner-warpper .banner-content-wrap .row {
  height: 100%;
}
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
}
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding-left: 16px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    margin-bottom: 20px;
  }
}
@media (max-width: 1399px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span {
    font-size: 14px;
    letter-spacing: 0.3em;
  }
}
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area > span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--primary-color1);
}
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 0;
  max-width: 810px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 55px;
    line-height: 70px;
    max-width: 635px;
  }
}
@media (max-width: 1399px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 55px;
    line-height: 70px;
    max-width: 635px;
  }
}
@media (max-width: 991px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 50px;
    line-height: 70px;
    max-width: 585px;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 45px;
    line-height: 64px;
    max-width: 525px;
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 {
    font-size: 35px;
    line-height: 50px;
  }
}
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  transform: translateY(-15px);
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    padding-left: 35px;
  }
}
@media (max-width: 1399px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    transform: translateY(-12px);
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    transform: translateY(-8px);
  }
}
@media (max-width: 576px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span {
    display: none;
  }
}
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
  fill: var(--white-color);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
    width: 40px;
    height: 55px;
  }
}
@media (max-width: 1399px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
    width: 40px;
    height: 55px;
  }
}
@media (max-width: 991px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
    width: 35px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .vector,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .vector {
    height: 48px;
  }
}
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 1399px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 991px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow {
    width: 48px;
    height: 48px;
  }
}
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow svg,
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow svg {
  fill: var(--black-color);
}
@media (max-width: 991px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow svg,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow svg {
    width: 15px;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h1 span .arrow svg,
  .home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area h2 span .arrow svg {
    width: 14px;
  }
}
.home2-banner-section .banner-warpper .banner-content-wrap .banner-content .banner-title-area .primary-btn3 {
  display: inline-flex;
  margin-top: 40px;
}
.home2-banner-section .thumb-content-area {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1199px) {
  .home2-banner-section .thumb-content-area {
    bottom: 90px;
  }
}
@media (max-width: 767px) {
  .home2-banner-section .thumb-content-area {
    bottom: 70px;
  }
}
.home2-banner-section .thumb-content-area::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.home2-banner-section .thumb-content-area .single-slider-text {
  position: relative;
  display: inline-block;
  padding-top: 25px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .home2-banner-section .thumb-content-area .single-slider-text {
    width: 100%;
    padding-top: 20px;
  }
}
.home2-banner-section .thumb-content-area .single-slider-text span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.home2-banner-section .thumb-content-area .single-slider-text .slide_progress-bar {
  position: absolute;
  height: 3px;
  background: transparent;
  width: auto;
  clear: both;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
}
.home2-banner-section .thumb-content-area .single-slider-text .slide_progress-bar:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  height: 100%;
  width: 0;
  content: "";
  transition: 0.1s width linear;
}
.home2-banner-section .thumb-content-area .single-slider-text .slide_progress-bar.animate:after {
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 4s;
}
.home2-banner-section .home2-banner-slider .swiper-slide-active .banner-warpper .banner-title-area > span {
  animation: fadeInDown 1.7s;
}
.home2-banner-section .home2-banner-slider .swiper-slide-active .banner-warpper .banner-title-area h1,
.home2-banner-section .home2-banner-slider .swiper-slide-active .banner-warpper .banner-title-area h2 {
  animation: fadeInDown 1.7s;
}
.home2-banner-section .home2-banner-slider .swiper-slide-active .banner-warpper .banner-title-area .primary-btn3 {
  animation: fadeInUp 1.7s;
}

.home2-banner-bottom-cta-area {
  padding: 12px 0;
  background-color: var(--primary-color1);
}
@media (max-width: 576px) {
  .home2-banner-bottom-cta-area {
    padding: 15px 0;
  }
}
.home2-banner-bottom-cta-area .banner-cta-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 767px) {
  .home2-banner-bottom-cta-area .banner-cta-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.home2-banner-bottom-cta-area .banner-cta-wrap > span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .home2-banner-bottom-cta-area .banner-cta-wrap > span {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .home2-banner-bottom-cta-area .banner-cta-wrap > span {
    text-align: center;
  }
}
.home2-banner-bottom-cta-area .banner-cta-wrap .primary-btn1 {
  padding: 13px 22px;
}

/*=====================================
  18. Home2 Business Challenge Section CSS
========================================*/
.home2-business-challenge-section .business-challenge-card {
  background-color: var(--white-color);
  position: relative;
  transition: transform 0.4s ease;
  will-change: transform;
}
.home2-business-challenge-section .business-challenge-card .initial-card-content {
  padding: 45px 45px 40px;
  text-align: center;
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1399px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content {
    padding: 45px 30px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content {
    padding: 40px 20px 35px;
  }
}
@media (max-width: 991px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content {
    padding: 40px 25px 40px;
  }
}
@media (max-width: 767px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content {
    padding: 40px 15px;
  }
}
.home2-business-challenge-section .business-challenge-card .initial-card-content .challenge-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content .challenge-icon {
    width: 65px;
    height: 65px;
  }
}
.home2-business-challenge-section .business-challenge-card .initial-card-content .challenge-icon svg {
  fill: var(--primary-color1);
}
@media (max-width: 576px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content .challenge-icon svg {
    width: 32px;
  }
}
.home2-business-challenge-section .business-challenge-card .initial-card-content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content h3 {
    font-size: 26px;
  }
}
.home2-business-challenge-section .business-challenge-card .initial-card-content .card-divider {
  width: 190px;
  height: 1px;
  background-color: rgba(var(--black-color-opc), 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content .card-divider {
    margin-bottom: 30px;
  }
}
.home2-business-challenge-section .business-challenge-card .initial-card-content .card-divider::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--primary-color2);
}
.home2-business-challenge-section .business-challenge-card .initial-card-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content p {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .home2-business-challenge-section .business-challenge-card .initial-card-content p {
    font-size: 15px;
  }
}
.home2-business-challenge-section .business-challenge-card .hover-card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px) scale(0.98);
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--white-color);
}
.home2-business-challenge-section .business-challenge-card .hover-card-content .growth-percentage-area {
  text-align: center;
  padding: 35px 40px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .home2-business-challenge-section .business-challenge-card .hover-card-content .growth-percentage-area {
    padding: 35px 15px;
  }
}
.home2-business-challenge-section .business-challenge-card .hover-card-content .growth-percentage-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-business-challenge-section .business-challenge-card .hover-card-content .growth-percentage-area h2 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .home2-business-challenge-section .business-challenge-card .hover-card-content .growth-percentage-area h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .home2-business-challenge-section .business-challenge-card .hover-card-content .growth-percentage-area h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .home2-business-challenge-section .business-challenge-card .hover-card-content .growth-percentage-area h2 {
    font-size: 56px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .home2-business-challenge-section .business-challenge-card .hover-card-content .growth-percentage-area h2 {
    font-size: 52px;
  }
}
.home2-business-challenge-section .business-challenge-card .hover-card-content .growth-percentage-area p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0;
}
.home2-business-challenge-section .business-challenge-card .hover-card-content img {
  min-height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home2-business-challenge-section .business-challenge-card:hover .initial-card-content {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-30px);
}
.home2-business-challenge-section .business-challenge-card:hover .hover-card-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}
.home2-business-challenge-section .Challenge-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .home2-business-challenge-section .Challenge-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .home2-business-challenge-section .Challenge-list {
    gap: 15px;
    row-gap: 20px;
  }
}
.home2-business-challenge-section .Challenge-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  padding: 17px 28px;
  background-color: var(--white-color);
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .home2-business-challenge-section .Challenge-list li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .home2-business-challenge-section .Challenge-list li {
    padding: 15px 22px;
    font-size: 18px;
  }
}
.home2-business-challenge-section.two .business-challenge-card {
  background-color: #f0f0f0;
}
.home2-business-challenge-section.two .business-challenge-card .hover-card-content {
  background-color: #f0f0f0;
}
.home2-business-challenge-section.two .Challenge-list li {
  background-color: #f0f0f0;
}
.home2-business-challenge-section.three {
  background-color: #F0F0F0;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .home2-business-challenge-section.three {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .home2-business-challenge-section.three {
    padding: 70px 0;
  }
}

/*=====================================
  19. Home2 Banner2 Section CSS
========================================*/
.home2-banner2-section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 700px;
  display: flex;
  align-items: end;
  z-index: 2;
}
@media (max-width: 1399px) {
  .home2-banner2-section {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .home2-banner2-section {
    min-height: 600px;
  }
}
@media (max-width: 576px) {
  .home2-banner2-section {
    min-height: 550px;
  }
}
.home2-banner2-section .vector {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1399px) {
  .home2-banner2-section .vector {
    width: 360px;
  }
}
@media (max-width: 1199px) {
  .home2-banner2-section .vector {
    width: 320px;
  }
}
@media (max-width: 991px) {
  .home2-banner2-section .vector {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .home2-banner2-section .vector {
    display: none;
  }
}
.home2-banner2-section .average-growth-area {
  margin-bottom: -60px;
}
@media (max-width: 576px) {
  .home2-banner2-section .average-growth-area {
    margin-bottom: -56px;
  }
}
.home2-banner2-section .average-growth-area .content {
  background-color: var(--primary-color1);
  min-height: 328px;
  position: relative;
}
@media (max-width: 991px) {
  .home2-banner2-section .average-growth-area .content {
    min-height: 280px;
  }
}
.home2-banner2-section .average-growth-area .content .revenue-area {
  padding: 40px 40px 20px;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
  margin-bottom: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner2-section .average-growth-area .content .revenue-area {
    padding: 40px 30px 20px;
  }
}
@media (max-width: 1399px) {
  .home2-banner2-section .average-growth-area .content .revenue-area {
    padding: 40px 25px 20px;
  }
}
@media (max-width: 991px) {
  .home2-banner2-section .average-growth-area .content .revenue-area {
    padding: 30px 25px 20px;
    min-height: unset;
  }
}
@media (max-width: 576px) {
  .home2-banner2-section .average-growth-area .content .revenue-area {
    padding: 30px 20px 20px;
  }
}
.home2-banner2-section .average-growth-area .content .revenue-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 7px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner2-section .average-growth-area .content .revenue-area h2 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .home2-banner2-section .average-growth-area .content .revenue-area h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .home2-banner2-section .average-growth-area .content .revenue-area h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .home2-banner2-section .average-growth-area .content .revenue-area h2 {
    font-size: 56px;
  }
}
@media (max-width: 576px) {
  .home2-banner2-section .average-growth-area .content .revenue-area h2 {
    font-size: 44px;
  }
}
.home2-banner2-section .average-growth-area .content .revenue-area h2 span {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .home2-banner2-section .average-growth-area .content .revenue-area h2 span {
    font-size: 16px;
  }
}
.home2-banner2-section .average-growth-area .content .revenue-area > span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .home2-banner2-section .average-growth-area .content .revenue-area > span {
    font-size: 21px;
  }
}
@media (max-width: 991px) {
  .home2-banner2-section .average-growth-area .content .revenue-area > span {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .home2-banner2-section .average-growth-area .content .revenue-area > span {
    font-size: 18px;
  }
}
.home2-banner2-section .average-growth-area .content .revenue-area > span svg {
  fill: var(--title-color);
}
.home2-banner2-section .average-growth-area .content .short-desc {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  padding: 0 40px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-banner2-section .average-growth-area .content .short-desc {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .home2-banner2-section .average-growth-area .content .short-desc {
    padding: 0 25px;
  }
}
@media (max-width: 576px) {
  .home2-banner2-section .average-growth-area .content .short-desc {
    padding: 0 20px;
  }
}

/*=====================================
  20. Home2 Service Section CSS
========================================*/
.home2-service-section {
  position: relative;
  padding: 100px 0;
  background-color: #193133;
  z-index: 1;
}
@media (max-width: 991px) {
  .home2-service-section {
    padding: 100px 0 90px;
  }
}
@media (max-width: 767px) {
  .home2-service-section {
    padding: 100px 0 70px;
  }
}
.home2-service-section .service-title-area {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 70px;
}
.home2-service-section .service-title-area .section-title span {
  color: var(--primary-color1);
}
.home2-service-section .service-title-area .view-all-btn {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .home2-service-section .service-title-area .view-all-btn {
    margin-bottom: 0;
  }
}
.home2-service-section .service-title-area .view-all-btn svg {
  fill: var(--white-color);
  transition: 0.5s;
}
.home2-service-section .service-title-area .view-all-btn span {
  background-image: linear-gradient(to bottom, var(--white-color) 0%, var(--white-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home2-service-section .service-title-area .view-all-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.home2-service-section .service-title-area .view-all-btn:hover svg {
  transform: translateX(3px);
}
.home2-service-section .vector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.service-card2 {
  position: relative;
}
.service-card2 .service-img {
  min-height: 500px;
  max-height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card2 .service-img {
    min-height: 430px;
    max-height: 430px;
  }
}
@media (max-width: 1399px) {
  .service-card2 .service-img {
    min-height: 420px;
    max-height: 420px;
  }
}
.service-card2 .service-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: end;
}
@media (max-width: 1699px) {
  .service-card2 .service-content-wrap {
    padding: 15px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card2 .service-content-wrap {
    padding: 10px;
  }
}
@media (max-width: 1399px) {
  .service-card2 .service-content-wrap {
    padding: 10px;
  }
}
@media (max-width: 991px) {
  .service-card2 .service-content-wrap {
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .service-card2 .service-content-wrap {
    padding: 10px;
  }
}
.service-card2 .service-content-wrap .service-content {
  background-color: var(--white-color);
  width: 100%;
  padding: 36px 35px;
  height: auto;
  display: flex;
  flex-direction: column;
  max-height: var(--collapsed-height, 125px);
  height: 100%;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
@media (max-width: 1699px) {
  .service-card2 .service-content-wrap .service-content {
    padding: 34px 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card2 .service-content-wrap .service-content {
    padding: 25px 15px;
    max-height: var(--collapsed-height, 115px);
  }
}
@media (max-width: 1399px) {
  .service-card2 .service-content-wrap .service-content {
    padding: 25px 15px;
    max-height: var(--collapsed-height, 110px);
  }
}
@media (max-width: 991px) {
  .service-card2 .service-content-wrap .service-content {
    padding: 25px 20px;
  }
}
.service-card2 .service-content-wrap .service-content .title-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1699px) {
  .service-card2 .service-content-wrap .service-content .title-area {
    gap: 12px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card2 .service-content-wrap .service-content .title-area {
    gap: 10px;
  }
}
.service-card2 .service-content-wrap .service-content .title-area .icon {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  background-color: var(--primary-color2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1699px) {
  .service-card2 .service-content-wrap .service-content .title-area .icon {
    min-width: 55px;
    max-width: 55px;
    height: 55px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card2 .service-content-wrap .service-content .title-area .icon {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.service-card2 .service-content-wrap .service-content .title-area .icon svg {
  fill: var(--primary-color1);
}
@media (max-width: 1699px) {
  .service-card2 .service-content-wrap .service-content .title-area .icon svg {
    width: 32px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card2 .service-content-wrap .service-content .title-area .icon svg {
    width: 27px;
  }
}
.service-card2 .service-content-wrap .service-content .title-area h3 {
  margin-bottom: 0;
  max-width: 220px;
  width: 100%;
  line-height: 1.1;
}
@media (max-width: 1399px) {
  .service-card2 .service-content-wrap .service-content .title-area h3 {
    line-height: 1;
  }
}
@media (max-width: 991px) {
  .service-card2 .service-content-wrap .service-content .title-area h3 {
    max-width: 190px;
  }
}
.service-card2 .service-content-wrap .service-content .title-area h3 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card2 .service-content-wrap .service-content .title-area h3 a {
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card2 .service-content-wrap .service-content .title-area h3 a {
    font-size: 19px;
  }
}
@media (max-width: 1199px) {
  .service-card2 .service-content-wrap .service-content .title-area h3 a {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .service-card2 .service-content-wrap .service-content .title-area h3 a {
    font-size: 19px;
  }
}
.service-card2 .service-content-wrap .service-content .title-area h3 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 95%;
}
.service-card2 .service-content-wrap .service-content .description-and-btn-area {
  margin-left: 75px;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
@media (max-width: 1699px) {
  .service-card2 .service-content-wrap .service-content .description-and-btn-area {
    margin-left: 67px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card2 .service-content-wrap .service-content .description-and-btn-area {
    padding-top: 25px;
  }
}
@media (max-width: 1399px) {
  .service-card2 .service-content-wrap .service-content .description-and-btn-area {
    padding-top: 25px;
    margin-left: 0;
  }
}
.service-card2 .service-content-wrap .service-content .description-and-btn-area p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .service-card2 .service-content-wrap .service-content .description-and-btn-area p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .service-card2 .service-content-wrap .service-content .description-and-btn-area p {
    font-size: 14px;
  }
}
.service-card2 .service-content-wrap .service-content .description-and-btn-area .read-more-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid var(--borders-color);
  transition: 0.5s;
}
.service-card2 .service-content-wrap .service-content .description-and-btn-area .read-more-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.service-card2 .service-content-wrap .service-content .description-and-btn-area .read-more-btn:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
  color: var(--white-color);
}
.service-card2 .service-content-wrap .service-content .description-and-btn-area .read-more-btn:hover svg {
  fill: var(--white-color);
}
.service-card2:hover .service-content-wrap .service-content {
  max-height: 100%;
}
.service-card2:hover .service-content-wrap .service-content .description-and-btn-area {
  opacity: 1;
}

/*=====================================
  21. Home2 Business value Section CSS
========================================*/
.home2-business-value-section .value-section-title-area {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
  margin-bottom: 45px;
}
.home2-business-value-section .value-card {
  max-width: 300px;
  width: 100%;
  display: flex;
  align-items: start;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-business-value-section .value-card {
    max-width: 280px;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .value-card {
    max-width: 100%;
  }
}
.home2-business-value-section .value-card .icon {
  fill: var(--dark-text-color);
  min-width: 10px;
  margin-top: 8px;
}
.home2-business-value-section .value-card .content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .home2-business-value-section .value-card .content h3 {
    font-size: 21px;
  }
}
.home2-business-value-section .value-card .content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-business-value-section .value-card .content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home2-business-value-section .value-card .content p {
    font-size: 14px;
  }
}
.home2-business-value-section .business-value-banner-area {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 500px;
  margin-bottom: 180px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 0 50px;
}
@media (max-width: 1399px) {
  .home2-business-value-section .business-value-banner-area {
    padding: 0 30px;
  }
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-banner-area {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-banner-area {
    flex-direction: column;
    align-items: start;
    padding: 50px 20px 0;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-banner-area {
    padding: 40px 10px 0;
  }
}
.home2-business-value-section .business-value-banner-area .banner-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-banner-area .banner-left {
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-banner-area .banner-left {
    padding-bottom: 20px;
  }
}
.home2-business-value-section .business-value-banner-area .banner-left .primary-btn3 {
  gap: 5px;
  min-width: 274px;
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-banner-area .banner-left .primary-btn3 {
    padding: 16px 20px;
    min-width: 260px;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-banner-area .banner-left .primary-btn3 {
    display: none;
  }
}
.home2-business-value-section .business-value-banner-area .banner-left .video-area {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 250px;
  width: 100%;
}
.home2-business-value-section .business-value-banner-area .banner-left .video-area .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home2-business-value-section .business-value-banner-area .banner-left .video-area .icon svg {
  fill: var(--black-color);
}
.home2-business-value-section .business-value-banner-area .banner-left .video-area .icon .waves-block {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home2-business-value-section .business-value-banner-area .banner-left .video-area .icon .waves-block .waves {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  opacity: 0;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}
.home2-business-value-section .business-value-banner-area .banner-left .video-area .icon .waves-block .waves.wave-1 {
  animation-delay: 0s;
}
.home2-business-value-section .business-value-banner-area .banner-left .video-area .icon .waves-block .waves.wave-2 {
  animation-delay: 1s;
}
.home2-business-value-section .business-value-banner-area .banner-left .video-area .icon .waves-block .waves.wave-3 {
  animation-delay: 2s;
}
.home2-business-value-section .business-value-banner-area .banner-left .video-area span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap {
  padding: 45px 0 25px;
  background-color: var(--white-color);
  max-width: 470px;
  width: 100%;
  margin-bottom: -110px;
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap {
    padding: 40px 0 20px;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap {
    padding: 30px 0 20px;
    margin-bottom: -140px;
  }
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .title-area {
  margin-bottom: 90px;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .title-area {
    padding: 0 25px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .title-area {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .title-area {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .title-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .title-area h3 {
    font-size: 25px;
  }
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .title-area p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .title-area p {
    font-size: 15px;
  }
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--borders-color);
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item:first-child .accordion-header .accordion-button {
  padding-top: 0;
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-header {
  border-radius: 0;
  background-color: transparent;
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: transparent;
  border: unset;
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 18px 20px;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-text-color);
  content: "\f229";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 600;
  font-size: 12px;
  right: 30px;
  transition: 0.5s;
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f229";
  border: none;
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-radius: 10px;
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-body {
  padding: 0px 40px 20px;
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border: unset;
  border-top: none;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 25px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 20px 20px;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-banner-area .value-proposition-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 15px 20px;
    font-size: 14px;
  }
}
.home2-business-value-section .business-value-counter-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-counter-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-counter-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home2-business-value-section .business-value-counter-list .single-counter {
  display: flex;
  align-items: start;
  gap: 20px;
  padding: 20px 35px;
  border-right: 1px solid rgba(var(--black-color-opc), 0.1);
}
@media (max-width: 1199px) {
  .home2-business-value-section .business-value-counter-list .single-counter {
    padding: 20px 20px;
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-counter-list .single-counter {
    padding: 20px;
    border: 1px solid rgba(var(--black-color-opc), 0.1);
  }
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-counter-list .single-counter {
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px;
  }
}
@media (min-width: 992px) {
  .home2-business-value-section .business-value-counter-list .single-counter:first-child {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .home2-business-value-section .business-value-counter-list .single-counter:last-child {
    padding-right: 0;
    border-right: unset;
  }
}
.home2-business-value-section .business-value-counter-list .single-counter .icon {
  margin-top: 10px;
}
.home2-business-value-section .business-value-counter-list .single-counter .icon svg {
  fill: #444036;
}
@media (max-width: 1199px) {
  .home2-business-value-section .business-value-counter-list .single-counter .icon svg {
    width: 35px;
  }
}
.home2-business-value-section .business-value-counter-list .single-counter .content .counter-area {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content .counter-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content .counter-area {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content .counter-area {
    margin-bottom: 25px;
  }
}
.home2-business-value-section .business-value-counter-list .single-counter .content .counter-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1399px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content .counter-area h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content .counter-area h2 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content .counter-area h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content .counter-area h2 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content .counter-area h2 {
    font-size: 46px;
  }
}
.home2-business-value-section .business-value-counter-list .single-counter .content .counter-area h2 strong {
  font-weight: 500;
}
.home2-business-value-section .business-value-counter-list .single-counter .content .counter-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  display: block;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content .counter-area span {
    font-size: 16px;
  }
}
.home2-business-value-section .business-value-counter-list .single-counter .content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home2-business-value-section .business-value-counter-list .single-counter .content p {
    font-size: 15px;
  }
}
.home2-business-value-section.two .business-value-banner-area {
  margin-bottom: 250px;
}
.home2-business-value-section.two .business-value-banner-area .value-proposition-wrap {
  border: 1px solid var(--borders-color);
}

@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}
/*=====================================
  22. Home2 Industry Section CSS
========================================*/
.home2-industry-section .industry-thumb-img {
  position: relative;
}
.home2-industry-section .industry-thumb-img img {
  min-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .home2-industry-section .industry-thumb-img img {
    min-height: 600px;
  }
}
@media (max-width: 991px) {
  .home2-industry-section .industry-thumb-img img {
    min-height: 550px;
  }
}
@media (max-width: 767px) {
  .home2-industry-section .industry-thumb-img img {
    min-height: 500px;
  }
}
.home2-industry-section .industry-thumb-img .gradient-vector {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home2-industry-section .industry-content-area {
  position: relative;
  margin-top: -355px;
}
.home2-industry-section .industry-content-area .industry-content-wrap {
  padding: 60px 50px 70px;
  background-color: var(--white-color);
}
@media (max-width: 1399px) {
  .home2-industry-section .industry-content-area .industry-content-wrap {
    padding: 60px 30px 70px;
  }
}
@media (max-width: 767px) {
  .home2-industry-section .industry-content-area .industry-content-wrap {
    padding: 50px 15px 55px;
  }
}
.home2-industry-section .industry-content-area .industry-content-wrap .industry-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .industry-list {
    gap: 15px;
    row-gap: 20px;
  }
}
.home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 20px 10px 10px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
  max-width: 275px;
  width: 100%;
}
@media (max-width: 1399px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry {
    max-width: 260px;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry {
    gap: 10px;
    max-width: 250px;
  }
}
@media (max-width: 576px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry {
    max-width: unset;
    width: 100%;
  }
}
.home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry .industry-img {
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry .industry-img {
    min-width: 55px;
    max-width: 55px;
    height: 55px;
  }
}
.home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry .industry-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry h3 {
  font-size: unset;
  line-height: 25px;
  margin-bottom: 0;
}
.home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry h3 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
.home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry h3 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
@media (max-width: 1399px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .industry-list .single-industry h3 a {
    font-size: 17px;
  }
}
.home2-industry-section .industry-content-area .industry-content-wrap .explore-btn {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 45px;
}
.home2-industry-section .industry-content-area .industry-content-wrap .explore-btn svg {
  fill: var(--text-color);
  transition: 0.5s;
}
.home2-industry-section .industry-content-area .industry-content-wrap .explore-btn span {
  background-image: linear-gradient(to bottom, var(--text-color) 0%, var(--text-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home2-industry-section .industry-content-area .industry-content-wrap .explore-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.home2-industry-section .industry-content-area .industry-content-wrap .explore-btn:hover svg {
  transform: translateX(3px);
}
.home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper {
  padding: 14px 27px;
  display: inline-flex;
  align-items: center;
  gap: 45px;
  background-color: #f1eeea;
  border-radius: 100px;
}
@media (max-width: 991px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper {
    gap: 24px;
  }
}
@media (max-width: 576px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding: 20px 15px;
    border-radius: 10px;
    max-width: 300px;
    width: 100%;
  }
}
.home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper span {
    line-height: 1.3;
    text-align: center;
  }
}
.home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper .call-area {
  display: flex;
  align-items: center;
  gap: 5px;
}
.home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper .call-area svg {
  fill: var(--black-color);
}
.home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper .call-area a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
}
.home2-industry-section .industry-content-area .industry-content-wrap .cta-wrapper .call-area a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.home2-industry-section.two .industry-content-area {
  margin-top: 0;
}
.home2-industry-section.two .industry-content-area .industry-content-wrap {
  padding: 0;
}

/*=====================================
  23. Home2 Testimonial Section CSS
========================================*/
.home2-testimonial-section .review-summary-card {
  padding: 40px;
  background-color: var(--white-color);
  max-height: 670px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 70px;
}
@media (max-width: 1399px) {
  .home2-testimonial-section .review-summary-card {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-testimonial-section .review-summary-card {
    padding: 40px 16px;
  }
}
@media (max-width: 991px) {
  .home2-testimonial-section .review-summary-card {
    padding: 30px;
  }
}
@media (max-width: 576px) {
  .home2-testimonial-section .review-summary-card {
    padding: 30px 18px;
    gap: 50px;
  }
}
.home2-testimonial-section .review-summary-card .review-top-area .rating-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 20px;
}
.home2-testimonial-section .review-summary-card .review-top-area .rating-area .content {
  line-height: 1;
}
.home2-testimonial-section .review-summary-card .review-top-area .rating-area .content .star {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.home2-testimonial-section .review-summary-card .review-top-area .rating-area .content .star li i {
  font-size: 14px;
  color: #e4c200;
}
.home2-testimonial-section .review-summary-card .review-top-area .rating-area .content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.home2-testimonial-section .review-summary-card .review-top-area .rating-area .rating-batch {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05%;
  width: 48px;
  height: 24px;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.home2-testimonial-section .review-summary-card .review-top-area .rating-area .rating-batch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.home2-testimonial-section .review-summary-card .review-top-area p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-width: 245px;
  width: 100%;
  margin-bottom: 0;
}
.home2-testimonial-section .review-summary-card .review-top-area p span {
  text-decoration: underline;
}
.home2-testimonial-section .review-summary-card .review-bottom-area .company-logo-area {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.home2-testimonial-section .review-summary-card .review-bottom-area .company-logo-area .quote {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home2-testimonial-section .review-summary-card .review-bottom-area .company-logo-area .quote svg {
  fill: var(--black-color);
}
.home2-testimonial-section .review-summary-card .review-bottom-area .company-logo-area .company-logo {
  width: 125px;
}
.home2-testimonial-section .review-summary-card .review-bottom-area .counter-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .home2-testimonial-section .review-summary-card .review-bottom-area .counter-area {
    margin-bottom: 30px;
  }
}
.home2-testimonial-section .review-summary-card .review-bottom-area .counter-area .counter-img-grp {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.home2-testimonial-section .review-summary-card .review-bottom-area .counter-area .counter-img-grp li img {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  margin-left: -15px;
}
@media (max-width: 1199px) {
  .home2-testimonial-section .review-summary-card .review-bottom-area .counter-area .counter-img-grp li img {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    margin-left: -18px;
  }
}
.home2-testimonial-section .review-summary-card .review-bottom-area .counter-area .counter-img-grp li span {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  border: 2px solid var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -15px;
}
@media (max-width: 1199px) {
  .home2-testimonial-section .review-summary-card .review-bottom-area .counter-area .counter-img-grp li span {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
    margin-left: -18px;
  }
}
.home2-testimonial-section .review-summary-card .review-bottom-area .counter-area .counter-img-grp li span svg {
  fill: var(--title-color);
}
.home2-testimonial-section .review-summary-card .review-bottom-area .counter-area .counter-img-grp li:first-child img {
  margin-left: 0;
}
.home2-testimonial-section .review-summary-card .review-bottom-area .counter-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-testimonial-section .review-summary-card .review-bottom-area .counter-area h3 {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .home2-testimonial-section .review-summary-card .review-bottom-area .counter-area h3 {
    font-size: 15px;
  }
}
.home2-testimonial-section .review-summary-card .review-bottom-area .counter-area h3 strong {
  font-weight: 500;
  display: inline-block;
}
.home2-testimonial-section .review-summary-card .review-bottom-area .primary-btn3 {
  min-width: unset;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-testimonial-section .review-summary-card .review-bottom-area .primary-btn3 {
    padding: 18px 20px;
  }
}
.home2-testimonial-section .slider-btn-grp {
  gap: 25px;
  margin-top: 45px;
}
@media (max-width: 576px) {
  .home2-testimonial-section .slider-btn-grp {
    gap: 10px;
  }
}
.home2-testimonial-section .slider-btn-grp .slider-btn {
  background-color: var(--white-color);
}
.home2-testimonial-section .slider-btn-grp .slider-btn svg {
  fill: var(--primary-color2);
}
.home2-testimonial-section .slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color2);
}
.home2-testimonial-section .slider-btn-grp .slider-btn:hover svg {
  fill: var(--white-color);
}
.home2-testimonial-section .slider-btn-grp .progress-pagination {
  position: relative;
  background: rgba(var(--black-color-opc), 0.1);
  height: 1px;
}
.home2-testimonial-section .slider-btn-grp .progress-pagination .swiper-pagination-progressbar-fill {
  background: var(--primary-color2);
}

.testimonial-card2 {
  background-color: var(--white-color);
}
.testimonial-card2 .author-area {
  display: flex;
  align-items: start;
  gap: 15px;
  padding: 40px 40px 30px;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
}
@media (max-width: 1399px) {
  .testimonial-card2 .author-area {
    padding: 40px 28px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card2 .author-area {
    padding: 35px 20px 25px;
  }
}
@media (max-width: 576px) {
  .testimonial-card2 .author-area {
    padding: 30px 15px 25px;
    gap: 12px;
  }
}
.testimonial-card2 .author-area .author-img {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .testimonial-card2 .author-area .author-img {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }
}
.testimonial-card2 .author-area .author-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.testimonial-card2 .author-area .author-content {
  line-height: 1;
}
.testimonial-card2 .author-area .author-content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .testimonial-card2 .author-area .author-content h3 {
    font-size: 17px;
  }
}
.testimonial-card2 .author-area .author-content span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  display: block;
  line-height: 28px;
}
@media (max-width: 576px) {
  .testimonial-card2 .author-area .author-content span {
    font-size: 15px;
  }
}
.testimonial-card2 .author-area .author-content .logo {
  margin-top: 15px;
  width: 170px;
}
@media (max-width: 991px) {
  .testimonial-card2 .author-area .author-content .logo {
    width: 150px;
  }
}
.testimonial-card2 .testimonial-content {
  padding: 55px 40px 40px;
}
@media (max-width: 1399px) {
  .testimonial-card2 .testimonial-content {
    padding: 50px 28px 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card2 .testimonial-content {
    padding: 45px 20px 35px;
  }
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content {
    padding: 35px 15px 30px;
  }
}
.testimonial-card2 .testimonial-content .revenue-area {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 225px;
  width: 100%;
  margin-bottom: 25px;
}
.testimonial-card2 .testimonial-content .revenue-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content .revenue-area h2 {
    font-size: 32px;
  }
}
.testimonial-card2 .testimonial-content .revenue-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content .revenue-area span {
    font-size: 14px;
  }
}
.testimonial-card2 .testimonial-content p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .testimonial-card2 .testimonial-content p {
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .testimonial-card2 .testimonial-content p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .testimonial-card2 .testimonial-content p {
    margin-bottom: 25px;
  }
}
.testimonial-card2 .testimonial-content p strong {
  font-weight: 500;
}
.testimonial-card2 .testimonial-content .video-area {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.testimonial-card2 .testimonial-content .video-area svg {
  fill: var(--dark-text-color);
  transition: 0.5s;
}
.testimonial-card2 .testimonial-content .video-area:hover svg {
  fill: #ff0000;
}

/*=====================================
  24. Home2 Estimate Tax Section CSS
========================================*/
.home2-estimate-tax-section {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .home2-estimate-tax-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .home2-estimate-tax-section {
    padding: 70px 0;
  }
}
.home2-estimate-tax-section .vector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 576px) {
  .home2-estimate-tax-section .vector {
    width: 300px;
  }
}

.tax-calculator-wrapper {
  padding: 10px 10px 10px 50px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1019607843);
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tax-calculator-wrapper {
    padding: 10px 10px 10px 25px;
  }
}
@media (max-width: 991px) {
  .tax-calculator-wrapper {
    flex-direction: column;
    padding: 20px 40px;
  }
}
@media (max-width: 767px) {
  .tax-calculator-wrapper {
    padding: 20px 30px;
  }
}
@media (max-width: 576px) {
  .tax-calculator-wrapper {
    padding: 20px 15px;
  }
}
.tax-calculator-wrapper .tax-calculator-form-area {
  max-width: 750px;
  width: 100%;
  padding: 30px 0;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  padding: 5px 10px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-calculator-form-area .tax-tabs {
    border-radius: 10px;
    justify-content: center;
  }
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-tabs .single-tab {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 15px 24px;
  background-color: var(--borders-color);
  border-radius: 100px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .tax-calculator-wrapper .tax-calculator-form-area .tax-tabs .single-tab {
    font-size: 16px;
    padding: 12px 20px;
  }
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-tabs .single-tab.active {
  background-color: var(--primary-color1);
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .tax-calculator-form-input {
  display: none;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .tax-calculator-form-input.active {
  display: block;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner label {
  font-size: 16px;
  position: relative;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner label .tooltip-area {
  cursor: pointer;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner label .tooltip-area svg {
  fill: var(--dark-text-color);
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner label .tooltip-area .tooltip-text {
  position: absolute;
  bottom: 30px;
  right: -275px;
  min-width: 284px;
  width: 100%;
  padding: 7px 16px;
  background-color: #002e5b;
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner label .tooltip-area .tooltip-text {
    right: unset;
    left: 0;
    font-size: 13px;
  }
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner label .tooltip-area .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 11px;
  height: 10px;
  background-color: #002e5b;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner label .tooltip-area .tooltip-text::after {
    display: none;
  }
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner label .tooltip-area:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner .nice-select {
  background-color: #f0f0f0;
  font-weight: 500;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner .nice-select:focus {
  border-color: var(--borders-color);
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner .nice-select.open {
  background-color: transparent;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner input {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner input:focus {
  border-color: var(--borders-color);
  background-color: transparent;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner input::-webkit-outer-spin-button,
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner input[type=number] {
  -moz-appearance: textfield;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner2 label {
  font-size: 16px;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 20px;
}
@media (max-width: 1399px) {
  .tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner2 ul {
    gap: 35px;
    row-gap: 10px;
  }
}
@media (max-width: 767px) {
  .tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner2 ul {
    gap: 25px;
    row-gap: 15px;
  }
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner2 ul li .form-check .form-check-input {
  width: 18px;
  height: 18px;
  border-radius: 5px;
  margin-top: 6px;
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner2 ul li .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("../img/home2/icon/check-icon-white.svg");
}
.tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner2 ul li .form-check .form-check-label {
  color: var(--title-color);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-calculator-form-area .tax-calculator-form-wrap .form-inner2 ul li .form-check .form-check-label {
    font-size: 16px;
  }
}
.tax-calculator-wrapper .tax-disclaimer {
  margin-top: 70px;
  padding: 20px;
  border: 1px solid var(--borders-color);
  text-align: center;
}
@media (max-width: 991px) {
  .tax-calculator-wrapper .tax-disclaimer {
    margin-top: 50px;
  }
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-disclaimer {
    padding: 20px 15px;
    margin-top: 40px;
  }
}
.tax-calculator-wrapper .tax-disclaimer strong svg {
  fill: #ff0000;
}
.tax-calculator-wrapper .tax-disclaimer strong {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 10px;
}
.tax-calculator-wrapper .tax-disclaimer p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-disclaimer p {
    font-size: 15px;
  }
}
.tax-calculator-wrapper .tax-summary-area {
  display: flex;
}
@media (max-width: 991px) {
  .tax-calculator-wrapper .tax-summary-area {
    flex-direction: column;
  }
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap {
  background-color: #f1eeea;
  min-width: 400px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap {
    min-width: 350px;
  }
}
@media (max-width: 991px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap {
    min-width: unset;
    width: 100%;
  }
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-summary {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  height: 100%;
  display: none;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-summary.active {
  display: flex;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown {
  padding: 40px 35px 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown {
    padding: 40px 20px 0;
  }
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown {
    padding: 35px 15px 0;
  }
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 35px;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table {
  width: 100%;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr:last-child {
  border-top: 1px solid rgba(var(--black-color-opc), 0.1);
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr:last-child td {
  padding-bottom: 0;
  padding-top: 15px;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr:last-child td span,
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr:last-child td strong {
  margin-top: 10px;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr:nth-last-child(2) td {
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr:nth-last-child(2) td {
    padding-bottom: 30px;
  }
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr td {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr td {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr td {
    font-size: 14px;
    padding-bottom: 25px;
  }
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr td strong {
  font-weight: 500;
  text-align: end;
  display: block;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .tax-breakdown .tax-summary-table tbody tr td span {
  font-weight: 500;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax {
  padding: 10px 15px 45px;
  background-color: #002e5b;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax {
    padding: 10px 10px 35px;
  }
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax h4 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax h4 .tooltip-area {
  cursor: pointer;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax h4 .tooltip-area svg {
  fill: var(--dark-text-color);
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax h4 .tooltip-area .tooltip-text {
  position: absolute;
  bottom: 30px;
  right: -240px;
  min-width: 248px;
  width: 100%;
  padding: 7px 16px;
  background-color: var(--white-color);
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax h4 .tooltip-area .tooltip-text {
    right: unset;
    left: 0;
    padding: 7px 13px;
    font-size: 13px;
  }
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax h4 .tooltip-area .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 11px;
  height: 10px;
  background-color: var(--white-color);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax h4 .tooltip-area .tooltip-text::after {
    display: none;
  }
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax h4 .tooltip-area:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax strong {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 35px;
  line-height: 1;
  display: block;
  text-align: center;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper .tax-summary-area .tax-summary-wrap .payable-tax strong {
    font-size: 32px;
  }
}
.tax-calculator-wrapper.two {
  border-radius: 20px;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper.two {
    border-radius: 15px;
  }
}
.tax-calculator-wrapper.two .tax-calculator-form-wrap .form-inner label .tooltip-text {
  border-radius: 10px 10px 10px 0;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper.two .tax-calculator-form-wrap .form-inner label .tooltip-text {
    border-radius: 5px;
  }
}
.tax-calculator-wrapper.two .tax-calculator-form-wrap .form-inner input {
  border-radius: 10px;
}
.tax-calculator-wrapper.two .tax-calculator-form-wrap .form-inner .nice-select {
  border-radius: 10px;
}
.tax-calculator-wrapper.two .tax-disclaimer {
  border-radius: 10px;
}
.tax-calculator-wrapper.two .tax-summary-area .tax-summary-wrap {
  border-radius: 10px;
}
.tax-calculator-wrapper.two .tax-summary-area .tax-summary-wrap .payable-tax {
  border-radius: 10px;
}
.tax-calculator-wrapper.two .tax-summary-area .tax-summary-wrap .payable-tax h4 .tooltip-area .tooltip-text {
  border-radius: 10px 10px 10px 0;
}
@media (max-width: 576px) {
  .tax-calculator-wrapper.two .tax-summary-area .tax-summary-wrap .payable-tax h4 .tooltip-area .tooltip-text {
    border-radius: 5px;
  }
}

/*=====================================
  25. Home2 Blog Section CSS
========================================*/
.home2-blog-section .section-title h2 {
  font-weight: 400;
}
.home2-blog-section .section-title h2 strong {
  font-weight: 500;
}
.home2-blog-section .explore-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 45px;
}
.home2-blog-section .explore-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.home2-blog-section .explore-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home2-blog-section .explore-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.home2-blog-section .explore-btn:hover svg {
  transform: translateX(3px);
}

/*=====================================
  26. Home2 Blog Section CSS
========================================*/
.home2-newsletter-section {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 750px;
  display: flex;
  align-items: end;
  padding: 100px 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home2-newsletter-section {
    min-height: 700px;
  }
}
@media (max-width: 1399px) {
  .home2-newsletter-section {
    min-height: 650px;
  }
}
@media (max-width: 1199px) {
  .home2-newsletter-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .home2-newsletter-section {
    padding: 70px 0;
    min-height: 600px;
  }
}
@media (max-width: 576px) {
  .home2-newsletter-section {
    min-height: 550px;
  }
}
.home2-newsletter-section .newsletter-content-wrap {
  padding: 45px 40px;
  background-color: var(--white-color);
}
@media (max-width: 1399px) {
  .home2-newsletter-section .newsletter-content-wrap {
    padding: 45px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-newsletter-section .newsletter-content-wrap {
    padding: 45px 25px;
  }
}
@media (max-width: 576px) {
  .home2-newsletter-section .newsletter-content-wrap {
    padding: 35px 15px;
  }
}
.home2-newsletter-section .newsletter-content-wrap .title-area {
  display: flex;
  align-items: start;
  gap: 10px;
  max-width: 425px;
  width: 100%;
  margin-bottom: 25px;
}
.home2-newsletter-section .newsletter-content-wrap .title-area svg {
  fill: var(--dark-text-color);
  min-width: 25px;
  margin-top: 8px;
}
@media (max-width: 576px) {
  .home2-newsletter-section .newsletter-content-wrap .title-area svg {
    min-width: 22px;
    margin-top: 5px;
  }
}
.home2-newsletter-section .newsletter-content-wrap .title-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .home2-newsletter-section .newsletter-content-wrap .title-area h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .home2-newsletter-section .newsletter-content-wrap .title-area h3 {
    font-size: 22px;
  }
}
.home2-newsletter-section .newsletter-content-wrap .newsletter-form {
  padding: 18px 30px;
  background-color: #f1eeea;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home2-newsletter-section .newsletter-content-wrap .newsletter-form {
    padding: 16px 25px;
  }
}
@media (max-width: 576px) {
  .home2-newsletter-section .newsletter-content-wrap .newsletter-form {
    padding: 14px 20px;
  }
}
.home2-newsletter-section .newsletter-content-wrap .newsletter-form input {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  background-color: transparent;
}
.home2-newsletter-section .newsletter-content-wrap .newsletter-form button {
  background-color: transparent;
}
.home2-newsletter-section .newsletter-content-wrap .newsletter-form button svg {
  fill: var(--dark-text-color);
  min-width: 20px;
}
.home2-newsletter-section .newsletter-content-wrap span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 20px;
  max-width: 390px;
  width: 100%;
}
@media (max-width: 576px) {
  .home2-newsletter-section .newsletter-content-wrap span {
    font-size: 14px;
    margin-top: 15px;
  }
}

/*=====================================
  27. Home3 Banner Section CSS
========================================*/
.home3-banner-section {
  position: relative;
}
.home3-banner-section .video-area {
  height: 665px;
  position: relative;
}
@media (max-width: 991px) {
  .home3-banner-section .video-area {
    height: 640px;
  }
}
@media (max-width: 767px) {
  .home3-banner-section .video-area {
    height: 600px;
  }
}
.home3-banner-section .video-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home3-banner-section .video-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
}
.home3-banner-section .banner-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding: 140px 0 240px;
}
@media (max-width: 1399px) {
  .home3-banner-section .banner-content-wrap {
    padding: 120px 0 220px;
  }
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-content-wrap {
    padding: 100px 0 220px;
  }
}
@media (max-width: 576px) {
  .home3-banner-section .banner-content-wrap {
    padding: 100px 0 140px;
  }
}
.home3-banner-section .banner-content-wrap .banner-content {
  text-align: center;
}
.home3-banner-section .banner-content-wrap .banner-content > span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .home3-banner-section .banner-content-wrap .banner-content > span {
    font-size: 15px;
    letter-spacing: 0.3em;
  }
}
.home3-banner-section .banner-content-wrap .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 69px;
  line-height: 80px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .home3-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  .home3-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 58px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .home3-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home3-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 44px;
    line-height: 58px;
  }
}
@media (max-width: 576px) {
  .home3-banner-section .banner-content-wrap .banner-content h1 {
    font-size: 36px;
    line-height: 50px;
  }
}
.home3-banner-section .banner-content-wrap .banner-content .primary-btn3 {
  min-width: 244px;
  padding: 16px 30px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  color: var(--white-color);
}
.home3-banner-section .banner-content-wrap .banner-content .primary-btn3 svg {
  fill: var(--white-color);
}

.home3-filter-wrapper {
  position: relative;
  margin-top: -110px;
  z-index: 9;
}
@media (max-width: 991px) {
  .home3-filter-wrapper {
    margin-top: -120px;
  }
}
.home3-filter-wrapper .filter-input-wrap {
  padding: 30px 50px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
@media (max-width: 1399px) {
  .home3-filter-wrapper .filter-input-wrap {
    padding: 30px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-filter-wrapper .filter-input-wrap {
    padding: 30px 20px;
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .home3-filter-wrapper .filter-input-wrap {
    padding: 35px 20px;
  }
}
@media (max-width: 576px) {
  .home3-filter-wrapper .filter-input-wrap {
    border-radius: 10px;
  }
}
.home3-filter-wrapper .filter-input-wrap h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.home3-filter-wrapper .filter-input-wrap .filter-input {
  display: grid;
  grid-template-columns: 38% 38% 19%;
  gap: 30px;
  display: none;
}
@media (max-width: 1399px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input {
    grid-template-columns: 38% 38% 19%;
    gap: 27px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input {
    grid-template-columns: 37% 37% 22%;
    gap: 16px;
  }
}
@media (max-width: 991px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: auto;
  }
}
@media (max-width: 767px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input {
    grid-template-columns: repeat(1, 1fr);
    /* 3 items in first row */
    grid-auto-rows: auto;
  }
}
.home3-filter-wrapper .filter-input-wrap .filter-input.show {
  display: grid;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box {
  padding: 8px 20px;
  border: 1px solid var(--borders-color);
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  min-height: 62px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box {
    padding: 8px 18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box {
    padding: 8px 18px;
    gap: 12px;
  }
}
@media (max-width: 576px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box {
    min-height: 52px;
    padding: 8px 18px;
  }
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box > svg {
  fill: var(--dark-text-color);
  min-width: 20px;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box > svg.dropdown-icon {
  min-width: 10px;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown {
  line-height: 1;
  width: 100%;
  cursor: pointer;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown input {
  background-color: transparent;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown input {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown input {
    font-size: 15px;
  }
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown h6 {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.3px;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown h6 {
    min-width: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown h6 {
    min-width: unset;
    font-size: 14px;
  }
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown > span {
  font-size: 14px;
  font-family: var(--font-poppins);
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.4;
  display: block;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-dropdown .input-field-value {
  cursor: pointer;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap {
  padding: 10px 0;
  background-color: var(--white-color);
  border-radius: 10px;
  width: 100%;
  max-height: 285px;
  overflow-y: scroll;
  position: absolute;
  top: 65px;
  left: 0;
  z-index: 9;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1019607843);
  display: none;
  transform: scaleY(0);
  transform-origin: top;
  min-width: 200px;
  max-height: 250px;
  padding: 0;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap::-webkit-scrollbar {
  width: 5px;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap::-webkit-scrollbar-track {
  background: #f5f4f4;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap {
    max-width: 100%;
    min-width: 100%;
    top: 56px;
  }
}
@media (max-width: 991px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap {
    top: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap {
    left: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap {
    left: 0;
  }
}
@media (max-width: 576px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap {
    left: 50%;
  }
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .custom-select-search-area {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 10px 10px 10px;
  padding-bottom: 5px;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .custom-select-search-area i {
  color: var(--primary-color1);
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .custom-select-search-area input {
  background-color: transparent;
  color: var(--title-color);
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .option-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .option-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s;
  cursor: pointer;
  line-height: 1;
  padding: 12px 15px;
  border-bottom: 1px solid #f5f4f4;
  margin-bottom: 0;
  position: relative;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .option-list li:last-child {
  border-bottom: none;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .option-list li::before {
  content: "";
  height: 100%;
  width: 3px;
  background-color: var(--title-color);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .option-list li h3 {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 0;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .option-list li:hover {
  background: rgba(211, 211, 211, 0.231372549);
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap .option-list li:hover::before {
  opacity: 1;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap.active {
  display: block;
  transform: scaleY(1);
  animation: fade-down 0.3s linear;
}
@keyframes fade-down2 {
  0% {
    opacity: 0;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
  }
  100% {
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
    visibility: visible;
  }
}
@media (max-width: 576px) {
  .home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box .custom-select-wrap.active {
    transform: scaleY(1) translateX(-50%);
    animation: fade-down2 0.3s linear;
  }
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box.email-area .content {
  line-height: 1;
  width: 100%;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box.email-area .content span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box.email-area .content input {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box.email-area .content input::-moz-placeholder {
  color: var(--title-color);
}
.home3-filter-wrapper .filter-input-wrap .filter-input .single-search-box.email-area .content input::placeholder {
  color: var(--title-color);
}
.home3-filter-wrapper .filter-input-wrap .filter-input .primary-btn3 {
  min-width: unset;
  border-radius: 10px;
  padding: 16px 26px;
  justify-content: center;
}
.home3-filter-wrapper .filter-input-wrap > p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
  margin-top: 15px;
}
.home3-filter-wrapper .filter-input-wrap > p a {
  color: var(--title-color);
  white-space: nowrap;
  position: relative;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.home3-filter-wrapper .filter-input-wrap > p a:hover {
  background-size: 100% 1px;
  background-position: left 100%;
}

/*=====================================
  28. Home3 Counter Section CSS
========================================*/
.home3-counter-section .counter-card {
  text-align: center;
  max-width: 300px;
  width: 100%;
}
@media (max-width: 576px) {
  .home3-counter-section .counter-card {
    max-width: unset;
  }
}
.home3-counter-section .counter-card .counter-number-area {
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .home3-counter-section .counter-card .counter-number-area {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .home3-counter-section .counter-card .counter-number-area {
    margin-bottom: 25px;
  }
}
.home3-counter-section .counter-card .counter-number-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.home3-counter-section .counter-card .counter-number-area h2 strong {
  font-weight: 500;
}
@media (max-width: 1399px) {
  .home3-counter-section .counter-card .counter-number-area h2 {
    font-size: 62px;
  }
}
@media (max-width: 1199px) {
  .home3-counter-section .counter-card .counter-number-area h2 {
    font-size: 58px;
  }
}
@media (max-width: 991px) {
  .home3-counter-section .counter-card .counter-number-area h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .home3-counter-section .counter-card .counter-number-area h2 {
    font-size: 50px;
  }
}
@media (max-width: 576px) {
  .home3-counter-section .counter-card .counter-number-area h2 {
    font-size: 48px;
  }
}
.home3-counter-section .counter-card .counter-number-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: block;
}
@media (max-width: 991px) {
  .home3-counter-section .counter-card .counter-number-area span {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .home3-counter-section .counter-card .counter-number-area span {
    font-size: 16px;
  }
}
.home3-counter-section .counter-card .icon {
  fill: var(--dark-text-color);
  margin-bottom: 22px;
}
@media (max-width: 576px) {
  .home3-counter-section .counter-card .icon {
    width: 55px;
    margin-bottom: 15px;
  }
}
.home3-counter-section .counter-card .content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home3-counter-section .counter-card .content p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home3-counter-section .counter-card .content p {
    font-size: 14px;
  }
}
.home3-counter-section .title-area {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 991px) {
  .home3-counter-section .title-area {
    padding-bottom: 50px;
  }
}
.home3-counter-section .title-area .section-title svg {
  fill: var(--primary-color2);
  margin-bottom: 15px;
}
.home3-counter-section .title-area .section-title span {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.home3-counter-section .title-area .section-title h2 {
  font-weight: 400;
}

/*=====================================
  29. Home3 Service Section CSS
========================================*/
.challenge-card2 {
  padding: 70px 20px 20px;
  border: 1px solid var(--borders-color);
  border-radius: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .challenge-card2 {
    padding: 60px 12px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .challenge-card2 {
    padding: 60px 10px 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .challenge-card2 {
    padding: 55px 10px 10px;
  }
}
@media (max-width: 991px) {
  .challenge-card2 {
    padding: 50px 15px 20px;
  }
}
@media (max-width: 576px) {
  .challenge-card2 {
    padding: 40px 10px 10px;
    border-radius: 15px;
  }
}
.challenge-card2 .title-area {
  max-width: 260px;
  width: 100%;
  margin: 0 auto 65px;
  text-align: center;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .challenge-card2 .title-area {
    margin-bottom: 60px;
  }
}
@media (max-width: 1399px) {
  .challenge-card2 .title-area {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .challenge-card2 .title-area {
    margin-bottom: 50px;
  }
}
.challenge-card2 .title-area .icon {
  width: 70px;
  height: 70px;
  background-color: var(--primary-color2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
@media (max-width: 1199px) {
  .challenge-card2 .title-area .icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .challenge-card2 .title-area .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
}
.challenge-card2 .title-area .icon svg {
  fill: var(--primary-color1);
}
@media (max-width: 576px) {
  .challenge-card2 .title-area .icon svg {
    width: 30px;
  }
}
.challenge-card2 .title-area h3 {
  line-height: 1.3;
  margin-bottom: 0;
}
.challenge-card2 .title-area h3 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1.5px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.challenge-card2 .title-area h3 a:hover {
  background-size: 100% 1.5px;
  background-position: left 100%;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .challenge-card2 .title-area h3 a {
    font-size: 26px;
  }
}
@media (max-width: 1399px) {
  .challenge-card2 .title-area h3 a {
    font-size: 25px;
  }
}
.challenge-card2 .content {
  padding: 25px 28px;
  background-color: #f1eeea;
  border-radius: 10px;
  transition: 0.5s;
}
@media (max-width: 1799px) {
  .challenge-card2 .content {
    padding: 25px 22px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .challenge-card2 .content {
    padding: 25px 15px;
  }
}
@media (max-width: 1399px) {
  .challenge-card2 .content {
    padding: 25px 15px;
  }
}
.challenge-card2 .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.challenge-card2 .content ul li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .challenge-card2 .content ul li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .challenge-card2 .content ul li {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .challenge-card2 .content ul li {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .challenge-card2 .content ul li {
    font-size: 15px;
  }
}
.challenge-card2 .content ul li:last-child {
  margin-bottom: 0;
}
.challenge-card2 .content ul li svg {
  fill: var(--white-color);
  min-width: 18px;
}
.challenge-card2 .content ul li svg rect {
  fill: var(--primary-color2);
}
.challenge-card2:hover .title-area .icon svg {
  animation: bounceIn 1.2s linear;
}
.challenge-card2:hover .content {
  background-color: var(--primary-color1);
}

/*=====================================
  30. Home3 Banner2 Section CSS
========================================*/
.home3-banner2-section {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: end;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .home3-banner2-section {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .home3-banner2-section {
    padding: 50px 0;
    min-height: 500px;
  }
}
.home3-banner2-section .banner-content {
  text-align: center;
}
.home3-banner2-section .banner-content svg {
  fill: var(--primary-color1);
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .home3-banner2-section .banner-content svg {
    margin-bottom: 25px;
  }
}
.home3-banner2-section .banner-content p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .home3-banner2-section .banner-content p {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .home3-banner2-section .banner-content p {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .home3-banner2-section .banner-content p {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 576px) {
  .home3-banner2-section .banner-content p {
    font-size: 36px;
    line-height: 50px;
  }
}
.home3-banner2-section .banner-content p span {
  color: var(--primary-color1);
}

/*=====================================
  31. Home3 Service Section CSS
========================================*/
.home3-service-section .service-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  width: 100%;
}
.home3-service-section .service-wrapper .pin-spacer:last-child .process-card {
  margin-bottom: 0;
}
.home3-service-section .service-wrapper .service-card3 {
  padding: 15px 15px 15px 50px;
  background-color: #f1eeea;
  border: 1px solid rgba(var(--black-color-opc), 0.05);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .home3-service-section .service-wrapper .service-card3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    grid-area: 1/1/2/2;
    margin-bottom: 0;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(1) {
    z-index: 9;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(2) {
    z-index: 8;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(3) {
    z-index: 7;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(4) {
    z-index: 6;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(5) {
    z-index: 5;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(6) {
    z-index: 4;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(7) {
    z-index: 3;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(8) {
    z-index: 2;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(9) {
    z-index: 1;
  }
  .home3-service-section .service-wrapper .service-card3:nth-child(10) {
    z-index: 0;
  }
}
@media (max-width: 1399px) {
  .home3-service-section .service-wrapper .service-card3 {
    padding: 15px 15px 15px 40px;
  }
}
@media (max-width: 1199px) {
  .home3-service-section .service-wrapper .service-card3 {
    padding: 15px 15px 15px 30px;
  }
}
@media (max-width: 991px) {
  .home3-service-section .service-wrapper .service-card3 {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .home3-service-section .service-wrapper .service-card3 {
    padding: 45px 20px;
    border-radius: 15px;
  }
}
@media (max-width: 576px) {
  .home3-service-section .service-wrapper .service-card3 {
    padding: 45px 15px;
    border-radius: 10px;
  }
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 580px;
  width: 100%;
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-no {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin-bottom: 110px;
}
@media (max-width: 1199px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-no {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-no {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-no {
    margin-bottom: 30px;
  }
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content h2 {
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content h2 {
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content h2 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 35px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1.5px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content h2 a:hover {
  background-size: 100% 1.5px;
  background-position: 0 100%;
}
@media (max-width: 1199px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content h2 a {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content h2 a {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content h2 a {
    font-size: 25px;
  }
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content p {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 55px;
}
@media (max-width: 1199px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content ul {
    margin-bottom: 45px;
  }
}
@media (max-width: 576px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content ul {
    margin-bottom: 40px;
  }
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content ul li svg {
  fill: var(--title-color);
  min-width: 20px;
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content ul li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content ul li {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content ul li {
    font-size: 16px;
    gap: 10px;
  }
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content ul li:last-child {
  margin-bottom: 0;
}
.home3-service-section .service-wrapper .service-card3 .service-content-wrap .service-content .primary-btn3 {
  display: inline-flex;
  min-width: unset;
  border-radius: 100px;
  padding: 12px 24px;
  gap: 5px;
}
.home3-service-section .service-wrapper .service-card3 .service-img {
  border-radius: 10px;
}
@media (max-width: 991px) {
  .home3-service-section .service-wrapper .service-card3 .service-img {
    display: none;
  }
}
.home3-service-section .service-wrapper .service-card3 .service-img img {
  border-radius: inherit;
  max-width: 520px;
  min-height: 536px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .home3-service-section .service-wrapper .service-card3 .service-img img {
    max-width: 470px;
  }
}
@media (max-width: 1199px) {
  .home3-service-section .service-wrapper .service-card3 .service-img img {
    max-width: 420px;
    min-height: 520px;
  }
}
.home3-service-section .service-wrapper .service-card3:last-child {
  position: relative;
  margin-bottom: 0;
}

/*=====================================
  32. Home3 Industry Section CSS
========================================*/
.home3-industry-section .title-area {
  margin-bottom: 40px;
}
.home3-industry-section .title-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.home3-industry-section .title-area h2 svg {
  fill: var(--title-color);
}
.home3-industry-section .industry-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 17px;
}
@media (max-width: 1199px) {
  .home3-industry-section .industry-list {
    gap: 25px;
    row-gap: 17px;
  }
}
@media (max-width: 991px) {
  .home3-industry-section .industry-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home3-industry-section .industry-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home3-industry-section .industry-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--borders-color);
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-industry-section .industry-list li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .home3-industry-section .industry-list li a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .home3-industry-section .industry-list li a {
    font-size: 15px;
  }
}
.home3-industry-section .industry-list li a svg {
  fill: var(--dark-text-color);
  transition: 0.5s;
}
.home3-industry-section .industry-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.home3-industry-section .industry-list li a:hover::after {
  background-size: 100% 1px;
  background-position: left 100%;
}
.home3-industry-section .industry-list li a:hover svg {
  fill: var(--title-color);
}
.home3-industry-section .bottom-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.home3-industry-section .bottom-area p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
.home3-industry-section .bottom-area a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home3-industry-section .bottom-area a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.home3-industry-section .bottom-area a span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home3-industry-section .bottom-area a:hover svg {
  transform: translateX(3px);
}
.home3-industry-section .bottom-area a:hover span {
  background-size: 100% 1px;
  background-position: left 100%;
}

/*=====================================
  33. Home3 Founder Section CSS
========================================*/
.home3-founder-section .home3-founder-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  display: flex;
  align-items: end;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .home3-founder-section .home3-founder-banner {
    padding: 70px 0;
  }
}
@media (max-width: 576px) {
  .home3-founder-section .home3-founder-banner {
    min-height: 550px;
    padding: 50px 0;
  }
}
.home3-founder-section .home3-founder-banner .banner-content {
  text-align: center;
}
.home3-founder-section .home3-founder-banner .banner-content svg {
  fill: var(--primary-color1);
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .home3-founder-section .home3-founder-banner .banner-content svg {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .home3-founder-section .home3-founder-banner .banner-content svg {
    width: 55px;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home3-founder-section .home3-founder-banner .banner-content svg {
    width: 50px;
    margin-bottom: 10px;
  }
}
.home3-founder-section .home3-founder-banner .banner-content p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .home3-founder-section .home3-founder-banner .banner-content p {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .home3-founder-section .home3-founder-banner .banner-content p {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .home3-founder-section .home3-founder-banner .banner-content p {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 576px) {
  .home3-founder-section .home3-founder-banner .banner-content p {
    font-size: 28px;
    line-height: 42px;
  }
}
.home3-founder-section .home3-founder-banner .banner-content p span {
  color: var(--primary-color1);
}
.home3-founder-section .home3-founder-banner .banner-content .founder-info strong {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  display: block;
  margin-bottom: 12px;
}
.home3-founder-section .home3-founder-banner .banner-content .founder-info span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: block;
}
.home3-founder-section .why-choose-section .why-choose-wrapper {
  display: grid;
  grid-template-columns: 37.5% 26% 25.5%;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper {
    gap: 20px;
    grid-template-columns: 40.5% 28% 25.5%;
  }
}
@media (max-width: 1399px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper {
    gap: 15px;
    grid-template-columns: 40.5% 31% 23.5%;
  }
}
@media (max-width: 1199px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper {
    grid-template-columns: 54% 42%;
    gap: 15px;
    row-gap: 40px;
  }
}
@media (max-width: 991px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper {
    grid-template-columns: 85%;
  }
}
@media (max-width: 767px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper {
    grid-template-columns: 100%;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid var(--borders-color);
  border-radius: 20px;
  padding: 20px 20px 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper {
    padding: 15px 15px 15px 10px;
  }
}
@media (max-width: 576px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper {
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 15px;
    border-radius: 15px;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .pie-chart {
  width: 322px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .pie-chart {
    width: 280px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .pie-chart {
    width: 230px;
  }
}
@media (max-width: 1199px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .pie-chart {
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .pie-chart {
    width: 280px;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .pie-chart span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin-top: 0px;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .pie-chart span {
    font-size: 16px;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area {
  padding: 30px 22px 35px;
  max-width: 230px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area {
    padding: 25px 20px 30px;
  }
}
@media (max-width: 576px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area {
    max-width: 100%;
    padding: 20px 15px;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 70px;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .title span {
  color: var(--text-color);
}
@media (max-width: 991px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .title {
    margin-bottom: 30px;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .chart-label-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .chart-label-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .chart-label-list li strong {
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .chart-label-list li {
    font-size: 15px;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .chart-label-list li .dot {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #193133;
  display: block;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .chart-label-list li:nth-child(2) .dot {
  background-color: #c1c1c1;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .chart-label-list li:nth-child(3) .dot {
  background-color: #ccf664;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .chart-label-list li:nth-child(4) .dot {
  background-color: #002e5b;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .chart-wrapper .chart-label-area .chart-label-list li:last-child {
  margin-bottom: 0;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper > h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 60px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper > h2 {
    font-size: 33px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1399px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper > h2 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper > h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper > h2 {
    font-size: 27px;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid var(--borders-color);
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item:last-child .accordion-header .accordion-button {
  padding-bottom: 0;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item:first-child .accordion-header .accordion-button {
  padding-top: 0;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-header {
  border-radius: 10px;
  background-color: transparent;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding: 20px 0;
  border-radius: 10px;
  background-color: transparent;
  border: unset;
}
@media (max-width: 767px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    padding: 18px 0;
  }
}
@media (max-width: 576px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
    line-height: 1.5;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-header .accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-text-color);
  content: "\f229";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 600;
  font-size: 12px;
  right: 30px;
  transition: 0.5s;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f229";
  border: none;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-radius: 10px;
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-body {
  padding: 0;
  padding-bottom: 30px;
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  border: unset;
  border-top: none;
  background-color: transparent;
  border-radius: 0;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-body span {
  color: var(--title-color);
}
@media (max-width: 576px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .accordion .accordion-item .accordion-body {
    font-size: 14px;
    line-height: 1.6;
    padding-bottom: 25px;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .btn-area {
  margin-top: 60px;
  display: flex;
  justify-content: end;
}
@media (max-width: 991px) {
  .home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .btn-area {
    margin-top: 35px;
  }
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .btn-area a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .btn-area a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .btn-area a span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .btn-area a:hover svg {
  transform: translateX(3px);
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-content-wrapper .btn-area a:hover span {
  background-size: 100% 1px;
  background-position: left 100%;
}
.home3-founder-section .why-choose-section .why-choose-wrapper .why-choose-img-wrap img {
  border-radius: 10px;
}

/*=====================================
  34. Home3 Process Section CSS
========================================*/
.home3-process-section .process-wrapper {
  position: relative;
  z-index: 1;
}
.home3-process-section .process-wrapper::before {
  content: "";
  position: absolute;
  top: 64px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--borders-color);
  z-index: -1;
}
@media (max-width: 991px) {
  .home3-process-section .process-wrapper::before {
    display: none;
  }
}
.home3-process-section .process-video {
  position: relative;
  height: 450px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .home3-process-section .process-video {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .home3-process-section .process-video {
    height: 360px;
    border-radius: 15px;
  }
}
.home3-process-section .process-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: inherit;
}
.home3-process-section .process-video .process-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 216px;
  width: 100%;
  text-align: center;
}
.home3-process-section .process-video .process-content .play-btn {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.home3-process-section .process-video .process-content .play-btn svg {
  fill: var(--black-color);
}
.home3-process-section .process-video .process-content .play-btn .waves-block {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home3-process-section .process-video .process-content .play-btn .waves-block .waves {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  opacity: 0;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}
.home3-process-section .process-video .process-content .play-btn .waves-block .waves.wave-1 {
  animation-delay: 0s;
}
.home3-process-section .process-video .process-content .play-btn .waves-block .waves.wave-2 {
  animation-delay: 1s;
}
.home3-process-section .process-video .process-content .play-btn .waves-block .waves.wave-3 {
  animation-delay: 2s;
}
.home3-process-section .process-video .process-content span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}
.home3-process-section.career-page-process .process-card .step-check {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.home3-process-section.career-page-process .process-card .step-check svg {
  fill: var(--primary-color1);
}
.home3-process-section.career-page-process .award-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 45px;
  row-gap: 60px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .home3-process-section.career-page-process .award-list {
    gap: 35px;
    row-gap: 50px;
  }
}
@media (max-width: 576px) {
  .home3-process-section.career-page-process .award-list {
    gap: 20px;
    row-gap: 40px;
  }
}
.home3-process-section.career-page-process .award-list li img {
  width: 208px;
}
@media (max-width: 1199px) {
  .home3-process-section.career-page-process .award-list li img {
    width: 180px;
  }
}
@media (max-width: 576px) {
  .home3-process-section.career-page-process .award-list li img {
    width: 150px;
  }
}

.process-card {
  max-width: 230px;
  width: 100%;
}
@media (max-width: 576px) {
  .process-card {
    max-width: unset;
  }
}
.process-card .step-no {
  padding: 7px 10px;
  background-color: var(--primary-color2);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 18px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .process-card .step-no {
    margin-bottom: 15px;
  }
}
.process-card .step-no span {
  color: var(--primary-color2);
  font-family: var(--font-poppins);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 2px 5px;
  background-color: var(--white-color);
  border-radius: 100px;
  display: inline-block;
  min-width: 38px;
}
.process-card .step-no strong {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 576px) {
  .process-card .step-no strong {
    font-size: 16px;
  }
}
.process-card h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .process-card h3 {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .process-card h3 {
    margin-bottom: 15px;
  }
}
.process-card p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

/*=====================================
  35. Home3 Tax Calculation Section CSS
========================================*/
.home3-tax-calculation-section .tax-calculation-top-area {
  background-image: url(../img/home3/home3-tax-calculation-bg.png), linear-gradient(180deg, rgb(25, 49, 51) 0%, rgb(25, 49, 51) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 720px;
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .home3-tax-calculation-section .tax-calculation-top-area {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .home3-tax-calculation-section .tax-calculation-top-area {
    padding: 80px 0;
    min-height: 690px;
  }
}
@media (max-width: 767px) {
  .home3-tax-calculation-section .tax-calculation-top-area {
    padding: 70px 0;
    min-height: 670px;
  }
}
.home3-tax-calculation-section .tax-calculation-top-area .tax-calculation-top-content {
  max-width: 580px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.home3-tax-calculation-section .tax-calculation-top-area .tax-calculation-top-content img {
  width: 236px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .home3-tax-calculation-section .tax-calculation-top-area .tax-calculation-top-content img {
    width: 216px;
    margin-bottom: 30px;
  }
}
.home3-tax-calculation-section .tax-calculation-top-area .tax-calculation-top-content h2 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 25px;
}
.home3-tax-calculation-section .tax-calculation-top-area .tax-calculation-top-content p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
.home3-tax-calculation-section .tax-calculator-area {
  margin-top: -325px;
}
@media (max-width: 1199px) {
  .home3-tax-calculation-section .tax-calculator-area {
    margin-top: -335px;
  }
}

/*=====================================
  36. Home3 Testimonial Section CSS
========================================*/
.home3-testimonial-section .testimonial-card3 {
  padding: 10px;
  border: 1px solid var(--borders-color);
  border-radius: 20px;
  display: grid;
  grid-template-columns: 38% 62%;
}
@media (max-width: 991px) {
  .home3-testimonial-section .testimonial-card3 {
    grid-template-columns: 42% 58%;
  }
}
@media (max-width: 767px) {
  .home3-testimonial-section .testimonial-card3 {
    display: block;
  }
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 {
    border-radius: 10px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-img img {
  border-radius: 10px;
  min-height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-img img {
    min-height: 430px;
  }
}
@media (max-width: 767px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-img img {
    min-height: 380px;
    max-height: 380px;
  }
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-img img {
    width: 100%;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap {
  padding: 30px 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1399px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap {
    padding: 25px 55px;
  }
}
@media (max-width: 991px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap {
    padding: 30px 20px 20px;
  }
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap {
    padding: 30px 10px 20px;
    gap: 45px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area {
  display: flex;
  align-items: start;
  gap: 15px;
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area {
    gap: 12px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .quote {
  min-width: 50px;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .quote {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .quote svg {
  fill: var(--white-color);
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .author-content {
  line-height: 1;
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .author-content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .author-content h3 {
    font-size: 17px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .author-content span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  display: block;
  line-height: 28px;
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .author-content span {
    font-size: 15px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .author-content .logo {
  margin-top: 15px;
  width: 170px;
}
@media (max-width: 991px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .author-area .author-content .logo {
    width: 150px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content .revenue-area {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 225px;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content .revenue-area {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content .revenue-area {
    margin-bottom: 20px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content .revenue-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content .revenue-area h2 {
    font-size: 32px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content .revenue-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content .revenue-area span {
    font-size: 14px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content p {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content p {
    font-size: 18px;
    line-height: 32px;
  }
}
.home3-testimonial-section .testimonial-card3 .testimonial-content-wrap .testimonial-content p strong {
  font-weight: 500;
}
.home3-testimonial-section .home3-testimonial-slider .swiper-slide-active .author-area {
  animation: fadeInDown 1.7s;
}
.home3-testimonial-section .home3-testimonial-slider .swiper-slide-active .testimonial-content {
  animation: fadeInUp 1.7s;
}
.home3-testimonial-section .slider-btn-grp {
  padding-top: 35px;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 576px) {
  .home3-testimonial-section .slider-btn-grp {
    padding-top: 25px;
  }
}
.home3-testimonial-section .slider-btn-grp .slider-btn {
  background-color: #f1eeea;
}
.home3-testimonial-section .slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color2);
}
.home3-testimonial-section .slider-btn-grp .slider-btn:hover svg {
  fill: var(--white-color);
}
.home3-testimonial-section .slider-btn-grp .rating-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  position: relative;
  max-width: 200px;
  width: 100%;
}
.home3-testimonial-section .slider-btn-grp .rating-area .content {
  line-height: 1;
}
.home3-testimonial-section .slider-btn-grp .rating-area .content .star {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.home3-testimonial-section .slider-btn-grp .rating-area .content .star li i {
  font-size: 14px;
  color: #e4c200;
}
.home3-testimonial-section .slider-btn-grp .rating-area .content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.home3-testimonial-section .slider-btn-grp .rating-area .rating-batch {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05%;
  width: 48px;
  height: 24px;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.home3-testimonial-section .slider-btn-grp .rating-area .rating-batch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/*=====================================
  37. Home3 Blog Section CSS
========================================*/
.home3-blog-section .section-title > span {
  font-size: 18px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.home3-blog-section .section-title h2 span {
  font-weight: 400;
}
.home3-blog-section .btn-area {
  display: flex;
  justify-content: center;
  padding-top: 45px;
}
.home3-blog-section .btn-area .view-all-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.home3-blog-section .btn-area .view-all-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.home3-blog-section .btn-area .view-all-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.home3-blog-section .btn-area .view-all-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.home3-blog-section .btn-area .view-all-btn:hover svg {
  transform: translateX(3px);
}

/*=====================================
  38. Home3 Contact Section CSS
========================================*/
.home3-contact-section {
  background-image: url(../img/home3/home3-contact-section-bg.png), linear-gradient(180deg, rgb(25, 49, 51) 0%, rgb(25, 49, 51) 100%);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
}
@media (max-width: 991px) {
  .home3-contact-section {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  .home3-contact-section {
    padding: 60px 20px;
  }
}
@media (max-width: 576px) {
  .home3-contact-section {
    padding: 60px 0;
  }
}
.home3-contact-section .contact-area {
  text-align: end;
  max-width: 550px;
  width: 100%;
  padding-right: 140px;
  margin-left: auto;
  position: relative;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .home3-contact-section .contact-area {
    padding-right: 120px;
    max-width: 520px;
  }
}
@media (max-width: 1399px) {
  .home3-contact-section .contact-area {
    padding-right: 80px;
    max-width: 480px;
  }
}
@media (max-width: 991px) {
  .home3-contact-section .contact-area {
    padding-right: 0;
    text-align: start;
    margin-left: 0;
    padding-bottom: 60px;
  }
}
.home3-contact-section .contact-area > span svg {
  fill: var(--primary-color1);
}
.home3-contact-section .contact-area > span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .home3-contact-section .contact-area > span {
    justify-content: start;
  }
}
.home3-contact-section .contact-area h2 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 25px;
}
.home3-contact-section .contact-area .primary-btn1 {
  font-size: 16px;
  padding: 20px 30px;
}
.home3-contact-section .contact-area .primary-btn1 {
  font-size: 15px;
  padding: 16px 26px;
}
.home3-contact-section .contact-area .divider {
  width: 2px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .home3-contact-section .contact-area .divider {
    width: 100%;
    height: 2px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
    bottom: 0;
  }
}
.home3-contact-section .contact-area .divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 50px;
  border-radius: 5px;
  background-color: var(--primary-color1);
}
@media (max-width: 991px) {
  .home3-contact-section .contact-area .divider::before {
    width: 50px;
    height: 4px;
  }
}
.home3-contact-section .newsletter-content-wrap {
  max-width: 556px;
  width: 100%;
  padding-left: 70px;
}
@media (max-width: 1399px) {
  .home3-contact-section .newsletter-content-wrap {
    padding-left: 40px;
    max-width: 515px;
  }
}
@media (max-width: 991px) {
  .home3-contact-section .newsletter-content-wrap {
    padding-left: 0;
    max-width: 480px;
  }
}
.home3-contact-section .newsletter-content-wrap h3 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .home3-contact-section .newsletter-content-wrap h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .home3-contact-section .newsletter-content-wrap h3 {
    font-size: 22px;
  }
}
.home3-contact-section .newsletter-content-wrap .newsletter-form {
  padding: 18px 30px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(24px);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .home3-contact-section .newsletter-content-wrap .newsletter-form {
    padding: 16px 25px;
  }
}
@media (max-width: 576px) {
  .home3-contact-section .newsletter-content-wrap .newsletter-form {
    padding: 14px 20px;
  }
}
.home3-contact-section .newsletter-content-wrap .newsletter-form input {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  width: 100%;
  background-color: transparent;
}
.home3-contact-section .newsletter-content-wrap .newsletter-form button {
  background-color: transparent;
}
.home3-contact-section .newsletter-content-wrap .newsletter-form button svg {
  fill: var(--dark-text-color);
  min-width: 20px;
}
.home3-contact-section .newsletter-content-wrap .short-info {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}
.home3-contact-section .newsletter-content-wrap .short-info .icon {
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home3-contact-section .newsletter-content-wrap .short-info .icon svg {
  fill: var(--dark-text-color);
}
.home3-contact-section .newsletter-content-wrap .short-info span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
  max-width: 390px;
  width: 100%;
}
@media (max-width: 576px) {
  .home3-contact-section .newsletter-content-wrap .short-info span {
    font-size: 14px;
    margin-top: 15px;
  }
}

/*=====================================
  39. Breadcrumb Section CSS
========================================*/
.breadcrumb-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 180px 0 75px;
  position: relative;
}
@media (max-width: 1399px) {
  .breadcrumb-section {
    padding: 250px 0 150px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-section {
    padding: 230px 0 130px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section {
    padding: 170px 0 100px;
  }
}
.breadcrumb-section .banner-content {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.breadcrumb-section .banner-content h1 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 52px;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 43px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .banner-content h1 {
    font-size: 34px;
    line-height: 1.3;
  }
}
.breadcrumb-section .banner-content .breadcrumb-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.breadcrumb-section .banner-content .breadcrumb-list li {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 576px) {
  .breadcrumb-section .banner-content .breadcrumb-list li {
    font-size: 15px;
    line-height: 1.4;
  }
}
.breadcrumb-section .banner-content .breadcrumb-list li a {
  color: var(--white-color);
  transition: 0.5s;
}
.breadcrumb-section .banner-content .breadcrumb-list li svg {
  fill: var(--primary-color1);
}
.breadcrumb-section .banner-content .batch span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  padding: 14px 30px;
  background-color: rgba(var(--white-color-opc), 0.2);
  backdrop-filter: blur(150px);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  border-radius: 100px;
}
@media (max-width: 991px) {
  .breadcrumb-section .banner-content .batch span {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .breadcrumb-section .banner-content .batch span {
    padding: 14px 20px;
    font-size: 16px;
  }
}

/*=====================================
  40. Blog Page CSS
========================================*/
.gy-70 {
  --bs-gutter-y: 70px;
}
@media (max-width: 1199px) {
  .gy-70 {
    --bs-gutter-y: 60px;
  }
}
@media (max-width: 576px) {
  .gy-70 {
    --bs-gutter-y: 50px;
  }
}

.inner-page-search-area .inner-page-search-wrap {
  text-align: center;
}
.inner-page-search-area .inner-page-search-wrap .search-filed {
  padding: 18px 25px;
  background-color: #f0f0f0;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .inner-page-search-area .inner-page-search-wrap .search-filed {
    gap: 10px;
    padding: 15px 16px;
  }
}
.inner-page-search-area .inner-page-search-wrap .search-filed svg {
  fill: var(--black-color);
  min-width: 16px;
}
.inner-page-search-area .inner-page-search-wrap .search-filed input {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  background-color: transparent;
}
@media (max-width: 576px) {
  .inner-page-search-area .inner-page-search-wrap .search-filed input {
    font-size: 15px;
  }
}
.inner-page-search-area .inner-page-search-wrap .search-filed input::-moz-placeholder {
  color: var(--dark-text-color);
}
.inner-page-search-area .inner-page-search-wrap .search-filed input::placeholder {
  color: var(--dark-text-color);
}
.inner-page-search-area .inner-page-search-wrap span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  display: block;
  padding-top: 15px;
}
.inner-page-search-area .inner-page-search-wrap span a {
  color: var(--title-color);
  font-weight: 500;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.inner-page-search-area .inner-page-search-wrap span a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}

.inner-pagination-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .inner-pagination-area {
    gap: 10px;
    row-gap: 20px;
  }
}
.inner-pagination-area .paginations {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .inner-pagination-area .paginations {
    gap: 12px;
  }
}
.inner-pagination-area .paginations .page-item a {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .inner-pagination-area .paginations .page-item a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
}
.inner-pagination-area .paginations .page-item a:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
  color: var(--white-color);
}
.inner-pagination-area .paginations .page-item.active a {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
  color: var(--white-color);
}
.inner-pagination-area .paginations-button a {
  padding: 9px 17px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .inner-pagination-area .paginations-button a {
    font-size: 15px;
    padding: 7px 13px;
  }
}
.inner-pagination-area .paginations-button a svg {
  fill: var(--dark-text-color);
  transition: 0.5s;
}
@media (max-width: 576px) {
  .inner-pagination-area .paginations-button a svg {
    width: 8px;
  }
}
.inner-pagination-area .paginations-button a:hover {
  color: var(--white-color);
  background-color: var(--primary-color2);
}
.inner-pagination-area .paginations-button a:hover svg {
  fill: var(--white-color);
}

/*=====================================
  41. Blog Standard Page CSS
========================================*/
.blog-standard-page .blog-card .blog-img img {
  min-height: 350px;
  max-height: 350px;
}
@media (max-width: 576px) {
  .blog-standard-page .blog-card .blog-img img {
    min-height: 280px;
    max-height: 280px;
  }
}
.blog-standard-page .blog-card .blog-content {
  padding-right: 70px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-standard-page .blog-card .blog-content {
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .blog-standard-page .blog-card .blog-content {
    padding-right: 85px;
  }
}
@media (max-width: 767px) {
  .blog-standard-page .blog-card .blog-content {
    padding-right: 0;
  }
}

.blog-sidebar-area .widget-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 28px;
  font-weight: 400;
  line-height: 0.9;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-sidebar-area .widget-title {
    font-size: 23px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .widget-title {
    font-size: 22px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .widget-title {
    font-size: 24px;
  }
}
.blog-sidebar-area .single-widget {
  padding: 45px 30px;
  border: 1px solid var(--borders-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-sidebar-area .single-widget {
    padding: 40px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget {
    padding: 35px 15px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget {
    padding: 30px 15px;
  }
}
.blog-sidebar-area .single-widget .category-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-sidebar-area .single-widget .category-list li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.5s;
}
.blog-sidebar-area .single-widget .category-list li:last-child {
  margin-bottom: 0;
}
.blog-sidebar-area .single-widget .category-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 5px;
  transition: 0.5s;
}
.blog-sidebar-area .single-widget .category-list li a span {
  color: var(--black-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .category-list li a span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .category-list li a span {
    font-size: 15px;
  }
}
.blog-sidebar-area .single-widget .category-list li a span:first-child {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
.blog-sidebar-area .single-widget .category-list li:hover a span:first-child {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.blog-sidebar-area .single-widget .recent-post-widget {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .recent-post-widget {
    gap: 10px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .recent-post-widget {
    gap: 10px;
  }
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-img img {
  min-width: 86px;
  max-width: 86px;
  height: 86px;
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content {
  line-height: 1;
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content > a {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .recent-post-widget .recent-post-content > a {
    margin-bottom: 5px;
  }
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content > a:hover {
  color: var(--title-color);
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 {
  font-size: unset;
  margin-bottom: 0;
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a {
  color: var(--black-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a {
    font-size: 15px;
  }
}
.blog-sidebar-area .single-widget .recent-post-widget .recent-post-content h4 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.blog-sidebar-area .single-widget .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .tag-list {
    gap: 5px;
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .tag-list {
    gap: 5px;
    row-gap: 20px;
  }
}
.blog-sidebar-area .single-widget .tag-list li a {
  color: var(--black-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  display: block;
  line-height: 1;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-sidebar-area .single-widget .tag-list li a {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .blog-sidebar-area .single-widget .tag-list li a {
    font-size: 14px;
  }
}
.blog-sidebar-area .single-widget .tag-list li:hover a {
  background-size: 100% 1px;
  background-position: 0 95%;
}

/*=====================================
  42. Blog Details Page CSS
========================================*/
.blog-details-page .line-break {
  height: 10px;
  display: block;
}
@media (max-width: 576px) {
  .blog-details-page .line-break {
    height: 7px;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta {
    flex-direction: column;
    align-items: start;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-img {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .author-name {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta {
  display: flex;
  gap: 10px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta {
    flex-direction: column;
    gap: 12px;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span {
    font-size: 15px;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span.date {
  position: relative;
  padding-right: 16px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span.date {
    padding-right: 0;
  }
}
.blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span.date::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-author-meta .author-info .meta span.date::after {
    display: none;
  }
}
.blog-details-page .blog-details-content-wrap .blog-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .blog-details-page .blog-details-content-wrap .blog-title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .blog-details-page .blog-details-content-wrap .blog-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-title {
    font-size: 25px;
  }
}
.blog-details-page .blog-details-content-wrap .blog-sub-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .blog-details-page .blog-details-content-wrap .blog-sub-title {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .blog-sub-title {
    font-size: 22px;
  }
}
.blog-details-page .blog-details-content-wrap p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap p {
    font-size: 14px;
  }
}
.blog-details-page .blog-details-content-wrap p a {
  color: #1859E5;
  text-decoration: underline;
  transition: 0.5s;
}
.blog-details-page .blog-details-content-wrap p a:hover {
  color: var(--title-color);
}
.blog-details-page .blog-details-content-wrap .focus-keyword-list {
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 685px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 22px;
}
.blog-details-page .blog-details-content-wrap .focus-keyword-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  padding: 8px 15px;
  border: 1px solid var(--borders-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .blog-details-page .blog-details-content-wrap .focus-keyword-list li {
    padding: 8px 12px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .focus-keyword-list li {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.blog-details-page .blog-details-content-wrap .focus-keyword-list li span {
  position: relative;
  display: block;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .focus-keyword-list li span {
    padding-left: 15px;
  }
}
.blog-details-page .blog-details-content-wrap .focus-keyword-list li span::before {
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1457_494" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="10" height="10"><rect width="10" height="10" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1457_494)"><path d="M8.88932 5L2.22266 10L2.22266 0L8.88932 5Z" fill="%23999999"/></g></svg>_2523mask0_1457_494)"><path d="M8.88932 5L2.22266 10L2.22266 0L8.88932 5Z" fill="%23999999"/></g></svg>');
  position: absolute;
  top: 0;
  left: 0;
}
.blog-details-page .blog-details-content-wrap .blog-image img {
  min-height: 250px;
 
}
.blog-details-page .blog-details-content-wrap .blog-image span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  display: block;
  text-align: center;
  margin-top: 15px;
}
.blog-details-page .blog-details-content-wrap blockquote {
  text-align: center;
  margin-bottom: 60px;
}
.blog-details-page .blog-details-content-wrap blockquote p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .blog-details-page .blog-details-content-wrap blockquote p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .blog-details-page .blog-details-content-wrap blockquote p {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.blog-details-page .blog-details-content-wrap blockquote p span {
  color: var(--dark-text-color);
}
.blog-details-page .blog-details-content-wrap blockquote cite {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
  line-height: 1.4;
}
.blog-details-page .blog-details-content-wrap .key-points {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-details-page .blog-details-content-wrap .key-points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .key-points li {
    padding-left: 25px;
  }
}
.blog-details-page .blog-details-content-wrap .key-points li:last-child {
  margin-bottom: 0;
}
.blog-details-page .blog-details-content-wrap .key-points li::before {
  content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1457_571)"><path d="M4.88174 0.633624L12.9342 6.57786C12.9975 6.62923 13.0485 6.69407 13.0835 6.76766C13.1185 6.84124 13.1367 6.92171 13.1367 7.0032C13.1367 7.0847 13.1185 7.16517 13.0835 7.23875C13.0485 7.31233 12.9975 7.37717 12.9342 7.42855L4.88174 13.3728C4.39775 13.5514 4.11824 13.4154 4.04321 12.9649L11.5446 7.42855C11.6078 7.37717 11.6588 7.31233 11.6939 7.23875C11.7289 7.16517 11.7471 7.0847 11.7471 7.0032C11.7471 6.92171 11.7289 6.84124 11.6939 6.76766C11.6588 6.69407 11.6078 6.62923 11.5446 6.57786L4.04691 1.04417C4.0518 0.949463 4.0819 0.857779 4.13409 0.778593C4.18628 0.699408 4.25866 0.635593 4.34376 0.593742C4.42887 0.551891 4.5236 0.533522 4.61818 0.540533C4.71275 0.547545 4.80374 0.579682 4.88174 0.633624ZM1.71148 13.3723L3.68127 11.9187L4.8754 11.0374L9.765 7.42855C9.83163 7.37944 9.8858 7.31536 9.92313 7.24148C9.96045 7.1676 9.9799 7.08598 9.9799 7.0032C9.9799 6.92043 9.96045 6.83881 9.92313 6.76493C9.8858 6.69105 9.83163 6.62697 9.765 6.57786L4.87487 2.96905L3.68127 2.08772L1.71201 0.634681L1.71095 0.633624C1.61585 0.567623 1.50184 0.534403 1.38617 0.538993C1.2705 0.543584 1.15948 0.585734 1.0699 0.659064C0.980332 0.732393 0.917089 0.832909 0.889751 0.945394C0.862412 1.05788 0.872466 1.17621 0.918389 1.28247L3.58828 7.0032L0.918919 12.7239C0.886177 12.7939 0.869221 12.8702 0.86925 12.9474C0.870887 13.0445 0.899018 13.1394 0.950607 13.2216C1.0022 13.3039 1.07528 13.3706 1.16197 13.4143C1.24867 13.4581 1.34567 13.4774 1.44252 13.4701C1.53936 13.4627 1.63236 13.4286 1.71148 13.3723Z" fill="%23050505"/></g><defs><clipPath id="clip0_1457_571"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>_2523clip0_1457_571)"><path d="M4.88174 0.633624L12.9342 6.57786C12.9975 6.62923 13.0485 6.69407 13.0835 6.76766C13.1185 6.84124 13.1367 6.92171 13.1367 7.0032C13.1367 7.0847 13.1185 7.16517 13.0835 7.23875C13.0485 7.31233 12.9975 7.37717 12.9342 7.42855L4.88174 13.3728C4.39775 13.5514 4.11824 13.4154 4.04321 12.9649L11.5446 7.42855C11.6078 7.37717 11.6588 7.31233 11.6939 7.23875C11.7289 7.16517 11.7471 7.0847 11.7471 7.0032C11.7471 6.92171 11.7289 6.84124 11.6939 6.76766C11.6588 6.69407 11.6078 6.62923 11.5446 6.57786L4.04691 1.04417C4.0518 0.949463 4.0819 0.857779 4.13409 0.778593C4.18628 0.699408 4.25866 0.635593 4.34376 0.593742C4.42887 0.551891 4.5236 0.533522 4.61818 0.540533C4.71275 0.547545 4.80374 0.579682 4.88174 0.633624ZM1.71148 13.3723L3.68127 11.9187L4.8754 11.0374L9.765 7.42855C9.83163 7.37944 9.8858 7.31536 9.92313 7.24148C9.96045 7.1676 9.9799 7.08598 9.9799 7.0032C9.9799 6.92043 9.96045 6.83881 9.92313 6.76493C9.8858 6.69105 9.83163 6.62697 9.765 6.57786L4.87487 2.96905L3.68127 2.08772L1.71201 0.634681L1.71095 0.633624C1.61585 0.567623 1.50184 0.534403 1.38617 0.538993C1.2705 0.543584 1.15948 0.585734 1.0699 0.659064C0.980332 0.732393 0.917089 0.832909 0.889751 0.945394C0.862412 1.05788 0.872466 1.17621 0.918389 1.28247L3.58828 7.0032L0.918919 12.7239C0.886177 12.7939 0.869221 12.8702 0.86925 12.9474C0.870887 13.0445 0.899018 13.1394 0.950607 13.2216C1.0022 13.3039 1.07528 13.3706 1.16197 13.4143C1.24867 13.4581 1.34567 13.4774 1.44252 13.4701C1.53936 13.4627 1.63236 13.4286 1.71148 13.3723Z" fill="%23050505"/></g><defs><clipPath id="clip0_1457_571"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  top: -1px;
  left: 0;
}
.blog-details-page .blog-details-content-wrap .key-points li strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .key-points li strong {
    font-size: 17px;
  }
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area {
  margin-top: 65px;
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list li {
  display: flex;
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  padding: 10px 15px;
  background-color: #F1EEEA;
  border-radius: 100px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list li a {
    font-size: 14px;
  }
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .tag-list li a:hover {
  color: var(--white-color);
  background-color: var(--primary-color2);
}
.blog-details-page .blog-details-content-wrap .tag-and-social-area .social-list {
  padding-top: 30px;
  justify-content: start;
}
.blog-details-page .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.blog-details-page .social-list li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  transition: 0.5s;
}
.blog-details-page .social-list li a svg {
  fill: var(--black-color);
  transition: 0.5s;
}
.blog-details-page .social-list li a:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.blog-details-page .social-list li a:hover svg {
  fill: var(--white-color);
}
.blog-details-page .social-list li .copy-link-btn {
  position: relative;
}
.blog-details-page .social-list li .copy-link-btn .copy-alert {
  position: absolute;
  top: -40px;
  right: 0;
  background: var(--primary-color1);
  padding: 6px 18px;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8) translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 9999;
}
@media (max-width: 576px) {
  .blog-details-page .social-list li .copy-link-btn .copy-alert {
    font-size: 14px;
  }
}
.blog-details-page .social-list li .copy-link-btn .copy-alert.show {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.blog-details-page .blog-details-sidebar .table-content-area {
  padding: 45px 30px;
  background-color: #F0F0F0;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-sidebar .table-content-area {
    padding: 45px 20px;
  }
}
.blog-details-page .blog-details-sidebar .table-content-area h4 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .blog-details-page .blog-details-sidebar .table-content-area h4 {
    margin-bottom: 25px;
  }
}
.blog-details-page .blog-details-sidebar .table-content-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog-details-page .blog-details-sidebar .table-content-area ul li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  gap: 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
}
.blog-details-page .blog-details-sidebar .table-content-area ul li span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: right 95%;
  transition: background-size 0.75s;
  cursor: pointer;
}
.blog-details-page .blog-details-sidebar .table-content-area ul li span:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.blog-details-page .blog-details-sidebar .table-content-area ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.blog-dt-related-blog-section .section-title > span {
  letter-spacing: 0;
  text-transform: capitalize;
}
.blog-dt-related-blog-section .section-title h2 {
  font-weight: 400;
}
.blog-dt-related-blog-section .section-title h2 strong {
  font-weight: 500;
}

/*=====================================
  43. Solution Page CSS
========================================*/
.solution-page .solution-content h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .solution-page .solution-content h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .solution-page .solution-content h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.solution-page .solution-content .description p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .solution-page .solution-content .description p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .solution-page .solution-content .description p {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .solution-page .solution-content .description p {
    font-size: 16px;
  }
}
.solution-page .solution-content .description p:last-child {
  margin-bottom: 0;
}
.solution-page .solution-content .explore-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .solution-page .solution-content .explore-btn {
    margin-top: 35px;
  }
}
.solution-page .solution-content .explore-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.solution-page .solution-content .explore-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.solution-page .solution-content .explore-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.solution-page .solution-content .explore-btn:hover svg {
  transform: translateX(3px);
}
.solution-page .solution-img-wrap {
  background-color: var(--primary-color1);
  max-width: 520px;
  width: 100%;
}
.solution-page .solution-img-wrap .solution-img {
  -webkit-mask-image: url(../img/innerpages/solution-page-shape.png);
          mask-image: url(../img/innerpages/solution-page-shape.png);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}

/*=====================================
  44. Solution2 Page CSS
========================================*/
.solution2-page-process-section .process-wrapper .pin-spacer:nth-child(2) .solution2-process-card {
  background-color: #f0f0f0;
}
.solution2-page-process-section .process-wrapper .pin-spacer:nth-child(3) .solution2-process-card {
  background-color: #dde6ff;
}
.solution2-page-process-section .process-wrapper .pin-spacer:last-child .solution2-process-card {
  margin-bottom: 0;
}
.solution2-page-process-section .process-wrapper .solution2-process-card {
  padding: 60px 70px;
  background-color: #cff0db;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1399px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card {
    padding: 60px 50px;
  }
}
@media (max-width: 1199px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card {
    padding: 60px 40px;
  }
}
@media (max-width: 991px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 50px 30px;
  }
  .solution2-page-process-section .process-wrapper .solution2-process-card:nth-child(2) {
    background-color: #f0f0f0;
  }
  .solution2-page-process-section .process-wrapper .solution2-process-card:nth-child(3) {
    background-color: #dde6ff;
  }
  .solution2-page-process-section .process-wrapper .solution2-process-card:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 576px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card {
    padding: 40px 20px;
  }
}
.solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap {
  max-width: 560px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
  height: 100%;
}
@media (max-width: 991px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap {
    max-width: unset;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap {
    gap: 20px;
  }
}
.solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .step-and-title-area .step-no {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  display: block;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .step-and-title-area .step-no {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .step-and-title-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
  max-width: 272px;
  width: 100%;
}
@media (max-width: 991px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .step-and-title-area h2 {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .step-and-title-area h2 {
    font-size: 33px;
  }
}
@media (max-width: 576px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .step-and-title-area h2 {
    font-size: 27px;
    line-height: 42px;
  }
}
.solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .process-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1199px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .process-content p {
    margin-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .process-content p {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .process-content p {
    font-size: 14px;
  }
}
.solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .process-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .process-content ul li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 12px 20px;
  background-color: var(--white-color);
  border-radius: 100px;
}
@media (max-width: 576px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-content-wrap .process-content ul li {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-img {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .solution2-page-process-section .process-wrapper .solution2-process-card .process-img {
    width: 250px;
  }
}
.solution2-page-process-section .process-wrapper .solution2-process-card .gradient-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/*=====================================
  45. Solution Default Page CSS
========================================*/
.solution-default-page .title-area {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 991px) {
  .solution-default-page .title-area {
    padding-bottom: 50px;
  }
}
.solution-default-page .title-area .section-title svg {
  fill: var(--primary-color2);
  margin-bottom: 15px;
}
.solution-default-page .title-area .section-title span {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.solution-default-page .title-area .section-title h2 {
  font-weight: 400;
}
.solution-default-page .solution-default-wrap h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .solution-default-page .solution-default-wrap h3 {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .solution-default-page .solution-default-wrap h3 {
    margin-bottom: 30px;
  }
}
.solution-default-page .solution-default-wrap .solution-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 25px;
}
@media (max-width: 1199px) {
  .solution-default-page .solution-default-wrap .solution-list {
    gap: 25px;
    row-gap: 25px;
  }
}
@media (max-width: 991px) {
  .solution-default-page .solution-default-wrap .solution-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .solution-default-page .solution-default-wrap .solution-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.solution-default-page .solution-default-wrap .solution-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border: 1px solid var(--borders-color);
  position: relative;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .solution-default-page .solution-default-wrap .solution-list li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .solution-default-page .solution-default-wrap .solution-list li a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .solution-default-page .solution-default-wrap .solution-list li a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.solution-default-page .solution-default-wrap .solution-list li a svg {
  fill: var(--dark-text-color);
  transition: 0.5s;
}
.solution-default-page .solution-default-wrap .solution-list li a:hover {
  background-color: var(--primary-color2);
  color: var(--white-color);
}

/*=====================================
  46. Solution Details Page CSS
========================================*/
.solution-dt-overview-section {
  position: relative;
  z-index: 1;
}
.solution-dt-overview-section .title-area {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--borders-color);
}
.solution-dt-overview-section .title-area .section-title > span {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .solution-dt-overview-section .title-area .section-title > span {
    margin-bottom: 20px;
  }
}
.solution-dt-overview-section .title-area .section-title h2 {
  font-weight: 400;
}
.solution-dt-overview-section .title-area .sign-and-video-area {
  padding-top: 40px;
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 100px;
  row-gap: 30px;
}
@media (max-width: 767px) {
  .solution-dt-overview-section .title-area .sign-and-video-area {
    gap: 70px;
    row-gap: 30px;
  }
}
@media (max-width: 576px) {
  .solution-dt-overview-section .title-area .sign-and-video-area {
    gap: 30px;
  }
}
.solution-dt-overview-section .title-area .sign-and-video-area .sign-area span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  margin-top: 10px;
  display: block;
}
.solution-dt-overview-section .title-area .sign-and-video-area .video-area {
  width: 88px;
  height: 48px;
  background-color: #CFF0DB;
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-dt-overview-section .title-area .sign-and-video-area .video-area svg {
  fill: var(--black-color);
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 45px;
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-title svg {
  fill: var(--primary-color2);
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-title span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card {
  padding: 35px 25px 40px;
  border: 1px solid var(--borders-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  position: relative;
  min-height: 305px;
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .solution-dt-overview-section .solution-dt-overview-value-area .value-card {
    padding: 35px 20px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .solution-dt-overview-section .solution-dt-overview-value-area .value-card {
    padding: 35px 20px 40px;
  }
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card .value-content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  transition: 0.5s;
}
@media (min-width: 576px) and (max-width: 767px) {
  .solution-dt-overview-section .solution-dt-overview-value-area .value-card .value-content h3 {
    font-size: 20px;
  }
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card .value-content h3 svg {
  fill: var(--dark-text-color);
  min-width: 10px;
  margin-top: 10px;
  transition: 0.5s;
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card .value-content p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(10px);
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card .read-more-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  bottom: 40px;
  transition: 0.5s;
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card .read-more-btn svg {
  fill: var(--dark-text-color);
  transition: 0.5s;
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card .read-more-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card .read-more-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card .read-more-btn:hover svg {
  transform: translateX(3px);
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card:hover {
  background-color: var(--primary-color2);
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card:hover .value-content h3 {
  color: var(--white-color);
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card:hover .value-content h3 svg {
  fill: var(--primary-color1);
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card:hover .value-content p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.solution-dt-overview-section .solution-dt-overview-value-area .value-card:hover .read-more-btn {
  display: none;
}
.solution-dt-overview-section .vector {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .solution-dt-overview-section .vector {
    width: 440px;
  }
}
@media (max-width: 1399px) {
  .solution-dt-overview-section .vector {
    width: 400px;
  }
}
@media (max-width: 1199px) {
  .solution-dt-overview-section .vector {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .solution-dt-overview-section .vector {
    width: 250px;
  }
}
@media (max-width: 576px) {
  .solution-dt-overview-section .vector {
    display: none;
  }
}

.solution-dt-contact-section {
  position: relative;
  display: grid;
  grid-template-columns: 49% 51%;
}
@media (max-width: 991px) {
  .solution-dt-contact-section {
    display: block;
  }
}
.solution-dt-contact-section .solution-dt-contact-img img {
  min-height: 840px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .solution-dt-contact-section .solution-dt-contact-img img {
    min-height: 750px;
  }
}
@media (max-width: 1399px) {
  .solution-dt-contact-section .solution-dt-contact-img img {
    min-height: 750px;
  }
}
@media (max-width: 991px) {
  .solution-dt-contact-section .solution-dt-contact-img img {
    min-height: unset;
    max-height: 500px;
    width: 100%;
  }
}
.solution-dt-contact-section .solution-dt-contact-content-wrap {
  position: relative;
  z-index: 1;
  padding: 90px 70px;
  background-color: var(--primary-color2);
}
@media (max-width: 1399px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap {
    padding: 90px 50px;
  }
}
@media (max-width: 1199px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap {
    padding: 80px 30px;
  }
}
@media (max-width: 991px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap {
    padding: 70px 20px;
  }
}
@media (max-width: 767px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap {
    padding: 50px 15px;
  }
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 991px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content {
    max-width: unset;
  }
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .section-title {
  margin-bottom: 40px;
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .section-title p {
  font-weight: 300;
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 6px 16px;
  background-color: var(--primary-color1);
  margin-left: 57px;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 576px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-title {
    margin-left: 48px;
  }
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-title::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color1);
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 576px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area {
    gap: 10px;
  }
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area .icon {
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area .icon {
    min-width: 38px;
    max-width: 38px;
    height: 38px;
  }
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area .icon svg {
  fill: var(--primary-color2);
}
@media (max-width: 576px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area .icon svg {
    width: 18px;
  }
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area .content a {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  word-break: break-all;
  transition: 0.5s;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area .content a {
    font-size: 19px;
  }
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area .content a:hover {
  color: var(--primary-color1);
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .solution-dt-contact-content .contact-area .contact-content-area .content span {
  color: var(--dark-text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}
.solution-dt-contact-section .solution-dt-contact-content-wrap .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.solution-dt-contact-section .contact-info-bar {
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1290px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 60px 50px;
  background-color: rgba(var(--white-color-opc), 0.1);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  backdrop-filter: blur(150px);
  z-index: 1;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .solution-dt-contact-section .contact-info-bar {
    bottom: 50px;
    padding: 50px;
  }
}
@media (max-width: 1399px) {
  .solution-dt-contact-section .contact-info-bar {
    bottom: 50px;
    padding: 50px 40px;
    max-width: 1150px;
  }
}
@media (max-width: 1199px) {
  .solution-dt-contact-section .contact-info-bar {
    padding: 40px 20px;
    max-width: 950px;
  }
}
@media (max-width: 991px) {
  .solution-dt-contact-section .contact-info-bar {
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    margin-top: 45px;
    width: 100%;
    flex-wrap: wrap;
    row-gap: 30px;
  }
}
@media (max-width: 767px) {
  .solution-dt-contact-section .contact-info-bar {
    padding: 30px 15px;
  }
}
.solution-dt-contact-section .contact-info-bar .info-item {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 265px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .solution-dt-contact-section .contact-info-bar .info-item {
    gap: 12px;
  }
}
.solution-dt-contact-section .contact-info-bar .info-item span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.solution-dt-contact-section .contact-info-bar .info-item p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .solution-dt-contact-section .contact-info-bar .info-item p {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .solution-dt-contact-section .contact-info-bar .info-item p {
    font-size: 17px;
  }
}
.solution-dt-contact-section .contact-info-bar .divider-arrow {
  fill: var(--white-color);
  min-width: 32px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .solution-dt-contact-section .contact-info-bar .divider-arrow {
    min-width: 28px;
  }
}
@media (max-width: 991px) {
  .solution-dt-contact-section .contact-info-bar .divider-arrow {
    display: none;
  }
}

.solution-dt-solution-selection-section h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .solution-dt-solution-selection-section h3 {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .solution-dt-solution-selection-section h3 {
    margin-bottom: 30px;
  }
}
.solution-dt-solution-selection-section .solution-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 25px;
}
@media (max-width: 1199px) {
  .solution-dt-solution-selection-section .solution-list {
    gap: 25px;
    row-gap: 25px;
  }
}
@media (max-width: 991px) {
  .solution-dt-solution-selection-section .solution-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .solution-dt-solution-selection-section .solution-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.solution-dt-solution-selection-section .solution-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  border: 1px solid var(--borders-color);
  position: relative;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .solution-dt-solution-selection-section .solution-list li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .solution-dt-solution-selection-section .solution-list li a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .solution-dt-solution-selection-section .solution-list li a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.solution-dt-solution-selection-section .solution-list li a svg {
  fill: var(--dark-text-color);
  min-width: 10px;
  transition: 0.5s;
}
.solution-dt-solution-selection-section .solution-list li a:hover {
  background-color: var(--primary-color2);
  color: var(--white-color);
}

.solution-dt-benefits-section .solution-dt-benefits-img {
  margin-bottom: -1px;
}
.solution-dt-benefits-section .solution-dt-benefits-img img {
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1399px) {
  .solution-dt-benefits-section .solution-dt-benefits-img img {
    min-height: 550px;
    max-height: 550px;
  }
}
@media (max-width: 1199px) {
  .solution-dt-benefits-section .solution-dt-benefits-img img {
    min-height: 500px;
    max-height: 500px;
  }
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap {
  background-color: var(--primary-color2);
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap {
    padding: 90px 0;
  }
}
@media (max-width: 991px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap {
    padding: 70px 0;
  }
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title h2 {
  font-size: 35px;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title h2 {
    font-size: 28px;
  }
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title .rating-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title .rating-area {
    margin-top: 35px;
  }
}
@media (max-width: 576px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title .rating-area {
    margin-top: 25px;
  }
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title .rating-area .content {
  line-height: 1;
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title .rating-area .content .star {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title .rating-area .content .star li i {
  font-size: 14px;
  color: #e4c200;
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title .rating-area .content span {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title .rating-area .rating-batch {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05%;
  width: 48px;
  height: 24px;
  background-color: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .section-title .rating-area .rating-batch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color1);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  gap: 30px;
  row-gap: 70px;
}
@media (max-width: 991px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list {
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list .single-benefit {
  max-width: 300px;
  width: 100%;
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list .single-benefit:nth-child(even) {
  justify-self: end;
}
@media (max-width: 576px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list .single-benefit:nth-child(even) {
    justify-self: start;
  }
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list .single-benefit h3 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list .single-benefit h3 {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list .single-benefit h3 {
    font-size: 20px;
  }
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list .single-benefit h3 svg {
  fill: var(--primary-color1);
}
.solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list .single-benefit p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .solution-dt-benefits-section .solution-dt-benefits-content-wrap .benefits-list .single-benefit p {
    font-size: 15px;
  }
}

/*=====================================
  47. Industry1 Page CSS
========================================*/
.industry1-page .section-title > svg {
  fill: var(--primary-color2);
  margin-bottom: 15px;
}
.industry1-page .section-title > span {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .industry1-page .section-title > span {
    margin-bottom: 20px;
  }
}
.industry1-page .section-title h2 {
  font-weight: 400;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .industry1-page .section-title h2 {
    margin-bottom: 25px;
  }
}
.industry1-page .section-title a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.industry1-page .section-title a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.industry1-page .section-title a span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.industry1-page .section-title a:hover svg {
  transform: translateX(3px);
}
.industry1-page .section-title a:hover span {
  background-size: 100% 1px;
  background-position: left 100%;
}
.industry1-page .industry-img-wrap {
  max-width: 380px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.industry1-page .industry-img-wrap .industry-img {
  -webkit-mask-image: url(../img/innerpages/industry1-page-img-shape.png);
          mask-image: url(../img/innerpages/industry1-page-img-shape.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.industry1-page .industry-img-wrap .vector path {
  fill: var(--primary-color2);
}
.industry1-page .industry-img-wrap .vector path:last-child {
  fill: var(--primary-color1);
}
.industry1-page .industry-img-wrap .vector {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}
@media (max-width: 767px) {
  .industry1-page .industry-img-wrap .vector {
    height: 445px;
  }
}
@media (max-width: 576px) {
  .industry1-page .industry-img-wrap .vector {
    height: 400px;
  }
}
.industry1-page .industry-counter-area {
  margin-top: 95px;
}
@media (max-width: 1399px) {
  .industry1-page .industry-counter-area {
    margin-top: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry1-page .industry-counter-area {
    margin-top: 125px;
  }
}
@media (max-width: 991px) {
  .industry1-page .industry-counter-area {
    margin-top: 140px;
  }
}
@media (max-width: 576px) {
  .industry1-page .industry-counter-area {
    margin-top: 130px;
  }
}
.industry1-page .industry-counter-area .industry-counter-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .industry1-page .industry-counter-area .industry-counter-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }
}
@media (max-width: 576px) {
  .industry1-page .industry-counter-area .industry-counter-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.industry1-page .industry-counter-area .industry-counter-list .single-counter {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .industry1-page .industry-counter-area .industry-counter-list .single-counter {
    gap: 15px;
  }
}
.industry1-page .industry-counter-area .industry-counter-list .single-counter h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .industry1-page .industry-counter-area .industry-counter-list .single-counter h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .industry1-page .industry-counter-area .industry-counter-list .single-counter h2 {
    font-size: 40px;
  }
}
.industry1-page .industry-counter-area .industry-counter-list .single-counter h2 strong {
  font-weight: 600;
}
.industry1-page .industry-counter-area .industry-counter-list .single-counter span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  max-width: 162px;
}
@media (max-width: 1199px) {
  .industry1-page .industry-counter-area .industry-counter-list .single-counter span {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .industry1-page .industry-counter-area .industry-counter-list .single-counter span {
    font-size: 16px;
  }
}
.industry1-page .industry-counter-area .achievement-area {
  margin-bottom: 45px;
}
.industry1-page .industry-counter-area .achievement-area .video-area {
  width: 88px;
  height: 48px;
  background-color: #cff0db;
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.industry1-page .industry-counter-area .achievement-area .video-area svg {
  fill: var(--black-color);
}
.industry1-page .industry-counter-area .achievement-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: block;
}
.industry1-page.two .section-title {
  padding-bottom: 150px;
}
@media (max-width: 991px) {
  .industry1-page.two .section-title {
    padding-bottom: 0;
  }
}
.industry1-page.two .industry-img-wrap {
  max-width: unset;
  padding: 20px 20px 0 0;
}
@media (max-width: 576px) {
  .industry1-page.two .industry-img-wrap {
    padding: 15px 15px 0 0;
  }
}
.industry1-page.two .industry-img-wrap .industry-img {
  -webkit-mask-image: unset;
          mask-image: unset;
  max-width: 500px;
}
.industry1-page.two .industry-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-color: var(--primary-color1);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}
.industry1-page.two .industry-counter-area {
  padding-top: 70px;
  border-top: 1px solid var(--borders-color);
  margin-top: -100px;
}
@media (max-width: 1399px) {
  .industry1-page.two .industry-counter-area {
    padding-top: 60px;
  }
}
@media (max-width: 991px) {
  .industry1-page.two .industry-counter-area {
    margin-top: 60px;
  }
}

.industry-page-banner-section {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
  display: flex;
  align-items: end;
  padding: 90px 0;
}
@media (max-width: 767px) {
  .industry-page-banner-section {
    padding: 70px 0;
  }
}
.industry-page-banner-section .banner-content-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  row-gap: 35px;
  flex-wrap: wrap;
}
.industry-page-banner-section .banner-content-wrap .banner-content {
  max-width: 660px;
  width: 100%;
}
.industry-page-banner-section .banner-content-wrap .banner-content svg {
  fill: var(--primary-color1);
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .industry-page-banner-section .banner-content-wrap .banner-content svg {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .industry-page-banner-section .banner-content-wrap .banner-content svg {
    margin-bottom: 20px;
  }
}
.industry-page-banner-section .banner-content-wrap .banner-content p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .industry-page-banner-section .banner-content-wrap .banner-content p {
    font-size: 46px;
  }
}
@media (max-width: 991px) {
  .industry-page-banner-section .banner-content-wrap .banner-content p {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  .industry-page-banner-section .banner-content-wrap .banner-content p {
    font-size: 40px;
    line-height: 55px;
  }
}
@media (max-width: 576px) {
  .industry-page-banner-section .banner-content-wrap .banner-content p {
    font-size: 36px;
    line-height: 46px;
  }
}
.industry-page-banner-section .banner-content-wrap .banner-content p span {
  color: var(--primary-color1);
}
.industry-page-banner-section .banner-content-wrap .primary-btn3 {
  min-width: unset;
  gap: 5px;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .industry-page-banner-section .banner-content-wrap .primary-btn3 {
    margin-bottom: 0;
  }
}

/*=====================================
  48. Industry Default Page CSS
========================================*/
.industry-default-page .title-area {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 991px) {
  .industry-default-page .title-area {
    padding-bottom: 50px;
  }
}
.industry-default-page .title-area .section-title svg {
  fill: var(--primary-color2);
  margin-bottom: 15px;
}
.industry-default-page .title-area .section-title span {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.industry-default-page .title-area .section-title h2 {
  font-weight: 400;
}
.industry-default-page .industry-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 35px;
}
.industry-default-page .industry-area .industry-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 17px;
}
@media (max-width: 1199px) {
  .industry-default-page .industry-area .industry-list {
    gap: 25px;
    row-gap: 17px;
  }
}
@media (max-width: 991px) {
  .industry-default-page .industry-area .industry-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .industry-default-page .industry-area .industry-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.industry-default-page .industry-area .industry-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--borders-color);
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-default-page .industry-area .industry-list li a {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .industry-default-page .industry-area .industry-list li a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .industry-default-page .industry-area .industry-list li a {
    font-size: 15px;
  }
}
.industry-default-page .industry-area .industry-list li a svg {
  fill: var(--dark-text-color);
  transition: 0.5s;
}
.industry-default-page .industry-area .industry-list li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.industry-default-page .industry-area .industry-list li a:hover::after {
  background-size: 100% 1px;
  background-position: left 100%;
}
.industry-default-page .industry-area .industry-list li a:hover svg {
  fill: var(--title-color);
}
.industry-default-page .industry-area .bottom-area {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.industry-default-page .industry-area .bottom-area p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
.industry-default-page .industry-area .bottom-area a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}
.industry-default-page .industry-area .bottom-area a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.industry-default-page .industry-area .bottom-area a span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.industry-default-page .industry-area .bottom-area a:hover svg {
  transform: translateX(3px);
}
.industry-default-page .industry-area .bottom-area a:hover span {
  background-size: 100% 1px;
  background-position: left 100%;
}

.industry-default-banner img {
  min-height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .industry-default-banner img {
    min-height: 500px;
  }
}
@media (max-width: 576px) {
  .industry-default-banner img {
    min-height: 450px;
  }
}

.industry-default-why-choose-section .industry-default-why-choose-card {
  padding: 35px 25px 40px;
  border: 1px solid var(--borders-color);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 35px;
  position: relative;
  min-height: 305px;
  transition: 0.5s;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .industry-default-why-choose-section .industry-default-why-choose-card {
    padding: 35px 20px 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .industry-default-why-choose-section .industry-default-why-choose-card {
    padding: 35px 20px 40px;
  }
}
.industry-default-why-choose-section .industry-default-why-choose-card .why-choose-content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
  transition: 0.5s;
}
@media (min-width: 576px) and (max-width: 767px) {
  .industry-default-why-choose-section .industry-default-why-choose-card .why-choose-content h3 {
    font-size: 20px;
  }
}
.industry-default-why-choose-section .industry-default-why-choose-card .why-choose-content h3 svg {
  fill: var(--dark-text-color);
  min-width: 10px;
  margin-top: 10px;
  transition: 0.5s;
}
.industry-default-why-choose-section .industry-default-why-choose-card .why-choose-content p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(10px);
}
.industry-default-why-choose-section .industry-default-why-choose-card .read-more-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  bottom: 40px;
  transition: 0.5s;
}
.industry-default-why-choose-section .industry-default-why-choose-card .read-more-btn svg {
  fill: var(--dark-text-color);
  transition: 0.5s;
}
.industry-default-why-choose-section .industry-default-why-choose-card .read-more-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.industry-default-why-choose-section .industry-default-why-choose-card .read-more-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.industry-default-why-choose-section .industry-default-why-choose-card .read-more-btn:hover svg {
  transform: translateX(3px);
}
.industry-default-why-choose-section .industry-default-why-choose-card:hover {
  background-color: var(--primary-color2);
}
.industry-default-why-choose-section .industry-default-why-choose-card:hover .why-choose-content h3 {
  color: var(--white-color);
}
.industry-default-why-choose-section .industry-default-why-choose-card:hover .why-choose-content h3 svg {
  fill: var(--primary-color1);
}
.industry-default-why-choose-section .industry-default-why-choose-card:hover .why-choose-content p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.industry-default-why-choose-section .industry-default-why-choose-card:hover .read-more-btn {
  display: none;
}

/*=====================================
  49. Industry Details Page CSS
========================================*/
.inner-page-navigation-section {
  position: relative;
  z-index: 99;
  border-bottom: 1px solid var(--borders-color);
  background-color: var(--white-color);
  will-change: transform;
}
@media (max-width: 767px) {
  .inner-page-navigation-section {
    display: none;
  }
}
.inner-page-navigation-section .inner-page-navigation-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.inner-page-navigation-section .inner-page-navigation-wrap .page-navigation-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 991px) {
  .inner-page-navigation-section .inner-page-navigation-wrap .page-navigation-menu {
    gap: 35px;
  }
}
.inner-page-navigation-section .inner-page-navigation-wrap .page-navigation-menu .page-navigation-item {
  padding: 22px 0;
  position: relative;
}
.inner-page-navigation-section .inner-page-navigation-wrap .page-navigation-menu .page-navigation-item::after {
  content: "";
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.inner-page-navigation-section .inner-page-navigation-wrap .page-navigation-menu .page-navigation-item.active::after {
  background-size: 100% 1px;
  background-position: 0% 100%;
}
.inner-page-navigation-section .inner-page-navigation-wrap .page-navigation-menu .page-navigation-item.active a {
  color: var(--title-color);
}
.inner-page-navigation-section .inner-page-navigation-wrap .page-navigation-menu .page-navigation-item a {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.inner-page-navigation-section .inner-page-navigation-wrap .copy-link-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.inner-page-navigation-section .inner-page-navigation-wrap .copy-link-btn svg {
  fill: var(--dark-text-color);
}
.inner-page-navigation-section .inner-page-navigation-wrap .copy-link-btn strong {
  font-weight: 500;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.inner-page-navigation-section .inner-page-navigation-wrap .copy-link-btn .copy-alert {
  position: absolute;
  top: -40px;
  right: 0;
  background: var(--primary-color1);
  padding: 6px 18px;
  border-radius: 6px;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8) translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 9999;
}
@media (max-width: 576px) {
  .inner-page-navigation-section .inner-page-navigation-wrap .copy-link-btn .copy-alert {
    font-size: 14px;
  }
}
.inner-page-navigation-section .inner-page-navigation-wrap .copy-link-btn .copy-alert.show {
  opacity: 1;
  transform: scale(1) translateY(0);
}
.inner-page-navigation-section .inner-page-navigation-wrap .copy-link-btn:hover strong {
  background-size: 100% 1px;
  background-position: 0% 100%;
}

.industry-dt-overview-section .title-area {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--borders-color);
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .industry-dt-overview-section .title-area {
    padding-bottom: 50px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .industry-dt-overview-section .title-area {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.industry-dt-overview-section .title-area .section-title h2 {
  font-weight: 400;
}
@media (max-width: 991px) {
  .industry-dt-overview-section .industry-dt-overview-img {
    max-width: 500px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .industry-dt-overview-section .industry-dt-overview-content p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content .counter-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 65px;
}
@media (max-width: 576px) {
  .industry-dt-overview-section .industry-dt-overview-content .counter-area {
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter {
  padding: 35px 25px;
  border: 1px solid var(--borders-color);
}
@media (max-width: 767px) {
  .industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter {
    padding: 30px 20px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter .counter-number-area {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter .counter-number-area {
    margin-bottom: 70px;
  }
}
@media (max-width: 576px) {
  .industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter .counter-number-area {
    margin-bottom: 50px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter .counter-number-area svg {
  fill: var(--black-color);
}
.industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter .counter-number-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}
.industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter .counter-number-area h3 strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter .counter-number-area h3 {
    font-size: 44px;
  }
}
@media (max-width: 576px) {
  .industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter .counter-number-area h3 {
    font-size: 42px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: block;
  max-width: 205px;
  width: 100%;
}
@media (max-width: 576px) {
  .industry-dt-overview-section .industry-dt-overview-content .counter-area .single-counter span {
    font-size: 17px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content .report-area {
  text-align: start;
  padding: 20px 100px 20px 190px;
  background-color: #f1eeea;
  position: relative;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .industry-dt-overview-section .industry-dt-overview-content .report-area {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .industry-dt-overview-section .industry-dt-overview-content .report-area {
    padding: 20px 40px 20px 175px;
  }
}
@media (max-width: 576px) {
  .industry-dt-overview-section .industry-dt-overview-content .report-area {
    padding: 20px 15px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content .report-area > span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .industry-dt-overview-section .industry-dt-overview-content .report-area > span {
    font-size: 15px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content .report-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .industry-dt-overview-section .industry-dt-overview-content .report-area h3 {
    font-size: 20px;
    line-height: 1.3;
  }
}
@media (max-width: 576px) {
  .industry-dt-overview-section .industry-dt-overview-content .report-area h3 {
    margin-bottom: 20px;
  }
}
.industry-dt-overview-section .industry-dt-overview-content .report-area .download-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.industry-dt-overview-section .industry-dt-overview-content .report-area .download-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.industry-dt-overview-section .industry-dt-overview-content .report-area .download-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.industry-dt-overview-section .industry-dt-overview-content .report-area .download-btn:hover svg {
  transform: translateX(3px);
}
.industry-dt-overview-section .industry-dt-overview-content .report-area .download-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.industry-dt-overview-section .industry-dt-overview-content .report-area .report-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  width: 140px;
}
@media (max-width: 767px) {
  .industry-dt-overview-section .industry-dt-overview-content .report-area .report-img {
    left: 15px;
  }
}
@media (max-width: 576px) {
  .industry-dt-overview-section .industry-dt-overview-content .report-area .report-img {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    margin-bottom: 30px;
  }
}

.industry-details-process-section .indutry-dt-process-banner {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 550px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .industry-details-process-section .indutry-dt-process-banner {
    min-height: 500px;
  }
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap {
  padding: 45px 0 25px;
  background-color: var(--white-color);
  max-width: 470px;
  width: 100%;
  margin-bottom: -230px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap {
    padding: 40px 0 20px;
    margin-bottom: -150px;
  }
}
@media (max-width: 767px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap {
    max-width: 420px;
  }
}
@media (max-width: 576px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap {
    padding: 30px 0 20px;
  }
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .title-area {
  margin-bottom: 60px;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .title-area {
    padding: 0 25px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .title-area {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .title-area {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .title-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .title-area h3 {
    font-size: 25px;
  }
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .title-area p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .title-area p {
    font-size: 15px;
  }
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid var(--borders-color);
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item:first-child .accordion-header .accordion-button {
  padding-top: 0;
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item:last-child {
  margin-bottom: 0;
  border-bottom: unset;
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-header {
  border-radius: 0;
  background-color: transparent;
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-header .accordion-button {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  padding: 20px 40px;
  border-radius: 10px;
  background-color: transparent;
  border: unset;
}
@media (max-width: 991px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 18px 20px;
  }
}
@media (max-width: 576px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-header .accordion-button {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-header .accordion-button::after {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-text-color);
  content: "\f229";
  font-family: bootstrap-icons;
  background-image: none;
  font-weight: 600;
  font-size: 12px;
  right: 30px;
  transition: 0.5s;
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  font-family: bootstrap-icons !important;
  content: "\f229";
  border: none;
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-header .accordion-button:focus {
  border-radius: 10px;
  box-shadow: none;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-body {
  padding: 0px 40px 20px;
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  border: unset;
  border-top: none;
  background-color: transparent;
  border-radius: 0;
}
@media (max-width: 991px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 25px 20px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 20px 20px;
  }
}
@media (max-width: 576px) {
  .industry-details-process-section .indutry-dt-process-banner .challenges-wrap .accordion .accordion-item .accordion-body {
    padding: 0px 15px 20px;
    font-size: 14px;
  }
}
.industry-details-process-section .home3-process-section {
  padding: 90px 0 100px;
  background-color: #F0F0F0;
}
@media (max-width: 991px) {
  .industry-details-process-section .home3-process-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .industry-details-process-section .home3-process-section {
    padding: 150px 0 90px;
  }
}
.industry-details-process-section .home3-process-section .section-title span {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .industry-details-process-section .home3-process-section .section-title span {
    margin-bottom: 20px;
  }
}
.industry-details-process-section .home3-process-section .section-title span svg {
  fill: var(--primary-color2);
}
.industry-details-process-section .home3-process-section .section-title h2 {
  font-size: 35px;
}
@media (max-width: 576px) {
  .industry-details-process-section .home3-process-section .section-title h2 {
    font-size: 28px;
  }
}
.industry-details-process-section .home3-process-section .process-wrapper::before {
  background-color: rgba(var(--black-color-opc), 0.1);
}

.indutry-dt-case-study-section .section-title span {
  text-transform: unset;
  letter-spacing: 0;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .indutry-dt-case-study-section .section-title span {
    margin-bottom: 20px;
  }
}
.indutry-dt-case-study-section .section-title h2 {
  font-weight: 400;
}
.indutry-dt-case-study-section .section-title h2 strong {
  font-weight: 500;
}

.industry-dt-trends-section .title-area {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--borders-color);
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .industry-dt-trends-section .title-area {
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .industry-dt-trends-section .title-area {
    margin-bottom: 50px;
  }
}
.industry-dt-trends-section .trends-content-wrap {
  max-width: 550px;
  width: 100%;
}
@media (max-width: 1199px) {
  .industry-dt-trends-section .trends-content-wrap {
    max-width: unset;
  }
}
.industry-dt-trends-section .trends-content-wrap .counter-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .industry-dt-trends-section .trends-content-wrap .counter-area {
    justify-content: start;
    gap: 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .industry-dt-trends-section .trends-content-wrap .counter-area {
    gap: 25px;
  }
}
.industry-dt-trends-section .trends-content-wrap .counter-area .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
}
.industry-dt-trends-section .trends-content-wrap .counter-area .single-contact svg {
  fill: var(--dark-text-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-dt-trends-section .trends-content-wrap .counter-area .single-contact {
    gap: 8px;
  }
}
.industry-dt-trends-section .trends-content-wrap .counter-area .single-contact .content {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-dt-trends-section .trends-content-wrap .counter-area .single-contact .content {
    gap: 12px;
  }
}
.industry-dt-trends-section .trends-content-wrap .counter-area .single-contact .content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 0;
}
.industry-dt-trends-section .trends-content-wrap .counter-area .single-contact .content h3 strong {
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-dt-trends-section .trends-content-wrap .counter-area .single-contact .content h3 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .industry-dt-trends-section .trends-content-wrap .counter-area .single-contact .content h3 {
    font-size: 42px;
  }
}
.industry-dt-trends-section .trends-content-wrap .counter-area .single-contact .content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  max-width: 110px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-dt-trends-section .trends-content-wrap .counter-area .single-contact .content span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .industry-dt-trends-section .trends-content-wrap .counter-area .single-contact .content span {
    font-size: 15px;
  }
}
.industry-dt-trends-section .trends-content-wrap .description {
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .industry-dt-trends-section .trends-content-wrap .description {
    margin-bottom: 25px;
  }
}
.industry-dt-trends-section .trends-content-wrap .description p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.industry-dt-trends-section .trends-content-wrap .description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-dt-trends-section .trends-content-wrap .description p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .industry-dt-trends-section .trends-content-wrap .description p {
    font-size: 15px;
    margin-bottom: 25px;
  }
}
.industry-dt-trends-section .trends-content-wrap .consulation-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}
.industry-dt-trends-section .trends-content-wrap .consulation-area span a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.industry-dt-trends-section .trends-content-wrap .consulation-area span a strong {
  font-weight: 500;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.industry-dt-trends-section .trends-content-wrap .consulation-area span a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.industry-dt-trends-section .trends-content-wrap .consulation-area span a:hover strong {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.industry-dt-trends-section .trends-content-wrap .consulation-area span a:hover svg {
  transform: translateX(3px);
}
.industry-dt-trends-section .chart-wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  border: 1px solid var(--borders-color);
  border-radius: 20px;
  padding: 20px 20px 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .industry-dt-trends-section .chart-wrapper {
    padding: 15px 15px 15px 10px;
  }
}
@media (max-width: 991px) {
  .industry-dt-trends-section .chart-wrapper {
    max-width: 630px;
  }
}
@media (max-width: 576px) {
  .industry-dt-trends-section .chart-wrapper {
    flex-wrap: wrap;
    row-gap: 30px;
    padding: 15px;
    border-radius: 15px;
  }
}
.industry-dt-trends-section .chart-wrapper .pie-chart {
  width: 322px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .industry-dt-trends-section .chart-wrapper .pie-chart {
    width: 280px;
  }
}
@media (max-width: 1199px) {
  .industry-dt-trends-section .chart-wrapper .pie-chart {
    width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .industry-dt-trends-section .chart-wrapper .pie-chart {
    width: 280px;
  }
}
.industry-dt-trends-section .chart-wrapper .pie-chart span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: block;
  margin-top: 0px;
  text-align: center;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .industry-dt-trends-section .chart-wrapper .pie-chart span {
    font-size: 16px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-dt-trends-section .chart-wrapper .pie-chart span {
    font-size: 16px;
  }
}
.industry-dt-trends-section .chart-wrapper .chart-label-area {
  padding: 30px 22px 35px;
  max-width: 230px;
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .industry-dt-trends-section .chart-wrapper .chart-label-area {
    padding: 25px 20px 30px;
  }
}
@media (max-width: 576px) {
  .industry-dt-trends-section .chart-wrapper .chart-label-area {
    max-width: 100%;
    padding: 20px 15px;
  }
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 70px;
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .title span {
  color: var(--text-color);
}
@media (max-width: 1199px) {
  .industry-dt-trends-section .chart-wrapper .chart-label-area .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .industry-dt-trends-section .chart-wrapper .chart-label-area .title {
    margin-bottom: 30px;
  }
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list li strong {
  font-weight: 600;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list li {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list li {
    font-size: 14px;
  }
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list li .dot {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #193133;
  display: block;
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list li:nth-child(2) .dot {
  background-color: #c1c1c1;
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list li:nth-child(3) .dot {
  background-color: #ccf664;
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list li:nth-child(4) .dot {
  background-color: #002e5b;
}
.industry-dt-trends-section .chart-wrapper .chart-label-area .chart-label-list li:last-child {
  margin-bottom: 0;
}

.industry-dt-team-section {
  position: relative;
  padding-top: 90px;
  z-index: 1;
}
@media (max-width: 991px) {
  .industry-dt-team-section {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .industry-dt-team-section {
    padding-top: 70px;
  }
}
.industry-dt-team-section .consulation-area {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.industry-dt-team-section .consulation-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  padding: 16px 30px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  background-color: #F1EEEA;
}
@media (max-width: 767px) {
  .industry-dt-team-section .consulation-area span {
    justify-content: center;
    row-gap: 15px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .industry-dt-team-section .consulation-area span {
    font-size: 15px;
    border-radius: 0;
    padding: 20px;
  }
}
.industry-dt-team-section .consulation-area span a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 576px) {
  .industry-dt-team-section .consulation-area span a {
    font-size: 15px;
  }
}
.industry-dt-team-section .consulation-area span a strong {
  font-weight: 500;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.industry-dt-team-section .consulation-area span a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.industry-dt-team-section .consulation-area span a:hover strong {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.industry-dt-team-section .consulation-area span a:hover svg {
  transform: translateX(3px);
}
.industry-dt-team-section .section-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 490px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .industry-dt-team-section .section-bg {
    min-height: 430px;
  }
}
@media (max-width: 991px) {
  .industry-dt-team-section .section-bg {
    min-height: 420px;
  }
}
.industry-dt-team-section .section-bg .top-shape {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .industry-dt-team-section .section-bg .top-shape {
    width: 600px;
  }
}
.industry-dt-team-section .section-bg .bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .industry-dt-team-section .section-bg .bottom-shape {
    width: 600px;
  }
}

/*=====================================
  50. Case Study Page CSS
========================================*/
.case-study-page .section-title svg {
  fill: var(--primary-color2);
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .case-study-page .section-title svg {
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .case-study-page .section-title svg {
    margin-bottom: 20px;
  }
}
.case-study-page .section-title h2 {
  font-size: 35px;
  font-weight: 400;
}
@media (max-width: 576px) {
  .case-study-page .section-title h2 {
    font-size: 28px;
  }
}
.case-study-page .filter-area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.case-study-page .filter-area .filter-wrapper {
  padding: 11px 20px;
  border: 1px solid var(--borders-color);
  display: inline-flex;
  align-items: center;
  gap: 35px;
  min-width: 310px;
}
.case-study-page .filter-area .filter-wrapper > span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}
.case-study-page .filter-area .filter-wrapper .nice-select {
  padding: 0;
  border: unset;
  height: unset;
  line-height: 1;
  color: var(--title-color);
  font-weight: 500;
}
.case-study-page .filter-area .filter-wrapper .nice-select::after {
  right: 0;
  background-color: var(--dark-text-color);
}
.case-study-page .filter-area .filter-wrapper .nice-select .list {
  min-width: 180px;
}
.case-study-page .filter-area .filter-wrapper .nice-select .list .option {
  padding: 0 15px;
  font-size: 14px;
  white-space: pre-wrap;
}

.case-study-card {
  border: 1px solid var(--borders-color);
}
.case-study-card .case-study-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.case-study-card .case-study-img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease-out;
  will-change: transform;
  transform: translateZ(0);
  transform-origin: center center;
}
.case-study-card .case-study-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.case-study-card .case-study-content {
  padding: 25px 30px 30px;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content {
    padding: 25px 20px 30px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content {
    padding: 20px 15px 25px;
  }
}
.case-study-card .case-study-content h3 {
  line-height: 36px;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-card .case-study-content h3 {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content h3 {
    margin-bottom: 15px;
    line-height: 32px;
  }
}
.case-study-card .case-study-content h3 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (max-width: 1399px) {
  .case-study-card .case-study-content h3 a {
    font-size: 27px;
  }
}
@media (max-width: 1199px) {
  .case-study-card .case-study-content h3 a {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content h3 a {
    font-size: 24px;
  }
}
.case-study-card .case-study-content h3 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.case-study-card .case-study-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 60px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-card .case-study-content p {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content p {
    margin-bottom: 50px;
  }
}
.case-study-card .case-study-content .revenue-area {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 215px;
  width: 100%;
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-card .case-study-content .revenue-area {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .case-study-card .case-study-content .revenue-area {
    margin-bottom: 35px;
  }
}
.case-study-card .case-study-content .revenue-area h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .case-study-card .case-study-content .revenue-area h2 {
    font-size: 32px;
  }
}
.case-study-card .case-study-content .revenue-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
}
.case-study-card .case-study-content .primary-btn3 {
  min-width: unset;
  width: 100%;
  background-color: #f0f0f0;
  color: var(--title-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-card .case-study-content .primary-btn3 {
    padding: 15px 20px;
  }
}
.case-study-card .case-study-content .primary-btn3 svg {
  fill: var(--title-color);
}
.case-study-card:hover .case-study-img img {
  transform: scale(1.1);
}
.case-study-card:hover .case-study-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

/*=====================================
  51. Case Study Details Page CSS
========================================*/
.case-study-details-page {
  border-bottom: 1px solid var(--borders-color);
}
.case-study-details-page .title-area {
  padding-bottom: 60px;
  border-bottom: 1px solid var(--borders-color);
}
@media (max-width: 991px) {
  .case-study-details-page .title-area {
    padding-bottom: 50px;
  }
}
.case-study-details-page .title-area .section-title svg {
  fill: var(--primary-color2);
  margin-bottom: 15px;
}
.case-study-details-page .title-area .section-title span {
  display: block;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .case-study-details-page .title-area .section-title span {
    margin-bottom: 20px;
  }
}
.case-study-details-page .title-area .section-title h2 {
  font-weight: 400;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-thumb-img img {
  min-height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-study-details-page .case-study-dt-content-wrap h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .case-study-details-page .case-study-dt-content-wrap h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .case-study-details-page .case-study-dt-content-wrap h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap h2 {
    font-size: 25px;
    line-height: 1.5;
  }
}
.case-study-details-page .case-study-dt-content-wrap p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap p {
    font-size: 14px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .key-points {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 35px;
}
.case-study-details-page .case-study-dt-content-wrap .key-points li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .key-points li {
    padding-left: 25px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .key-points li:last-child {
  margin-bottom: 0;
}
.case-study-details-page .case-study-dt-content-wrap .key-points li::before {
  content: url('data:image/svg+xml,<svg width="14" height="14" viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1457_571)"><path d="M4.88174 0.633624L12.9342 6.57786C12.9975 6.62923 13.0485 6.69407 13.0835 6.76766C13.1185 6.84124 13.1367 6.92171 13.1367 7.0032C13.1367 7.0847 13.1185 7.16517 13.0835 7.23875C13.0485 7.31233 12.9975 7.37717 12.9342 7.42855L4.88174 13.3728C4.39775 13.5514 4.11824 13.4154 4.04321 12.9649L11.5446 7.42855C11.6078 7.37717 11.6588 7.31233 11.6939 7.23875C11.7289 7.16517 11.7471 7.0847 11.7471 7.0032C11.7471 6.92171 11.7289 6.84124 11.6939 6.76766C11.6588 6.69407 11.6078 6.62923 11.5446 6.57786L4.04691 1.04417C4.0518 0.949463 4.0819 0.857779 4.13409 0.778593C4.18628 0.699408 4.25866 0.635593 4.34376 0.593742C4.42887 0.551891 4.5236 0.533522 4.61818 0.540533C4.71275 0.547545 4.80374 0.579682 4.88174 0.633624ZM1.71148 13.3723L3.68127 11.9187L4.8754 11.0374L9.765 7.42855C9.83163 7.37944 9.8858 7.31536 9.92313 7.24148C9.96045 7.1676 9.9799 7.08598 9.9799 7.0032C9.9799 6.92043 9.96045 6.83881 9.92313 6.76493C9.8858 6.69105 9.83163 6.62697 9.765 6.57786L4.87487 2.96905L3.68127 2.08772L1.71201 0.634681L1.71095 0.633624C1.61585 0.567623 1.50184 0.534403 1.38617 0.538993C1.2705 0.543584 1.15948 0.585734 1.0699 0.659064C0.980332 0.732393 0.917089 0.832909 0.889751 0.945394C0.862412 1.05788 0.872466 1.17621 0.918389 1.28247L3.58828 7.0032L0.918919 12.7239C0.886177 12.7939 0.869221 12.8702 0.86925 12.9474C0.870887 13.0445 0.899018 13.1394 0.950607 13.2216C1.0022 13.3039 1.07528 13.3706 1.16197 13.4143C1.24867 13.4581 1.34567 13.4774 1.44252 13.4701C1.53936 13.4627 1.63236 13.4286 1.71148 13.3723Z" fill="%23050505"/></g><defs><clipPath id="clip0_1457_571"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>_2523clip0_1457_571)"><path d="M4.88174 0.633624L12.9342 6.57786C12.9975 6.62923 13.0485 6.69407 13.0835 6.76766C13.1185 6.84124 13.1367 6.92171 13.1367 7.0032C13.1367 7.0847 13.1185 7.16517 13.0835 7.23875C13.0485 7.31233 12.9975 7.37717 12.9342 7.42855L4.88174 13.3728C4.39775 13.5514 4.11824 13.4154 4.04321 12.9649L11.5446 7.42855C11.6078 7.37717 11.6588 7.31233 11.6939 7.23875C11.7289 7.16517 11.7471 7.0847 11.7471 7.0032C11.7471 6.92171 11.7289 6.84124 11.6939 6.76766C11.6588 6.69407 11.6078 6.62923 11.5446 6.57786L4.04691 1.04417C4.0518 0.949463 4.0819 0.857779 4.13409 0.778593C4.18628 0.699408 4.25866 0.635593 4.34376 0.593742C4.42887 0.551891 4.5236 0.533522 4.61818 0.540533C4.71275 0.547545 4.80374 0.579682 4.88174 0.633624ZM1.71148 13.3723L3.68127 11.9187L4.8754 11.0374L9.765 7.42855C9.83163 7.37944 9.8858 7.31536 9.92313 7.24148C9.96045 7.1676 9.9799 7.08598 9.9799 7.0032C9.9799 6.92043 9.96045 6.83881 9.92313 6.76493C9.8858 6.69105 9.83163 6.62697 9.765 6.57786L4.87487 2.96905L3.68127 2.08772L1.71201 0.634681L1.71095 0.633624C1.61585 0.567623 1.50184 0.534403 1.38617 0.538993C1.2705 0.543584 1.15948 0.585734 1.0699 0.659064C0.980332 0.732393 0.917089 0.832909 0.889751 0.945394C0.862412 1.05788 0.872466 1.17621 0.918389 1.28247L3.58828 7.0032L0.918919 12.7239C0.886177 12.7939 0.869221 12.8702 0.86925 12.9474C0.870887 13.0445 0.899018 13.1394 0.950607 13.2216C1.0022 13.3039 1.07528 13.3706 1.16197 13.4143C1.24867 13.4581 1.34567 13.4774 1.44252 13.4701C1.53936 13.4627 1.63236 13.4286 1.71148 13.3723Z" fill="%23050505"/></g><defs><clipPath id="clip0_1457_571"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>');
  position: absolute;
  top: -1px;
  left: 0;
}
.case-study-details-page .case-study-dt-content-wrap .key-points li strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .key-points li strong {
    font-size: 17px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .focus-keyword-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 22px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .focus-keyword-list {
    margin-top: 35px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .focus-keyword-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  padding: 8px 15px;
  border: 1px solid var(--borders-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-details-page .case-study-dt-content-wrap .focus-keyword-list li {
    padding: 8px 12px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .focus-keyword-list li {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .focus-keyword-list li span {
  position: relative;
  display: block;
  padding-left: 20px;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .focus-keyword-list li span {
    padding-left: 15px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .focus-keyword-list li span::before {
  content: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_1457_494" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="10" height="10"><rect width="10" height="10" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_1457_494)"><path d="M8.88932 5L2.22266 10L2.22266 0L8.88932 5Z" fill="%23999999"/></g></svg>_2523mask0_1457_494)"><path d="M8.88932 5L2.22266 10L2.22266 0L8.88932 5Z" fill="%23999999"/></g></svg>');
  position: absolute;
  top: 0;
  left: 0;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area h2 {
  margin-bottom: 25px;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 32px 35px;
  border: 1px solid var(--borders-color);
  background-color: #F0F0F0;
  transition: 0.5s;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process {
    padding: 28px 25px;
  }
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process {
    padding: 28px 20px;
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process {
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding: 28px 15px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process:last-child {
  margin-bottom: 0;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-no {
  color: var(--primary-color2);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  transition: 0.5s;
}
@media (max-width: 1399px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-no {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-no {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-no {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-no {
    font-size: 52px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-no {
    font-size: 48px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-content {
  max-width: 475px;
  width: 100%;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-content h3 {
    font-size: 19px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-content p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process .process-content p {
    font-size: 14px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process:hover .process-no {
  color: var(--primary-color1);
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process:hover .process-content h3, .case-study-details-page .case-study-dt-content-wrap .case-study-dt-process-area .case-study-dt-process-list .single-process:hover .process-content p {
  color: var(--white-color);
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
  margin-top: 25px;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 35px;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area #businessChart {
  position: relative;
  width: 100%;
  min-height: 420px;
  border-radius: 10px;
  background-image: radial-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px);
  background-size: 18px 18px;
  background-position: 0 0;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-legend {
  padding-top: 0 !important;
  padding-left: 90px;
  top: 50px !important;
  gap: 45px;
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-legend {
    gap: 35px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-legend {
    gap: 10px;
    padding-left: 70px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-legend-text {
  color: var(--title-color) !important;
  font-family: var(--font-poppins);
  font-size: 16px !important;
  font-weight: 400;
  padding-left: 22px;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-legend-text {
    font-size: 14px !important;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-text {
  fill: var(--title-color) !important;
  font-family: var(--font-poppins) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-text {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-text.apexcharts-yaxis-title-text {
  font-weight: 600 !important;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-text.apexcharts-yaxis-title-text {
    font-size: 14px !important;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-text.apexcharts-xaxis-title-text {
  font-weight: 600 !important;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-text.apexcharts-xaxis-title-text {
    font-size: 14px !important;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-tooltip .apexcharts-tooltip-title {
  color: var(--title-color);
  font-family: var(--font-poppins) !important;
  font-size: 14px !important;
  font-weight: 500;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-tooltip .apexcharts-tooltip-series-group {
  padding: 6px 10px 4px;
  line-height: 1;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-tooltip .apexcharts-tooltip-series-group:last-child {
  padding-bottom: 8px;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-result-area .growth-chart-area .apexcharts-tooltip .apexcharts-tooltip-text {
  color: var(--title-color);
  font-family: var(--font-poppins) !important;
  font-size: 15px !important;
  font-weight: 400;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area {
  padding: 40px 80px;
  border: 1px solid var(--borders-color);
  text-align: center;
}
@media (max-width: 1399px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area {
    padding: 40px 45px;
  }
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area {
    padding: 35px 25px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area {
    padding: 30px 15px 25px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area .quote-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area .quote-icon svg {
  fill: var(--primary-color1);
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  padding: 25px 0 30px;
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area p {
    font-size: 20px;
    padding: 20px 0 25px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area p {
    font-size: 18px;
    line-height: 30px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area .author-info strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  display: block;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-author-quote-area .author-info span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-cta-area {
  background-color: var(--primary-color2);
  padding: 35px 40px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-cta-area {
    padding: 35px 30px 40px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-cta-area {
    padding: 35px 20px 40px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-cta-area h3 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 25px;
  max-width: 480px;
  width: 100%;
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-cta-area h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-dt-content-wrap .case-study-dt-cta-area h3 {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 30px;
  }
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-cta-area .primary-btn3 {
  display: inline-flex;
  min-width: 280px;
  padding: 12px 25px;
}
.case-study-details-page .case-study-dt-content-wrap .case-study-dt-cta-area .vector {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap {
  background: #CFF0DB;
  padding: 40px 35px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap {
    padding: 40px 25px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap {
    padding: 40px 20px;
  }
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap table {
  width: 100%;
  margin-bottom: 65px;
}
@media (max-width: 1199px) {
  .case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap table {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap table {
    margin-bottom: 40px;
  }
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap table tbody tr td {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 25px;
  width: 50%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap table tbody tr td {
    font-size: 14px;
    padding-bottom: 20px;
  }
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap table tbody tr td span {
  color: var(--title-color);
  font-weight: 500;
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap table tbody tr td:last-child {
  text-align: right;
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap table tbody tr:last-child td {
  padding-bottom: 0;
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap .download-btns {
  padding: 0;
  margin: 0;
  list-style: none;
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap .download-btns li {
  margin-bottom: 20px;
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap .download-btns li .primary-btn3 {
  min-width: unset;
  width: 100%;
  background-color: #5855FF;
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap .download-btns li:first-child .primary-btn3 {
  background-color: #FF2C32;
}
.case-study-details-page .case-study-details-sidebar .case-study-details-info-wrap .download-btns li:last-child {
  margin-bottom: 0;
}
.case-study-details-page .case-study-details-sidebar .note-area {
  margin-bottom: 30px;
  border: 1px solid var(--borders-color);
}
.case-study-details-page .case-study-details-sidebar .note-area .title-area {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 14px 35px;
  background-color: var(--primary-color2);
}
@media (max-width: 1399px) {
  .case-study-details-page .case-study-details-sidebar .note-area .title-area {
    padding: 14px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-details-page .case-study-details-sidebar .note-area .title-area {
    padding: 14px 15px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-sidebar .note-area .title-area {
    padding: 14px 15px;
  }
}
.case-study-details-page .case-study-details-sidebar .note-area .title-area h4 {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
}
.case-study-details-page .case-study-details-sidebar .note-area .title-area svg {
  fill: var(--primary-color1);
}
.case-study-details-page .case-study-details-sidebar .note-area .content {
  padding: 30px 35px;
}
@media (max-width: 1399px) {
  .case-study-details-page .case-study-details-sidebar .note-area .content {
    padding: 30px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-details-page .case-study-details-sidebar .note-area .content {
    padding: 25px 15px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-sidebar .note-area .content {
    padding: 30px 15px;
  }
}
.case-study-details-page .case-study-details-sidebar .note-area .content p {
  color: var(--text-color);
  font-family: var(--font-dmsans);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .case-study-details-page .case-study-details-sidebar .note-area .content p {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-sidebar .note-area .content p {
    margin-bottom: 35px;
  }
}
.case-study-details-page .case-study-details-sidebar .note-area .content p strong {
  color: var(--title-color);
  font-weight: 500;
}
.case-study-details-page .case-study-details-sidebar .note-area .content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .case-study-details-page .case-study-details-sidebar .note-area .content ul {
    gap: 15px;
  }
}
@media (max-width: 991px) {
  .case-study-details-page .case-study-details-sidebar .note-area .content ul {
    justify-content: start;
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-sidebar .note-area .content ul {
    gap: 20px;
  }
}
.case-study-details-page .case-study-details-sidebar .note-area .content ul li {
  max-width: 125px;
  width: 100%;
}
.case-study-details-page .case-study-details-sidebar .note-area .content ul li span svg {
  fill: var(--text-color);
  min-width: 8px;
  margin-top: 7px;
}
.case-study-details-page .case-study-details-sidebar .note-area .content ul li span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.case-study-details-page .case-study-details-sidebar .note-area .content ul li h5 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 13px;
}
.case-study-details-page .case-study-details-sidebar .note-area .content ul li h5 strong {
  font-weight: 600;
}
.case-study-details-page .case-study-details-sidebar .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.case-study-details-page .case-study-details-sidebar .social-list li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  transition: 0.5s;
}
.case-study-details-page .case-study-details-sidebar .social-list li a svg {
  fill: var(--black-color);
  transition: 0.5s;
}
.case-study-details-page .case-study-details-sidebar .social-list li a:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.case-study-details-page .case-study-details-sidebar .social-list li a:hover svg {
  fill: var(--white-color);
}
.case-study-details-page .case-study-details-sidebar .social-list li .copy-link-btn {
  position: relative;
}
.case-study-details-page .case-study-details-sidebar .social-list li .copy-link-btn .copy-alert {
  position: absolute;
  top: -40px;
  right: 0;
  background: var(--primary-color1);
  padding: 6px 18px;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.8) translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 9999;
}
@media (max-width: 576px) {
  .case-study-details-page .case-study-details-sidebar .social-list li .copy-link-btn .copy-alert {
    font-size: 14px;
  }
}
.case-study-details-page .case-study-details-sidebar .social-list li .copy-link-btn .copy-alert.show {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/*=====================================
  52. Pricing Plan Page CSS
========================================*/
.pricing-plan-page .toggle-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}
.pricing-plan-page .toggle-btn span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
.pricing-plan-page .toggle-btn .switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
}
.pricing-plan-page .toggle-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing-plan-page .toggle-btn .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color2);
  border-radius: 100px;
  transform: translate(0px, 0px);
  transition: 0.6s ease transform;
}
.pricing-plan-page .toggle-btn .switch .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  border-radius: 50%;
  background-color: var(--white-color);
  transition: 0.4s;
}
.pricing-plan-page .toggle-btn .switch input:checked + .slider:before {
  transform: translateX(16px);
}
.pricing-plan-page .pricing-plan-card {
  padding: 60px 0;
  background-color: #f1eeea;
}
@media (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .pricing-plan-page .pricing-plan-card {
    padding: 45px 0;
  }
}
.pricing-plan-page .pricing-plan-card .plan-title {
  padding: 0 50px 30px;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .pricing-plan-page .pricing-plan-card .plan-title {
    padding: 0 40px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card .plan-title {
    padding: 0 25px 30px;
  }
}
@media (max-width: 767px) {
  .pricing-plan-page .pricing-plan-card .plan-title {
    padding: 0 25px 25px;
  }
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .plan-title {
    padding: 0 15px 25px;
  }
}
.pricing-plan-page .pricing-plan-card .plan-title h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.7em;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card .plan-title h3 {
    letter-spacing: 0.5em;
  }
}
@media (max-width: 767px) {
  .pricing-plan-page .pricing-plan-card .plan-title h3 {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .plan-title h3 {
    font-size: 16px;
    letter-spacing: 0.4em;
  }
}
.pricing-plan-page .pricing-plan-card .plan-title .batch {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 8px 15px;
  background-color: var(--primary-color2);
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content {
  padding: 0 50px;
}
@media (max-width: 1399px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content {
    padding: 0 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content {
    padding: 0 25px;
  }
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content {
    padding: 0 15px;
  }
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area {
  margin-bottom: 65px;
}
@media (max-width: 1399px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area {
    margin-bottom: 55px;
  }
}
@media (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area {
    margin-bottom: 35px;
  }
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 1399px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area strong {
    font-size: 46px;
  }
}
@media (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area strong {
    font-size: 42px;
  }
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area strong {
    font-size: 36px;
  }
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: block;
  padding: 8px 15px;
  background-color: var(--white-color);
  border-radius: 100px;
}
@media (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area span {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area span {
    font-size: 15px;
    padding: 6px 14px;
  }
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area .price-area.price--yearly {
  display: none;
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .price-and-desc-area p {
    font-size: 15px;
  }
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area {
  margin-top: 45px;
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area {
    margin-top: 40px;
  }
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area h3 {
    font-size: 17px;
    margin-bottom: 25px;
  }
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area ul li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area ul li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area ul li {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area ul li:last-child {
  margin-bottom: 0;
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area ul li svg {
  fill: var(--primary-color2);
}
.pricing-plan-page .pricing-plan-card .pricing-plan-content .included-feature-area ul li svg circle {
  fill: var(--white-color);
}
.pricing-plan-page .pricing-plan-card.two {
  background-color: var(--primary-color2);
}
.pricing-plan-page .pricing-plan-card.two .plan-title {
  border-color: rgba(var(--white-color-opc), 0.1);
}
.pricing-plan-page .pricing-plan-card.two .plan-title h3 {
  color: var(--white-color);
}
.pricing-plan-page .pricing-plan-card.two .pricing-plan-content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .pricing-plan-page .pricing-plan-card.two .pricing-plan-content {
    flex-wrap: wrap;
    row-gap: 45px;
  }
}
@media (max-width: 576px) {
  .pricing-plan-page .pricing-plan-card.two .pricing-plan-content {
    row-gap: 40px;
  }
}
.pricing-plan-page .pricing-plan-card.two .pricing-plan-content .pricing-overview {
  max-width: 530px;
  width: 100%;
}
@media (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card.two .pricing-plan-content .pricing-overview {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  .pricing-plan-page .pricing-plan-card.two .pricing-plan-content .pricing-overview {
    max-width: unset;
  }
}
.pricing-plan-page .pricing-plan-card.two .pricing-plan-content .price-and-desc-area .price-area strong {
  color: var(--white-color);
}
.pricing-plan-page .pricing-plan-card.two .pricing-plan-content .price-and-desc-area p {
  color: var(--white-color);
}
.pricing-plan-page .pricing-plan-card.two .pricing-plan-content .included-feature-area {
  margin-top: 0;
}
.pricing-plan-page .pricing-plan-card.two .pricing-plan-content .included-feature-area h3 {
  color: var(--white-color);
}
.pricing-plan-page .pricing-plan-card.two .pricing-plan-content .included-feature-area ul li {
  color: var(--white-color);
}
.pricing-plan-page .pricing-plan-card.with-batch {
  padding: 52px 0;
}
@media (max-width: 1199px) {
  .pricing-plan-page .pricing-plan-card.with-batch {
    padding: 42px 0;
  }
}

/*=====================================
  53. Terms Page CSS
========================================*/
.terms-page .terms-page-content-wrap .date-area {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background-color: #f0f0f0;
  border: 1px solid var(--borders-color);
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .terms-page .terms-page-content-wrap .date-area {
    margin-bottom: 35px;
  }
}
.terms-page .terms-page-content-wrap .date-area svg {
  fill: var(--black-color);
}
.terms-page .terms-page-content-wrap .date-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .terms-page .terms-page-content-wrap .date-area span {
    font-size: 15px;
  }
}
.terms-page .terms-page-content-wrap .terms-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.terms-page .terms-page-content-wrap .terms-list li {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .terms-page .terms-page-content-wrap .terms-list li {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .terms-page .terms-page-content-wrap .terms-list li {
    margin-bottom: 40px;
  }
}
.terms-page .terms-page-content-wrap .terms-list li:last-child {
  margin-bottom: 0;
}
.terms-page .terms-page-content-wrap .terms-list li h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .terms-page .terms-page-content-wrap .terms-list li h2 {
    font-size: 33px;
  }
}
@media (max-width: 1399px) {
  .terms-page .terms-page-content-wrap .terms-list li h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .terms-page .terms-page-content-wrap .terms-list li h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .terms-page .terms-page-content-wrap .terms-list li h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .terms-page .terms-page-content-wrap .terms-list li h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.terms-page .terms-page-content-wrap .terms-list li .short-desc p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .terms-page .terms-page-content-wrap .terms-list li .short-desc p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .terms-page .terms-page-content-wrap .terms-list li .short-desc p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.terms-page .terms-page-content-wrap .terms-list li .short-desc p:last-child {
  margin-bottom: 0;
}
.terms-page .terms-page-content-wrap .terms-list li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 25px;
}
@media (max-width: 576px) {
  .terms-page .terms-page-content-wrap .terms-list li ul {
    padding-top: 20px;
  }
}
.terms-page .terms-page-content-wrap .terms-list li ul li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  display: flex;
  align-items: start;
  gap: 15px;
}
@media (max-width: 576px) {
  .terms-page .terms-page-content-wrap .terms-list li ul li {
    gap: 10px;
  }
}
.terms-page .terms-page-content-wrap .terms-list li ul li svg {
  fill: var(--dark-text-color);
  min-width: 14px;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .terms-page .terms-page-content-wrap .terms-list li ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .terms-page .terms-page-content-wrap .terms-list li ul li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .terms-page .terms-page-content-wrap .terms-list li ul li {
    font-size: 14px;
  }
}
.terms-page .terms-page-content-wrap .terms-list li ul li:last-child {
  margin-bottom: 0;
}
.terms-page .terms-page-sidebar {
  height: -moz-fit-content;
  height: fit-content;
}
.terms-page .terms-page-sidebar .contact-area {
  padding: 45px 35px 50px;
  background-color: #f1eeea;
}
@media (max-width: 1399px) {
  .terms-page .terms-page-sidebar .contact-area {
    padding: 45px 30px 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .terms-page .terms-page-sidebar .contact-area {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .terms-page .terms-page-sidebar .contact-area {
    padding: 35px 20px 40px;
  }
}
.terms-page .terms-page-sidebar .contact-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .terms-page .terms-page-sidebar .contact-area h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .terms-page .terms-page-sidebar .contact-area h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .terms-page .terms-page-sidebar .contact-area h3 {
    font-size: 24px;
  }
}
.terms-page .terms-page-sidebar .contact-area p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .terms-page .terms-page-sidebar .contact-area p {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .terms-page .terms-page-sidebar .contact-area p {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .terms-page .terms-page-sidebar .contact-area p {
    font-size: 15px;
  }
}
.terms-page .terms-page-sidebar .contact-area .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .terms-page .terms-page-sidebar .contact-area .contact-list {
    margin-bottom: 40px;
  }
}
.terms-page .terms-page-sidebar .contact-area .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.terms-page .terms-page-sidebar .contact-area .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.terms-page .terms-page-sidebar .contact-area .contact-list .single-contact svg {
  fill: var(--primary-color2);
  min-width: 16px;
}
.terms-page .terms-page-sidebar .contact-area .contact-list .single-contact a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  word-break: break-all;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .terms-page .terms-page-sidebar .contact-area .contact-list .single-contact a {
    font-size: 17px;
  }
}
.terms-page .terms-page-sidebar .contact-area .contact-list .single-contact a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
.terms-page .terms-page-sidebar .contact-area .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.terms-page .terms-page-sidebar .contact-area .social-list li a {
  width: 32px;
  height: 32px;
  background-color: var(--white-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.terms-page .terms-page-sidebar .contact-area .social-list li a svg {
  fill: var(--black-color);
  transition: 0.5s;
}
.terms-page .terms-page-sidebar .contact-area .social-list li a:hover {
  background-color: var(--primary-color2);
}
.terms-page .terms-page-sidebar .contact-area .social-list li a:hover svg {
  fill: var(--primary-color1);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .terms-page .terms-page-sidebar .primary-btn3 {
    padding: 15px 20px;
  }
}

/*=====================================
  54. Career Page CSS
========================================*/
.career-page-intro-section .title-area {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid var(--borders-color);
}
.career-page-intro-section .title-area .section-title h2 {
  font-weight: 400;
}
.career-page-intro-section .title-area .position-btn-and-rating-area {
  display: flex;
  align-items: center;
  gap: 70px;
  row-gap: 30px;
  flex-wrap: wrap;
  margin-top: 35px;
}
.career-page-intro-section .title-area .position-btn-and-rating-area .primary-btn3 {
  min-width: 280px;
  padding: 12px 30px;
}
.career-page-intro-section .title-area .position-btn-and-rating-area .rating-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  position: relative;
}
.career-page-intro-section .title-area .position-btn-and-rating-area .rating-area .content {
  line-height: 1;
}
.career-page-intro-section .title-area .position-btn-and-rating-area .rating-area .content .star {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.career-page-intro-section .title-area .position-btn-and-rating-area .rating-area .content .star li i {
  font-size: 14px;
  color: #e62415;
}
.career-page-intro-section .title-area .position-btn-and-rating-area .rating-area .content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.career-page-intro-section .title-area .position-btn-and-rating-area .rating-area .rating-batch {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05%;
  width: 48px;
  height: 24px;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.career-page-intro-section .title-area .position-btn-and-rating-area .rating-area .rating-batch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}
.career-page-intro-section .benefits-area .benefits-title {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 45px;
}
@media (max-width: 576px) {
  .career-page-intro-section .benefits-area .benefits-title {
    margin-bottom: 40px;
  }
}
.career-page-intro-section .benefits-area .benefits-title svg {
  fill: var(--primary-color2);
}
.career-page-intro-section .benefits-area .benefits-title span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
}
.career-page-intro-section .benefits-area .benefit-card {
  padding: 35px 25px 40px;
  border: 1px solid var(--borders-color);
  min-height: 184px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-page-intro-section .benefits-area .benefit-card {
    padding: 30px 15px 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .career-page-intro-section .benefits-area .benefit-card {
    padding: 30px 15px 35px;
    min-height: 150px;
  }
}
@media (max-width: 767px) {
  .career-page-intro-section .benefits-area .benefit-card {
    min-height: 150px;
    padding: 30px 20px;
  }
}
.career-page-intro-section .benefits-area .benefit-card h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  display: flex;
  gap: 10px;
  margin-bottom: 0;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-page-intro-section .benefits-area .benefit-card h3 {
    font-size: 19px;
    gap: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .career-page-intro-section .benefits-area .benefit-card h3 {
    font-size: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .career-page-intro-section .benefits-area .benefit-card h3 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .career-page-intro-section .benefits-area .benefit-card h3 {
    font-size: 21px;
  }
}
.career-page-intro-section .benefits-area .benefit-card h3 svg {
  fill: var(--dark-text-color);
  min-width: 10px;
  margin-top: 10px;
  transition: 0.5s;
}
.career-page-intro-section .benefits-area .virtual-tour-area {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
.career-page-intro-section .benefits-area .virtual-tour-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  padding: 16px 30px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  background-color: #F1EEEA;
}
@media (max-width: 767px) {
  .career-page-intro-section .benefits-area .virtual-tour-area span {
    justify-content: center;
    row-gap: 15px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .career-page-intro-section .benefits-area .virtual-tour-area span {
    font-size: 15px;
    border-radius: 0;
    padding: 20px;
  }
}
.career-page-intro-section .benefits-area .virtual-tour-area span a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 576px) {
  .career-page-intro-section .benefits-area .virtual-tour-area span a {
    font-size: 15px;
  }
}
.career-page-intro-section .benefits-area .virtual-tour-area span a strong {
  font-weight: 500;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.career-page-intro-section .benefits-area .virtual-tour-area span a svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.career-page-intro-section .benefits-area .virtual-tour-area span a:hover strong {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.career-page-intro-section .benefits-area .virtual-tour-area span a:hover svg {
  transform: translateX(3px);
}

.career-page-highlight-section .career-page-highlight-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 750px;
  display: flex;
  align-items: end;
  z-index: 2;
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .career-page-highlight-section .career-page-highlight-banner {
    min-height: 650px;
  }
}
@media (max-width: 767px) {
  .career-page-highlight-section .career-page-highlight-banner {
    min-height: 600px;
  }
}
@media (max-width: 576px) {
  .career-page-highlight-section .career-page-highlight-banner {
    min-height: 550px;
    margin-bottom: 110px;
  }
}
.career-page-highlight-section .career-page-highlight-banner .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.career-page-highlight-section .career-page-highlight-banner .career-highlight-overview {
  margin-bottom: -60px;
}
@media (max-width: 576px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview {
    margin-bottom: -56px;
  }
}
.career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content {
  background-color: var(--white-color);
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 1399px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content {
    padding: 55px 30px;
  }
}
@media (max-width: 1199px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content {
    padding: 45px 30px;
  }
}
@media (max-width: 576px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content {
    padding: 40px 25px;
  }
}
.career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content p {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content p {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content p {
    font-size: 28px;
    line-height: 42px;
  }
}
.career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content .vector {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 179px;
}
@media (max-width: 991px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content .vector {
    width: 150px;
  }
}
@media (max-width: 576px) {
  .career-page-highlight-section .career-page-highlight-banner .career-highlight-overview .content .vector {
    width: 120px;
  }
}
.career-page-highlight-section .achievement-area .achievement-video-area {
  margin-bottom: 40px;
}
.career-page-highlight-section .achievement-area .achievement-video-area .video-area {
  width: 88px;
  height: 48px;
  background-color: #CFF0DB;
  border: 1px solid rgba(var(--black-color-opc), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.career-page-highlight-section .achievement-area .achievement-video-area .video-area svg {
  fill: var(--black-color);
}
.career-page-highlight-section .achievement-area .achievement-video-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  display: block;
}
.career-page-highlight-section .achievement-area .achievement-counter-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 991px) {
  .career-page-highlight-section .achievement-area .achievement-counter-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 35px;
  }
}
@media (max-width: 576px) {
  .career-page-highlight-section .achievement-area .achievement-counter-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.career-page-highlight-section .achievement-area .achievement-counter-list .single-counter {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .career-page-highlight-section .achievement-area .achievement-counter-list .single-counter {
    gap: 15px;
  }
}
.career-page-highlight-section .achievement-area .achievement-counter-list .single-counter h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .career-page-highlight-section .achievement-area .achievement-counter-list .single-counter h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .career-page-highlight-section .achievement-area .achievement-counter-list .single-counter h2 {
    font-size: 40px;
  }
}
.career-page-highlight-section .achievement-area .achievement-counter-list .single-counter h2 strong {
  font-weight: 600;
}
.career-page-highlight-section .achievement-area .achievement-counter-list .single-counter span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  max-width: 162px;
}
@media (max-width: 1199px) {
  .career-page-highlight-section .achievement-area .achievement-counter-list .single-counter span {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .career-page-highlight-section .achievement-area .achievement-counter-list .single-counter span {
    font-size: 16px;
  }
}

.career-page-position-section .single-position {
  padding: 40px 40px 45px;
  background-color: #F0F0F0;
}
@media (max-width: 1399px) {
  .career-page-position-section .single-position {
    padding: 40px 25px 45px;
  }
}
@media (max-width: 1199px) {
  .career-page-position-section .single-position {
    padding: 35px 20px 40px;
  }
}
.career-page-position-section .single-position .title-area {
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-page-position-section .single-position .title-area {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .career-page-position-section .single-position .title-area {
    margin-bottom: 35px;
  }
}
.career-page-position-section .single-position .title-area h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 18px;
}
@media (max-width: 1199px) {
  .career-page-position-section .single-position .title-area h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .career-page-position-section .single-position .title-area h3 {
    font-size: 23px;
    margin-bottom: 15px;
  }
}
.career-page-position-section .single-position .title-area .batch {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
}
.career-page-position-section .single-position .title-area .batch li {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  padding: 6px 16px;
  border-radius: 100px;
  background-color: var(--primary-color2);
}
.career-page-position-section .single-position .info-area {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .career-page-position-section .single-position .info-area {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .career-page-position-section .single-position .info-area {
    padding-bottom: 40px;
  }
}
.career-page-position-section .single-position .info-area li {
  display: flex;
  gap: 5px;
  margin-bottom: 25px;
}
.career-page-position-section .single-position .info-area li:last-child {
  margin-bottom: 0;
}
.career-page-position-section .single-position .info-area li svg {
  fill: var(--text-color);
}
.career-page-position-section .single-position .info-area li .content {
  display: flex;
  align-items: start;
  gap: 15px;
}
.career-page-position-section .single-position .info-area li .content strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-page-position-section .single-position .info-area li .content strong {
    font-size: 16px;
  }
}
.career-page-position-section .single-position .info-area li .content strong.title {
  max-width: 98px;
  min-width: 98px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.career-page-position-section .single-position .info-area li .content strong .year {
  color: var(--text-color);
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.career-page-position-section .single-position .primary-btn3 {
  min-width: unset;
  width: 100%;
}

.career-page-virtual-tour-section .section-title {
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .career-page-virtual-tour-section .section-title h2 {
    font-size: 30px;
  }
}
.career-page-virtual-tour-section .virtual-tour-gallery-wrap {
  position: relative;
}
.career-page-virtual-tour-section .virtual-tour-gallery-wrap .mb-30 {
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .mb-30 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .mb-30 {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .gallery-img-grp {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .gallery-img-grp {
    flex-direction: column;
    justify-content: start;
  }
}
.career-page-virtual-tour-section .virtual-tour-gallery-wrap .single-gallery-img {
  display: block;
}
.career-page-virtual-tour-section .virtual-tour-gallery-wrap .single-gallery-img img {
  min-height: 600px;
  max-height: 600px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .single-gallery-img img {
    min-height: 550px;
    max-height: 550px;
  }
}
@media (max-width: 991px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .single-gallery-img img {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 576px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .single-gallery-img img {
    min-height: 300px;
    max-height: 300px;
  }
}
.career-page-virtual-tour-section .virtual-tour-gallery-wrap .single-gallery-img.sm-img img {
  min-height: 215px;
  max-height: 215px;
}
@media (max-width: 1199px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .single-gallery-img.sm-img img {
    min-height: 180px;
    max-height: 180px;
  }
}
@media (max-width: 991px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .single-gallery-img.sm-img img {
    min-height: 350px;
    max-height: 350px;
  }
}
@media (max-width: 576px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .single-gallery-img.sm-img img {
    min-height: 300px;
    max-height: 300px;
  }
}
.career-page-virtual-tour-section .virtual-tour-gallery-wrap .company-logo-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .company-logo-wrap {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 991px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .company-logo-wrap {
    display: none;
  }
}
.career-page-virtual-tour-section .virtual-tour-gallery-wrap .company-logo-wrap .logo-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.career-page-virtual-tour-section .virtual-tour-gallery-wrap .company-logo-wrap .logo-icon img {
  width: 60px;
}
@media (max-width: 1199px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .company-logo-wrap .logo-icon img {
    width: 55px;
  }
}
@media (max-width: 1199px) {
  .career-page-virtual-tour-section .virtual-tour-gallery-wrap .company-logo-wrap .logo-icon {
    width: 90px;
    height: 90px;
  }
}
.career-page-virtual-tour-section .rating-area {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 20px;
  position: relative;
  margin-top: 45px;
}
@media (max-width: 576px) {
  .career-page-virtual-tour-section .rating-area {
    margin-top: 40px;
  }
}
.career-page-virtual-tour-section .rating-area .content {
  line-height: 1;
}
.career-page-virtual-tour-section .rating-area .content .star {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}
.career-page-virtual-tour-section .rating-area .content .star li i {
  font-size: 14px;
  color: #e62415;
}
.career-page-virtual-tour-section .rating-area .content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
}
.career-page-virtual-tour-section .rating-area .rating-batch {
  color: var(--primary-color1);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: -0.05%;
  width: 48px;
  height: 24px;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
}
.career-page-virtual-tour-section .rating-area .rating-batch::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  width: 11px;
  height: 10px;
  background-color: var(--primary-color2);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/*=====================================
  55. Career Details Page CSS
========================================*/
.career-details-page .career-details-page-content-wrap .career-details-content-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li {
    margin-bottom: 40px;
  }
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li:last-child {
  margin-bottom: 0;
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 25px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li h2 {
    font-size: 33px;
  }
}
@media (max-width: 1399px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li h2 {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li .short-desc p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 22px;
}
@media (max-width: 767px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li .short-desc p {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li .short-desc p {
    font-size: 14px;
    margin-bottom: 18px;
  }
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li .short-desc p:last-child {
  margin-bottom: 0;
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li .short-desc p a {
  color: #1859e5;
  font-weight: 500;
  transition: 0.5s;
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li .short-desc p a:hover {
  color: var(--title-color);
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 25px;
}
@media (max-width: 576px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li ul {
    padding-top: 20px;
  }
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li ul li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
  display: flex;
  align-items: start;
  gap: 15px;
}
@media (max-width: 1199px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li ul li {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li ul li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li ul li {
    font-size: 14px;
    gap: 10px;
  }
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li ul li:last-child {
  margin-bottom: 0;
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li ul li svg {
  fill: var(--dark-text-color);
  min-width: 14px;
  margin-top: 5px;
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 25px;
  display: flex;
  align-items: center;
  gap: 18px;
  row-gap: 20px;
  flex-wrap: wrap;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list {
    gap: 12px;
    row-gap: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list {
    gap: 12px;
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list {
    padding-top: 20px;
  }
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  padding: 5px 14px;
  border: 1px solid var(--borders-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list li {
    font-size: 15px;
    gap: 6px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list li {
    font-size: 15px;
    gap: 6px;
  }
}
@media (max-width: 767px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list li {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list li {
    font-size: 14px;
  }
}
.career-details-page .career-details-page-content-wrap .career-details-content-list li .company-feature-list li svg {
  fill: var(--dark-text-color);
  min-width: 10px;
}
.career-details-page .career-details-sidebar {
  padding: 40px 30px;
  background-color: #f1eeea;
}
@media (max-width: 1399px) {
  .career-details-page .career-details-sidebar {
    padding: 40px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-details-page .career-details-sidebar {
    padding: 35px 20px;
  }
}
@media (max-width: 576px) {
  .career-details-page .career-details-sidebar {
    padding: 35px 15px;
  }
}
.career-details-page .career-details-sidebar h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-details-page .career-details-sidebar h3 {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .career-details-page .career-details-sidebar h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.career-details-page .career-details-sidebar .primary-btn3 {
  min-width: unset;
  width: 100%;
  margin-bottom: 20px;
  justify-content: center;
  background-color: var(--black-color);
  border-radius: 100px;
}
.career-details-page .career-details-sidebar p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-details-page .career-details-sidebar p {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .career-details-page .career-details-sidebar p {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.career-details-page .career-details-sidebar .form-inner2 .form-check .form-check-input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--black-color);
  background-color: transparent;
  margin-top: 6px;
}
.career-details-page .career-details-sidebar .form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.career-details-page .career-details-sidebar .form-inner2 .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("../img/innerpages/icon/career-sidebar-check-icon.svg");
  background-size: 8px 8px;
}
.career-details-page .career-details-sidebar .form-inner2 .form-check .form-check-label {
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .career-details-page .career-details-sidebar .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .career-details-page .career-details-sidebar .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}
.career-details-page .career-details-sidebar .form-inner2 .form-check .form-check-label a {
  color: var(--title-color);
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 90%;
  transition: background-size 0.75s;
}
.career-details-page .career-details-sidebar .form-inner2 .form-check .form-check-label a:hover {
  background-size: 0px 1px;
  background-position: 0 90%;
}

.job-form-modal .modal-dialog {
  max-width: 850px;
  width: 100%;
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog {
    max-width: 720px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog {
    width: auto;
  }
}
.job-form-modal .modal-dialog .modal-content {
  margin-top: 50px;
  border: none;
  position: relative;
  border-radius: 0;
}
.job-form-modal .modal-dialog .modal-content .modal-header {
  padding: 45px 20px;
  border: unset;
  border-radius: 0;
  background-color: var(--primary-color2);
  text-align: center;
  position: relative;
  z-index: 1;
}
.job-form-modal .modal-dialog .modal-content .modal-header .modal-title {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.2;
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 28px;
    line-height: 1.4;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-header .shape-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-header .shape-top {
    width: 210px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-header .shape-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-header .shape-bottom {
    width: 210px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--white-color-opc), 0.1);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  backdrop-filter: blur(144px);
  z-index: 1;
  transition: 0.5s;
}
.job-form-modal .modal-dialog .modal-content .modal-close i {
  color: var(--white-color);
  font-size: 12px;
  transition: 0.5s;
}
.job-form-modal .modal-dialog .modal-content .modal-close i::before {
  font-weight: 700 !important;
}
.job-form-modal .modal-dialog .modal-content .modal-close:hover {
  background-color: #ff2e00;
}
.job-form-modal .modal-dialog .modal-content .modal-close:hover i {
  color: var(--white-color);
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog .modal-content .modal-close {
    top: 15px;
    right: 20px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-close {
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body {
  padding: 55px 70px 60px;
}
@media (max-width: 1199px) {
  .job-form-modal .modal-dialog .modal-content .modal-body {
    padding: 55px 60px 60px;
  }
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog .modal-content .modal-body {
    padding: 50px 60px 55px;
  }
}
@media (max-width: 767px) {
  .job-form-modal .modal-dialog .modal-content .modal-body {
    padding: 40px 40px 45px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-body {
    padding: 35px 25px 40px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body .mb-30 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .mb-30 {
    margin-bottom: 20px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .info-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .single-info .info-title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .single-info .info-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner label {
  font-size: 16px;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner textarea {
  min-height: 172px;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .nice-select::after {
  background-color: var(--dark-text-color);
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area {
  display: flex;
  align-items: center;
  border: 1px solid var(--borders-color);
  position: relative;
  padding: 2px 20px 2px 25px;
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area {
    padding: 2px 15px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .icon {
  min-width: 36px;
  max-width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .custom-upload {
  border: unset;
  border-radius: unset;
  width: 100%;
  height: 50px;
  line-height: 30px;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner .file-upload-area .custom-upload::-webkit-file-upload-button {
  display: none;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner2 .form-check .form-check-input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--black-color);
  background-color: transparent;
  margin-top: 8px;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner2 .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("../img/innerpages/icon/career-sidebar-check-icon.svg");
  background-size: 8px 8px;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner2 .form-check .form-check-label {
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner2 .form-check .form-check-label a {
  color: var(--title-color);
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 90%;
  transition: background-size 0.75s;
}
.job-form-modal .modal-dialog .modal-content .modal-body .single-info .form-inner2 .form-check .form-check-label a:hover {
  background-size: 0px 1px;
  background-position: 0 90%;
}
.job-form-modal .modal-dialog .modal-content .modal-body .primary-btn3 {
  min-width: 225px;
}

/*=====================================
  56. Shop Details Page CSS
========================================*/
.shop-page .shop-sidebar .single-widgets {
  padding: 40px 25px 45px;
  border: 1px solid var(--borders-color);
}
@media (max-width: 1399px) {
  .shop-page .shop-sidebar .single-widgets {
    padding: 35px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .shop-sidebar .single-widgets {
    padding: 30px 15px;
  }
}
.shop-page .shop-sidebar .single-widgets .widget-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 25px;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product {
    gap: 8px;
  }
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product:last-child {
  margin-bottom: 0;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .product-img {
  position: relative;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .product-img img {
  height: 82px;
  max-width: 82px;
  min-width: 82px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .product-img img {
    height: 76px;
    max-width: 72px;
    min-width: 72px;
  }
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .product-img .close-btn {
  transition: 0.35s;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff2615;
  border: unset;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .product-img .close-btn i {
  color: var(--white-color);
  line-height: 1;
  font-size: 20px;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .content h3 {
  line-height: 24px;
  margin-bottom: 4px;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .content h3 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  transition: 0.5s;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .content h3 a:hover {
  background-size: 100% 1px;
  background-position: left 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .content h3 a {
    font-size: 16px;
  }
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product .content span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .product-list .single-product:hover .product-img .close-btn {
  opacity: 1;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .total-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .total-price span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .total-price strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.shop-page .shop-sidebar .single-widgets .cart-menu .btn-area .primary-btn3 {
  min-width: unset;
  width: 100%;
  padding: 12px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .shop-sidebar .single-widgets .cart-menu .btn-area .primary-btn3 {
    padding: 12px 20px;
  }
}
.shop-page .shop-sidebar .single-widgets .cart-menu .btn-area .primary-btn3.transparent {
  padding: 11px 25px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .shop-sidebar .single-widgets .cart-menu .btn-area .primary-btn3.transparent {
    padding: 11px 20px;
  }
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul li:last-child {
  margin-bottom: 0;
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss {
  display: flex;
  gap: 5px;
  width: 100%;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss span {
    font-size: 14px;
  }
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss input:checked ~ .checkmark {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
  border-radius: 50%;
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss input:checked ~ .checkmark::after {
  content: url(../img/innerpages/icon/shop-category-check-icon.svg);
  left: 4px;
  top: -2px;
  position: absolute;
}
.shop-page .shop-sidebar .single-widgets .checkbox-container ul li .containerss .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--borders-color);
}
.shop-page .shop-sidebar .single-widgets .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  line-height: 1;
}
.shop-page .shop-sidebar .single-widgets .tag-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  transition: 0.35s;
  line-height: 1;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.shop-page .shop-sidebar .single-widgets .tag-list li a:hover {
  background-size: 100% 1px;
  background-position: left 100%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .shop-page .shop-sidebar .single-widgets .tag-list li a {
    font-size: 15px;
  }
}

.product-card .product-card-img-wrap {
  position: relative;
}
.product-card .product-card-img-wrap .product-card-img {
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 0.5s ease-out;
}
.product-card .product-card-img-wrap .product-card-img img {
  transition: all 0.5s ease-out;
}
.product-card .product-card-img-wrap .product-card-img::after {
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  content: "";
  z-index: 1;
}
.product-card .product-card-img-wrap .cart-btn {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  padding: 10px 18px;
  background-color: var(--primary-color2);
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  z-index: 1;
  transition: 0.5s;
}
.product-card .product-card-img-wrap .cart-btn:hover {
  background-color: var(--primary-color1);
  color: var(--title-color);
}
.product-card .product-card-content {
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 576px) {
  .product-card .product-card-content {
    padding-top: 15px;
  }
}
.product-card .product-card-content .rating {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1;
}
.product-card .product-card-content .rating li svg {
  fill: var(--primary-color2);
}
.product-card .product-card-content h3 {
  line-height: 1;
  margin-bottom: 5px;
}
.product-card .product-card-content h3 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.product-card .product-card-content h3 a:hover {
  background-size: 100% 1px;
  background-position: left 100%;
}
.product-card .product-card-content span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
}
.product-card .product-card-content span del {
  color: var(--text-color);
  font-size: 14px;
}
.product-card:hover .product-card-img-wrap .product-card-img img {
  transform: scale(1.1);
}
.product-card:hover .product-card-img-wrap .product-card-img::after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.product-card:hover .product-card-img-wrap .cart-btn {
  opacity: 1;
  transform: translate(-50%, -20px);
}

/*=====================================
  57. Cart Page CSS
========================================*/
.cart-page .cart-widget-title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .cart-page .cart-widget-title {
    margin-bottom: 25px;
  }
}
.cart-page .cart-widget-title h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .cart-page .cart-widget-title h2 {
    font-size: 25px;
  }
}
.cart-page .cart-shopping-wrapper .cart-table {
  width: 100%;
}
@media (max-width: 767px) {
  .cart-page .cart-shopping-wrapper .cart-table {
    margin-bottom: 30px;
  }
}
.cart-page .cart-shopping-wrapper .cart-table thead tr {
  border-top: 1px solid var(--borders-color);
  border-bottom: 1px solid var(--borders-color);
}
.cart-page .cart-shopping-wrapper .cart-table thead tr th {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  padding: 20px 15px;
}
@media (max-width: 767px) {
  .cart-page .cart-shopping-wrapper .cart-table thead tr th {
    display: none;
  }
}
.cart-page .cart-shopping-wrapper .cart-table thead tr th:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .cart-page .cart-shopping-wrapper .cart-table tbody tr {
    border-bottom: 1px solid var(--borders-color);
  }
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td {
  padding: 30px 15px;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td span {
  color: var(--text-color);
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .cart-page .cart-shopping-wrapper .cart-table tbody tr td {
    text-align: right;
  }
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper {
    align-items: flex-end;
    flex-direction: column;
  }
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-img img {
  max-width: 120px;
  min-width: 120px;
  height: 120px;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content h3 {
    font-weight: 500;
  }
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content p span {
  color: var(--title-color);
  font-weight: 500;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul {
    justify-content: flex-end;
  }
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  position: relative;
  transition: 0.5s;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
  width: 1px;
  height: 11px;
  background-color: rgba(var(--title-color-opc), 0.2);
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area {
  position: absolute;
  top: -30px;
  right: -60px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
}
@media (max-width: 991px) {
  .cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area {
    right: unset;
    left: -60px;
  }
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity {
  display: flex;
  gap: 5px;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a {
  height: 24px;
  width: 34px;
  background: rgba(var(--title-color-opc), 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.35s;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a i {
  color: var(--title-color);
  transition: 0.35s;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a:hover {
  background: var(--primary-color1);
  color: var(--title-color);
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity a:hover i {
  color: var(--title-color);
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area .quantity input {
  height: 24px;
  width: 34px;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li .quantity-area.active {
  opacity: 1;
  transform: scaleY(1);
  animation: fade-down 0.3s linear;
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:hover {
  color: rgb(255, 72, 32);
}
.cart-page .cart-shopping-wrapper .cart-table tbody tr td .product-info-wrapper .product-info-content ul li:hover:last-child {
  color: var(--primary-color3);
}
@media (max-width: 767px) {
  .cart-page .cart-shopping-wrapper .cart-table tbody tr td {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
    padding: 15px;
  }
  .cart-page .cart-shopping-wrapper .cart-table tbody tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    color: var(--text-color);
    font-family: var(--font-poppins);
    font-size: 18px;
    font-weight: 600;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .cart-page .cart-shopping-wrapper .cart-table tbody tr td::before {
    font-size: 16px;
  }
}
.cart-page .cart-shopping-wrapper .details-button {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.5s;
}
.cart-page .cart-shopping-wrapper .details-button svg {
  fill: none;
  stroke: var(--title-color);
  transition: 0.5s;
}
.cart-page .cart-shopping-wrapper .details-button:hover {
  color: var(--primary-color2);
}
.cart-page .cart-shopping-wrapper .details-button:hover svg {
  stroke: var(--primary-color2);
  transform: rotate(45deg);
}
@media (min-width: 992px) {
  .cart-page .cart-order-sum-area {
    padding-left: 15px;
  }
}
.cart-page .cart-order-sum-area .order-summary-wrap {
  padding: 40px 30px;
  border: 1px solid var(--borders-color);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cart-page .cart-order-sum-area .order-summary-wrap {
    padding: 40px 25px;
  }
}
@media (max-width: 576px) {
  .cart-page .cart-order-sum-area .order-summary-wrap {
    padding: 35px 15px;
  }
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  line-height: 1;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li:first-child {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--borders-color);
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .order-info {
  text-align: right;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .order-info p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .order-info span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area {
  width: 100%;
  margin-bottom: 10px;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 15px;
  display: block;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner {
  position: relative;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input {
  width: 100%;
  height: 48px;
  padding: 10px 100px 10px 20px;
  background-color: #f6f2f8;
  border-radius: 5px;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input::-moz-placeholder {
  color: rgba(var(--title-color-opc), 0.5);
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input::placeholder {
  color: rgba(var(--title-color-opc), 0.5);
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner input:focus {
  border-color: transparent;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn {
  padding: 15px 23px;
  border-radius: 0 5px 5px 0;
  background-color: var(--black-color);
  border: 1px solid var(--black-color);
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.48px;
  line-height: 1;
  transition: 0.5s;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  position: absolute;
  top: 0;
  right: 0;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn::after {
  position: absolute;
  content: "";
  display: block;
  left: 15%;
  right: -20%;
  top: -4%;
  height: 150%;
  width: 150%;
  bottom: 0;
  border-radius: 2px;
  background-color: var(--white-color);
  transform: skewX(45deg) scale(0, 1);
  z-index: -1;
  transition: all 0.5s ease-out 0s;
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn:hover {
  color: var(--title-color);
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li .coupon-area .form-inner .apply-btn:hover::after {
  transform: skewX(45deg) scale(1, 1);
}
.cart-page .cart-order-sum-area .order-summary-wrap .order-summary-list li:last-child {
  margin-bottom: 0px;
}
.cart-page .cart-order-sum-area .order-summary-wrap .primary-btn3 {
  min-width: unset;
  width: 100%;
}

/*=====================================
  58. Checkout Page CSS
========================================*/
.checkout-page .checkout-form-wrapper .checkout-form-title {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .checkout-page .checkout-form-wrapper .checkout-form-title {
    margin-bottom: 25px;
  }
}
.checkout-page .checkout-form-wrapper .checkout-form-title h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .checkout-page .checkout-form-wrapper .checkout-form-title h2 {
    font-size: 25px;
  }
}
.checkout-page .checkout-form-wrapper .checkout-form {
  border: 1px solid var(--borders-color);
  padding: 40px 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page .checkout-form-wrapper .checkout-form {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  .checkout-page .checkout-form-wrapper .checkout-form {
    padding: 35px 20px;
  }
}
.checkout-page .checkout-form-wrapper .checkout-form .form-inner label span {
  font-weight: 400;
  color: var(--text-color);
}
.checkout-page .checkout-form-wrapper .checkout-form .form-inner2 .form-check .form-check-input {
  margin-top: 9px;
}
.checkout-page .checkout-form-wrapper .checkout-form .form-inner2 .form-check .form-check-label {
  margin-bottom: 0;
}
.checkout-page .order-sum-area {
  border: 1px solid var(--borders-color);
  padding: 45px 40px;
}
@media (max-width: 1399px) {
  .checkout-page .order-sum-area {
    padding: 35px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page .order-sum-area {
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .checkout-page .order-sum-area {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .checkout-page .order-sum-area {
    padding: 25px 15px;
  }
}
.checkout-page .order-sum-area .cart-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 50px;
}
.checkout-page .order-sum-area .cart-body ul .single-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
.checkout-page .order-sum-area .cart-body ul .single-item:last-child {
  margin-bottom: 0;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  width: 100%;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .close-btn {
  transition: 0.35s;
  min-width: 25px;
  max-width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 38, 21, 0.14);
  border: unset;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .close-btn i {
  color: rgb(255, 72, 32);
  line-height: 1;
  font-size: 20px;
  transition: 0.35s;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .close-btn:hover {
  background-color: #ff2615;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .close-btn:hover i {
  color: var(--white-color);
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item {
  display: flex;
  gap: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item {
    gap: 12px;
  }
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img img {
  height: 80px;
  max-width: 77px;
  min-width: 77px;
}
@media (max-width: 767px) {
  .checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .item-img img {
    width: 45px;
    height: unset;
  }
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content-and-quantity {
  width: 100%;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content {
  line-height: 1;
  margin-bottom: 15px;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 5px;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content h3 {
  margin-bottom: 0;
  line-height: 1;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content h3 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content h3 a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
@media (max-width: 576px) {
  .checkout-page .order-sum-area .cart-body ul .single-item .item-area .main-item .content h3 a {
    font-size: 16px;
  }
}
.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity {
  display: flex;
  gap: 5px;
}
.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity a {
  height: 24px;
  width: 34px;
  border-radius: 4px;
  background: rgba(var(--title-color-opc), 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--title-color);
  font-weight: 500;
  cursor: pointer;
  transition: 0.35s;
}
.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity a i {
  color: var(--title-color);
  transition: 0.35s;
}
.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity a:hover {
  background: var(--primary-color1);
  color: var(--title-color);
}
.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity a:hover i {
  color: var(--title-color);
}
.checkout-page .order-sum-area .cart-body ul .single-item .quantity-area .quantity input {
  height: 24px;
  width: 34px;
  border-radius: 4px;
  border: 1px solid var(--borders-color);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.checkout-page .order-sum-area .cart-footer .pricing-area {
  width: 100%;
}
.checkout-page .order-sum-area .cart-footer .pricing-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.checkout-page .order-sum-area .cart-footer .pricing-area ul li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  line-height: 1;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  border-bottom: 1px solid var(--borders-color);
  padding-bottom: 20px;
}
.checkout-page .order-sum-area .cart-footer .pricing-area ul li strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}
.checkout-page .order-sum-area .cart-footer .pricing-area ul li .order-info {
  text-align: right;
}
.checkout-page .order-sum-area .cart-footer .pricing-area ul li .order-info p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.checkout-page .order-sum-area .cart-footer .pricing-area ul li .order-info span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}
.checkout-page .order-sum-area .cart-footer .pricing-area ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: unset;
}
.checkout-page .order-sum-area .cart-footer .primary-btn3 {
  min-width: unset;
  width: 100%;
}
.checkout-page .choose-payment-method {
  margin-bottom: 40px;
  line-height: 1;
}
.checkout-page .choose-payment-method h4 {
  margin-bottom: 15px;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
}
.checkout-page .choose-payment-method .payment-option {
  line-height: 1;
}
.checkout-page .choose-payment-method .payment-option ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page .choose-payment-method .payment-option ul {
    gap: 15px;
  }
}
.checkout-page .choose-payment-method .payment-option ul li {
  width: 110px;
  height: 68px;
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .checkout-page .choose-payment-method .payment-option ul li {
    width: 100px;
  }
}
.checkout-page .choose-payment-method .payment-option ul li .checked {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: #d2e7ef;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  border-top-left-radius: 5px;
}
.checkout-page .choose-payment-method .payment-option ul li .checked i {
  opacity: 0;
  color: var(--title-color);
  margin-left: 2px;
}
.checkout-page .choose-payment-method .payment-option ul li.active .checked {
  background: var(--primary-color1);
}
.checkout-page .choose-payment-method .payment-option ul li.active .checked i {
  opacity: 1;
}

/*=====================================
  59. Product Details Page CSS
========================================*/
.product-details-page .product-details-img {
  position: relative;
}
@media (max-width: 1199px) {
  .product-details-page .product-details-img {
    padding-right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details-page .product-details-img {
    flex-direction: column;
    gap: 40px;
  }
}
@media (max-width: 576px) {
  .product-details-page .product-details-img {
    flex-direction: column;
    gap: 40px;
  }
}
.product-details-page .product-details-img .product-details-tab-img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-details-page .product-details-img .product-details-tab-img img {
    width: 100%;
  }
}
.product-details-page .product-details-img .nav-pills {
  padding-top: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1399px) {
  .product-details-page .product-details-img .nav-pills {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .product-details-page .product-details-img .nav-pills {
    -moz-columns: unset;
         columns: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 20px;
  }
}
.product-details-page .product-details-img .nav-pills .nav-item .nav-link {
  background-color: unset;
  border-radius: unset;
  padding: 0;
  position: relative;
  width: 100%;
}
.product-details-page .product-details-img .nav-pills .nav-item .nav-link img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 160px;
  min-width: 160px;
  max-height: 107px;
}
@media (max-width: 1399px) {
  .product-details-page .product-details-img .nav-pills .nav-item .nav-link img {
    max-width: 145px;
    min-width: 145px;
    max-height: 107px;
  }
}
@media (max-width: 576px) {
  .product-details-page .product-details-img .nav-pills .nav-item .nav-link img {
    max-width: 130px;
    min-width: 130px;
    border-radius: 5px;
  }
}
.product-details-page .product-details-img .nav-pills .nav-item .nav-link::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(var(--black-color-opc), 0.2);
}
.product-details-page .product-details-img .nav-pills .nav-item .nav-link.active::after {
  display: none;
}
.product-details-page .product-details-content h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 45px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .product-details-page .product-details-content h2 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .product-details-page .product-details-content h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product-details-page .product-details-content h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .product-details-page .product-details-content h2 {
    font-size: 32px;
  }
}
.product-details-page .product-details-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .product-details-page .product-details-content p {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .product-details-page .product-details-content p {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .product-details-page .product-details-content p {
    font-size: 16px;
  }
}
.product-details-page .product-details-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .product-details-page .product-details-content ul {
    margin-bottom: 40px;
  }
}
.product-details-page .product-details-content ul li svg {
  fill: var(--text-color);
}
.product-details-page .product-details-content ul li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 22.68px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.product-details-page .product-details-content ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .product-details-page .product-details-content ul li {
    font-size: 17px;
  }
}
.product-details-page .product-details-content .price-tag {
  line-height: 1;
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .product-details-page .product-details-content .price-tag {
    margin-bottom: 30px;
  }
}
.product-details-page .product-details-content .price-tag strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .product-details-page .product-details-content .price-tag strong {
    font-size: 20px;
  }
}
.product-details-page .product-details-content .price-tag strong del {
  color: var(--text-color);
  font-weight: 500;
}
.product-details-page .product-details-content .product-quantity {
  margin-bottom: 50px;
  gap: 24px;
}
@media (max-width: 1199px) {
  .product-details-page .product-details-content .product-quantity {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .product-details-page .product-details-content .product-quantity {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .product-details-page .product-details-content .product-quantity {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.product-details-page .product-details-content .product-quantity .quantity {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-details-page .product-details-content .product-quantity .quantity .quantity__minus,
.product-details-page .product-details-content .product-quantity .quantity .quantity__plus {
  height: 40px;
  width: 40px;
  border: 1px solid var(--borders-color);
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.35s;
}
.product-details-page .product-details-content .product-quantity .quantity .quantity__minus span i,
.product-details-page .product-details-content .product-quantity .quantity .quantity__plus span i {
  font-size: 22px;
  color: var(--title-color);
  transition: 0.35s;
}
.product-details-page .product-details-content .product-quantity .quantity .quantity__minus:hover,
.product-details-page .product-details-content .product-quantity .quantity .quantity__plus:hover {
  background-color: var(--primary-color1);
  border-color: var(--primary-color1);
}
.product-details-page .product-details-content .product-quantity .quantity .quantity__minus:hover span i,
.product-details-page .product-details-content .product-quantity .quantity .quantity__plus:hover span i {
  color: var(--title-color);
}
.product-details-page .product-details-content .product-quantity .quantity .quantity__input {
  height: 40px;
  width: 78px;
  border: 1px solid var(--borders-color);
  background-color: transparent;
  color: var(--title-color);
  text-align: center;
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 600;
}
.product-details-page .product-details-content .product-quantity .primary-btn3 {
  font-size: 14px;
  padding: 12px 22px;
  min-width: 150px;
}
.product-details-page .product-details-content .product-quantity .primary-btn3.two {
  padding: 13px 23px;
}
.product-details-page .product-details-content .aditional-info {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
}
.product-details-page .product-details-content .aditional-info > li {
  line-height: 1;
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.product-details-page .product-details-content .aditional-info > li:last-child {
  margin-bottom: 0;
}
.product-details-page .product-details-content .aditional-info > li span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.product-details-page .product-details-content .aditional-info > li a {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0 1px;
  background-position: 0% 100%;
  transition: background-size 0.75s;
}
.product-details-page .product-details-content .aditional-info > li a:hover {
  background-size: 100% 1px;
  background-position: left 100%;
}
.product-details-page .product-description-and-review-area .nav2 {
  gap: 20px;
  justify-content: start;
  width: 100%;
  line-height: 1;
  border: 1px solid var(--borders-color);
  border-radius: 30px;
  padding: 14px 20px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .product-details-page .product-description-and-review-area .nav2 {
    padding: 12px 10px;
    gap: 10px;
    border-radius: 10px;
  }
}
.product-details-page .product-description-and-review-area .nav2 .nav-link {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  padding: 6px 15px;
  border-radius: 15px;
  line-height: 1;
  background-color: transparent;
}
@media (max-width: 576px) {
  .product-details-page .product-description-and-review-area .nav2 .nav-link {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.product-details-page .product-description-and-review-area .nav2 .nav-link.active {
  background-color: var(--black-color);
  color: var(--white-color);
}
.product-details-page .product-description-and-review-area .tab-content2 .description p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 17px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 25px;
}
.product-details-page .product-description-and-review-area .tab-content2 .description p:last-child {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .product-details-page .product-description-and-review-area .tab-content2 .description p {
    font-size: 15px;
  }
}
.product-details-page .product-description-and-review-area .tab-content2 .comment-and-form-area .comment-area .comment-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .product-details-page .product-description-and-review-area .tab-content2 .comment-and-form-area .comment-area .comment-title {
    font-size: 28px;
  }
}
@media (max-width: 576px) {
  .product-details-page .product-description-and-review-area .tab-content2 .comment-and-form-area .comment-area .comment-title {
    font-size: 26px;
  }
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form {
  border: 1px solid var(--borders-color);
  padding: 50px 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-details-page .product-description-and-review-area .tab-content2 .review-form {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .product-details-page .product-description-and-review-area .tab-content2 .review-form {
    padding: 40px 30px;
  }
}
@media (max-width: 576px) {
  .product-details-page .product-description-and-review-area .tab-content2 .review-form {
    padding: 35px 15px;
  }
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .number-of-review {
  line-height: 1;
  margin-bottom: 30px;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .number-of-review h4 {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner input {
  background: #f0f0f0;
  border-color: transparent;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner input:focus {
  border-color: var(--black-color);
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner textarea {
  background: #f0f0f0;
  min-height: 150px;
  border-color: transparent;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner textarea:focus {
  border-color: var(--black-color);
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area {
  margin-bottom: 15px;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area p {
  margin-bottom: 5px;
  color: var(--title-color);
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate {
  float: left;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked) > label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #ccc;
  padding-right: 8px;
  display: inline-block;
  margin-right: 8px;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked) > label::before {
  content: "\f586";
  font-family: bootstrap-icons !important;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate input:checked ~ label {
  color: #dda701;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked) > label:hover,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area .rate:not(:checked) > label:hover ~ label {
  color: #dda701;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area input:checked + label:hover,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area input:checked + label:hover ~ label,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area input:checked ~ label:hover,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area input:checked ~ label:hover ~ label,
.product-details-page .product-description-and-review-area .tab-content2 .review-form .form-inner2 .review-rate-area label:hover ~ input:checked ~ label {
  color: #dda701;
}
.product-details-page .product-description-and-review-area .tab-content2 .review-form .primary-btn3 {
  min-width: 220px;
}

.comment-and-form-area .comment-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
}
@media (max-width: 1399px) {
  .comment-and-form-area .comment-title {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .comment-and-form-area .comment-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-title {
    font-size: 25px;
  }
}
.comment-and-form-area .comment-area .comment {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comment-and-form-area .comment-area .comment > li {
  margin-bottom: 40px;
}
.comment-and-form-area .comment-area .comment > li > .single-comment-area {
  margin-bottom: 24px;
}
.comment-and-form-area .comment-area .comment > li:last-child {
  margin-bottom: 0;
}
.comment-and-form-area .comment-area .comment .single-comment-area {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area {
    gap: 15px;
    flex-wrap: wrap;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .author-img img {
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: unset;
  border-radius: 50%;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h3 {
  line-height: 1;
  margin-bottom: 0;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg h3 {
    font-size: 16px;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content .author-name-deg span {
    font-size: 14px;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
  color: var(--text-color);
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content p {
    font-size: 15px;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
  cursor: pointer;
  transition: 0.35s;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn svg {
  transition: 0.35s;
  fill: var(--title-color);
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn:hover {
  color: var(--title-color);
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .replay-btn:hover svg {
  fill: var(--title-color);
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .review-item-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 25px;
  max-width: 590px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
  flex-wrap: wrap;
  row-gap: 25px;
  padding-top: 10px;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content .review-item-list {
    gap: 35px;
    row-gap: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content .review-item-list {
    gap: 24px;
    row-gap: 25px;
  }
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .single-comment-area .comment-content .review-item-list {
    row-gap: 20px;
  }
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .review-item-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .review-item-list li span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .review-item-list li .star-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1;
}
.comment-and-form-area .comment-area .comment .single-comment-area .comment-content .review-item-list li .star-list li i {
  color: #dda701;
}
.comment-and-form-area .comment-area .comment .comment-replay {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 70px;
  border-top: 1px solid var(--borders-color);
  padding-top: 24px;
}
@media (max-width: 576px) {
  .comment-and-form-area .comment-area .comment .comment-replay {
    margin-left: 25px;
  }
}
.comment-and-form-area .comment-area .comment .comment-replay > li {
  margin-bottom: 30px;
}
.comment-and-form-area .comment-area .comment .comment-replay > li:last-child {
  margin-bottom: 0;
}
.comment-and-form-area .inquiry-form {
  background: #f0f0f0;
  padding: 45px 60px 60px;
}
@media (max-width: 1399px) {
  .comment-and-form-area .inquiry-form {
    padding: 45px 50px 60px;
  }
}
@media (max-width: 1199px) {
  .comment-and-form-area .inquiry-form {
    padding: 45px 40px;
  }
}
@media (max-width: 767px) {
  .comment-and-form-area .inquiry-form {
    padding: 40px 25px;
  }
}
@media (max-width: 576px) {
  .comment-and-form-area .inquiry-form {
    padding: 40px 20px;
  }
}
.comment-and-form-area .inquiry-form .form-wrap {
  margin-top: 35px;
}
@media (max-width: 576px) {
  .comment-and-form-area .inquiry-form .form-wrap {
    margin-top: 30px;
  }
}
.comment-and-form-area .inquiry-form .form-wrap .form-inner input,
.comment-and-form-area .inquiry-form .form-wrap .form-inner textarea {
  background-color: var(--white-color);
  font-size: 16px;
  border: 1px solid transparent;
  border-radius: 0;
}
.comment-and-form-area .inquiry-form .form-wrap .form-inner input::-moz-placeholder, .comment-and-form-area .inquiry-form .form-wrap .form-inner textarea::-moz-placeholder {
  color: #aaaaaa;
  font-weight: 400;
}
.comment-and-form-area .inquiry-form .form-wrap .form-inner input::placeholder,
.comment-and-form-area .inquiry-form .form-wrap .form-inner textarea::placeholder {
  color: #aaaaaa;
  font-weight: 400;
}
.comment-and-form-area .inquiry-form .form-wrap .form-inner input:focus,
.comment-and-form-area .inquiry-form .form-wrap .form-inner textarea:focus {
  border-color: var(--black-color);
}
.comment-and-form-area .inquiry-form .form-wrap .form-inner2 .form-check-input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--black-color);
  background-color: transparent;
  margin-top: 8px;
}
.comment-and-form-area .inquiry-form .form-wrap .form-inner2 .form-check-input:checked {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.comment-and-form-area .inquiry-form .form-wrap .form-inner2 .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("../img/innerpages/icon/career-sidebar-check-icon.svg");
  background-size: 8px 8px;
}
.comment-and-form-area .inquiry-form .form-wrap .primary-btn3 {
  min-width: unset;
  border-radius: 100px;
  padding: 18px 36px;
}

.related-product-section h3 {
  margin-bottom: 25px;
}
.related-product-section .related-product-slider-area {
  position: relative;
}
@media (max-width: 576px) {
  .related-product-section .related-product-slider-area .slider-btn-grp {
    display: none;
  }
}
.related-product-section .related-product-slider-area .slider-btn-grp .slider-btn {
  position: absolute;
  top: calc(50% - 56px);
  left: -20px;
  z-index: 1;
  opacity: 1;
  transition: 0.5s;
  background-color: var(--white-color);
}
.related-product-section .related-product-slider-area .slider-btn-grp .slider-btn.related-product-slider-next {
  left: unset;
  right: -20px;
}
.related-product-section .related-product-slider-area .slider-btn-grp .slider-btn:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.related-product-section .related-product-slider-area .slider-btn-grp .slider-btn:hover svg {
  fill: var(--white-color);
}
.related-product-section .related-product-slider-area:hover .slider-btn-grp .slider-btn {
  opacity: 1;
}

/*=====================================
  60. People Page CSS
========================================*/
.people-page .alphabet-filter-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.people-page .alphabet-filter-wrap .alphabet-filter {
  padding: 22px 45px;
  background-color: #f1eeea;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .people-page .alphabet-filter-wrap .alphabet-filter {
    padding: 22px 35px;
    gap: 22px;
    row-gap: 30px;
  }
}
@media (max-width: 991px) {
  .people-page .alphabet-filter-wrap .alphabet-filter {
    border-radius: unset;
    padding: 22px 25px;
  }
}
@media (max-width: 576px) {
  .people-page .alphabet-filter-wrap .alphabet-filter {
    padding: 22px 20px;
  }
}
.people-page .alphabet-filter-wrap .alphabet-filter button {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  background-color: transparent;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .people-page .alphabet-filter-wrap .alphabet-filter button {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .people-page .alphabet-filter-wrap .alphabet-filter button {
    font-size: 16px;
  }
}
.people-page .alphabet-filter-wrap .alphabet-filter button.active {
  color: var(--title-color);
  text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 1.5px;
}
.people-page .filter-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.people-page .filter-top-bar .team-result-count span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
}
.people-page .filter-top-bar .team-search-area {
  display: flex;
  align-items: center;
  gap: 15px;
}
.people-page .filter-top-bar .team-search-area input {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 1;
  border: 1px solid var(--borders-color);
  padding: 5px 20px;
  min-width: 300px;
}
.people-page .filter-top-bar .team-search-area input::-moz-placeholder {
  color: var(--text-color);
}
.people-page .filter-top-bar .team-search-area input::placeholder {
  color: var(--text-color);
}
@media (max-width: 767px) {
  .people-page .filter-top-bar .team-search-area input {
    padding: 5px 16px;
    min-width: 270px;
  }
}
@media (max-width: 576px) {
  .people-page .filter-top-bar .team-search-area input {
    min-width: 250px;
    font-size: 15px;
  }
}
.people-page .filter-top-bar .team-search-area button {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  background-color: transparent;
}
.people-page .no-results {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  display: none;
  margin-bottom: 45px;
}
.people-page .team-item {
  transition: 0.3s ease;
}
.people-page .team-item.hide {
  display: none;
}
.people-page .load-more-btn {
  display: flex;
  justify-content: center;
}

.team-card .team-img {
  display: block;
  overflow: hidden;
  position: relative;
}
.team-card .team-img img {
  transition: 0.5s ease-in-out;
}
.team-card .team-img::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.team-card .team-content {
  padding-top: 18px;
}
.team-card .team-content h2 {
  font-size: initial;
  line-height: 1;
  margin-bottom: 10px;
}
.team-card .team-content h2 a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  background: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
.team-card .team-content h2 a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .team-card .team-content h2 a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .team-card .team-content h2 a {
    font-size: 21px;
  }
}
.team-card .team-content span {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.3;
  display: block;
  margin-bottom: 25px;
}
.team-card .team-content .social a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.team-card .team-content .social a svg {
  fill: var(--text-color);
  transition: 0.5s;
}
.team-card .team-content .social a:hover {
  border-color: var(--primary-color2);
  background-color: var(--primary-color2);
}
.team-card .team-content .social a:hover svg {
  fill: var(--primary-color1);
}
.team-card:hover .team-img::before {
  animation: shine2 0.75s;
}

@keyframes shine2 {
  100% {
    left: 125%;
  }
}
/*=====================================
  61. People Details Page CSS
========================================*/
.people-details-page .people-details-content h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .people-details-page .people-details-content h2 {
    margin-bottom: 15px;
  }
}
.people-details-page .people-details-content p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  .people-details-page .people-details-content p {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.people-details-page .people-details-content p strong {
  color: var(--title-color);
  font-weight: 500;
}
.people-details-page .people-details-content .counter-area {
  display: flex;
  align-items: center;
  gap: 90px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .people-details-page .people-details-content .counter-area {
    gap: 70px;
  }
}
@media (max-width: 1199px) {
  .people-details-page .people-details-content .counter-area {
    gap: 50px;
  }
}
@media (max-width: 576px) {
  .people-details-page .people-details-content .counter-area {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.people-details-page .people-details-content .counter-area .single-counter {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .people-details-page .people-details-content .counter-area .single-counter {
    gap: 15px;
  }
}
.people-details-page .people-details-content .counter-area .single-counter h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .people-details-page .people-details-content .counter-area .single-counter h3 {
    font-size: 65px;
  }
}
@media (max-width: 1399px) {
  .people-details-page .people-details-content .counter-area .single-counter h3 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .people-details-page .people-details-content .counter-area .single-counter h3 {
    font-size: 62px;
  }
}
@media (max-width: 991px) {
  .people-details-page .people-details-content .counter-area .single-counter h3 {
    font-size: 55px;
  }
}
.people-details-page .people-details-content .counter-area .single-counter h3 strong {
  font-weight: 500;
}
.people-details-page .people-details-content .counter-area .single-counter span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  display: block;
  max-width: 110px;
  width: 100%;
}
@media (max-width: 576px) {
  .people-details-page .people-details-content .counter-area .single-counter span {
    font-size: 15px;
  }
}
.people-details-page .people-details-content .tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.people-details-page .people-details-content .tag-list li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  display: flex;
  padding: 11px 20px;
  border-radius: 100px;
  border: 1px solid var(--borders-color);
}
@media (max-width: 576px) {
  .people-details-page .people-details-content .tag-list li {
    font-size: 15px;
  }
}
.people-details-page .people-details-content .info-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.people-details-page .people-details-content .info-list li {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
.people-details-page .people-details-content .info-list li:last-child {
  margin-bottom: 0;
}
.people-details-page .people-details-content .info-list li svg {
  fill: var(--title-color);
  min-width: 10px;
  margin-top: 7px;
}
.people-details-page .people-details-content .info-list li strong {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  display: block;
}
@media (max-width: 576px) {
  .people-details-page .people-details-content .info-list li strong {
    font-size: 15px;
  }
}
.people-details-page .people-details-content .info-list li strong span {
  font-weight: 300;
  font-style: italic;
}
.people-details-page .people-details-content .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}
.people-details-page .people-details-content .contact-list .single-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.people-details-page .people-details-content .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.people-details-page .people-details-content .contact-list .single-contact svg {
  fill: var(--primary-color2);
  min-width: 16px;
}
.people-details-page .people-details-content .contact-list .single-contact a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  word-break: break-all;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .people-details-page .people-details-content .contact-list .single-contact a {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .people-details-page .people-details-content .contact-list .single-contact a {
    font-size: 17px;
  }
}
.people-details-page .people-details-content .contact-list .single-contact a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.people-details-page .people-details-content .social-area {
  display: flex;
  align-items: center;
  gap: 20px;
}
.people-details-page .people-details-content .social-area span {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
.people-details-page .people-details-content .social-area .social-list {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.people-details-page .people-details-content .social-area .social-list a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--primary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.people-details-page .people-details-content .social-area .social-list a svg {
  fill: var(--primary-color1);
  transition: 0.5s;
}
.people-details-page .people-details-content .social-area .social-list a:hover {
  border-color: var(--primary-color1);
  background-color: var(--primary-color1);
}
.people-details-page .people-details-content .social-area .social-list a:hover svg {
  fill: var(--primary-color2);
}
.people-details-page .people-sidebar .sidebar-card {
  border: 1px solid var(--borders-color);
  padding: 35px 25px;
  margin-bottom: 45px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .people-details-page .people-sidebar .sidebar-card {
    padding: 30px 20px;
  }
}
@media (max-width: 576px) {
  .people-details-page .people-sidebar .sidebar-card {
    padding: 30px 20px;
  }
}
.people-details-page .people-sidebar .sidebar-card:last-child {
  margin-bottom: 0;
}
.people-details-page .people-sidebar .card-header {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 40px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .people-details-page .people-sidebar .card-header {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .people-details-page .people-sidebar .card-header {
    margin-bottom: 35px;
  }
}
.people-details-page .people-sidebar .card-header svg {
  fill: var(--title-color);
}
.people-details-page .people-sidebar .card-header h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}
.people-details-page .people-sidebar .publication-item {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .people-details-page .people-sidebar .publication-item {
    gap: 15px;
  }
}
@media (max-width: 576px) {
  .people-details-page .people-sidebar .publication-item {
    gap: 15px;
  }
}
.people-details-page .people-sidebar .publication-item:last-child {
  margin-bottom: 0;
}
.people-details-page .people-sidebar .publication-item .thumb img {
  min-width: 90px;
  max-width: 90px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .people-details-page .people-sidebar .publication-item .thumb img {
    min-width: 80px;
    max-width: 80px;
    height: 110px;
  }
}
@media (max-width: 576px) {
  .people-details-page .people-sidebar .publication-item .thumb img {
    min-width: 80px;
    max-width: 80px;
    height: 110px;
  }
}
.people-details-page .people-sidebar .publication-item .content .title {
  line-height: 1;
  margin-bottom: 10px;
}
.people-details-page .people-sidebar .publication-item .content .title a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 95%;
  transition: background-size 0.75s;
}
.people-details-page .people-sidebar .publication-item .content .title a:hover {
  background-size: 100% 1px;
  background-position: 0 95%;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .people-details-page .people-sidebar .publication-item .content .title a {
    font-size: 19px;
  }
}
@media (max-width: 576px) {
  .people-details-page .people-sidebar .publication-item .content .title a {
    font-size: 19px;
  }
}
.people-details-page .people-sidebar .publication-item .content .citation-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
.people-details-page .people-sidebar .publication-item .content .citation-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.people-details-page .people-sidebar .publication-item .content .citation-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.people-details-page .people-sidebar .publication-item .content .citation-btn svg {
  fill: var(--title-color);
}
.people-details-page .people-sidebar .resource-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}
.people-details-page .people-sidebar .resource-item:last-child {
  margin-bottom: 0;
}
.people-details-page .people-sidebar .resource-item .icon {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E8E8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.people-details-page .people-sidebar .resource-item .icon svg {
  fill: var(--black-color);
  transition: 0.5s;
}
.people-details-page .people-sidebar .resource-item .resource-text {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 576px) {
  .people-details-page .people-sidebar .resource-item .resource-text {
    font-size: 17px;
  }
}
.people-details-page .people-sidebar .resource-item:hover .icon {
  background-color: var(--primary-color2);
}
.people-details-page .people-sidebar .resource-item:hover .icon svg {
  fill: var(--white-color);
}

/*=====================================
  62. About Page CSS
========================================*/
.about-page-intro-section .about-content .section-title {
  margin-bottom: 60px;
}
@media (max-width: 1399px) {
  .about-page-intro-section .about-content .section-title {
    margin-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .about-page-intro-section .about-content .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 576px) {
  .about-page-intro-section .about-content .section-title {
    margin-bottom: 30px;
  }
}
.about-page-intro-section .about-content .section-title p {
  color: var(--title-color);
  font-size: 26px;
  line-height: 36px;
  margin-top: 30px;
}
@media (max-width: 1399px) {
  .about-page-intro-section .about-content .section-title p {
    font-size: 24px;
    margin-top: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page-intro-section .about-content .section-title p {
    font-size: 22px;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .about-page-intro-section .about-content .section-title p {
    font-size: 22px;
    line-height: 34px;
    margin-top: 20px;
  }
}
@media (max-width: 576px) {
  .about-page-intro-section .about-content .section-title p {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
  }
}
.about-page-intro-section .about-content .about-block {
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  .about-page-intro-section .about-content .about-block {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .about-page-intro-section .about-content .about-block {
    margin-bottom: 25px;
  }
}
.about-page-intro-section .about-content .about-block h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-page-intro-section .about-content .about-block h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.about-page-intro-section .about-content .about-block p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 576px) {
  .about-page-intro-section .about-content .about-block p {
    font-size: 15px;
  }
}
.about-page-intro-section .about-content .primary-btn3 {
  display: inline-flex;
  min-width: 244px;
  padding: 15px 30px;
  border-color: var(--black-color);
  margin-top: 10px;
}
@media (max-width: 576px) {
  .about-page-intro-section .about-content .primary-btn3 {
    min-width: 220px;
    padding: 12px 25px;
  }
}
.about-page-intro-section .about-img-wrap {
  position: relative;
  z-index: 1;
  padding: 20px 20px 0 0;
}
@media (max-width: 576px) {
  .about-page-intro-section .about-img-wrap {
    padding: 15px 15px 0 0;
  }
}
.about-page-intro-section .about-img-wrap .about-img {
  max-width: 500px;
}
.about-page-intro-section .about-img-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 80%;
  background-color: var(--primary-color1);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
  z-index: -1;
}

.about-page-journey-section {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0 100px;
}
@media (max-width: 1199px) {
  .about-page-journey-section {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .about-page-journey-section {
    padding: 70px 0;
  }
}
.about-page-journey-section .jouney-content-wrapper .nav-area {
  position: relative;
}
.about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills {
  display: block;
}
.about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item {
  cursor: pointer;
}
.about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link {
  padding: 0;
  background-color: unset;
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link {
    margin-bottom: 35px;
  }
}
@media (max-width: 576px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link {
    margin-bottom: 30px;
  }
}
.about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link img {
  width: 196px;
  height: 196px;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link img {
    width: 177px;
    height: 177px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link img {
    width: 175px;
    height: 175px;
  }
}
@media (max-width: 991px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link img {
    width: 166px;
    height: 166px;
  }
}
@media (max-width: 767px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link img {
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link img {
    width: 158px;
    height: 158px;
  }
}
.about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link h3 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link h3 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link h3 {
    font-size: 22px;
  }
}
.about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link.active h3 {
  color: var(--primary-color1);
}
.about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .nav-link.active + .dot {
  background-color: var(--primary-color1);
}
.about-page-journey-section .jouney-content-wrapper .nav-area .nav-pills .nav-item .dot {
  width: 12px;
  height: 12px;
  background-color: #999999;
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}
.about-page-journey-section .jouney-content-wrapper .nav-area::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: rgba(var(--white-color-opc), 0.1);
}
.about-page-journey-section .jouney-content-wrapper .tab-content .tab-pane {
  text-align: center;
}
.about-page-journey-section .jouney-content-wrapper .tab-content .tab-pane h3 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .about-page-journey-section .jouney-content-wrapper .tab-content .tab-pane h3 {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .about-page-journey-section .jouney-content-wrapper .tab-content .tab-pane h3 {
    font-size: 22px;
  }
}
.about-page-journey-section .jouney-content-wrapper .tab-content .tab-pane p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 300;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .about-page-journey-section .jouney-content-wrapper .tab-content .tab-pane p {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .about-page-journey-section .jouney-content-wrapper .tab-content .tab-pane p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .about-page-journey-section .jouney-content-wrapper .tab-content .tab-pane p {
    font-size: 15px;
  }
}

.about-page-team-section .about-page-team-title-area {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(var(--black-color-opc), 0.1);
  margin-bottom: 45px;
}
.about-page-team-section .view-all-btn-area {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
.about-page-team-section .view-all-btn-area .primary-btn3 {
  min-width: 230px;
  padding: 15px 30px;
}

.about-page-award-section {
  position: relative;
  display: grid;
  grid-template-columns: 55% 45%;
}
@media (max-width: 991px) {
  .about-page-award-section {
    display: block;
  }
}
.about-page-award-section .about-page-award-content-wrap {
  position: relative;
  z-index: 1;
  padding: 90px 110px;
  background-color: var(--primary-color2);
}
@media (max-width: 1399px) {
  .about-page-award-section .about-page-award-content-wrap {
    padding: 90px 50px;
  }
}
@media (max-width: 1199px) {
  .about-page-award-section .about-page-award-content-wrap {
    padding: 80px 30px;
  }
}
@media (max-width: 991px) {
  .about-page-award-section .about-page-award-content-wrap {
    padding: 70px 20px;
  }
}
@media (max-width: 767px) {
  .about-page-award-section .about-page-award-content-wrap {
    padding: 50px 15px;
  }
}
.about-page-award-section .about-page-award-content-wrap .about-page-award-content {
  max-width: 630px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .about-page-award-section .about-page-award-content-wrap .about-page-award-content {
    max-width: unset;
  }
}
.about-page-award-section .about-page-award-content-wrap .about-page-award-content .section-title {
  margin-bottom: 70px;
}
@media (max-width: 1199px) {
  .about-page-award-section .about-page-award-content-wrap .about-page-award-content .section-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .about-page-award-section .about-page-award-content-wrap .about-page-award-content .section-title {
    margin-bottom: 50px;
  }
}
.about-page-award-section .about-page-award-content-wrap .about-page-award-content .award-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 45px;
  row-gap: 60px;
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .about-page-award-section .about-page-award-content-wrap .about-page-award-content .award-list {
    gap: 35px;
    row-gap: 50px;
  }
}
@media (max-width: 576px) {
  .about-page-award-section .about-page-award-content-wrap .about-page-award-content .award-list {
    gap: 20px;
    row-gap: 40px;
  }
}
.about-page-award-section .about-page-award-content-wrap .about-page-award-content .award-list li img {
  width: 208px;
}
@media (max-width: 1199px) {
  .about-page-award-section .about-page-award-content-wrap .about-page-award-content .award-list li img {
    width: 180px;
  }
}
@media (max-width: 576px) {
  .about-page-award-section .about-page-award-content-wrap .about-page-award-content .award-list li img {
    width: 150px;
  }
}
.about-page-award-section .about-page-award-content-wrap .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-page-award-section .about-page-award-content-wrap .shape {
    width: 350px;
  }
}
@media (max-width: 991px) {
  .about-page-award-section .about-page-award-content-wrap .shape {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .about-page-award-section .about-page-award-content-wrap .shape {
    width: 250px;
  }
}
.about-page-award-section .about-page-award-img img {
  min-height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .about-page-award-section .about-page-award-img img {
    min-height: 750px;
  }
}
@media (max-width: 1399px) {
  .about-page-award-section .about-page-award-img img {
    min-height: 750px;
  }
}
@media (max-width: 991px) {
  .about-page-award-section .about-page-award-img img {
    min-height: unset;
    max-height: 500px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .about-page-award-section .about-page-award-img img {
    min-height: 450px;
  }
}
.about-page-award-section .award-info-card {
  position: absolute;
  bottom: 150px;
  right: 38%;
  z-index: 2;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .about-page-award-section .award-info-card {
    bottom: 100px;
    right: 36%;
  }
}
@media (max-width: 1399px) {
  .about-page-award-section .award-info-card {
    bottom: 80px;
    right: 34%;
  }
}
@media (max-width: 1199px) {
  .about-page-award-section .award-info-card {
    right: 28%;
  }
}
@media (max-width: 991px) {
  .about-page-award-section .award-info-card {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
  }
}
@media (max-width: 576px) {
  .about-page-award-section .award-info-card {
    min-width: 250px;
    bottom: 40px;
  }
}
.about-page-award-section .award-info-card .award-info-content-wrap {
  max-width: 260px;
  width: 100%;
  padding: 40px 30px;
  background-color: var(--white-color);
}
@media (max-width: 576px) {
  .about-page-award-section .award-info-card .award-info-content-wrap {
    padding: 30px 20px;
  }
}
.about-page-award-section .award-info-card .award-info-content-wrap .company-logo {
  margin-bottom: 25px;
}
.about-page-award-section .award-info-card .award-info-content-wrap .company-logo img {
  width: 110px;
}
.about-page-award-section .award-info-card .award-info-content-wrap p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 55px;
}
@media (max-width: 576px) {
  .about-page-award-section .award-info-card .award-info-content-wrap p {
    font-size: 19px;
    margin-bottom: 35px;
  }
}
.about-page-award-section .award-info-card .award-info-content-wrap .contact-btn {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.about-page-award-section .award-info-card .award-info-content-wrap .contact-btn svg {
  fill: var(--title-color);
  transition: 0.5s;
}
.about-page-award-section .award-info-card .award-info-content-wrap .contact-btn span {
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
.about-page-award-section .award-info-card .award-info-content-wrap .contact-btn:hover span {
  background-size: 100% 1px;
  background-position: 0 100%;
}
.about-page-award-section .award-info-card .award-info-content-wrap .contact-btn:hover svg {
  transform: translateX(3px);
}
.about-page-award-section .award-info-card::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color1);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}

/*=====================================
  63. Error Page CSS
========================================*/
.error-page {
  height: 980px;
  position: relative;
  margin-bottom: -1px;
}
@media (max-width: 1199px) {
  .error-page {
    height: 920px;
  }
}
@media (max-width: 767px) {
  .error-page {
    height: 800px;
  }
}
@media (max-width: 576px) {
  .error-page {
    height: 720px;
  }
}
.error-page .video-area {
  height: 100%;
  position: relative;
}
.error-page .video-area video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.error-page .video-area::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.25);
}
.error-page .error-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 190px 0 60px;
}
@media (max-width: 1199px) {
  .error-page .error-content-wrap {
    padding: 160px 0 50px;
  }
}
@media (max-width: 991px) {
  .error-page .error-content-wrap {
    padding: 140px 0 50px;
  }
}
@media (max-width: 767px) {
  .error-page .error-content-wrap {
    padding: 110px 0 40px;
  }
}
.error-page .error-content-wrap .error-content {
  width: 718px;
  height: 718px;
  border-radius: 50%;
  margin: 0 auto;
  background-color: rgba(var(--white-color-opc), 0.05);
  backdrop-filter: blur(74px);
  position: relative;
  padding: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .error-page .error-content-wrap .error-content {
    width: 680px;
    height: 680px;
  }
}
@media (max-width: 767px) {
  .error-page .error-content-wrap .error-content {
    background-color: transparent;
    backdrop-filter: blur(0);
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .error-page .error-content-wrap .error-content {
    padding: 30px 10px;
  }
}
.error-page .error-content-wrap .error-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background-color: rgba(var(--white-color-opc), 0.05);
  backdrop-filter: blur(74px);
  z-index: -1;
}
@media (max-width: 767px) {
  .error-page .error-content-wrap .error-content::before {
    width: 530px;
    height: 530px;
  }
}
@media (max-width: 576px) {
  .error-page .error-content-wrap .error-content::before {
    width: 340px;
    height: 340px;
  }
}
.error-page .error-content-wrap .error-content::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background-color: rgba(var(--white-color-opc), 0.05);
  backdrop-filter: blur(34px);
  z-index: -1;
}
@media (max-width: 576px) {
  .error-page .error-content-wrap .error-content::after {
    width: 260px;
    height: 260px;
    backdrop-filter: blur(74px);
  }
}
.error-page .error-content-wrap .error-content img {
  width: 484px;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .error-page .error-content-wrap .error-content img {
    width: 440px;
  }
}
@media (max-width: 991px) {
  .error-page .error-content-wrap .error-content img {
    width: 400px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .error-page .error-content-wrap .error-content img {
    width: 370px;
  }
}
@media (max-width: 576px) {
  .error-page .error-content-wrap .error-content img {
    width: 245px;
  }
}
.error-page .error-content-wrap .error-content h2 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .error-page .error-content-wrap .error-content h2 {
    font-size: 47px;
  }
}
@media (max-width: 1399px) {
  .error-page .error-content-wrap .error-content h2 {
    font-size: 45px;
  }
}
@media (max-width: 991px) {
  .error-page .error-content-wrap .error-content h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .error-page .error-content-wrap .error-content h2 {
    font-size: 42px;
    line-height: 1.2;
  }
}
@media (max-width: 576px) {
  .error-page .error-content-wrap .error-content h2 {
    font-size: 38px;
  }
}
.error-page .error-content-wrap .error-content p {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .error-page .error-content-wrap .error-content p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
  }
}
.error-page .error-content-wrap .error-content .btn-area {
  display: flex;
  justify-content: center;
}
.error-page .error-content-wrap .error-content .btn-area .primary-btn3 {
  min-width: 228px;
}

/*=====================================
  64. Webinar Event Page CSS
========================================*/
.webinar-event-page .webinar-event-content-wrap h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
.webinar-event-page .webinar-event-content-wrap p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap p {
    font-size: 15px;
    margin-bottom: 35px;
  }
}
.webinar-event-page .webinar-event-content-wrap .event-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
.webinar-event-page .webinar-event-content-wrap .event-meta .meta-item {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  padding: 17px 24px;
  border: 1px solid var(--borders-color);
  border-radius: 100px;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap .event-meta .meta-item {
    font-size: 17px;
    padding: 15px 24px;
  }
}
.webinar-event-page .webinar-event-content-wrap .event-location {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  max-width: 520px;
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.webinar-event-page .webinar-event-content-wrap .event-location strong {
  font-weight: 500;
}
.webinar-event-page .webinar-event-content-wrap .registration-btn .primary-btn3 {
  min-width: unset;
  display: inline-flex;
  gap: 5px;
  border-radius: 100px;
  padding: 18px 26px;
}
.webinar-event-page .webinar-event-content-wrap .event-thumb-img-slider-area {
  position: relative;
}
.webinar-event-page .webinar-event-content-wrap .event-thumb-img-slider-area .event-thumb-img-slider img {
  min-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.webinar-event-page .webinar-event-content-wrap .event-thumb-img-slider-area .swiper-pagination1 {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: unset;
  z-index: 9;
  gap: 8px;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap .event-thumb-img-slider-area .swiper-pagination1 {
    bottom: 25px;
  }
}
.webinar-event-page .webinar-event-content-wrap .event-thumb-img-slider-area .swiper-pagination1 .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  background-color: rgba(var(--white-color-opc), 0.5);
  opacity: 1;
  position: relative;
  border-radius: 50%;
}
.webinar-event-page .webinar-event-content-wrap .event-thumb-img-slider-area .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
  background-color: var(--white-color);
}
.webinar-event-page .webinar-event-content-wrap .schedule-list {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 40px;
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item {
  position: relative;
  padding-left: 30px;
  padding-bottom: 40px;
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item:last-child {
  padding-bottom: 0;
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item:last-child::after {
  display: none;
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--primary-color2);
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 5px;
  width: 1px;
  height: 100%;
  background-color: var(--borders-color);
  z-index: -1;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item {
    padding-left: 25px;
  }
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item p {
  margin-bottom: 30px;
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item ol {
  padding-left: 20px;
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item ol li {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item ol li {
    font-size: 15px;
  }
}
.webinar-event-page .webinar-event-content-wrap .schedule-list .schedule-item ol li:last-child {
  margin-bottom: 0;
}
.webinar-event-page .webinar-event-content-wrap .meals {
  padding-left: 30px;
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap .meals {
    padding-left: 25px;
    margin-bottom: 50px;
  }
}
.webinar-event-page .webinar-event-content-wrap .meals h4 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap .meals h4 {
    font-size: 17px;
  }
}
.webinar-event-page .webinar-event-content-wrap .meals h4 span {
  color: var(--text-color);
  font-weight: 500;
}
.webinar-event-page .webinar-event-content-wrap .meals ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 25px;
}
.webinar-event-page .webinar-event-content-wrap .meals ul li {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.webinar-event-page .webinar-event-content-wrap .meals ul li .tooltip-area {
  cursor: pointer;
}
.webinar-event-page .webinar-event-content-wrap .meals ul li .tooltip-area svg {
  fill: var(--dark-text-color);
}
.webinar-event-page .webinar-event-content-wrap .meals ul li .tooltip-area .tooltip-text {
  position: absolute;
  bottom: 30px;
  right: -240px;
  min-width: 248px;
  width: 100%;
  padding: 7px 16px;
  background-color: #F0F0F0;
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap .meals ul li .tooltip-area .tooltip-text {
    right: unset;
    left: 0;
    min-width: 190px;
    padding: 7px 11px;
    font-size: 13px;
  }
}
.webinar-event-page .webinar-event-content-wrap .meals ul li .tooltip-area .tooltip-text::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 11px;
  height: 10px;
  background-color: #F0F0F0;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-content-wrap .meals ul li .tooltip-area .tooltip-text::after {
    display: none;
  }
}
.webinar-event-page .webinar-event-content-wrap .meals ul li .tooltip-area:hover .tooltip-text {
  opacity: 1;
  visibility: visible;
}
.webinar-event-page .webinar-event-sidebar .speaker-area {
  padding: 35px 40px;
  border: 1px solid var(--borders-color);
  margin-bottom: 45px;
}
@media (max-width: 1399px) {
  .webinar-event-page .webinar-event-sidebar .speaker-area {
    padding: 35px 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .webinar-event-page .webinar-event-sidebar .speaker-area {
    padding: 25px 15px;
  }
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-sidebar .speaker-area {
    padding: 25px 15px;
  }
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card {
  text-align: center;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-img {
  width: 238px;
  height: 238px;
  border-radius: 50%;
  margin: 0 auto;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-info {
  padding-top: 30px;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-info .speaker-name {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  display: block;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-info .speaker-role {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-info .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-top: 20px;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-info .social-list li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-info .social-list li a svg {
  fill: var(--text-color);
  transition: 0.5s;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-info .social-list li a:hover {
  border-color: var(--primary-color2);
  background-color: var(--primary-color2);
}
.webinar-event-page .webinar-event-sidebar .speaker-area .speaker-card .speaker-info .social-list li a:hover svg {
  fill: var(--primary-color1);
}
.webinar-event-page .webinar-event-sidebar .speaker-area .slider-btn-grp {
  margin-top: 60px;
  justify-content: space-between;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .slider-btn-grp .swiper-pagination2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: unset;
  z-index: 9;
  gap: 10px;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-sidebar .speaker-area .slider-btn-grp .swiper-pagination2 {
    justify-content: center;
  }
}
.webinar-event-page .webinar-event-sidebar .speaker-area .slider-btn-grp .swiper-pagination2 .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  background-color: #E8E8E8;
  opacity: 1;
  position: relative;
  border-radius: 50%;
  margin: 0;
}
.webinar-event-page .webinar-event-sidebar .speaker-area .slider-btn-grp .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary-color2);
}
.webinar-event-page .webinar-event-sidebar .sponsors-area {
  border: 1px solid var(--borders-color);
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .title-area {
  padding: 27px 20px;
  background-color: #F0F0F0;
  text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .title-area {
    padding: 25px 20px;
  }
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .title-area {
    padding: 25px 20px;
  }
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .title-area h4 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .title-area h4 {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .title-area h4 {
    font-size: 20px;
  }
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category {
  padding: 45px 30px;
}
@media (max-width: 1399px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category {
    padding: 45px 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category {
    padding: 35px 15px;
  }
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category {
    padding: 35px 15px;
  }
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-category-title {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-category-title {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-category-title {
    font-size: 17px;
    margin-bottom: 30px;
  }
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-category-title strong {
  font-weight: 700;
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type {
  margin-bottom: 60px;
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type {
    margin-bottom: 50px;
  }
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type:last-child {
  margin-bottom: 0;
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type .sponsor-logo-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 35px;
  row-gap: 30px;
  flex-wrap: wrap;
}
@media (max-width: 1399px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type .sponsor-logo-list {
    gap: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type .sponsor-logo-list {
    gap: 15px;
    row-gap: 25px;
  }
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type .sponsor-logo-list {
    gap: 15px;
    row-gap: 25px;
  }
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type .sponsor-logo-list li a {
  display: block;
}
.webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type .sponsor-logo-list li a img {
  width: 146px;
}
@media (max-width: 1399px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type .sponsor-logo-list li a img {
    width: 142px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type .sponsor-logo-list li a img {
    width: 128px;
  }
}
@media (max-width: 576px) {
  .webinar-event-page .webinar-event-sidebar .sponsors-area .sponsor-category .sponsor-type .sponsor-logo-list li a img {
    width: 128px;
  }
}

/*=====================================
  65. Contact Page CSS
========================================*/
.contact-page .contact-page-sidebar p {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}
.contact-page .contact-page-sidebar .contact-info {
  padding: 50px 35px 45px;
  background-color: var(--primary-color2);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page .contact-page-sidebar .contact-info {
    padding: 45px 20px 40px;
  }
}
@media (max-width: 576px) {
  .contact-page .contact-page-sidebar .contact-info {
    padding: 45px 20px 40px;
  }
}
.contact-page .contact-page-sidebar .contact-info h2 {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page .contact-page-sidebar .contact-info h2 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .contact-page .contact-page-sidebar .contact-info h2 {
    font-size: 26px;
  }
}
.contact-page .contact-page-sidebar .contact-info .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-page .contact-page-sidebar .contact-info .contact-list .single-contact {
  display: flex;
  gap: 15px;
  margin-bottom: 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page .contact-page-sidebar .contact-info .contact-list .single-contact {
    gap: 10px;
  }
}
.contact-page .contact-page-sidebar .contact-info .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .icon {
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(138, 162, 164, 0.1);
  border: 1px solid rgba(var(--white-color-opc), 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .icon {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}
.contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .icon svg {
  fill: var(--primary-color1);
}
@media (max-width: 576px) {
  .contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .icon svg {
    width: 16px;
  }
}
.contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .content span {
  color: #F1EEEA;
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .content a {
  color: var(--white-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  display: block;
  word-break: break-all;
  transition: 0.5s;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .content a {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  .contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .content a {
    font-size: 16px;
    line-height: 24px;
  }
}
.contact-page .contact-page-sidebar .contact-info .contact-list .single-contact .content a:hover {
  color: var(--primary-color1);
}
.contact-page .contact-page-sidebar .social-list {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.contact-page .contact-page-sidebar .social-list li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--borders-color);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--title-color);
  transition: 0.5s;
}
.contact-page .contact-page-sidebar .social-list li a svg {
  fill: var(--black-color);
  transition: 0.5s;
}
.contact-page .contact-page-sidebar .social-list li a:hover {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.contact-page .contact-page-sidebar .social-list li a:hover svg {
  fill: var(--white-color);
}
.contact-page .contact-form {
  padding: 55px 45px 60px;
  border: 1px solid var(--borders-color);
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-page .contact-form {
    padding: 55px 35px 60px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page .contact-form {
    padding: 50px 25px 55px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-form {
    padding: 50px 20px 60px;
  }
}
@media (max-width: 576px) {
  .contact-page .contact-form {
    padding: 50px 15px 60px;
  }
}
.contact-page .contact-form .contact-form-top h3 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 25px;
}
@media (max-width: 576px) {
  .contact-page .contact-form .contact-form-top h3 {
    font-size: 26px;
  }
}
.contact-page .contact-form .contact-form-top .btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .contact-page .contact-form .contact-form-top .btn-group {
    gap: 10px;
    row-gap: 15px;
  }
}
.contact-page .contact-form .contact-form-top .btn-group .btn-check:checked + btn {
  background-color: var(--primary-color2);
}
.contact-page .contact-form .contact-form-top .btn-group .btn {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  border-radius: 100px;
  border: 1px solid var(--borders-color);
  padding: 15px 20px;
  flex: 0 0 auto;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .contact-page .contact-form .contact-form-top .btn-group .btn {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page .contact-form .contact-form-top .btn-group .btn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .contact-page .contact-form .contact-form-top .btn-group .btn {
    font-size: 14px;
    padding: 14px 20px;
  }
}
.contact-page .contact-form .contact-form-top .btn-group .btn-check:checked + .btn,
.contact-page .contact-form .contact-form-top .btn-group .btn.active,
.contact-page .contact-form .contact-form-top .btn-group .btn.show,
.contact-page .contact-form .contact-form-top .btn-group .btn:first-child:active,
.contact-page .contact-form .contact-form-top .btn-group :not(.btn-check) + .btn:active {
  background-color: var(--primary-color2);
  color: var(--white-color);
  border-color: var(--primary-color2);
}
.contact-page .contact-form .contact-field-area .form-inner input {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
  padding: 10px 20px 10px 30px;
}
@media (max-width: 767px) {
  .contact-page .contact-form .contact-field-area .form-inner input {
    padding: 10px 20px;
  }
}
.contact-page .contact-form .contact-field-area .form-inner input:focus {
  border-color: var(--black-color);
  background-color: transparent;
}
.contact-page .contact-form .contact-field-area .form-inner textarea {
  background-color: #F0F0F0;
  border-color: #F0F0F0;
}
@media (max-width: 767px) {
  .contact-page .contact-form .contact-field-area .form-inner textarea {
    padding: 20px;
  }
}
.contact-page .contact-form .contact-field-area .form-inner textarea:focus {
  border-color: var(--black-color);
  background-color: transparent;
}
.contact-page .contact-form .contact-field-area .form-inner2 .form-check .form-check-input {
  width: 16px;
  height: 16px;
  border: 1px solid var(--black-color);
  background-color: transparent;
  margin-top: 8px;
}
.contact-page .contact-form .contact-field-area .form-inner2 .form-check .form-check-input:checked {
  background-color: var(--primary-color2);
  border-color: var(--primary-color2);
}
.contact-page .contact-form .contact-field-area .form-inner2 .form-check .form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("../img/innerpages/icon/career-sidebar-check-icon.svg");
  background-size: 8px 8px;
}
.contact-page .contact-form .contact-field-area .form-inner2 .form-check .form-check-label {
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page .contact-form .contact-field-area .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .contact-page .contact-form .contact-field-area .form-inner2 .form-check .form-check-label {
    font-size: 15px;
  }
}
.contact-page .contact-form .contact-field-area .form-inner2 .form-check .form-check-label a {
  color: var(--title-color);
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: left 90%;
  transition: background-size 0.75s;
}
.contact-page .contact-form .contact-field-area .form-inner2 .form-check .form-check-label a:hover {
  background-size: 0px 1px;
  background-position: 0 90%;
}
.contact-page .contact-form .contact-field-area .primary-btn3 {
  min-width: 234px;
}

.contact-page-map-indicator-section .contact-map {
  line-height: 1;
  position: relative;
  z-index: 1;
}
.contact-page-map-indicator-section .contact-map #office-map {
  width: 100%;
  min-height: 750px;
  height: 750px;
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .contact-page-map-indicator-section .contact-map #office-map {
    min-height: 600px;
    height: 600px;
  }
}
@media (max-width: 1399px) {
  .contact-page-map-indicator-section .contact-map #office-map {
    min-height: 600px;
    height: 600px;
  }
}
@media (max-width: 991px) {
  .contact-page-map-indicator-section .contact-map #office-map {
    min-height: 550px;
    height: 550px;
  }
}
@media (max-width: 576px) {
  .contact-page-map-indicator-section .contact-map #office-map {
    min-height: 450px;
    height: 450px;
  }
}
.contact-page-map-indicator-section .contact-map .leaflet-control-container {
  display: none;
}
.contact-page-map-indicator-section .contact-map .leaflet-pane,
.contact-page-map-indicator-section .contact-map .leaflet-top,
.contact-page-map-indicator-section .contact-map .leaflet-bottom {
  z-index: 1;
}
.contact-page-map-indicator-section .contact-map .custom-office-marker {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary-color1);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 576px) {
  .contact-page-map-indicator-section .contact-map .custom-office-marker {
    width: 50px;
    height: 50px;
  }
}
.contact-page-map-indicator-section .contact-map .custom-office-marker svg {
  fill: var(--primary-color2);
}
@media (max-width: 576px) {
  .contact-page-map-indicator-section .contact-map .custom-office-marker svg {
    width: 26px;
  }
}
.contact-page-map-indicator-section .contact-map .custom-office-marker.is-active {
  transform: scale(1.08);
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.26);
}
.contact-page-map-indicator-section .contact-map .office-tooltip {
  background: var(--white-color);
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 10px 16px;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: none;
  position: relative;
  top: -46px;
}
@media (max-width: 576px) {
  .contact-page-map-indicator-section .contact-map .office-tooltip {
    font-size: 15px;
  }
}
.contact-page-map-indicator-section .contact-map .leaflet-tooltip.office-tooltip::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: var(--white-color);
  rotate: 45deg;
}
.contact-page-map-indicator-section .contact-map .leaflet-tooltip-top.office-tooltip::before {
  margin-left: 0;
  border: none;
}
.contact-page-map-indicator-section .contact-map .leaflet-tooltip-left.office-tooltip::before,
.contact-page-map-indicator-section .contact-map .leaflet-tooltip-right.office-tooltip::before,
.contact-page-map-indicator-section .contact-map .leaflet-tooltip-bottom.office-tooltip::before {
  border: none;
}
.contact-page-map-indicator-section .contact-map .leaflet-container {
  font: inherit;
}
.contact-page-map-indicator-section .contact-map .leaflet-marker-icon,
.contact-page-map-indicator-section .contact-map .leaflet-marker-shadow {
  background: transparent;
  border: none;
}
.contact-page-map-indicator-section .location-area {
  position: relative;
  z-index: 3;
  margin-top: -224px;
}
@media (max-width: 576px) {
  .contact-page-map-indicator-section .location-area {
    margin-top: -180px;
  }
}
.contact-page-map-indicator-section .location-area .contact-page-location-slider {
  margin-top: 10px;
  padding-top: 10px;
}
.contact-page-map-indicator-section .location-area .location-card {
  padding: 40px 30px;
  background-color: var(--white-color);
  border: 1px solid var(--borders-color);
  text-align: center;
  transition: all 0.3s ease;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contact-page-map-indicator-section .location-area .location-card {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  .contact-page-map-indicator-section .location-area .location-card {
    padding: 35px 15px;
  }
}
@media (max-width: 576px) {
  .contact-page-map-indicator-section .location-area .location-card {
    padding: 30px 15px;
  }
}
.contact-page-map-indicator-section .location-area .location-card.is-active {
  transform: translateY(-4px);
}
.contact-page-map-indicator-section .location-area .location-card .location-img-and-address {
  cursor: pointer;
}
.contact-page-map-indicator-section .location-area .location-card .location-img-and-address .location-img {
  width: 260px;
  height: 150px;
  border-radius: 0;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .contact-page-map-indicator-section .location-area .location-card .location-img-and-address .location-img {
    width: 220px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  .contact-page-map-indicator-section .location-area .location-card .location-img-and-address .location-img {
    width: 200px;
    height: 200px;
  }
}
.contact-page-map-indicator-section .location-area .location-card .location-img-and-address .location-img img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.contact-page-map-indicator-section .location-area .location-card .location-img-and-address .office-address {
  padding: 20px 0 5px;
  max-width: 295px;
  width: 100%;
  margin: 0 auto;
}
.contact-page-map-indicator-section .location-area .location-card .location-img-and-address .office-address h2 {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.contact-page-map-indicator-section .location-area .location-card .location-img-and-address .office-address p {
  color: var(--text-color);
  font-family: var(--font-poppins);
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.contact-page-map-indicator-section .location-area .location-card .location-content .card-divider {
  width: 190px;
  height: 1px;
  background-color: rgba(var(--black-color-opc), 0.1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .contact-page-map-indicator-section .location-area .location-card .location-content .card-divider {
    margin-bottom: 25px;
  }
}
.contact-page-map-indicator-section .location-area .location-card .location-content .card-divider::after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: var(--primary-color2);
}
.contact-page-map-indicator-section .location-area .location-card .location-content .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-page-map-indicator-section .location-area .location-card .location-content .contact-list .single-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}
.contact-page-map-indicator-section .location-area .location-card .location-content .contact-list .single-contact:last-child {
  margin-bottom: 0;
}
.contact-page-map-indicator-section .location-area .location-card .location-content .contact-list .single-contact svg {
  fill: var(--primary-color2);
  min-width: 14px;
}
.contact-page-map-indicator-section .location-area .location-card .location-content .contact-list .single-contact a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  word-break: break-all;
  background-image: linear-gradient(to bottom, var(--title-color) 0%, var(--title-color) 98%);
  background-repeat: no-repeat;
  background-size: 0px 1px;
  background-position: left 100%;
  transition: background-size 0.75s;
}
@media (max-width: 767px) {
  .contact-page-map-indicator-section .location-area .location-card .location-content .contact-list .single-contact a {
    font-size: 15px;
  }
}
.contact-page-map-indicator-section .location-area .location-card .location-content .contact-list .single-contact a:hover {
  background-size: 100% 1px;
  background-position: 0 100%;
}

 .quick-links-section {
        position: relative;
        z-index: 10;
        margin-top: -160px; /* Slider'ın üzerine ne kadar bineceğini buradan ayarlayabilirsiniz */
        margin-bottom: 80px;
    }
    
    .quick-links__list {
        display: flex;
        flex-wrap: nowrap; /* Öğeleri tek satırda bitişik dizer */
        list-style: none;
        padding: 0;
        margin: 0;
        background: #ffffff;
        box-shadow: 0 10px 40px rgba(0,0,0,0.08); /* Genel dış gölge */
    }
    
    .quick-links__item {
        flex: 1; /* Tüm kutuların genişliğini eşitler */
        position: relative;
    }
    
    /* Öğeler arasına görseldeki gibi ince gölge/ayraç eklemek için */
    .quick-links__item:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 1px;
        box-shadow: 5px 0 15px rgba(0,0,0,0.08);
        background-color: #f5f5f5;
        z-index: 1;
    }

    .quick-links__link {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        color: #555555;
        font-weight: 500;
        font-size: 15px;
        line-height:17px;
        text-align:center;
        padding: 30px 10px; /* Tıklanabilir alanı ve bg rengini tüm kutuya yayar */
        height: 100%;
        transition: all 0.3s ease;
        position: relative;
        z-index: 2;
    }
    
    /* HOVER (Üzerine gelince çalışacak kısım) */
    .quick-links__link:hover {
        background-color: #384f5f; /* Görseldeki lacivert/gri renk */
        color: #ffffff;
    }

    .quick-links__icon {
        margin-bottom: 12px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .quick-links__icon img {
        max-height: 45px;
        width: auto;
        transition: all 0.3s ease;
    }
    
    /* Görsel Değiştirme (Hover olunca griyi gizle, beyazı göster) */
    .quick-links__link:hover .img-default {
        display: none;
    }
    
    .quick-links__icon .img-hover {
        display: none;
    }
    
    .quick-links__link:hover .img-hover {
        display: block;
    }

    /* Mobil Uyumluluk */
    @media (max-width: 991px) {
        .quick-links__list { 
            flex-wrap: wrap; 
        }
        .quick-links__item { 
            flex: 1 1 33.333%; 
            border-bottom: 1px solid #eaeaea;
        }
        .quick-links__item::after {
            display: none; /* Mobilde aradaki gölgeleri kaldırır */
        }
        .quick-links__item:not(:nth-child(3n)) {
            border-right: 1px solid #eaeaea;
        }
    }
    
    @media (max-width: 575px) {
        .quick-links-section { margin-top: -30px; }
        .quick-links__item { 
            flex: 1 1 50%; 
        }
        .quick-links__item:not(:nth-child(3n)) {
            border-right: none;
        }
        .quick-links__item:not(:nth-child(2n)) {
            border-right: 1px solid #eaeaea;
        }
    }


 /* --- HABERLER & DUYURULAR YAN YANA GÖRÜNÜM CSS --- */

/* Haberler Slider Yüksekliği (Duyurularla Aynı Hizada Olması İçin) */
.ttso-news-row {
    min-height: 400px;
    height: 100%;
}

.news-banner-image {
    min-height: 250px; /* Mobilde resmin kaybolmaması için */
}

/* KUZKA Duyuru & İhale Kartı Stilleri */
.kuzka-announcement-card {
    border-radius: 12px;
    min-height: 400px; /* Haberler ile hizalamak için */
}

/* Duyuru Listesi Kaydırma Çubuğu (Taşmayı Önler) */
.announcement-list.custom-scroll {
    max-height: 335px; /* Kartın dışına taşmaması için yükseklik sınırı */
    overflow-y: auto;
}

/* İnce Scrollbar Tasarımı */
.custom-scroll::-webkit-scrollbar {
    width: 6px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #d4d4d4; 
    border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
    background: var(--primary-color1); 
}

/* Sekme Başlıkları (Tabs) */
.kuzka-announcement-card .nav-tabs {
    border-bottom: 2px solid #f1f3f5;
    background-color: #fafbfa;
}

.kuzka-announcement-card .nav-tabs .nav-link {
    color: #6c757d;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    transition: all 0.3s ease;
    font-size: 15px;
}

.kuzka-announcement-card .nav-tabs .nav-link:hover {
    color: var(--primary-color1);
}

/* Aktif Sekme Durumu */
.kuzka-announcement-card .nav-tabs .nav-link.active {
    color: #2b3945;
    background-color: #fff;
    border-bottom: 3px solid var(--primary-color1);
}

/* Duyuru Liste Elemanları */
.announcement-item {
    transition: background-color 0.2s ease, padding-left 0.2s ease;
    border-left: 3px solid transparent;
}

.announcement-item:hover {
    background-color: #f8f9fa;
    border-left-color: var(--primary-color1);
}

/* Tarih Kutusu (Takvim İkonu Görünümü) */
.announce-date {
    min-width: 60px;
    padding: 7px 5px;
    border: 1px solid #e9ecef;
}

.announcement-item:hover .announce-title {
    color: var(--primary-color1) !important;
}

/* Swiper Slider Ok Tasarımı (Haberlerin Üzerine Gelen Oklar) */
.custom-swiper-nav {
    color: #fff !important;
    background: rgba(43, 57, 69, 0.7);
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    transition: background 0.3s ease;
}
.custom-swiper-nav:hover {
    background: var(--primary-color1);
}
.custom-swiper-nav::after {
    display: none; /* Varsayılan büyük okları gizler, Bootstrap Icon kullanılır */
}

/* Mobil Görünüm Düzeltmeleri */
@media (max-width: 991px) {
    .ttso-news-row {
        min-height: auto;
    }
    .kuzka-announcement-card {
        min-height: auto;
    }
    .announcement-list.custom-scroll {
        max-height: 400px; /* Mobilde biraz daha uzun listelenebilir */
    }
}

/* --- KUZKA Garantili Haber Slider Stilleri --- */

/* Karartma Efekti (Zorunlu Bootstrap Ezmesi) */
.custom-dark-overlay {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 20%, rgba(30,41,51,0.95) 100%) !important;
    z-index: 2 !important;
    padding-bottom: 80px !important; /* Alt menüye yer açar */
}

/* Yazıları Öne Çıkarma */
.slider-text-content {
    position: relative;
    z-index: 5;
    transition: transform 0.3s ease;
}

.text-shadow {
    font-size: 26px;
    text-shadow: 0 4px 10px rgba(0,0,0,0.8);
}

.carousel-item:hover .slider-text-content {
    transform: translateY(-5px);
}

/* Resim Zoom Efekti */
.carousel-item img {
    transition: transform 5s ease;
}
.carousel-item:hover img {
    transform: scale(1.05);
}

/* --- Embla Tarzı Alt Navigasyon --- */
.kuzka-custom-indicators {
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 10 !important;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
}

/* Yuvarlak Noktalar */
.kuzka-custom-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important;
    background-color: rgba(255, 255, 255, 0.5) !important;
    border: none !important;
    margin-right: 8px !important;
    text-indent: -999px;
    transition: all 0.4s ease !important;
}

/* Aktif Olan Nokta (Geniş Çizgi) */
.kuzka-custom-indicators button.active {
    width: 32px !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.8) !important;
}

/* Tüm Haberler Linki */
.all-news-btn {
    font-size: 14px;
    letter-spacing: 1px;
    opacity: 0.8;
    transition: all 0.3s ease;
}
.all-news-btn:hover {
    opacity: 1;
    color: var(--primary-color1) !important;
}

/* Mobil Düzenleme */
@media (max-width: 768px) {
    #kuzkaNewsCarousel {
        height: 380px !important;
    }
    .text-shadow {
        font-size: 20px;
    }
}


/* --- TTSO Tarzı News Banner CSS --- */
.ttso-style-news-section {
    position: relative;
    z-index: 5;
}

.ttso-news-slider {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 10px 40px rgba(0,0,0,0.1);
    background-color: #fff;
    position: relative;
}

.ttso-news-row {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.news-banner-image {
    position: relative;
    overflow: hidden;
    height: 450px; /* Görsel alan yüksekliği */
}

.news-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-banner-image:hover img {
    transform: scale(1.03); /* Hover anında hafif büyüme */
}

.news-banner-detail-content {
    background-color: #f8f9fa; /* Sağ taraf açık gri arka plan */
}

.news-banner-detail-area {
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
}

.news-banner-content a {
    text-decoration: none;
    display: block;
}

.news-banner-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.news-banner-content a:hover .news-banner-title {
    color: #0056b3; /* Ana tema rengi (Örn: Kuzka Mavisi) */
}

.news-banner-short {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.news-bottom-wrapper {
    margin-top: auto;
    border-top: 1px solid #e9ecef;
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-banner-date {
    font-size: 14px;
    color: #777;
    font-weight: 500;
}

.news-banner-date i {
    margin-right: 5px;
    color: #0056b3;
}

.news-archive-button {
    background-color: #0056b3; /* Buton Rengi */
    color: #fff;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news-archive-button:hover {
    background-color: #004494;
    color: #fff;
}

/* Slider Okları */
.ttso-slider-nav {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.custom-nav-btn {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    color: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.custom-nav-btn:hover {
    background: #0056b3;
    color: #fff;
}

/* Pagination (Noktalar) */
.swiper-pagination-ttso .swiper-pagination-bullet {
    background: #0056b3;
    opacity: 0.5;
}

.swiper-pagination-ttso .swiper-pagination-bullet-active {
    opacity: 1;
    width: 20px;
    border-radius: 5px;
}

/* Mobil Uyumluluk */
@media (max-width: 991px) {
    .news-banner-image {
        height: 250px;
    }
    .ttso-slider-nav {
        display: none; /* Mobilde okları gizle, kaydırma yeterli */
    }
}


/* --- KUZKA Doküman Merkezi Stilleri --- */
/* --- Slider Ok Butonları (Sağ Üst) --- */
.slider-nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1a202c; /* Görseldeki koyu lacivert/siyah renk */
    color: #fff;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.slider-nav-btn:hover {
    background-color: var(--primary-color1); /* KUZKA Turuncusu */
    color: #fff;
    transform: translateY(-2px);
}

/* --- Kaydırma Alanı (Slider Track) --- */
.slider-track-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px; /* Kartlar arası boşluk */
    overflow-x: auto;
    scroll-behavior: smooth; /* Oklarla yumuşak kayma sağlar */
    padding-bottom: 20px;
    padding-top: 10px;
}

/* Scrollbar'ı Gizleme (Görseldeki gibi temiz bir görünüm için) */
.custom-scrollbar-hide::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}
.custom-scrollbar-hide {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* --- Ürün Kart Tasarımı --- */
.product-card-wrapper {
    flex: 0 0 260px; /* Kartın sabit genişliği */
    min-width: 260px;
}

/* Karemsi Oval Köşeli Alan */
.product-thumb {
    height: 380px; 
    border-radius: 16px !important; /* Görseldeki oval köşeler */
    background-color: #fff;
}

.product-thumb img {
    transition: transform 0.5s ease;
}

.doc-card:hover .product-thumb img {
    transform: scale(1.05); /* Üzerine gelince resim hafif yaklaşır */
}

/* Üzerine Gelince Kararma ve İkon Çıkması */
.doc-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-color: rgba(20, 25, 30, 0.6); /* Şeffaf siyah/lacivert katman */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.doc-card:hover .doc-overlay {
    opacity: 1; /* Üzerine gelince görünür */
}

/* Büyüteç İkonu Stili */
.doc-overlay i {
    font-size: 2.5rem;
    font-weight: 300;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.doc-card:hover .doc-overlay i {
    transform: scale(1);
}

.product-card-wrapper .card-title {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #444;
}
/* Sol Menü Sekmeleri (Tabs) */
/* --- KUZKA Doküman Merkezi Stilleri (Görsel Tasarım) --- */

/* Arka Plan */
.kuzka-doc-center {
    background-color: #f6f6f6;
    overflow: hidden;
}

/* Sol Menü Sekmeleri (Tabs) */
.custom-doc-tabs {
    padding-right: 20px;
}

.custom-doc-tabs .nav-link {
    background-color: transparent;
    color: #4a4a4a;
    border: none;
    border-bottom: 1px solid #e0e0e0; /* Pasif sekmeler altındaki ayırıcı çizgi */
    border-radius: 0;
    padding: 20px 15px;
    margin-bottom: 0;
    transition: all 0.3s ease;
}

/* Son elemanın altındaki çizgiyi kaldır */
.custom-doc-tabs .nav-link:last-child {
    border-bottom: none;
}

.custom-doc-tabs .nav-link:hover {
    background-color: rgba(0,0,0,0.03);
}

/* AKTİF SEKME: Görseldeki Koyu Gradient Buton Görünümü */
.custom-doc-tabs .nav-link.active {
    /*background: linear-gradient(135deg, #a4a9ad 0%, #3e4a56 100%);*/
    color: #ffffff;
    border-radius: 8px;
    border-bottom: none;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    transform: scale(1.02); /* Hafifçe öne çıkarma */
}

/* Tab Yazı Fontları */
.custom-doc-tabs .tab-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
}

.custom-doc-tabs .tab-subtitle {
    font-size: 13px;
    font-weight: 400;
}

.custom-doc-tabs .nav-link.active .tab-title,
.custom-doc-tabs .nav-link.active .tab-subtitle {
    color: #ffffff;
}

/* SAĞ TARAF: Yatay Scroll Alanı (Görseldeki gibi yan yana dizilim) */
.horizontal-scroll-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: thin; /* Modern tarayıcılar için ince scroll */
    scrollbar-color: #cbd5e1 transparent;
}

/* Scrollbar Tasarımı (Webkit tarayıcılar için) */
.horizontal-scroll-container::-webkit-scrollbar {
    height: 8px;
}
.horizontal-scroll-container::-webkit-scrollbar-track {
    background: transparent;
}
.horizontal-scroll-container::-webkit-scrollbar-thumb {
    background-color: #cbd5e1;
    border-radius: 10px;
}

/* Kart Genişlikleri (Resimdeki oranlar) */
.doc-card-wrapper {
    flex: 0 0 250px; /* Her kartın sabit genişliği */
    min-width: 250px;
}

/* Doküman Kart Tasarımı */
.doc-card {
    transition: transform 0.3s ease;
}

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

/* Resim Alanı */
.doc-thumb {
    height: 350px; /* Görseldeki gibi dikey uzun bir form */
    background-color: #fff;
    border: 1px solid #eee;
}

.doc-thumb img {
    transition: transform 0.5s ease;
}

.doc-card:hover .doc-thumb img {
    transform: scale(1.05); /* Üzerine gelince resim hafif büyür */
}

/* Karanlık Overlay (Üzerine Gelince) */
.doc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(30, 41, 51, 0.85); /* Koyu Transparan */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.doc-card:hover .doc-overlay {
    opacity: 1; /* Görünür olur */
}

.doc-card .card-title {
    font-size: 14px;
    font-weight: 500;
    color: #555;
    line-height: 1.4;
}

.doc-card:hover .card-title {
    color: var(--primary-color1); /* KUZKA Turuncusu (Hover olunca) */
}

/* Mobil Görünüm Düzenlemeleri */
@media (max-width: 991px) {
    .custom-doc-tabs {
        padding-right: 0;
        display: flex;
        flex-direction: row !important;
        overflow-x: auto;
        gap: 10px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    
    .custom-doc-tabs .nav-link {
        flex: 0 0 auto;
        border-bottom: none;
        border-radius: 8px;
        background-color: #e9ecef;
    }

    .custom-doc-tabs .nav-link.active {
        transform: scale(1); /* Mobilde scale iptal */
    }
}
/* --- Ürünler Sekmesi Özel Tasarımı (Coğrafi İşaretli Ürünler) --- */

/* Ürün Kart Genişliği */
.product-card-wrapper {
    flex: 0 0 250px; /* Görseldeki gibi biraz daha kompakt genişlik */
    min-width: 250px;
}

/* Ürün Resim Alanı (Kare Form ve Oval Köşeler) */
.product-thumb {
    height: 380px; /* Kareye yakın, dikey formda değil */
    border-radius: 18px !important; /* Görseldeki gibi belirgin oval köşeler */
    background-color: #fff;
}

.product-thumb img {
    transition: transform 0.6s ease;
}

/* Hover Animasyonu (Resim çok hafif yaklaşır) */
.doc-card:hover .product-thumb img {
    transform: scale(1.08); 
}

/* Büyüteç İkonu İnce Ayarı */
.product-thumb .doc-overlay i {
    font-weight: 300; /* İkonun görseldeki gibi ince durması için */
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* Kart Yazı Tipi İnce Ayarı */
.product-card-wrapper .card-title {
    font-size: 15px;
    letter-spacing: 0.2px;
}

/* --- Galeri Sekmesi Özel Tasarımı (Fotoğraf ve Video) --- */

/* Galeri Kart Genişliği (Görseldeki gibi geniş 16:9 formu) */
.gallery-card-wrapper {
    flex: 0 0 320px; /* Geniş yatay form */
    min-width: 320px;
}

/* Galeri Resim Alanı (Yatay Form ve Oval Köşeler) */
.gallery-thumb {
    height: 180px; /* 16:9 formatına uygun yükseklik */
    border-radius: 14px !important; /* Oval köşeler */
    background-color: #000; /* Yüklenirken siyah zemin */
}

.gallery-thumb img {
    transition: transform 0.6s ease;
}

.doc-card:hover .gallery-thumb img {
    transform: scale(1.08); /* Yumuşak yakınlaşma efekti */
}

/* --- Video Kartlarına Özel CSS --- */

/* Videolarda başlığın okunabilmesi için sürekli alttan kararma efekti */
.gallery-thumb.video-thumb .video-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    /* Alt kısmı siyaha çalan şeffaf gradient */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.85) 100%);
    transition: background 0.3s ease;
}

/* Hover durumunda videonun tamamı kararır */
.doc-card:hover .gallery-thumb.video-thumb .video-overlay {
    background: rgba(30, 41, 51, 0.7);
}

/* Ortadaki Play İkonu Animasyonu */
.gallery-thumb.video-thumb .play-icon {
    opacity: 0.7; /* Varsayılan olarak hafif saydam */
    transition: all 0.3s ease;
    transform: scale(0.9);
}

.doc-card:hover .gallery-thumb.video-thumb .play-icon {
    opacity: 1; /* Üzerine gelince tam belirginleşir */
    transform: scale(1.1); /* Hafifçe büyür */
    color: var(--primary-color1) !important; /* İsteğe bağlı: KUZKA turuncusuna döner */
}

/* Videoların altındaki metin */
.gallery-thumb.video-thumb span {
    text-shadow: 0 2px 4px rgba(0,0,0,0.8); /* Metin gölgesi okunabilirliği artırır */
    transition: transform 0.3s ease;
}

.doc-card:hover .gallery-thumb.video-thumb span {
    transform: translateY(-5px); /* Hover'da yazı çok hafif yukarı kalkar */
}
.custom-doc-tabs .nav-link {
 background-color: transparent;
    color: #2b3945;
    border: none;
    border-left: 3px solid #dee2e6;
    border-radius: 0;
    padding: 15px 20px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    /* padding: 20px 30px !important; */
    border-radius: 10px !important;
    color: #222831 !important;
    line-height: 1.2 !important;
    transition: all 0.25s ease !important;
    display: block !important;
}

.custom-doc-tabs .nav-link:hover {
    background-color: #f1f3f5;
    border-left-color: var(--primary-color1);
}

.custom-doc-tabs .nav-link.active {
    background-color: #1d2a3b;
    color: var(--primary-color1);
    border-left: 4px solid var(--primary-color1);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    /* padding: 20px 30px !important; */
    border-radius: 10px !important;
    color: #ffffff !important;
    line-height: 1.2 !important;
    transition: all 0.25s ease !important;
    display: block !important;
}

.custom-doc-tabs .tab-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.custom-doc-tabs .tab-subtitle {
    font-size: 13px;
    color: #888;
    font-weight: 400;
}

.custom-doc-tabs .nav-link.active .tab-title {
    color: var(--primary-color1);
}
.custom-doc-tabs .nav-link.active .tab-subtitle {
    color: #fff;
}

/* Doküman ve Galeri Kartları */
.doc-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
    overflow: hidden;
}

.doc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
}

.doc-thumb {
    height: 380px; /* Görsellerin aynı boyda hizalanması için */
    background-color: #f8f9fa;
}

.doc-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Resmi kutuya orantılı sığdırır */
    transition: transform 0.4s ease;
}

.doc-card:hover .doc-thumb img {
    transform: scale(1.1); /* Hover'da resim hafif yakınlaşır */
}

/* Resim Üzerindeki Karanlık Katman (Overlay) */
.doc-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(43, 57, 69, 0.85); /* KUZKA Laciverti şeffaf hali */
    opacity: 0;
    transition: opacity 0.3s ease;
}

.doc-card:hover .doc-overlay {
    opacity: 1; /* Fare üzerine gelince görünür olur */
}

.doc-title-line1 {
    font-size: 14px;
}

/* Mobil Görünüm */
/* --- Mobil Uyumluluk --- */
@media (max-width: 991px) {
    .kuzka-map-container { 
        background: none; 
        min-height: auto; 
    }
    
   
}

   /* İletişim Kutuları Hover Efekti */
            .office-box:hover {
                background-color: rgba(255,255,255,0.08) !important;
                transform: translateY(-5px);
            }
            .office-box a:hover {
                color: #3BA9BC !important;
            }
            /* --- KUZKA Footer CSS --- */

            /* Sosyal Medya İkonları Tasarımı */
            .kuzka-social-icons a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 36px;
                height: 36px;
                background-color: rgba(255, 255, 255, 0.05);
                color: #fff;
                border-radius: 5px;
                font-size: 16px;
                transition: all 0.3s ease;
                text-decoration: none;
            }

            .kuzka-social-icons a:hover {
                background-color: #3BA9BC; /* KUZKA Turuncusu */
                color: #fff;
                transform: translateY(-3px); /* Yukarı kalkma efekti */
            }

            /* Footer Menü Linkleri */
            .kuzka-footer-links li {
                margin-bottom: 5px;
            }

            .kuzka-footer-links a {
                color: #aeb4be; /* Soft gri-mavi renk */
                text-decoration: none;
                font-size: 14px;
                transition: all 0.3s ease;
                display: inline-block;
                font-weight: 300;
            }

            /* Menü Linki Hover Efekti */
            .kuzka-footer-links a:hover {
                color: #3BA9BC;
                transform: translateX(5px); /* Sağa doğru zarif bir kayma */
            }
       /* Engellenemez ve Kapsayıcıyı Kırmayan Sticky Sınıfı */
.force-sticky-now {
    position: fixed !important;
    left: 0 !important;
    width: 100% !important;
    /* z-index: 2147483647 !important; Tarayıcıdaki maksimum z-index değeri */
    background-color: #1d2a3b !important; /* Beyaz menü elemanları için lacivert arka plan */
    box-shadow: 0 5px 25px rgba(0,0,0,0.3) !important;
    margin: 0 !important;
    
    /* EN KRİTİK KISIM: Mobil menünün header dışına ve tüm ekrana taşabilmesi için */
    overflow: visible !important; 
    
    /* Animasyonu transform ile değil, "top" değeri ile yapıyoruz. 
       Böylece mobil menünün ekranı kaplaması engellenmez. */
    animation: menuSlideDown 0.4s ease-out forwards !important;
}

@keyframes menuSlideDown {
    0% { top: -150px; }
    100% { top: 0px; }
}
/* --- KAPSAYICI (GRID SİSTEMİ) --- */
.quick-links-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 20px;
    width: 100%;
    justify-items: center;
}

/* --- KART TASARIMI --- */
.modern-quick-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 25px 15px;
    width: 100%;
    max-width: 200px;
    border-radius: 12px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

/* Hover (Üzerine Gelme) Animasyonu */
.modern-quick-link:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 86, 179, 0.15); /* Lacivert tonlarında yumuşak gölge */
    border-color: rgba(0, 86, 179, 0.1);
}

/* --- İKON KUTUSU (YUVARLAK ARKAPLAN) --- */
.icon-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.4s ease;
}

/* Karta hover yapıldığında ikon kutusunun rengi turkuaz/mavi arası bir kurumsal renge döner */
.modern-quick-link:hover .icon-box {
    background: var(--primary-color1);
}

/* --- İKONLARIN GEÇİŞ EFEKTLERİ --- */
.icon-box i {
    font-size: 1.8rem;
    position: absolute;
    transition: all 0.3s ease;
}

/* Varsayılan: Çizgili İkon (Koyu Gri/Lacivert) */
.icon-outline {
    opacity: 1;
    transform: scale(1);
    color: var(--primary-color1); 
}

/* Varsayılan: Dolu İkon Gizli */
.icon-fill {
    opacity: 0;
    transform: scale(0.5);
    color: #ffffff; /* Hoverda ikon beyaz olacak */
}

/* Hover: Çizgiliyi Gizle, Doluyu Göster */
.modern-quick-link:hover .icon-outline {
    opacity: 0;
    transform: scale(1.5);
}

.modern-quick-link:hover .icon-fill {
    opacity: 1;
    transform: scale(1);
}

/* --- METİN TASARIMI --- */
.link-text {
    color: #2d3748;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.modern-quick-link:hover .link-text {
    color: #0056b3; /* Hover durumunda yazı kurumsal mavi olur */
}

/* --- MOBİL UYUM --- */
@media (max-width: 768px) {
    .quick-links-wrapper {
        grid-template-columns: repeat(2, 1fr); /* Mobilde yan yana 2'li düzen */
        gap: 15px;
    }
    
    .modern-quick-link {
        padding: 20px 10px;
    }
    
    .icon-box {
        width: 60px;
        height: 60px;
    }
    
    .icon-box i {
        font-size: 1.5rem;
    }
    
    .link-text {
        font-size: 12px;
    }
}
/* Senin Kodun (Mevcut haliyle kalabilir, sadece scroll-snap ekledik) */
.slider-track-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px; 
    overflow-x: auto;
    scroll-behavior: smooth; 
    padding-bottom: 20px;
    padding-top: 10px;
    scroll-snap-type: x mandatory; /* EKLENDİ: Mıknatıs etkisi */
}

/* EKSİK OLAN VE EKLENMESİ GEREKEN KOD */
.doc-card-wrapper {
    flex: 0 0 auto; /* KRİTİK: Kartın asla daralmasına izin verme */
    width: 250px; /* Kartlarının gerçek genişliği neyse onu yazın (örneğin 260px) */
    scroll-snap-align: start; /* EKLENDİ: Kaydırma durunca kart başına hizala */
}
/* SADECE MOBİL EKRANLAR İÇİN (768px ve altı) */
@media (max-width: 768px) {
    
    /* 1. SEKMELERİ (Dokümanlar, Ürünler, Galeri) YAN YANA VE ORTALI YAPMA */
    /* Sizin sekme kapsayıcınızın class'ına göre .nav-pills veya ilgili class'ı kullanın */
    .nav-pills, .nav-tabs, .sol-menu-kapsayici {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        flex-wrap: nowrap !important;
        gap: 5px;
        margin-bottom: 25px !important;
        width: 100%;
    }
    
    .nav-pills .nav-link {
        flex: 1; /* Sekmelerin eşit genişlikte dağılmasını sağlar */
        text-align: center;
        padding: 10px 5px !important;
        font-size: 11px !important; /* Mobilde sığması için yazıyı küçültüyoruz */
    }

    /* 2. KARTLARI (Slider) YAN YANA TAM 2 ADET SIĞDIRMA */
    .slider-track-container {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        gap: 15px !important; /* Kartlar arası boşluk */
        padding-bottom: 10px !important;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .slider-track-container::-webkit-scrollbar {
        display: none; /* Kaydırma çubuğunu gizle */
    }

    /* 2 Kartın ekrana tam oturması için %50 genişlikten boşluğu çıkarıyoruz */
    .doc-card-wrapper, .product-card-wrapper {
        flex: 0 0 calc(50% - 7.5px) !important; 
        max-width: calc(50% - 7.5px) !important;
        scroll-snap-align: start !important;
    }

    /* Kart köşelerini görseldeki gibi yuvarlama */
    .doc-thumb, .product-thumb {
        border-radius: 15px !important;
    }

    /* Kart altındaki yazıları görseldeki gibi ortalama ve küçültme */
    .doc-card-wrapper .card-title, 
    .product-card-wrapper .card-title {
        font-size: 12px !important;
        text-align: center !important;
        margin-top: 5px !important;
        color: #666 !important; /* Görseldeki gibi gri ton */
    }

    /* 3. YÖN OKLARINI ALTA VE ORTAYA ALMA */
    /* Okların bulunduğu div'in class'ını buraya yazın (Örn: .slider-arrows) */
    .slider-arrows { 
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        margin-top: 15px !important;
        position: relative !important;
        top: auto !important;
        right: auto !important;
        gap: 15px !important;
    }
    .doc-card-wrapper {
    flex: 0 0 250px;
    min-width: 195px;
}
.product-card-wrapper {
    flex: 0 0 250px;
    min-width: 190px;
}
.doc-thumb {
    height: 290px;
    background-color: #f8f9fa;
}
.product-thumb {
    height: 290px;
    border-radius: 18px !important;
    background-color: #fff;
}
}

/* --- OTOMATİK KAYAN GALERİ (MARQUEE) --- */
.marquee-container {
    width: 100%;
    /* İçerik taşarsa gizle ki sağda solda çirkin kaydırma çubukları çıkmasın */
    overflow: hidden; 
}

.marquee-track {
    /* Genişliği içindeki elemanlara göre otomatik ayarla */
    width: max-content;
    /* 20 saniyede bir tur atacak şekilde animasyon ekle. Hızlandırmak için 20s'yi düşürebilirsiniz */
    animation: scroll-left 20s linear infinite; 
}

/* Kullanıcı fare ile üstüne gelince kayma dursun */
.marquee-track:hover {
    animation-play-state: paused;
}

/* Kartların sabit bir genişlikte kalmasını garantiye alalım */
.marquee-track .gallery-card-wrapper {
    width: 250px; /* Kart genişliğini tasarımınıza göre değiştirebilirsiniz */
    flex: 0 0 auto;
}

/* Sağdan sola kayma animasyonu anahtarları */
@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        /* Tam olarak %50 kaydırıyoruz çünkü HTML içinde kartların aynısından 1 set daha (duplicate) var. 
           Böylece en sondaki kart bittiğinde pürüzsüzce tekrar başa dönmüş gibi görünür. */
        transform: translateX(-50%);
    }
}

   /* 1. ESKİ VE YENİ NESİL TÜM GOOGLE ÇUBUKLARINI GİZLE */
    .goog-te-banner-frame,
    .VIpgJd-Zvi9od-ORHb-OEVmcd,
    .skiptranslate > iframe,
    body > .skiptranslate {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0px !important;
        width: 0px !important;
        border: none !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute !important;
        z-index: -10000 !important;
        pointer-events: none !important;
    }

    /* 2. SAYFANIN AŞAĞI KAYMASINI KESİN OLARAK ENGELLE */
    html {
        top: 0px !important;
        margin-top: 0px !important;
        transform: none !important;
    }
    
    body {
        top: 0px !important;
        margin-top: 0px !important;
        position: static !important;
        transform: none !important;
    }

    /* 3. BALONCUK VE VURGULARI GİZLE */
    #goog-gt-tt, 
    .goog-te-balloon-frame,
    .VIpgJd-Zvi9od-aZ2wEe-wOHMyf { 
        display: none !important; 
    }
    
    .goog-text-highlight { 
        background: transparent !important; 
        box-shadow: none !important; 
    }

   /* ==========================================================================
   MOBİL İÇİN KESİN ÇÖZÜM - TAM 1 KART (%100 GENİŞLİK) ZORLAMASI
   ========================================================================== */

@media (max-width: 768px) {
    
    /* 1. Kaydırma Alanını Sıfırlıyoruz (Boşlukları kaldırıp matematiği netleştiriyoruz) */
    #dokumanTrack, #urunTrack, #photoTrack, #videoTrack,
    .slider-track, .oran-slider-track {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        gap: 0 !important; /* Aradaki boşlukları sıfırladık, kart içinden boşluk vereceğiz */
        padding: 0 !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        width: 100% !important;
    }

    /* 2. Kartları KESİN OLARAK %100 Genişliğe Ayarlama */
    /* ("> div" seçicisi: Track içindeki her bir kartı doğrudan zorla hedefler) */
    #dokumanTrack > div, #urunTrack > div, #photoTrack > div, #videoTrack > div {
        flex: 0 0 100% !important; /* Kapsayıcının tam %100'ünü al */
        width: 100% !important;
        min-width: 100% !important; /* Asla daralma */
        max-width: 100% !important; /* Asla büyüme */
        scroll-snap-align: center !important;
        padding: 0 35px !important; /* Kartların sağına/soluna oklar için boşluk bırakır */
        box-sizing: border-box !important;
    }

    /* 3. Görsel Kutusunu Orantılı ve Şeffaf Yapma */
    .img-box, .oran-card-horizontal, .img-wrapper, .doc-img, .gallery-img {
        width: 100% !important;
        height: auto !important; 
       /*  aspect-ratio: 3/4 !important; Dokümanlar dikey */
        background-color: transparent !important;
        box-shadow: none !important;
    }

    /* Galerideki foto/video yatay oranı */
    #photoTrack .img-box, #videoTrack .img-box, 
    #photoTrack .oran-card-horizontal, #videoTrack .oran-card-horizontal,
    #photoTrack .gallery-img, #videoTrack .gallery-img {
        aspect-ratio: 16/9 !important;
    }

    /* 4. Görseli KESMEDEN Kutunun İçine Sığdırma */
    #dokumanTrack img, #urunTrack img, #photoTrack img, #videoTrack img,
    .img-box img, .img-wrapper img, .doc-img img, .gallery-img img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important; /* Orijinal boyutta sığdır */
        border-radius: 12px !important;
    }

    /* 5. Okları Tam Ortaya ve Güvenli Alana Alma */
    .side-arrow, .slider-arrow, .gallery-arrow, .top-arrows {
        display: flex !important;
        position: absolute !important;
        top: 45% !important;
        transform: translateY(-50%) !important;
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        background: rgba(0, 0, 0, 0.7) !important;
        color: #fff !important;
        z-index: 99 !important;
        justify-content: center !important;
        align-items: center !important;
        border: none !important;
    }

    /* Okların konumu: Kart padding'ine (35px) uygun olarak kenarlara yaslandı */
    .arrow-left { left: 0 !important; }
    .arrow-right { right: 0 !important; }
}
        /* --- BÜYÜK EKRANLARDA (MASAÜSTÜ) TAM 3 KART SIĞDIRMA --- */
@media (min-width: 992px) {
    .gallery-card, .oran-card-horizontal {
        /* Aradaki 2 adet 20px'lik boşluğu (toplam 40px) çıkarıp tam 3'e böler */
        flex: 0 0 calc((100% - 40px) / 3) !important;
        max-width: calc((100% - 40px) / 3) !important;
        scroll-snap-align: start; /* Tam hizalama için mıknatıs */
    }
}

/* --- ORTA EKRANLARDA (TABLET) TAM 2 KART SIĞDIRMA --- */
@media (min-width: 768px) and (max-width: 991px) {
    .gallery-card, .oran-card-horizontal {
        /* Aradaki 1 adet 20px'lik boşluğu çıkarıp tam 2'ye böler */
        flex: 0 0 calc((100% - 20px) / 2) !important;
        max-width: calc((100% - 20px) / 2) !important;
    }
}
/* --- MOBİL EKRANLAR İÇİN (TAM 1 KART SIĞDIRMA VE OK YERLEŞİMİ) --- */
@media (max-width: 768px) {
    
    /* 1. Kart Genişliklerini Ekrana Tam Oturt (Yarım görünmeyi engeller) */
    .gallery-card, .oran-card-horizontal,
    .card-item-vertical, .oran-card-vertical {
        /* Slider içindeki boşlukları (gap) hesaba katarak tam 1 kart genişliği verir */
        flex: 0 0 calc(100% - 10px) !important; 
        max-width: calc(100% - 10px) !important;
        scroll-snap-align: center !important; /* Kartı ekranın tam ortasına mıknatıslar */
    }

    /* 2. Slider Kapsayıcısını Ortala */
    .slider-track, .oran-slider-track {
        padding-left: 5px !important;
        padding-right: 5px !important;
        gap: 10px !important; /* Mobilde kartlar arası boşluğu biraz daraltıyoruz */
    }

    /* 3. Okların Ekrandan Taşmasını Engelle ve İçeri Al */
    .side-arrow {
        width: 35px !important; /* Mobilde okları biraz küçültüyoruz */
        height: 35px !important;
        display: flex !important; /* Okların mobilde göründüğünden emin oluyoruz */
    }
    
    .side-arrow i {
        font-size: 16px !important;
    }

    /* Okları ekranın tam köşesine sıfırlamak yerine hafif içe (resmin üzerine) alıyoruz */
    .side-arrow.arrow-left {
        left: 5px !important; 
    }

    .side-arrow.arrow-right {
        right: 5px !important;
    }
}
    /* --- SLIDER GENEL YAPISI --- */
.slider-container-box {
    width: 100%;
    padding: 0 15px;
}

.slider-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 10px 0 20px 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.slider-track::-webkit-scrollbar {
    display: none;
}

/* --- DİKEY KARTLAR --- */
.card-item-vertical {
    flex: 0 0 245px; /* Kart genişliği */
    scroll-snap-align: start;
    text-align: center;
}

.img-box {
    width: 100%;
    height: 360px; /* A4 dikey oran */
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
    transition: transform 0.3s ease;
}

.card-item-vertical:hover .img-box {
    transform: translateY(-5px);
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-title-text {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-decoration: none !important;
}

/* --- YAN OKLAR (SIDE ARROWS) --- */
.side-arrow {
    position: absolute;
    top: 45%; /* Kartın ortasına denk gelecek şekilde */
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(26, 32, 44, 0.7); /* Koyu şeffaf arka plan */
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.side-arrow:hover {
    background-color: rgba(26, 32, 44, 1);
    transform: translateY(-50%) scale(1.1);
}

.arrow-left {
    left: -10px; /* Slider'ın biraz dışına/kenarına taşır */
}

.arrow-right {
    right: -10px;
}
/* --- DOKÜMAN VE ÜRÜNLER HOVER (ÜZERİNE GELİNCE) EFEKTİ --- */

/* img-box'ın position: relative olduğundan emin olalım (içindeki overlay'i tutması için) */
.img-box {
    position: relative;
    /* Diğer mevcut kodlarınız (width, height, border-radius vs.) aynen kalacak */
}

/* Karartma Katmanı Başlangıçta Görünmez (opacity: 0) */
.doc-hover-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(26, 32, 44, 0.7); /* Koyu lacivert/siyah transparan arka plan */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    border-radius: 18px; /* img-box'ın köşe yuvarlaklığı ile aynı olmalı */
    transition: opacity 0.3s ease;
}

/* Karta Fare İle Gelindiğinde Karartmayı Göster */
.card-item-vertical:hover .doc-hover-overlay {
    opacity: 1;
}

/* İçindeki İkonun Ayarları ve Animasyonu */
.doc-hover-overlay i {
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 8px;
    transform: translateY(15px); /* Başlangıçta biraz aşağıda dursun */
    transition: transform 0.3s ease;
}

/* İçindeki Yazının Ayarları ve Animasyonu */
.doc-hover-overlay span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transform: translateY(15px); /* Başlangıçta biraz aşağıda dursun */
    transition: transform 0.3s ease;
}

/* Karta Gelindiğinde İkon ve Yazı Yukarı Doğru Kayarak Yerine Otursun */
.card-item-vertical:hover .doc-hover-overlay i,
.card-item-vertical:hover .doc-hover-overlay span {
    transform: translateY(0);
}
/* Mobilde okları gizle (Swipe özelliği için) */
@media (max-width: 768px) {
    .side-arrow {
        display: none;
    }
    .card-item-vertical {
        flex: 0 0 calc(100vw - 80px);
    }
}
  /* --- GENEL AYARLAR --- */
.kuzka-doc-center {
    background-color: #f8f9fa;
    font-family: inherit;
}

/* --- SOL DİKEY SEKMELER (TABS) --- */
.oran-vertical-tabs {
    padding-right: 20px;
}

.oran-vertical-tabs .nav-link {
    background: transparent;
    border: none;
    border-bottom: 1px solid #e2e8f0;
    padding: 20px 25px;
    border-radius: 0;
    color: #4a5568;
    text-align: left;
    transition: all 0.3s ease;
}

.oran-vertical-tabs .nav-link:last-child {
    border-bottom: none; /* Son elemanın alt çizgisini kaldır */
}

.oran-vertical-tabs .tab-title {
    font-size: 16px;
    font-weight: 700;
    display: block;
}

.oran-vertical-tabs .tab-desc {
    font-size: 13px;
    color: #a0aec0;
    display: block;
    margin-top: 4px;
}

/* Aktif Sekme (Metalik Gri Gradient Görünümü) */
.oran-vertical-tabs .nav-link.active {
    background:var(--primary-color1);
    border-radius: 12px; /* Ekran görüntüsündeki yuvarlaklık */
    color: #ffffff !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    border-bottom: none;
    transform: scale(1.02); /* Hafif öne çıkma hissi */
}

.oran-vertical-tabs .nav-link.active .tab-title,
.oran-vertical-tabs .nav-link.active .tab-desc {
    color: #ffffff !important;
}

/* --- SLIDER YAPI TAŞLARI --- */
.oran-slider-track {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 10px 5px 25px 20px; /* Gölgelerin kesilmemesi için padding */
    -ms-overflow-style: none;  
    scrollbar-width: none;  
}

.oran-slider-track::-webkit-scrollbar {
    display: none;
}

/* --- DİKEY KARTLAR (Dokümanlar ve Ürünler) --- */
.oran-card-vertical {
    flex: 0 0 250px;
    scroll-snap-align: start;
    text-align: center;
}

.oran-card-vertical a {
    text-decoration: none;
    display: block;
}

.oran-card-vertical .img-wrapper {
    width: 100%;
    height: 340px; /* A4 Dikey Oran */
    border-radius: 16px; /* Belirgin yuvarlak köşeler */
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.oran-card-vertical:hover .img-wrapper {
    transform: translateY(-5px);
}

.oran-card-vertical img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.oran-card-vertical h6 {
    font-size: 14px;
    color: #4a5568;
    font-weight: 600;
}

/* --- YATAY KARTLAR (Galeri Foto/Video) --- */
.oran-card-horizontal {
    flex: 0 0 330px;
    scroll-snap-align: start;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 180px; /* Yatay (Landscape) Oran */
    background-color: #000;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.oran-card-horizontal img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.oran-card-horizontal:hover img {
    transform: scale(1.05);
}

/* Fotoğraf Karartması */
.hover-icon {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.oran-card-horizontal:hover .hover-icon {
    opacity: 1;
}

.hover-icon i {
    color: #fff;
    font-size: 2rem;
}

/* Video Karartması (Sabit) */
.video-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.video-title {
    position: absolute;
    bottom: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    width: 100%;
}

/* --- OKLAR (SİYAH YUVARLAK) --- */
.top-arrows {
    position: absolute;
    top: -50px;
    right: 15px;
    display: flex;
    gap: 8px;
}

.top-arrows button, .side-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: none;
    background-color: #1a202c; /* Koyu lacivert/siyah */
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.2s;
}

.top-arrows button:hover, .side-arrow:hover {
    background-color: #4a5568;
}

/* Galeri içindeki sağ/sol oklar */
.side-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.side-arrow.arrow-left { left: -15px; }
.side-arrow.arrow-right { right: -15px; }

/* --- MOBİL UYUM --- */
@media (max-width: 768px) {
    .oran-vertical-tabs {
        flex-direction: row !important;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-right: 0;
        margin-bottom: 20px;
    }
    
    .oran-vertical-tabs .nav-link {
        flex: 0 0 auto;
        border-bottom: none;
        border-right: 1px solid #e2e8f0;
    }

    .oran-card-vertical, .oran-card-horizontal {
        flex: 0 0 calc(100vw - 60px); /* Mobilde ekrana sığdır */
    }

    .top-arrows, .side-arrow {
        display: none; /* Mobilde parmakla kaydırma yapılacağı için okları gizle */
    }
}
/* ==========================================================================
   KUZKA DOKÜMAN MERKEZİ - %100 MOBİL UYUM (RESPONSIVE) KODLARI
   ========================================================================== */

@media (max-width: 768px) {
    
    /* --- 1. GENEL YAPI VE BOŞLUKLAR --- */
    .kuzka-doc-center {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    
    .slider-container-box {
        padding: 0 !important; /* Mobilde kartların ekranın dışına taşarak kaymasını sağlar */
    }

    /* --- 2. SOL SEKMELER (DİKEYDEN YATAYA GEÇİŞ) --- */
    .oran-vertical-tabs {
        display: flex !important;
        flex-direction: row !important;
        overflow-x: auto !important;
        flex-wrap: nowrap !important;
        padding-right: 0 !important;
        padding-bottom: 15px !important;
        margin-bottom: 20px !important;
        -webkit-overflow-scrolling: touch; /* iOS için akıcı kaydırma */
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .oran-vertical-tabs::-webkit-scrollbar {
        display: none; /* Sekmelerin altındaki çubuğu gizler */
    }

    .oran-vertical-tabs .nav-link {
        flex: 0 0 auto !important;
        border-bottom: none !important;
        padding: 10px 15px !important;
        margin-right: 5px;
        border-radius: 25px !important; /* Mobilde hap (pill) şeklinde butonlar */
        background-color: #e9ecef; /* Aktif olmayan sekme arka planı */
    }
    
    /* Mobilde yer tasarrufu için sekme altındaki gri açıklamaları gizle */
    .oran-vertical-tabs .tab-desc {
        display: none !important; 
    }
    
    .oran-vertical-tabs .tab-title {
        font-size: 14px !important;
        margin: 0 !important;
    }

    /* --- 3. KART SLIDER ALANLARI (DOKUNMATİK KAYDIRMA) --- */
    .slider-track, .oran-slider-track {
        padding-left: 15px !important; /* Ekranın solundan başlat */
        padding-right: 15px !important;
        gap: 30px !important;
        scroll-padding-left: 15px !important; /* Mıknatıs (snap) hizalamasını korur */
    }

    /* --- 4. DOKÜMAN VE ÜRÜN KARTLARI (DİKEY KARTLAR) --- */
    .card-item-vertical, .oran-card-vertical {
        /* Ekranın %70'ini kapla, yandaki kartın %30'u görünsün (kaydırma hissi için) */
        flex: 0 0 70vw !important; 
        max-width: 180px !important;
    }

    .img-box {
        height: 280px !important; /* Mobilde yüksekliği hafifçe kısalt */
        border-radius: 14px !important;
    }

    .card-title-text, .oran-card-vertical h6 {
        font-size: 13px !important;
        margin-top: 8px !important;
    }

    /* --- 5. GALERİ KARTLARI (YATAY KARTLAR) --- */
    .oran-card-horizontal, .gallery-item {
        /* Videolar ve fotoğraflar yatay olduğu için ekranın %85'ini kaplasın */
        flex: 0 0 85vw !important; 
        height: 160px !important; /* Yüksekliği mobilde daha estetik yap */
        border-radius: 14px !important;
    }

    .video-title {
        font-size: 12px !important;
        bottom: 10px !important;
    }

    .hover-icon i, .video-overlay .play-icon {
        font-size: 2rem !important; /* İkonları mobilde biraz küçült */
    }

   /* --- 6. OKLAR (MOBİLDE GÖRÜNÜR VE UYUMLU) --- */
    .side-arrow, .top-arrows, .gallery-arrow {
        display: flex !important; /* Mobilde okları GÖSTER */
        width: 32px !important;  /* Ok boyutunu mobilde biraz küçült */
        height: 32px !important;
    }

    .side-arrow i {
        font-size: 14px !important; /* İkon boyutunu küçült */
    }

    /* Okların mobilde ekrandan taşmaması için konumlarını ayarla */
    .arrow-left {
        left: 0 !important; 
    }

    .arrow-right {
        right: 0 !important;
    }
}
/* ==========================================================================
   MOBİL İÇİN KESİN ÇÖZÜM - DOKÜMANLAR (CONTAIN) & GALERİ (COVER)
   ========================================================================== */

@media (max-width: 768px) {
    
    /* 1. SLIDER ALANINI SIFIRLA VE TAM EKRAN YAP */
    .slider-track, .oran-slider-track {
        display: flex !important;
        padding: 0 !important;
        margin: 0 !important;
        gap: 0 !important; /* Boşlukları sıfırladık, hizalamayı içeriden yapacağız */
        overflow-x: auto !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        width: 100% !important;
    }

    /* 2. KARTLARI KESİN OLARAK 1 ADET SIĞDIR */
    .slider-track > div, .oran-slider-track > div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding: 0 35px !important; /* Okların sağda/solda durması için boşluk */
        box-sizing: border-box !important;
        scroll-snap-align: center !important;
    }

    /* 3. ORTAK KUTU AYARLARI */
    .img-box, .oran-card-horizontal, .gallery-img {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        border-radius: 12px !important;
        overflow: hidden !important;
        background: transparent !important;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1) !important;
        margin: 0 auto !important;
    }

    /* ---------------------------------------------------
       4. SADECE DOKÜMANLAR & ÜRÜNLER İÇİN (KESİLMEZ)
       --------------------------------------------------- */
    #dokumanTrack .img-box, #urunTrack .img-box {
        aspect-ratio: 3/4 !important; /* Dikey A4 Formatı */
        background: #fff !important; /* Beyaz Zemin */
    }
    #dokumanTrack img, #urunTrack img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important; /* Asla kesilmez, tam sığar */
        padding:10px;
    }

    /* ---------------------------------------------------
       5. SADECE GALERİ & VİDEO İÇİN (TAM KAPLAR)
       --------------------------------------------------- */
    #photoTrack .oran-card-horizontal, #videoTrack .oran-card-horizontal,
    #photoTrack .gallery-img, #videoTrack .gallery-img {
        aspect-ratio: 16/9 !important; /* Yatay Video Formatı */
        background: #000 !important; /* Siyah Zemin */
    }
    #photoTrack img, #videoTrack img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important; /* Boşluk kalmaz, kutuyu tam doldurur */
    }

    /* Video Karartması Taşıyorsa Onu Da Sabitliyoruz */
    .video-overlay {
        position: absolute !important;
        top: 0 !important; left: 0 !important; right: 0 !important; bottom: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    /* ---------------------------------------------------
       6. OKLARIN TAM ORTAYA VE GÜVENLİ ALANA ALINMASI
       --------------------------------------------------- */
    .side-arrow, .gallery-arrow, .top-arrows {
        position: absolute !important;
        top: 45% !important;
        transform: translateY(-50%) !important;
        width: 32px !important;
        height: 32px !important;
        background: rgba(0, 0, 0, 0.7) !important;
        color: #fff !important;
        border-radius: 50% !important;
        z-index: 100 !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border: none !important;
    }
    .side-arrow i { font-size: 14px !important; margin: 0 !important; padding: 0 !important; }

    /* Okları 35px'lik kart boşluklarının tam içine oturtur */
    .arrow-left { left: 0 !important; }
    .arrow-right { right: 0 !important; }
}

/* ==========================================================================
   MODERN & MOBİL UYUMLU İLAN PANOSU
   ========================================================================== */

/* --- BAŞLIK ALANI --- */
.pano-header .pano-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.pano-header .pano-title span {
    color: #38b2ac; /* Kurumsal Turkuaz */
}

.pano-divider {
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #38b2ac, #81e6d9);
    border-radius: 4px;
}

/* --- KART YAPISI --- */
.pano-card {
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #edf2f7;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

/* --- SEKMELER (TABS) --- */
.pano-tabs {
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    margin: 0;
    padding: 0;
}

.pano-tabs .nav-item {
    margin-bottom: -1px;
}

.pano-tabs .nav-link {
    width: 100%;
    padding: 16px 10px;
    border: none;
    background: transparent;
    color: #64748b;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
}

.pano-tabs .nav-link:hover {
    color: #334155;
    background-color: #f1f5f9;
}

.pano-tabs .nav-link.active {
    color: #38b2ac;
    background: #ffffff;
    border-bottom-color: #38b2ac;
}

/* --- İÇERİK VE LİSTE --- */
.pano-list {
    max-height: 380px;
    overflow-y: auto;
}

/* Scrollbar Tasarımı */
.pano-list.custom-scroll::-webkit-scrollbar { width: 6px; }
.pano-list.custom-scroll::-webkit-scrollbar-track { background: #f8fafc; }
.pano-list.custom-scroll::-webkit-scrollbar-thumb { background: #cbd5e1; border-radius: 10px; }
.pano-list.custom-scroll::-webkit-scrollbar-thumb:hover { background: #94a3b8; }

/* Liste Elemanları */
.pano-item {
    display: flex;
    align-items: center;
    padding: 11px 20px;
    border-bottom: 1px solid #f1f5f9;
    text-decoration: none;
    transition: all 0.2s ease;
    background-color: #ffffff;
}

.pano-item:hover {
    background-color: #f8fafc;
}

/* Tarih Kutusu (Mobilde ezilmemesi için flex-shrink: 0 eklendi) */
.pano-date {
    flex-shrink: 0; 
    width: 60px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.pano-item:hover .pano-date {
    background: #e6fffa; /* Açık Turkuaz */
    border-color: #38b2ac;
}

.pano-date .day {
    font-size: 22px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1;
    margin-bottom: 2px;
}

.pano-date .month {
    font-size: 11px;
    font-weight: 700;
    color: #38b2ac;
}

/* Duyuru Metni */
.pano-text {
    flex-grow: 1;
    padding-right: 15px;
}

.pano-text p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #334155;
    line-height: 1.5;
    /* Uzun metinleri 2 satırda (...) ile kes */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.pano-item:hover .pano-text p {
    color: #0f172a; /* Hoverda metin rengi koyulaşır */
}

/* Sağdaki Küçük Ok İkonu */
.pano-arrow {
    flex-shrink: 0;
    color: #cbd5e1;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pano-item:hover .pano-arrow {
    color: #38b2ac;
    transform: translateX(4px); /* Üzerine gelince sağa kayar */
}

/* --- ALT BÖLÜM (TÜMÜNÜ GÖR) --- */
.pano-footer {
    background: #f8fafc;
    padding: 15px;
    text-align: center;
}

.pano-view-all {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #475569;
    text-decoration: none;
    transition: color 0.2s;
}

.pano-view-all i {
    margin-left: 6px;
    font-size: 14px;
    transition: transform 0.2s;
}

.pano-view-all:hover {
    color: #38b2ac;
}
.pano-view-all:hover i {
    transform: translateX(3px);
}

/* --- BOŞ DURUM (İHALELER YOKSA) --- */
.pano-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 20px;
    text-align: center;
}

.empty-icon {
    width: 64px;
    height: 64px;
    background: #f1f5f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.empty-icon i {
    font-size: 28px;
    color: #94a3b8;
}

.pano-empty-state p {
    color: #64748b;
    font-size: 14px;
    margin: 0;
}

/* ==========================================================================
   MOBİL UYUM (RESPONSIVE KODLARI)
   ========================================================================== */
@media (max-width: 768px) {
    /* Başlığı mobilde ortala ve biraz küçült */
    .pano-header {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .pano-header .pano-title {
        font-size: 24px;
    }
    
    /* Parmakla dokunmayı kolaylaştırmak için paddings'leri artırdık */
    .pano-item {
        padding: 15px 12px; 
    }

    /* Mobilde ok ikonunu gizle, alandan tasarruf et */
    .pano-arrow {
        display: none;
    }
    
    /* Tarih kutusu mobilde formunu korusun, asla sıkışmasın */
    .pano-date {
        width: 55px;
        height: 60px;
        margin-right: 12px;
    }
    .pano-date .day { font-size: 18px; }
    .pano-date .month { font-size: 10px; }
    
    /* Metni mobilde tam sığdır */
    .pano-text {
        padding-right: 0;
    }
    .pano-text p {
        font-size: 13px; /* Mobilde okunabilirlik için optimal boyut */
    }
}

/* ==========================================================================
   MODERN & MOBİL UYUMLU GÜNCEL HABERLER (SLIDER)
   ========================================================================== */

/* --- BAŞLIK ALANI --- */
.news-header .news-title {
    font-size: 28px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.news-header .news-title span {
    color: #38b2ac; /* Kurumsal Turkuaz */
}

.news-divider {
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #38b2ac, #81e6d9);
    border-radius: 4px;
}

/* --- SLIDER GENEL KAPSAYICI --- */
.modern-news-carousel {
    height: 480px; /* Sabit yükseklik */
    border-radius: 16px; /* Görseldeki modern yuvarlak köşeler */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Yumuşak gölge */
    position: relative;
    background-color: #f1f5f9;
}

/* --- RESİM KARARTMASI VE İÇERİK --- */
.news-overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    /* Alttan üste doğru %70 karanlık, üste doğru şeffaflaşır. Okunabilirliği maksimize eder. */
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.5) 40%, rgba(15, 23, 42, 0) 100%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* İçeriği aşağı yaslar */
    /* Alt kontrol paneli kadar (yaklaşık 70px) alttan boşluk bırakırız ki yazılar panelin altında kalmasın */
    padding: 40px 40px 90px 40px; 
}

.news-badge {
    align-self: flex-start; /* Etiketi sola ve kendi boyutuna göre yaslar */
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.news-headline {
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3); /* Yazının daha net okunması için ince gölge */
    /* Uzun başlıkları en fazla 2 satırda keser */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: transform 0.3s ease;
}

/* Hover efektinde başlık çok hafif yukarı kalkar */
.carousel-item a:hover .news-headline {
    transform: translateY(-3px);
}

/* --- ALT KONTROL PANELİ (SİYAH ALAN) --- */
.news-control-panel {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    background-color: #1a202c; /* Görseldeki koyu gri/lacivert zemin */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    z-index: 10;
}

/* Noktalar (Indicators) */
.news-indicators {
    position: static !important; /* Bootstrap'in absolute pozisyonunu eziyoruz */
    margin: 0 !important;
    display: flex;
    gap: 8px;
}

.news-indicators button {
    width: 8px !important;
    height: 8px !important;
    border-radius: 50% !important; /* Nokta görünümü */
    background-color: #ffffff !important;
    opacity: 0.4 !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
}

/* Aktif nokta çizgisel (kapsül) şekilde uzar */
.news-indicators button.active {
    opacity: 1 !important;
    width: 24px !important; 
    border-radius: 4px !important;
}

/* Tüm Haberler Linki */
.news-view-all {
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    display: flex;
    align-items: center;
    transition: color 0.2s;
}

.news-view-all i {
    margin-left: 8px;
    font-size: 14px;
    transition: transform 0.2s;
}

.news-view-all:hover {
    color: #38b2ac; /* Üzerine gelince turkuaz olur */
}
.news-view-all:hover i {
    transform: translateX(4px);
}

/* ==========================================================================
   MOBİL UYUM (RESPONSIVE KODLARI)
   ========================================================================== */
@media (max-width: 768px) {
    /* Başlığı mobilde ortala */
    .news-header {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .news-header .news-title {
        font-size: 24px;
    }

    /* Slider Yüksekliğini Mobilde Düşür (Daha fit dursun) */
    .modern-news-carousel {
        height: 400px;
        border-radius: 12px;
    }

    /* Mobilde iç boşlukları (padding) daralt */
    .news-overlay {
        padding: 20px 20px 80px 20px;
    }

    .news-badge {
        font-size: 11px;
        padding: 6px 12px;
        margin-bottom: 10px;
    }

    /* Başlık punto boyutunu mobilde küçült */
    .news-headline {
        font-size: 18px;
    }

    /* Alt paneli mobilde daralt */
    .news-control-panel {
        height: 60px;
        padding: 0 20px;
    }
}
  /* Google Translate Standart Barını ve Baloncuklarını Gizle */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
body {
    top: 0px !important; 
}
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}
#google_translate_element {
    display: none !important;
}
    /* ==========================================================================
   HERO SLIDER YAN SOSYAL MEDYA ÇUBUĞU
   ========================================================================== */

/* Slider'ın en dış kapsayıcısının relative olması gerekir (büyük ihtimalle öyledir, yoksa ekleyin) */
.slider-main-container, .hero-section {
    position: relative;
}

/* Sosyal Medya Çubuğu Konumlandırması */
.hero-social-bar {
    position: absolute;
    right: 0; /* Sağ kenara yapıştırır. Sola almak için left: 0; yapıp border-radius'u ters çevirin */
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0, 0, 0, 0.3); /* Yarı saydam siyah zemin */
    backdrop-filter: blur(5px); /* Arka plana modern buzlu cam efekti */
    padding: 25px 12px;
    border-radius: 12px 0 0 12px; /* Sadece sol köşeleri yuvarlat */
    box-shadow: -4px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

/* Dikey 'BİZİ TAKİP EDİN' Yazısı */
.hero-social-bar .social-text {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    writing-mode: vertical-rl; /* Yazıyı dikey yapar */
    transform: rotate(180deg); /* Yazının yönünü aşağıdan yukarı çevirir */
    margin-bottom: 25px;
    opacity: 0.9;
}

/* İkon Listesi */
.hero-social-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* İkon Linkleri ve Yuvarlak Çerçeveler */
.hero-social-bar a {
    color: #ffffff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    text-decoration: none;
}

/* Üzerine Gelince (Hover) Efekti */
.hero-social-bar a:hover {
    background-color: #38b2ac; /* KUZKA Turkuaz/Mavi tonu */
    color: #ffffff;
    border-color: #38b2ac;
    transform: scale(1.1) translateX(-3px); /* Hafifçe büyür ve sola doğru hareket eder */
}

/* --- MOBİL UYUM (SAĞ KENARDA DAHA KÜÇÜK VE KOMPAKT GÖRÜNÜM) --- */
@media (max-width: 768px) {
    .hero-social-bar {
        display: flex !important; /* Mobilde görünür yap */
        padding: 15px 8px; /* Mobilde daha az padding ver, ince dursun */
        background: rgba(0, 0, 0, 0.4); /* Mobilde okunabilirliği artırmak için biraz koyulaştır */
        backdrop-filter: blur(3px);
        box-shadow: none; /* Mobilde gölgeye gerek yok */
        top: 55%;
    }

    /* "BİZİ TAKİP EDİN" metnini mobilde gizle (çok yer kaplamasın) */
    .hero-social-bar .social-text {
        display: none !important;
    }

    /* İkonlar arası boşluğu daralt */
    .hero-social-bar ul {
        gap: 8px;
    }

    /* İkon boyutlarını mobilde küçült */
    .hero-social-bar a {
        width: 32px;
        height: 32px;
        font-size: 14px;
        border: none; /* Mobilde çerçeveyi (border) kaldır, daha sade dursun */
        background-color: rgba(255, 255, 255, 0.1); /* İkonlara çok hafif beyazımsı yuvarlak zemin */
    }

    /* Mobilde hover efekti çok çalışmayacağı için tıklama (active) hissiyatı ver */
    .hero-social-bar a:active {
        background-color: #38b2ac;
        transform: scale(0.95);
    }
}

/* Doküman switcher mobilde yan yana 3 sütun olsun */
@media (max-width: 1600px) {
  .doc-switcher-title {
    font-size: 16px !important;
  }
  .doc-switcher-sub {
    font-size: 14px !important;
  }
}
@media (max-width: 959px) {
  .doc-switcher {
    display: flex;
    justify-content: space-between;
    gap: 4px;
  }
  .doc-switcher > li {
    flex: 1 1 33.33%;
  }
}

@media (max-width: 640px) {
  .doc-switcher {
    display: flex;
    justify-content: space-between;
    gap: 4px;
  }
  .doc-switcher > li {
    flex: 1 1 33.33%;
  }
  .doc-switcher > li > a {
    padding: 10px 10px !important;
    text-align: center;
    font-size: 12px !important;
  }
  .doc-switcher-title {
    font-size: 16px !important;
  }
  .doc-switcher-sub {
    font-size: 10px !important;
  }
  .doc-switcher > li + li {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
  }
  .doc-title {
    font-size: 13px;
    min-height: 48px;
    border-left: none;
    margin-left: 0;
    padding: 0px;
  }
}
     /* Modern İstatistik Butonu Tasarımı */
.btn-modern-stats {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color1, #004b87); /* Sitenizin ana rengini kullanır, yoksa KUZKA mavisi yapar */
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 75, 135, 0.2);
    transition: all 0.3s ease;
}

/* Mouse ile üzerine gelince oluşacak animasyon */
.btn-modern-stats:hover {
    background-color: #003666;
    color: #ffffff;
    transform: translateY(-3px); /* Hafifçe yukarı kalkar */
    box-shadow: 0 8px 20px rgba(0, 75, 135, 0.3);
}

.btn-modern-stats svg {
    margin-right: 8px;
    transition: transform 0.3s ease;
}

.btn-modern-stats:hover svg {
    transform: scale(1.1);
}

/* --- KUZKA Harita Kenar Kutuları (Sabit Olanlar) --- */
.orta-property .orta-group .oi1 { left: 10px; top: 140px; }
.orta-property .orta-group .oi2 { left: 113px; top: 271px; }
.orta-property .orta-group .oi3 { right: 120px; top: 174px; }
.orta-property .orta-group .oi4 { right: 50px; top: 40px; }
.orta-property .orta-group .oi5 { right: 64px; top: 300px; }

/* --- Haritanın Orta Bölümlerine Dağıtılan Kutular (Yeni) --- */
.orta-property .orta-group .oi6 { left: 180px; top: 60px; }   /* Orta Sol Üst */
.orta-property .orta-group .oi7 { left: 510px; top: 110px; }  /* Orta Sağ Üst */
.orta-property .orta-group .oi8 { left: 400px; top: 200px; }  /* Tam Orta Merkez */
.orta-property .orta-group .oi9 { left: 290px; top: 330px; }  /* Orta Sol Alt */
.orta-property .orta-group .oi10 { left: 530px; top: 320px; } /* Orta Sağ Alt */

/* --- MOBİL GÖRÜNÜM UYUMLULUĞU (3 Sütunlu Düzen) --- */
@media (max-width: 768px) {
    
    /* 1. Kapsayıcı grubu yan yana 3 kutu olacak şekilde güncelliyoruz */
    .orta-property .orta-group.oig3 {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important; /* Yan yana 3 eşit sütun */
        gap: 8px !important;                               /* Daralan ekranlar için boşluğu biraz azalttık */
        padding: 10px !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box !important;
    }

    /* 2. Masaüstü absolute konumlandırmalarını sıfırlama */
    .orta-property .orta-group.oig3 .oi {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        padding: 8px 4px !important; /* Metinler sığsın diye iç boşluğu daralttık */
        text-align: center !important;
    }

    /* 3. 3'lü düzende yazıların taşmaması için yazı boyutlarını mikro ölçeğe çektik */
    .orta-property .orta-group.oig3 .oi .oibaslik {
        font-size: 11px !important;
        line-height: 1.2 !important;
        margin-bottom: 2px !important;
        min-height: 28px !important; /* Başlıklar iki satıra düşerse hizalar bozulmasın diye sabitleyici */
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .orta-property .orta-group.oig3 .oi .oival {
        font-size: 15px !important;
        font-weight: bold !important;
    }
    
    .orta-property .orta-group.oig3 .oi .oideger {
        font-size: 10px !important;
    }
}
/* --- MOBİL GÖRÜNÜM UYUMLULUĞU (768px ve altı ekranlar) --- */
@media (max-width: 768px) {
    .ka-badge {
        /* 1. Rozet boyutunu küçültüyoruz */
        font-size: 8px !important;
        padding: 2px 4px !important;
        border-radius: 6px !important;
        
        /* 2. Rakamın üstünü kapatmaması için sağ üst köşeye iyice yaslıyoruz */
        top: 2px !important;
        right: 2px !important;
    }
}
 /* Arka plan karartması */
.corporate-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup kutusu */
.corporate-popup-content {
    background: #fff;
    width: 90%;
    max-width: 650px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    font-size:14px;
    line-height: 20px;
}

/* Kapatma Butonu */
.corporate-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    z-index: 10;
}

.corporate-popup-close:hover {
    color: #e74c3c;
}

/* Üst Logo */
.corporate-popup-image {
    background-color: #f8f9fa;
    text-align: center;
    padding: 15px;
    border-bottom: 1px solid #eaeaea;
}

.corporate-popup-image img {
    max-width: 150px;
    height: auto;
}

/* Metin Alanı */
.corporate-popup-body {
    padding: 20px;
    text-align: center;
}

.corporate-popup-body h3 {
    font-size: 14px;
    color: #666;
    margin: 0 0 5px 0;
}

.corporate-popup-body h2 {
    font-size: 20px;
    color: #004b87;
    margin: 0 0 15px 0;
}

/* Yeni Eklenen İç Görselin Stili */
.corporate-popup-inner-image {
    margin-bottom: 15px;
}

.corporate-popup-inner-image img {
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.corporate-popup-body p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* Buton */
.corporate-popup-btn {
    display: inline-block;
    background-color: #004b87;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.corporate-popup-btn:hover {
    background-color: #003666;
}

/* Bir Daha Gösterme Checkbox */
.popup-dont-show-again {
    margin-top: 15px;
    font-size: 12px;
    color: #777;
}
   /* ==========================================================================
   CLS (Kümülatif Düzen Kayması) Önleyici ve Alan Sabitleyici Kurallar
   ========================================================================== */

/* 1. Harita ve Veri Kutularının Sayfayı Aşağı/Yukarı İtmesini Engelleme */
.orta-nokta {
    position: relative;
    min-height: 480px !important; /* Harita SVG'sinin kapladığı sabit alan */
    width: 100%;
}
.orta-property, .orta-property .orta-group {
    min-height: 450px !important; /* 10'lu Kastamonu verisi sığacak kadar sabit alan */
    width: 100%;
}

/* 2. Haber Karuseli ve İlan Panosu Yüklenirken Boyut Çökmesini Önleme */
.modern-news-carousel {
    min-height: 420px;
    background-color: #f8f9fa; /* Resim yüklenene kadar şık bir gri yer tutucu */
}
.modern-pano-wrapper .pano-card {
    min-height: 380px;
}

/* 3. Görseller Yüklenmeden Önce Tarayıcının Doğru Oranda Yer Ayırması (Aspect-Ratio) */
.modern-news-carousel img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box img {
    aspect-ratio: 3 / 4;
    width: 100%;
    object-fit: cover;
}
.oran-card-horizontal img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
    object-position: center top !important;
}

.orta-nokta {
  position: relative;
  height: 500px;
  background: url(../img/altharita2.png) no-repeat center;
  overflow-y: hidden;
}

@media (max-width: 1028px) {
  .orta-nokta { zoom: 0.5; }
}

.orta-nokta .sehirName {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 50;
  display: none;
}

.orta-nokta .sehirName img { position: relative; }

.orta-nokta .sehirName span {
  display: inline-block;
  background-color: #496a7d;
  color: #fff;
  font-weight: 600;
  padding: 5px;
  margin-left: -14px;
  padding-left: 18px;
  padding-right: 8px;
}

/* --- YENİ HARİTANIN BOYUTU VE KONUMU --- */
.orta-nokta .hcont {
  position: absolute;
  width: 180px;  /* Yeni illerin büyüklüğü */
  top: 30px;     /* Arka plan haritasında Karadeniz'e hizalamak için (gerekirse artırıp azaltın) */
  left: 440px;   /* Sağa/Sola hizalamak için (gerekirse artırıp azaltın) */
  z-index: 20;
}

@media (max-width: 991px) {
  .orta-nokta .hcont {
    top: 10px;
    left: 300px;
  }
}

.orta-nokta .item { cursor: pointer; }

/* Genel Harita Kapsayıcısı */
.orta-nokta .hcont svg {
  width: 100%;
  height: auto;
  /* Tüm haritanın altındaki genel gölge */
  filter: drop-shadow(-3px 10px 8px rgba(0,0,0,0.3)); 
  /* Kabaran ilin gölgesinin SVG kutusundan dışarı taşabilmesi için kritik: */
  overflow: visible !important; 
}

/* 1. İllerin Varsayılan (Durgun) Hali */
.orta-nokta .hcont svg path {
  fill: #d5d5d5;
  stroke: #ffffff;
  stroke-width: 1px;
  /* Hareketin robotik değil, yumuşak ve doğal olması için yaylanma animasyonu: */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); 
  cursor: pointer;
  transform-origin: center center;
}

/* 2. AHİKA Tarzı "Kabarık ve Belirgin" Efekt (Hover ve Selected durumu) */
.orta-nokta .hcont svg a:hover path,
.orta-nokta .hcont svg a.selected path {
  fill: var(--primary-color1); /* Aktif ilin turuncu rengi */
  stroke: #ffffff; /* Sınır çizgisini beyaz yapar */
  stroke-width: 3.5px; /* Sınırları iyice kalınlaştırarak komşu illerden ayırır */
  
  /* Parçayı havaya kaldırıp (translateY) çok hafif büyütür (scale) */
  transform: translateY(1px) scale(1.01); 
  
  /* Havaya kalkan parçanın altına koyu ve yoğun bir gölge ekler (3D hissi) */
  filter: drop-shadow(0px 15px 12px rgba(0, 0, 0, 0.5)); 
}

/* Çizimlere ait tüm eski karmaşık transform (scale) kodları silinmiştir, eklemeyin. */

.orta-property {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
}

.orta-property .orta-group {
  position: absolute;
  left: 0; right: 0; top: 0; bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.8s ease-in-out;
}

.orta-property .orta-group.active {
  opacity: 1;
  visibility: visible;
}

.orta-property .orta-group .oi {
  position: absolute;
  background: url(../img/hp-bg.png) no-repeat center;
  padding: 40px; text-align: center; padding-top: 60px;
}

.orta-property .orta-group .oibaslik { color: #4e6879; font-size: 23px; font-weight: 600; }
.orta-property .orta-group .oideger { color: #767676; font-size: 12px; font-weight: 500; }
.orta-property .orta-group .oival { color: var(--primary-color1); font-size: 40px; font-weight: 800; }

.orta-property .orta-group .oi1 { left: 10px; top: 70px; }
.orta-property .orta-group .oi2 { left: 113px; top: 230px; }
.orta-property .orta-group .oi3 { right: 120px; top: 174px; }
.orta-property .orta-group .oi4 { right: 50px; top: 40px; }
.orta-property .orta-group .oi5 { right: 64px; top: 300px; }

/* --- MOBİL GÖRÜNÜM İÇİN İSTATİSTİK DÜZENLEMESİ --- */
/* --- MOBİL İSİM KUTUSU (TOOLTIP) KESİN ÇÖZÜMÜ --- */
@media (max-width: 991px) {
    
    /* 1. Haritayı biraz aşağı iterek üstünde isim kutusu için yer açıyoruz */
    .orta-nokta .hcont {
        margin-top: 50px !important; 
        overflow: visible !important;
    }

    /* 2. Kapsayıcının taşanları gizlemesini engelliyoruz */
    .orta-nokta {
        overflow: visible !important;
    }

    /* 3. İsim Kutusunu mobilde tam üste ve ortaya sabitliyoruz */
    .orta-nokta .sehirName {
        position: absolute !important;
        top: -45px !important; /* JS'in verdiği data-top pikselini ezer, haritanın hemen üstüne koyar */
        left: 50% !important;  /* JS'in verdiği data-left pikselini ezer */
        transform: translateX(-50%) !important; /* Tam merkeze ortalar */
        
        width: max-content !important; /* Dar ekranda yazının sıkışıp kaybolmasını önler */
        white-space: nowrap !important;
        
        background-color: #496a7d !important;
        color: #ffffff !important;
        padding: 5px 15px !important;
        border-radius: 4px !important;
        z-index: 999999 !important; /* Her şeyin üstünde çıkmasını garantiler */
    }

    /* İkonun hizalaması */
    .orta-nokta .sehirName img {
        margin-right: 5px !important;
    }
}

@media (max-width: 991px) {
    /* 1. Kapsayıcıyı esnek yapıp eski sorunlu zoom ayarını eziyoruz */
    .orta-nokta {
        height: auto !important;
        min-height: auto !important;
        padding: 40px 10px 50px 10px !important;
        zoom: 1 !important; 
        display: flex !important;
        flex-direction: column;
        align-items: center;
        background-size: cover !important;
    }

    /* 2. Haritayı ekranın ortasına üste alıyoruz */
    .orta-nokta .hcont {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        margin: 0 auto 40px auto !important;
        width: 250px !important;
    }

    /* 3. İstatistik kapsayıcısını haritanın altına akacak şekilde serbest bırakıyoruz */
    .orta-property {
        position: relative !important;
        width: 100% !important;
    }

    /* 4. Pasif olan veri gruplarının yer kaplamasını engelliyoruz */
    .orta-property .orta-group {
        position: relative !important;
        display: none !important; /* Sadece aktif olanı göstereceğiz */
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

       /* 6. Dairelerin koordinatlarını sıfırlayıp mobilde yan yana kutular haline getiriyoruz */
    .orta-property .orta-group .oi {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 145px !important; /* Mobilde yan yana 2 adet sığması için */
        padding: 45px 10px 20px 10px !important;
        background-size: contain !important;
    }

    /* 7. Mobilde yazıların taşmaması için font boyutlarını dengeliyoruz */
    .orta-property .orta-group .oibaslik {
        font-size: 14px !important;
        line-height: 1.2 !important;
        margin-bottom: 5px;
    }
    
    .orta-property .orta-group .oival {
        font-size: 26px !important;
    }
}

/* Küçük telefonlar için ekstra daraltma */
@media (max-width: 400px) {
    .orta-property .orta-group .oi {
        width: 130px !important; /* Çok dar ekranlarda daireleri biraz daha küçültüyoruz */
        padding: 35px 5px 15px 5px !important;
    }
    .orta-property .orta-group .oival {
        font-size: 22px !important;
    }
}
/* MOBİLDE İSİM PİNİNİ (TOOLTIP) EKRANDA TUTMA KODU */
@media (max-width: 991px) {
    .orta-nokta .sehirName {
        /* JS'den gelen masaüstü koordinatlarını eziyoruz */
        top: -75px !important; 
        left: 50% !important; 
        transform: translateX(-50%) !important; /* Tam merkeze ortalar */
        
        /* Mobilde yazının kırılmasını önler */
        white-space: nowrap !important; 
        z-index: 99 !important;
    }
}


.ka-calendar-wrapper {
        
        
        margin: 40px auto;
        background: #fff;
    }
    .ka-main-title {
        text-align: center;
        color: #0b2239;
        font-size: 22px;
        font-weight: 800;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    .ka-container {
        display: flex;
        box-shadow: 0 0 15px rgba(0,0,0,0.05);
        height: 500px;
    }

    /* SOL PANEL (TURKUAZ ALAN) */
    .ka-sidebar {
        flex: 0 0 35%;
        background-color: #28c3d7;
        color: #ffffff;
        display: flex;
        flex-direction: column;
        padding: 30px;
        box-sizing: border-box;
    }
    .ka-nav-header {
        text-align: right;
        margin-bottom: 30px;
    }
    .ka-year {
        font-size: 28px;
        font-weight: 400;
        line-height: 1;
    }
    .ka-month-nav {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 10px;
        margin-top: 5px;
    }
    .ka-month-text {
        font-size: 36px;
        font-weight: 700;
        line-height: 1;
    }
    .ka-arrows {
        display: flex;
        flex-direction: column;
        cursor: pointer;
    }
    .ka-arrow {
        font-size: 20px;
        line-height: 0.8;
        user-select: none;
        opacity: 0.8;
    }
    .ka-arrow:hover {
        opacity: 1;
    }

    /* SOL PANEL ETKİNLİK LİSTESİ */
    .ka-event-list {
        flex-grow: 1;
        overflow-y: auto;
        padding-right: 15px;
    }
    .ka-event-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        padding: 15px 0;
    }
    .ka-event-item:last-child {
        border-bottom: none;
    }
    .ka-event-title {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 5px;
        line-height: 1.3;
    }
    .ka-event-desc {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 15px;
        line-height: 1.4;
        opacity: 0.95;
    }
    .ka-event-time {
        font-size: 13px;
        font-weight: 700;
        text-align: right;
        opacity: 0.9;
    }
    .ka-no-event {
        font-style: italic;
        opacity: 0.8;
        margin-top: 20px;
    }

    /* Özel Scrollbar (Sol Panel İçin) */
    .ka-event-list::-webkit-scrollbar {
        width: 8px;
    }
    .ka-event-list::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.1);
        border-radius: 4px;
    }
    .ka-event-list::-webkit-scrollbar-thumb {
        background: rgba(255,255,255,0.5);
        border-radius: 4px;
    }
    .ka-event-list::-webkit-scrollbar-thumb:hover {
        background: rgba(255,255,255,0.8);
    }

    /* SAĞ PANEL (TAKVİM ALANI) */
    .ka-calendar-main {
        flex: 0 0 65%;
        background-color: #ffffff;
        padding: 30px;
        box-sizing: border-box;
    }
    .ka-table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 5px;
        table-layout: fixed;
    }
    .ka-table th {
        color: #0b2239;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 20px;
        text-align: left;
        padding-left: 0px;
    }
    .ka-table td {
        position: relative;
        height: 60px;
        vertical-align: bottom;
        text-align: left;
        padding: 8px 10px;
        font-size: 18px;
        color: #333;
        cursor: pointer;
        background-color: #fff;
        transition: background 0.2s;
    }
    .ka-table td:hover {
        background-color: #f0f9fa;
    }
    
    /* Etkinlik Sayısı Rozeti (Badge) */
    .ka-badge {
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: #28c3d7;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        padding: 2px 6px;
        border-radius: 3px;
    }

    /* Güncel Tarih (Bugün) Stili - Görseldeki siyah çerçeve */
    .ka-table td.today {
        border: 1px solid #000;
    }

    /* Seçili Tarih Stili - Görseldeki açık mavi arka plan */
    .ka-table td.selected {
        background-color: #e6f7f9;
    }

    @media (max-width: 768px) {
        .ka-container {
            flex-direction: column;
            height: auto;
        }
        .ka-event-list {
            max-height: 300px;
        }
    }


     .footer-section{
	position: relative;
	
	background-image: url('../img/dark-section-bg-image.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}

.footer-section::before,
.footer-section::after{
	content: '';
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 375px;
	height: 560px;
    pointer-events: none;
}

.footer-section::before{
	background-image: url('../img/dark-section-dot-image-1.png');
	top: -350px;
	right: -60px;
}

.footer-section::after{
	background-image: url('../img/dark-section-dot-image-2.png');
	bottom: -160px;
	left: 0;
}

.footer-section .container{
    position: relative;
    z-index: 1;
}
.bg-bck {
    background-image: url(../img/service-bg-dot-image.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 730px auto;
    padding: 120px 0;
}
   
      /* Ana Kapsayıcı: Sağ Kenara Sabitlenmiş Bar */
.hero-social-bar {
    position: absolute; 
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    
    /* Blurlu (buzlu cam) arka plan */
    background: rgba(0, 0, 0, 0.15); 
    backdrop-filter: blur(8px); 
    -webkit-backdrop-filter: blur(8px);
    
    padding: 20px 10px;
    border-radius: 10px 0 0 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
    cursor: pointer;
    transition: all 0.4s ease;
}

/* Hover durumunda arka plan biraz netleşir */
.hero-social-bar:hover {
    background: rgba(0, 0, 0, 0.35);
    padding-top: 25px;
    padding-bottom: 25px;
}

/* YENİ: Kullanıcıyı Çağıran Hareketli Ok */
.hero-social-bar .attention-arrow {
    color: #28c3d7; /* Dikkat çekmesi için turkuaz renk */
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    height: auto;
    opacity: 1;
    animation: arrowBounce 1.8s infinite ease-in-out; /* Sürekli sola doğru yaylanan animasyon */
    transition: all 0.3s ease;
}

/* Fare üzerine geldiğinde ok şık bir şekilde kaybolur, ikonlara yer açar */
.hero-social-bar:hover .attention-arrow {
    opacity: 0;
    height: 0;
    margin-bottom: 0;
    transform: translateY(-10px);
}

/* Sadece Görünen Kısım: BİZİ TAKİP EDİN Yazısı */
.hero-social-bar .social-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
    white-space: nowrap;
    
    /* YENİ: Yazıya hafif bir neon parlama animasyonu ekliyoruz */
    animation: textGlow 2.5s infinite ease-in-out;
}

/* Hover olunca yazının parlaması durur, normale döner */
.hero-social-bar:hover .social-text {
    animation: none;
    text-shadow: none;
}

/* İkon Listesi Kapsayıcısı */
.hero-social-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    
    max-height: 0;
    gap: 0; 
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

/* KAPSAYICI AÇILDIĞINDA (Hover) */
.hero-social-bar:hover ul {
    max-height: 400px;
    gap: 15px; 
    opacity: 1;
    visibility: visible;
    margin-top: 20px; 
}

/* İKON LİSTELERİ */
.hero-social-bar ul li {
    height: 0; 
    transform: translateX(20px) scale(0.9); 
    transition: all 0.4s ease;
}

.hero-social-bar:hover ul li {
    height: 38px; 
    transform: translateX(0) scale(1); 
}

/* KESİN YUVARLAKLIK VE HOVER AYARI */
.hero-social-bar ul li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 38px !important; 
    height: 38px !important; 
    border-radius: 50% !important; 
    text-align: center;
    transition: transform 0.2s ease;
}

.hero-social-bar ul li a:hover {
    transform: scale(1.15); 
}


/* --- ANİMASYON TANIMLAMALARI (KEYFRAMES) --- */

/* Okun sola doğru sürekli gidip gelme animasyonu */
@keyframes arrowBounce {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); color: #ffffff; } /* Sola giderken beyazlaşır */
}

/* Yazının arkasındaki soft turkuaz parlama (Nabız) animasyonu */
@keyframes textGlow {
    0%, 100% { text-shadow: 0 0 2px rgba(255,255,255,0.2); }
    50% { text-shadow: 0 0 10px rgba(40, 195, 215, 0.85), 0 0 4px rgba(40, 195, 215, 0.4); }
}


.sign-button{
  position: fixed !important;
  right: 5px !important;
  bottom: 170px !important;
  width: 55px;
  height: 55px;
  background: var(--primary-color1);
  border-radius: 50%;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 60;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  transition: all 0.25s ease;
}
.sign-button:hover{
  transform: scale(1.08);
  background: #1357a2;
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.32);
}
.sign-button img{
  width: 32px;
  height: 32px;
  object-fit: contain;
  filter: none !important;
  opacity: 1; 
}

     /* Slider daha JavaScript yüklenmeden önce sayfada çökmüş görünmesin diye yer ayırtıyoruz */
.home1-banner-section {
    min-height: 500px; /* Mobil için minimum makul bir yükseklik */
}

@media (min-width: 992px) {
    .home1-banner-section {
        min-height: 740px; /* Masaüstü ekranlardaki slider yüksekliğiniz */
        aspect-ratio: 1920 / 900; /* Görsel en boy oranı ile tarayıcıya tam alan açma */
    }
}

/* Resimlerin taşmasını engellemek ve esnek kalmasını sağlamak için */
.banner-bg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* 1. Logoları saran en dış kutunun sayfa ilk açıldığında çökmesini engelliyoruz */
.partner-wrap,
.marquee-container { /* Projenizde en dış sınıf hangisiyse */
    display: block !important;
    min-height: 100px; /* Logolarınızın dikey yüksekliği ne kadar ise o değeri yazın */
    contain-intrinsic-size: auto 100px; /* Tarayıcıya modern yer ayırma komutu */
    content-visibility: auto; /* Sayfa hızını artırır ve kaymayı önler */
}

/* 2. Marquee grubunun yüksekliğini tarayıcı render etmeden önce sabitliyoruz */
.marquee {
    min-height: 100px;
    overflow: hidden;
    display: flex;
}

/* 3. Animasyonlu grupların ve içindeki resimlerin esnemesini engelliyoruz */
.marquee__group {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.marquee__group img {
    height: 60px; /* Logoların ekrandaki dikey net boyutu */
    width: auto;  /* Genişliğin en-boy oranına göre otomatik şekillenmesi için */
    display: inline-block;
}


/* Etkinlik Kartı Genel Metin Renkleri Beyaz Yapılır */
.ka-sidebar .ka-event-item {
    color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); /* Çizgiler hafif şeffaf beyaz olur */
    padding: 15px 0;
    transition: all 0.3s ease;
}

/* Etkinlik Başlığı */
.ka-sidebar .ka-event-item .ka-event-title {
    color: #ffffff !important;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 6px;
}

/* Etkinlik Açıklaması (Özet) */
.ka-sidebar .ka-event-item .ka-event-desc {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
}

/* Etkinlik Zamanı (Tarih - Saat) */
.ka-sidebar .ka-event-item .ka-event-time {
    color: rgba(255, 255, 255, 0.8) !important;
    font-size: 13px;
    font-weight: 500;
}

/* Kartın üzerine gelindiğinde (Hover) hafif şeffaf arka plan efekti */
.ka-sidebar .ka-event-item:hover {
    background-color: rgba(255, 255, 255, 0.08);
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 6px;
}

  /* =========================================
            İZOLASYON VE GENEL AYARLAR
            ========================================= */
        .ajans-manset-sistemi {
            width: 100%;
        }

        .ajans-manset-sistemi * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        /* Ana Kapsayıcı */
        .ajans-swiper-wrap {
            width: 100%;
            max-width: 1320px;
            margin: 0 auto;
            position: relative;
            background-color: #fff;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            border-radius: 12px;
            overflow: hidden;
        }

        /* =========================================
            MASAÜSTÜ GÖRÜNÜM (DESKTOP)
            ========================================= */
        .ajans-swiper-wrap .swiper-slide {
            height: 477px;
            position: relative;
            display: flex;
            align-items: flex-end;
            justify-content: center;
        }

        .ajans-img-wrapper {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
        }

        .ajans-bg-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        /* Karartma Katmanı */
        .ajans-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to top, rgba(14, 33, 73, 0.95) 0%, rgba(14, 33, 73, 0.5) 40%, transparent 100%);
            z-index: 2;
        }

        /* İçerik Kutusu */
        .ajans-content-box {
            position: relative;
            z-index: 3;
            width: 100%;
            max-width: 1100px;
            padding: 30px 30px 20px 30px;
            color: #ffffff;
        }

        .ajans-kategori {
            display: inline-block;
            font-size: 13px;
            font-weight: 700;
            background: var(--primary-color1);
            padding: 5px 10px;
            border-radius: 4px;
            margin-bottom: 10px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .ajans-baslik {
            font-size: 26px;
            font-weight: 800;
            line-height: 1.25;
            margin-bottom: 10px;
            color: #ffffff;
            text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
        }

        .ajans-ozet {
            font-size: 14px;
            line-height: 1.6;
            color: rgba(255, 255, 255, 0.9);
            margin-bottom: 15px;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        /* Butonların Bulunduğu Alt Satır */
        .ajans-meta-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-top: 1px solid rgba(255,255,255,0.2);
            padding-top: 25px;
        }

        /* Tarih yerine gelen Tüm Haberler Butonu */
        .ajans-btn-tum {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: transparent;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.5);
            text-decoration: none;
            font-weight: 600;
            font-size: 15px;
            padding: 5px 10px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .ajans-btn-tum:hover {
            background: rgba(255, 255, 255, 0.15);
            border-color: #ffffff;
        }

        /* Ana Devamını Oku Butonu */
        .ajans-btn-devam {
            display: inline-block;
            background-color: #ffffff;
            color: #0e2149;
            text-decoration: none;
            font-weight: 700;
            font-size: 15px;
            padding: 5px 25px;
            border-radius: 6px;
            transition: all 0.3s ease;
        }

        .ajans-btn-devam:hover {
            background-color: var(--primary-color1);
            color: #ffffff;
        }

        /* =========================================
            SAYFALAMA NOKTALARI (Ortalanmış)
            ========================================= */
        .ajans-ozel-pagination {
            position: absolute;
            bottom: 25px !important;
            left: 0;
            width: 100%;
            display: flex;
            justify-content: center;
            gap: 8px;
            z-index: 10;
        }

        .ajans-ozel-pagination .swiper-pagination-bullet {
            width: 10px;
            height: 10px;
            background: #ffffff;
            opacity: 0.5;
            border-radius: 50%;
            cursor: pointer;
            transition: all 0.3s ease;
            margin: 0 !important;
        }

        .ajans-ozel-pagination .swiper-pagination-bullet-active {
            opacity: 1;
            background: var(--primary-color1);
        }

        /* =========================================
            OKLAR (NAVİGASYON)
            ========================================= */
        .ajans-btn-geri, .ajans-btn-ileri {
            position: absolute;
            top: 40%;
            transform: translateY(-50%);
            z-index: 10;
            width: 50px;
            height: 50px;
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(4px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            cursor: pointer;
            transition: 0.3s ease;
        }

        .ajans-btn-geri:hover, .ajans-btn-ileri:hover { background: rgba(255, 255, 255, 0.3); }
        .ajans-btn-geri { left: 20px; }
        .ajans-btn-ileri { right: 20px; }

        /* =========================================
            MOBİL UYARLAMA
            ========================================= */
        @media (max-width: 768px) {
            .ajans-manset-sistemi { padding: 0; }
            .ajans-swiper-wrap { border-radius: 0; box-shadow: none; }
            
            .ajans-swiper-wrap .swiper-slide {
                height: auto;
                flex-direction: column;
                justify-content: flex-start;
            }

            .ajans-img-wrapper {
                position: relative;
                width: 100%;
                height: auto; 
                background: #000;
            }

            .ajans-bg-img {
                width: 100%;
                height: auto;
                object-fit: contain;
                display: block;
            }

            .ajans-overlay { display: none; }

            .ajans-content-box {
                position: relative;
                padding: 25px 20px 50px 20px;
                color: #333;
                background-color: #ffffff;
            }

            .ajans-kategori { font-size: 11px; margin-bottom: 10px; }
            
            .ajans-baslik {
                font-size: 22px;
                color: #0e2149;
                text-shadow: none;
                margin-bottom: 12px;
            }

            .ajans-ozet {
                font-size: 15px;
                color: #555;
                margin-bottom: 20px;
                -webkit-line-clamp: 3;
            }

            .ajans-meta-row {
                flex-direction: column;
                gap: 12px;
                padding-top: 15px;
                border-top-color: #eaeaea;
            }

            .ajans-btn-devam { width: 100%; text-align: center; padding: 14px; background: #0e2149; color:#fff;}
            .ajans-btn-tum { 
                width: 100%; 
                justify-content: center; 
                padding: 12px; 
                color: #0e2149; 
                border-color: #0e2149; 
            }

            .ajans-btn-tum:hover { background: #f4f6f9; color: #0e2149;}

            .ajans-ozel-pagination { bottom: 225px !important; }
            .ajans-ozel-pagination .swiper-pagination-bullet { background: #cccccc; opacity: 1; }
            .ajans-ozel-pagination .swiper-pagination-bullet-active { background: var(--primary-color1); }

            .ajans-btn-geri, .ajans-btn-ileri { display: none; }
            .ajans-btn-geri, .ajans-btn-ileri {
    
                  top: 25%  !important;
                
              }

        }

        /* ==========================================================================
   CLS (Kümülatif Düzen Kayması) ve Performans Sabitleyici Kurallar
   ========================================================================== */
.orta-nokta {
    position: relative;
    min-height: 480px !important;
    width: 100%;
}
.orta-property, .orta-property .orta-group {
    min-height: 450px !important;
    width: 100%;
}
.modern-news-carousel {
    min-height: 420px;
    background-color: #f8f9fa;
}
.modern-pano-wrapper .pano-card {
    min-height: 380px;
}
.modern-news-carousel img {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-box img {
    aspect-ratio: 3 / 4;
    width: 100%;
    object-fit: cover;
}
.oran-card-horizontal img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
}
/* Google Translate barını işlemciyi yormadan gizleyen CSS kuralı */
iframe.goog-te-banner-frame, 
iframe[src*="translate.googleapis.com"] {
    display: none !important;
    visibility: hidden !important;
}
body, html {
    top: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

    /* 1. Slider Alanını Tam Ekran Yapan Stiller */
    .home1-banner-section {
        height: 100vh; /* Ekran yüksekliğini %100 kaplar */
        width: 100%;
        position: relative;
    }
    
    .home1-banner-slider,
    .home1-banner-slider .swiper-wrapper,
    .home1-banner-slider .swiper-slide,
    .banner-warpper,
    .banner-bg {
        height: 100% !important;
        width: 100%;
    }
    
    /* İçeriğin dikeyde ortalanması için opsiyonel ayar */
    .banner-content-wrap {
        height: 100%;
        display: flex;
        align-items: center;
    }

    /* 2. 6'lı Kutu Alanı Stilleri */
    .features-section {
        padding: 60px 0;
        background-color: #f4f5f8;
    }
    .features-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 15px;
    }
    .feature-box {
        background: #ffffff;
        border-radius: 12px;
        padding: 35px 20px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease;
    }
    .feature-box:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }
    .icon-wrapper {
        width: 80px;
        height: 80px;
        background-color: #eef2f5;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }
    .icon-wrapper svg {
        width: 32px;
        height: 32px;
        stroke: #28c3d7; /* İstenilen turkuaz renk */
        fill: none;
        stroke-width: 1.5;
        stroke-linecap: round;
        stroke-linejoin: round;
    }
    .feature-box h5 {
        font-size: 1rem;
        font-weight: 700;
        color: #242949;
        margin: 0;
        line-height: 1.4;
    }
    .quick-links-section {
    position: relative;
    z-index: 10;
    margin-top: -30px;
    margin-bottom: 40px;
}
/* Yumuşak kaydırma efekti (Tüm sayfa için) */
html {
    scroll-behavior: smooth;
}

/* Animasyonlu Aşağı Ok Stilleri */
.scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99; /* Slider'ın üstünde durması için */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: bounce 2s infinite; /* Zıplama animasyonu */
}

.scroll-indicator:hover {
    background-color: #28c3d7;
    border-color: #28c3d7;
    color: #ffffff;
}

.scroll-indicator svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

/* Zıplama Animasyonu (Keyframes) */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-15px) translateX(-50%);
    }
    60% {
        transform: translateY(-7px) translateX(-50%);
    }
}

.hero-scroll-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.hero-scroll-btn:hover {
    opacity: 1;
}

/* Farenin Dış Çerçevesi */
.mouse-indicator {
    width: 28px;
    height: 46px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
}

/* İçerideki Hareketli Tekerlek */
.mouse-wheel {
    width: 4px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 2px;
    margin-top: 8px;
    /* 1.5 saniyelik sonsuz döngü animasyonu */
    animation: scrollAnimation 1.5s infinite ease-in-out;
}

/* İsteğe Bağlı Alt Yazı */
.scroll-text {
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 500;
}

/* Animasyon Keyframe'leri */
@keyframes scrollAnimation {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(18px);
        opacity: 0;
    }
}
 .ajans-content-box {
                    position: relative;
                    z-index: 2;
                    padding: 15px;
                    min-height: 477px;
                    display: flex;
                    flex-direction: column;
                    justify-content: flex-end;
                }
                .ajans-meta-row {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    border-top: 1px solid rgba(255, 255, 255, 0.2);
                    padding-top: 10px;
                }
             
                
                .ajans-meta-row {
                    display: flex;
                    gap: 15px;
                    align-items: center;
                    flex-wrap: wrap;
                }
                .ajans-btn-tum {
                    color: #fff;
                    text-decoration: none;
                    font-weight: 500;
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                    padding: 5px 10px;
                    background: rgba(255,255,255,0.2);
                    border-radius: 30px;
                    transition: all 0.3s;
                }
                .ajans-btn-tum:hover {
                    background: rgba(255,255,255,0.3);
                    color: #fff;
                }
                .ajans-btn-devam {
                    color: #fff;
                    text-decoration: none;
                    font-weight: 500;
                    padding: 8px 25px;
                    background: var(--primary-color1, #1a73e8);
                    border-radius: 30px;
                    transition: all 0.3s;
                }
                .ajans-btn-devam:hover {
                    background: var(--primary-color2, #1557b0);
                    color: #fff;
                }
                .ajans-ozel-pagination {
                    text-align: center;
                    margin-top: 15px;
                }
                .ajans-ozel-pagination .swiper-pagination-bullet {
                    background: rgba(255,255,255,0.5);
                    opacity: 1;
                    width: 12px;
                    height: 12px;
                    margin: 0 5px;
                }
                .ajans-ozel-pagination .swiper-pagination-bullet-active {
                    background: #fff;
                }
                .ajans-btn-geri,
                .ajans-btn-ileri {
                    position: absolute;
                    top: 50%;
                    transform: translateY(-50%);
                    z-index: 10;
                    width: 45px;
                    height: 45px;
                    background: rgba(255,255,255,0.2);
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    transition: all 0.3s;
                    backdrop-filter: blur(5px);
                }
                .ajans-btn-geri {
                    left: 15px;
                }
                .ajans-btn-ileri {
                    right: 15px;
                }
                .ajans-btn-geri:hover,
                .ajans-btn-ileri:hover {
                    background: rgba(255,255,255,0.4);
                }
                .ajans-btn-geri svg,
                .ajans-btn-ileri svg {
                    width: 24px;
                    height: 24px;
                    stroke: #fff;
                    stroke-width: 2;
                }
                @media (max-width: 768px) {
                    .ajans-content-box {
                        padding: 20px;
                        min-height: 220px;
                    }
                    .ajans-baslik {
                        font-size: 20px;
                    }
                    .ajans-ozet {
                        font-size: 14px;
                        max-width: 100%;
                    }
                    .ajans-btn-tum {
                    color:  var(--primary-color1, #1a73e8);
                    text-decoration: none;
                    font-weight: 500;
                    display: inline-flex;
                    align-items: center;
                    gap: 8px;
                    padding: 5px 10px;
                    background: rgba(255,255,255,0.2);
                    border-radius: 30px;
                    transition: all 0.3s;
                }
                    
                    /* YENİ EKLENEN MOBİL GÖRÜNÜM DÜZELTMELERİ */
                    /* Takvim Tablosu Taşması */
                    .ka-calendar-main {
                        overflow-x: auto;
                        -webkit-overflow-scrolling: touch;
                        display: block;
                        width: 100%;
                    }
                    
                    /* Doküman Merkezi Dikey Sekmeleri */
                    .oran-vertical-tabs {
                        flex-direction: row !important;
                        overflow-x: auto;
                        flex-wrap: nowrap;
                        white-space: nowrap;
                        margin-bottom: 20px;
                        -webkit-overflow-scrolling: touch;
                    }
                    .oran-vertical-tabs .nav-link {
                        flex: 0 0 auto;
                        margin-right: 10px;
                    }

                    /* Kurumsal Popup Genişliği */
                    .corporate-popup-content {
                        width: 90% !important;
                        max-height: 90vh;
                        overflow-y: auto;
                        padding: 20px;
                    }
                    .corporate-popup-inner-image img, 
                    .popup-video-container iframe {
                        width: 100% !important;
                        height: auto !important;
                    }
                }
                /* Resmi saran linkin tüm alanı kaplamasını sağla */
.ajans-img-wrapper a.ajans-img-link {
    display: block;
    width: 100%;
    height: 100%;
}

/* Karartma katmanının (overlay) ve metin kutusunun fare tıklamalarını engellemesini kapat */
.ajans-overlay,
.ajans-content-box {
    pointer-events: none !important;
}

/* Ancak metin kutusu içindeki butonların ("Tüm Haberler" / "Haberi Oku") hala tıklanabilir olmasını sağla */
.ajans-content-box a,
.ajans-content-box button {
    pointer-events: auto !important;
    position: relative;
    z-index: 10;
}

     .partner-section.two .partner-wrap .single-partner img {
                    width: 140px;
                }
                .partner-section.two .partner-wrap {
                    display: grid !important;
                    grid-template-columns: repeat(6, 1fr) !important;
                    gap: 20px !important;
                }
                @media (max-width: 768px) {
                    .partner-section.two .partner-wrap {
                        grid-template-columns: repeat(2, 1fr) !important;
                    }
                }

.tag-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.tag-list li {
  display: flex;
}
.tag-list li a {
  color: var(--title-color);
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  padding: 10px 15px;
  background-color: #F1EEEA;
  border-radius: 100px;
  transition: 0.5s;
}
@media (max-width: 576px) {
  .tag-list li a {
    font-size: 14px;
  }
}
.tag-list li a:hover {
  color: var(--white-color);
  background-color: var(--primary-color2);
}                
/*# sourceMappingURL=style.css.map */