/*

Version: 1.0.0 
*/
/*=================================
    CSS Index Here
==================================*/
/*

01. Theme Base
    1.1. Mixin 
    1.2. Variable
    1.3. Typography  
02. Reset
    2.1. Container
    2.2. Grid
    2.3. Input 
    2.4. Mobile Menu
03. Utilities
    3.1. Preloader
    3.2. Buttons
    3.3. Titles
    3.4. Common    
    3.5. Animation 
    3.6. Slider
    3.7. Text Sliding 
    3.8. Cursor Follower

04. Template Style
    4.1. Widget
    4.2. Header
    4.3. Footer
    4.4. Breadcumb 
    4.5. Blog 
    4.6. Hero Area 
    4.7. Popup Search
    4.8. Popup Side Menu   
    4.9. Contact
    4.10. About
    4.11. Team
    4.12. Testimonial
    4.13. Counter
    4.14. Blog 
    4.15. Simple Sections 
    4.16. Faq
    4.17. Cta
    4.18. Service
    4.19. Pricing
    4.20. Why choose Us 
    4.21. Work Process
    4.22. Project  
    4.23. Download App
    4.24. Offering 
    4.25. Video
    4.26. Screenshots
    4.27. Skill
    4.28. Contact

05. Spacing 

*/
/*=================================
    CSS Index End
==================================*/
/*=================================
   01. Theme Base
==================================*/
/*------------------- 1.1. Mixin -------------------*/
/*------------------- 1.2. Variable-------------------*/

@font-face {
  font-family: 'Rimouski';
  src: url('fonts/rimouski-semibold.woff2') format('woff2'),
       url('fonts/rimouski-semibold.woff') format('woff'),
       url('fonts/rimouski-semibold.ttf') format('truetype');
  font-weight: 600; /* Semibold */
  font-style: normal;
}

:root {
  --theme-color: #0094b8;
  --theme-color2: #726B7D;
  --title-color: #0094b8;
  --body-color: #726B7D;
  --smoke-color: #F6F5FD;
  --smoke-color2: #CFD3FC;
  --smoke-color3: #F7F7F7;
  --smoke-color4: #E0E0E0;
  --black-color: #333333;
  --gray-color: #F5F5F5;
  --white-color: #ffffff;
  --light-color: #BDBDBD;
  --border-color: #E5E5E5;
  --title-font: "Plus Jakarta Sans", sans-serif;
  --body-font: "Plus Jakarta Sans", sans-serif;
  --icon-font: "Font Awesome 6 Pro";
  --main-container: 1185px;
  --container-gutters: 30px;
  --section-space: 120px;
  --section-space-mobile: 80px;
  --section-title-space: 60px;
  --ripple-ani-duration: 5s;
}

/*------------------- 1.3. Typography -------------------*/
html,
body {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
  max-width: 100%;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--body-color);
  line-height: 26px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  /***scroll-bar***/
}
body .theme-red, body.theme-red {
  --theme-color: #F02801;
  --theme-color2: #FFC000;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

iframe {
  border: none;
  width: 100%;
}

.slick-slide:focus,
button:focus,
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  outline: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 700;
  color: var(--title-color);
}

td,
th {
  border: 1px solid var(--border-color);
  padding: 9px 12px;
}

a {
  color: var(--theme-color);
  text-decoration: none;
  outline: 0;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
a:hover {
  color: var(--title-color);
}
a:active, a:focus, a:hover, a:visited {
  text-decoration: none;
  outline: 0;
}

button {
  transition: all ease 0.4s;
}

img {
  border: none;
  max-width: 100%;
}

ins {
  text-decoration: none;
}

pre {
  font-family: var(--body-font);
  background: #f5f5f5;
  color: #666;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}

span.ajax-loader:empty,
p:empty {
  display: none;
}

p {
  font-family: var(--body-font);
  margin: 0 0 18px 0;
  color: var(--body-color);
  line-height: 1.75;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
span a {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: var(--title-font);
  color: #726B7D;
  text-transform: none;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.167;
}

.h2,
h2 {
  font-size: 40px;
  line-height: 50px;
}

.h3,
h3 {
  font-size: 30px;
  line-height: 1.278;
}

.h4,
h4 {
  font-size: 24px;
  line-height: 34px;
}

.h5,
h5 {
  font-size: 20px;
  line-height: 30px;
}

.h6,
h6 {
  font-size: 18px;
  line-height: 1.5;
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .h1,
  h1 {
    font-size: 48px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .h1,
  h1 {
    font-size: 44px;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 40px;
    line-height: 1.25;
  }
  .h3,
  h3 {
    font-size: 30px;
  }
  .h4,
  h4 {
    font-size: 24px;
  }
  .h5,
  h5 {
    font-size: 20px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 40px;
  }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 1.3;
  }
  .h3,
  h3 {
    font-size: 26px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
}
/* Extra small devices */
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 34px;
    line-height: 1.35;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
}
/* Extra small devices */
@media (max-width: 375px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}
/*=================================
    02. Reset
==================================*/
/*------------------- 2.1. Container -------------------*/
@media (max-width: 1399px) {
  :root {
    --main-container: 1300px;
  }
}
@media only screen and (min-width: 1300px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: calc(var(--main-container) + var(--container-gutters));
    padding-left: calc(var(--container-gutters) / 2);
    padding-right: calc(var(--container-gutters) / 2);
  }
  .container-xxl.px-0,
  .container-xl.px-0,
  .container-lg.px-0,
  .container-md.px-0,
  .container-sm.px-0,
  .container.px-0 {
    max-width: var(--main-container);
  }
}
@media only screen and (max-width: 1600px) {
  .container-fluid.px-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .container-fluid.px-0 .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 1600px) {
  .header-top-section {
    --main-container: 1520px;
  }
  .header-layout1,
  .header-layout2 {
    --main-container: 1520px;
  }
  .hero-1,
  .hero-2,
  .hero-3 {
    --main-container: 1520px;
  }
  .testimonial-wrap.style3 {
    --main-container: 1410px;
  }
  .service-wrap.style1 {
    --main-container: 1520px;
  }
  .video-wrap.style1 {
    --main-container: 1520px;
  }
}
.all-project-area {
  --main-container: 1520px;
}

/*------------------- 2.2. Grid -------------------*/
@media (min-width: 1300px) {
  .row {
    --bs-gutter-x: 30px;
  }
}
.gy-20 {
  --bs-gutter-y: 20px;
}

.gy-25 {
  --bs-gutter-y: 25px;
}

.gy-30 {
  --bs-gutter-y: 30px;
}

.gy-40 {
  --bs-gutter-y: 40px;
}

.gy-50 {
  --bs-gutter-y: 50px;
}

.gx-10 {
  --bs-gutter-x: 10px;
}

@media (min-width: 1500px) {
  .gx-60 {
    --bs-gutter-x: 60px;
  }
}
@media (min-width: 1399px) {
  .gx-30 {
    --bs-gutter-x: 30px;
  }
  .gx-25 {
    --bs-gutter-x: 25px;
  }
  .gx-40 {
    --bs-gutter-x: 40px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .gy-50 {
    --bs-gutter-y: 40px;
  }
}
.gx-0 {
  --bs-gutter-x: 0px;
}

/*------------------- 2.3. Input -------------------*/
select,
.single-select,
.form-control,
.form-select,
textarea,
input {
  height: 56px;
  padding: 0 20px;
  border: 1px solid var(--border-color);
  color: var(--body-color);
  background-color: transparent;
  font-size: 16px;
  width: 100%;
  font-family: var(--body-font);
  transition: 0.4s ease-in-out;
  border-radius: 0px;
}
select:focus,
.single-select:focus,
.form-control:focus,
.form-select:focus,
textarea:focus,
input:focus {
  outline: 0;
  box-shadow: none;
  border-color: var(--theme-color);
  background-color: var(--white-color);
}
select::-moz-placeholder,
.single-select::-moz-placeholder,
.form-control::-moz-placeholder,
.form-select::-moz-placeholder,
textarea::-moz-placeholder,
input::-moz-placeholder {
  color: var(--body-color);
}
select::-webkit-input-placeholder,
.single-select::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: var(--body-color);
}
select:-ms-input-placeholder,
.single-select:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: var(--body-color);
}
select::placeholder,
.single-select::placeholder,
.form-control::placeholder,
.form-select::placeholder,
textarea::placeholder,
input::placeholder {
  color: var(--body-color);
}

.form-text {
  font-size: 16px;
}
.form-text a {
  color: var(--title-color);
  font-weight: 500;
}

.single-select,
.form-select,
select {
  display: block;
  width: 100%;
  line-height: 56px;
  height: 56px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  background-image: none;
}
.single-select:after,
.form-select:after,
select:after {
  border-bottom: 1px solid var(--title-color);
  border-right: 1px solid var(--title-color);
  right: 20px;
  height: 7px;
  width: 7px;
}
.single-select .list,
.form-select .list,
select .list {
  width: 100%;
  display: block;
  border-radius: 0;
}
.single-select.style2,
.form-select.style2,
select.style2 {
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 24px 12px;
}
.single-select.style2:after,
.form-select.style2:after,
select.style2:after {
  content: "";
  position: absolute;
  right: 20px;
  width: 10px;
  height: 6px;
  border-top: solid 6px var(--body-color);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  transform: rotate(0);
  border-bottom: 0;
  margin-top: -2px;
  z-index: 9;
}
.single-select.style2.open:after,
.form-select.style2.open:after,
select.style2.open:after {
  border-top: 0;
  border-bottom: solid 6px var(--body-color);
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  transform: none;
}
.single-select.style3,
.form-select.style3,
select.style3 {
  background: var(--border-color);
  padding: 0 20px;
  font-size: 14px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 50px 10px;
  background-repeat: no-repeat;
  background-position: right;
}
.single-select.style-white2,
.form-select.style-white2,
select.style-white2 {
  background: var(--white-color);
  border-color: var(--white-color);
  padding: 0 30px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-size: 70px 12px;
  background-repeat: no-repeat;
  background-position: right;
}
.single-select.style-white2:after,
.form-select.style-white2:after,
select.style-white2:after {
  right: 30px;
}

.single-select {
  background-image: none !important;
}

textarea.form-control,
textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
}
textarea.form-control.style2,
textarea.style2 {
  min-height: 105px;
}

.form-group {
  margin-bottom: var(--bs-gutter-x);
  position: relative;
}
.form-group > i {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 21px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group > i.fa-envelope {
  padding-top: 1px;
}
.form-group > i.fa-comment {
  margin-top: -2px;
}
.form-group > i.fa-chevron-down {
  width: 17px;
  background-color: var(--smoke-color);
}
.form-group.has-label > i {
  top: 50px;
}
.form-group .input-icon {
  display: inline-block;
  position: absolute;
  right: 42px;
  top: 19px;
  font-size: 16px;
  color: var(--body-color);
}
.form-group .input-icon:hover {
  color: var(--theme-color);
}
.form-group.style-2 .form-control {
  padding: 0 30px 0 55px;
}
.form-group.style-2 textarea.form-control {
  padding: 16px 30px 30px 55px;
}
.form-group.style-white .form-control {
  background: var(--white-color);
}
.form-group.style-white2 .form-control {
  background: var(--white-color);
  border-color: var(--white-color);
  padding: 0 45px 0 30px;
}
.form-group.style-white2 textarea.form-control {
  padding: 16px 45px 30px 30px;
}

[class*=col-].form-group > i {
  right: calc(var(--bs-gutter-x) / 2 + 25px);
}
[class*=col-].form-group .form-icon-left {
  left: calc(var(--bs-gutter-x) / 2 + 30px);
  right: auto;
}

option:checked, option:focus, option:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=checkbox] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
  border-radius: 10px;
}
input[type=checkbox]:checked ~ label:after {
  opacity: 1;
}
input[type=checkbox] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: block;
}
input[type=checkbox] ~ label:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 3.5px;
  background: var(--white-color);
  border: 1px solid var(--border-color);
  height: 20px;
  width: 20px;
  text-align: center;
}
input[type=checkbox] ~ label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  background: var(--theme-color);
  height: 8px;
  width: 8px;
  opacity: 0;
  transition: 0.4s;
}
input[type=checkbox].style2 ~ label {
  color: #8B929C;
  padding-left: 23px;
  margin-bottom: -0.5em;
}
input[type=checkbox].style2 ~ label:before {
  background-color: white;
  border: 1px solid rgb(247, 204, 215);
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 3px;
  top: 6px;
}
input[type=checkbox].style2:checked ~ label:before {
  color: var(--theme-color);
}

input[type=radio] {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  display: none;
}
input[type=radio] ~ label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 1;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0;
}
input[type=radio] ~ label::before {
  content: "\f111";
  position: absolute;
  font-family: var(--icon-font);
  left: 0;
  top: -2px;
  width: 20px;
  height: 20px;
  padding-left: 0;
  font-size: 0.6em;
  line-height: 19px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 100%;
  font-weight: 700;
  background: var(--white-color);
  color: transparent;
  transition: all 0.2s ease;
}
input[type=radio]:checked ~ label::before {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
  color: var(--white-color);
}

label {
  margin-bottom: 0.5em;
  margin-top: -0.3em;
  display: block;
  color: var(--title-color);
  font-family: var(--body-font);
  font-size: 16px;
}

textarea.is-invalid,
select.is-invalid,
input.is-invalid,
.was-validated input:invalid {
  border: 1px solid red !important;
  background-position: right calc(0.375em + 0.8875rem) center;
  background-image: none;
}
textarea.is-invalid:focus,
select.is-invalid:focus,
input.is-invalid:focus,
.was-validated input:invalid:focus {
  outline: 0;
  box-shadow: none;
}

textarea.is-invalid {
  background-position: top calc(0.375em + 0.5875rem) right calc(0.375em + 0.8875rem);
}

.row.no-gutters > .form-group {
  margin-bottom: 0;
}

.form-messages {
  display: none;
}
.form-messages.mb-0 * {
  margin-bottom: 0;
}
.form-messages.success {
  color: green;
  display: block;
}
.form-messages.error {
  color: red;
  display: block;
}
.form-messages pre {
  padding: 0;
  background-color: transparent;
  color: inherit;
}

/*------------------- 2.4. Mobile Menu -------------------*/
.gt-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.gt-menu-wrapper .mobile-logo {
  padding-bottom: 30px;
  padding-top: 40px;
  display: block;
  text-align: center;
  background-color: var(--smoke-color2);
}
.gt-menu-wrapper .mobile-logo svg {
  max-width: 185px;
}
.gt-menu-wrapper .gt-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 36px;
  font-size: 18px;
  z-index: 1;
  color: var(--white-color);
  background-color: var(--theme-color);
  border-radius: 50%;
}
.gt-menu-wrapper .gt-menu-toggle:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.gt-menu-wrapper .gt-menu-area {
  width: 100%;
  max-width: 310px;
  background-color: #fff;
  border-right: 3px solid var(--theme-color);
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 1s;
  z-index: 1;
}
.gt-menu-wrapper.gt-body-visible {
  opacity: 1;
  visibility: visible;
}
.gt-menu-wrapper.gt-body-visible .gt-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.gt-mobile-menu {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
  /***scroll-bar***/
}
.gt-mobile-menu ul {
  margin: 0;
  padding: 0 0;
}
.gt-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}
.gt-mobile-menu ul li li:first-child {
  border-top: 1px solid #fdedf1;
}
.gt-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--title-color);
  padding-left: 18px;
}
.gt-mobile-menu ul li a:before {
  content: "\f105";
  font-family: var(--icon-font);
  position: absolute;
  left: 0;
  top: 12px;
  margin-right: 10px;
  display: inline-block;
}
.gt-mobile-menu ul li.gt-active > a {
  color: var(--theme-color);
}
.gt-mobile-menu ul li.gt-active > a:before {
  transform: rotate(90deg);
}
.gt-mobile-menu ul li ul li {
  padding-left: 20px;
}
.gt-mobile-menu ul li ul li:last-child {
  border-bottom: none;
}
.gt-mobile-menu ul .gt-item-has-children > a .gt-mean-expand {
  position: absolute;
  right: 0;
  top: 50%;
  font-weight: 400;
  font-size: 12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  margin-top: -12.5px;
  display: inline-block;
  text-align: center;
  background-color: var(--smoke-color);
  color: var(--title-color);
  box-shadow: 0 0 20px -8px rgba(173, 136, 88, 0.5);
  border-radius: 50%;
}
.gt-mobile-menu ul .gt-item-has-children > a .gt-mean-expand:before {
  content: "\f067";
  font-family: var(--icon-font);
}
.gt-mobile-menu ul .gt-item-has-children > a:after {
  content: "\f067";
  font-family: var(--icon-font);
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  border-radius: 50px;
  background-color: var(--smoke-color);
  float: right;
  margin-top: 1px;
}
.gt-mobile-menu ul .gt-item-has-children.gt-active > a .gt-mean-expand:before {
  content: "\f068";
}
.gt-mobile-menu ul .gt-item-has-children.gt-active > a:after {
  content: "\f068";
}
.gt-mobile-menu > ul {
  padding: 0 40px;
}
.gt-mobile-menu > ul > li:last-child {
  border-bottom: none;
}
.gt-mobile-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.gt-mobile-menu::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.gt-mobile-menu::-webkit-scrollbar-thumb {
  background-color: var(--theme-color);
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.3) 25%, transparent 20%, transparent 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, transparent 75%, transparent);
}

.gt-menu-toggle {
  width: 50px;
  height: 50px;
  padding: 0;
  font-size: 20px;
  line-height: 52px;
  border: none;
  background-color: var(--theme-color);
  color: var(--white-color);
  display: inline-block;
  border-radius: 0px;
  /* Large devices */
}
.gt-menu-toggle:hover {
  background-color: var(--white-color);
}
.gt-menu-toggle.style-text, .gt-menu-toggle.style-text-white {
  width: auto;
  height: auto;
  background-color: transparent;
  color: var(--title-color);
  font-size: 20px;
}
.gt-menu-toggle.style-text i, .gt-menu-toggle.style-text-white i {
  margin-right: 10px;
}
.gt-menu-toggle.style-text-white {
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .gt-menu-toggle {
    background-color: var(--white-color);
  }
}

@media (max-width: 400px) {
  .gt-menu-wrapper .gt-menu-area {
    width: 100%;
    max-width: 270px;
  }
  .gt-mobile-menu > ul {
    padding: 0 20px;
  }
}
/*=================================
    03. Utilities
==================================*/
/*------------------- 3.1. Preloader -------------------*/
.preloader {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: var(--white-color);
}

.gt-preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.gt-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
.gt-preloader .animation-preloader .txt-loading {
font-family: 'Antipasto', sans-serif;
text-transform: capitalize;
  font-size: 72px;
  line-height: 82px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.gt-preloader .animation-preloader .txt-loading .characters {
  color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.gt-preloader .animation-preloader .txt-loading .characters:before {
  animation: characters 4s infinite;
  color: var(--theme-color);
  content: attr(data-preloader-text);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
  -webkit-transform: rotateY(-90deg);
  -moz-transform: rotateY(-90deg);
  -ms-transform: rotateY(-90deg);
  -o-transform: rotateY(-90deg);
  -webkit-animation: characters 4s infinite;
}
.gt-preloader .animation-preloader .txt-loading .characters:nth-child(2):before {
  animation-delay: 0.2s;
}
.gt-preloader .animation-preloader .txt-loading .characters:nth-child(3):before {
  animation-delay: 0.4s;
}
.gt-preloader .animation-preloader .txt-loading .characters:nth-child(4):before {
  animation-delay: 0.6s;
}
.gt-preloader .animation-preloader .txt-loading .characters:nth-child(5):before {
  animation-delay: 0.8s;
}
.gt-preloader .animation-preloader .txt-loading .characters:nth-child(6):before {
  animation-delay: 1s;
}

/* Extra small devices */
@media (max-width: 575px) {
  .gt-preloader .animation-preloader .txt-loading {
    font-size: 30px;
    line-height: 30px;
  }
}
/*------------------- 3.2. Buttons -------------------*/
.gt-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: 1px #0094b8 solid;
  text-transform: uppercase;
  text-align: center;
  background:  #0094b8;
  color: #ffffff;
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 16px 20px 25px;
  min-width: 160px;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.getin{
  background:  #0094b8 !important;
  color: #ffffff !important;
}
.gt-btn:before {
  top: 0;
  right: 0;
  border: 0 solid;
  box-shadow: inset ;
  border-color: transparent transparent transparent #0094b8;
  transform: rotate(360deg);
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  transition: 0.7s ease;
  z-index: -1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.gt-btn:before {
  bottom: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-color: #0094b8 transparent transparent transparent;
}
.gt-btn:hover, .gt-btn.active {
  color: var(--white-color);
}
.gt-btn:hover:before, .gt-btn:hover:after, .gt-btn.active:before, .gt-btn.active:after {
  border-width: 200px 130px;
}
.gt-btn:hover.gt-btn-icon:after, .gt-btn.active.gt-btn-icon:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.gt-btn.style2 {
  background: var(--title-color);
  transition: all 0.3s ease 0s;
}
.gt-btn.style2:before {
  top: 0;
  right: 0;
  border: 0 solid;
  border-color: transparent transparent transparent var(--theme-color);
  transform: rotate(360deg);
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  transition: 0.7s ease;
  z-index: -1;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transition: all 0.3s ease 0s;
}
.gt-btn.style2:before {
  bottom: 0;
  left: 0;
  right: auto;
  bottom: auto;
  border-color: var(--theme-color2) transparent transparent transparent;
}
.gt-btn.style2:hover, .gt-btn.style2.active {
  color: var(--white-color);
}
.gt-btn.style2:hover:before, .gt-btn.style2:hover:after, .gt-btn.style2.active:before, .gt-btn.style2.active:after {
  border-width: 205px 130px;
  mix-blend-mode: hard-light;
}
.gt-btn.style2:hover.gt-btn-icon:after, .gt-btn.style2.active.gt-btn-icon:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.gt-btn.style3 {
  padding: 20px 75px;
  border-radius: 100px;
  background: #0094b8;
  color: var(--white-color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.gt-btn.style3:hover {
  color: var(--white-color);
}
.gt-btn.style3:hover:before, .gt-btn.style3:hover:after {
  border-width: 200px 170px;
}
.gt-btn.style3:hover.gt-btn-icon:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 330px) {
  .gt-btn.style3 {
    padding: 20px 39px;
  }
}
.gt-btn.style4 {
  padding: 20px 65px;
  border-radius: 100px;
  background: var(--title-color);
  color: var(--white-color);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.gt-btn.style4:hover {
  color: var(--white-color);
  background:#0094b8;
}
.gt-btn.style4:hover:before, .gt-btn.style4:hover:after {
  border-width: 200px 170px;
}
.gt-btn.style4:hover.gt-btn-icon:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
@media (max-width: 330px) {
  .gt-btn.style4 {
    padding: 20px 39px;
  }
}
.gt-btn.style5 {
  background: var(--white-color);
  color: var(--title-color);
}
.gt-btn.style5:before {
  border-color: transparent transparent transparent var(--theme-color);
}
.gt-btn.style5:hover {
  color: var(--white-color);
  background: var(--title-color);
}
.gt-btn.style5:hover:before, .gt-btn.style5:hover:after {
  border-width: 200px 120px;
}
.gt-btn.style6 {
  background: var(--white-color);
  color: var(--title-color);
}
.gt-btn.style6:before {
  border-color: transparent transparent transparent var(--title-color);
}
.gt-btn.style6:hover {
  color: var(--white-color);
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
.gt-btn.style6:hover:before, .gt-btn.style6:hover:after {
  border-width: 200px 120px;
}
.gt-btn-icon:after {
  display: inline-block;
  content: "";
  position: relative;
  background-image: url(../img/icon/icon2.png);
  background-size: 100% 100%;
  width: 19px;
  height: 19px;
  line-height: 1;
  margin-bottom: -0.3em;
  text-align: center;
  margin-left: 15px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 40px);
  height: var(--btn-size, 40px);
  line-height: var(--btn-size, 40px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--gray-color);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: none;
  transition: 0.4s ease-in-out;
  position: relative;
}
.icon-btn:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.icon-btn.btn-border {
  background-color: var(--smoke-color3);
  border: 1px solid var(--smoke-color4);
  line-height: var(--btn-size, 38px);
}
.icon-btn.btn-border:hover {
  background: var(--theme-color);
  color: var(--white-color);
  border-color: var(--theme-color);
}
.icon-btn .badge {
  position: absolute;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 4.1px 1px;
  font-size: 12px;
  border-radius: 50%;
  top: 0px;
  left: auto;
  right: -8px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
  border: 1px solid var(--theme-color);
}
.icon-btn:hover .badge {
  background: var(--white-color);
  color: var(--theme-color);
}
.icon-btn.bg-none {
  background: transparent;
  font-size: var(--btn-font-size, 20px);
  width: auto;
  padding: 0;
}
.icon-btn.bg-none .badge {
  right: -12px;
}
.icon-btn.bg-none:hover {
  color: var(--theme-color);
}
.icon-btn.style2:hover {
  background: var(--title-color);
}

.play-btn {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.play-btn > i {
  display: inline-block;
  width: var(--icon-size, 60px);
  height: var(--icon-size, 60px);
  line-height: var(--icon-size, 60px);
  text-align: center;
  border-radius: 100px;
  border: 1px solid var(--white-color);
  background: radial-gradient(157.24% 123.22% at 47.19% -0.63%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
  backdrop-filter: blur(21px);
  color: var(--white-color);
  font-size: var(--icon-font-size, 24px);
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
}
.play-btn > i.fa-play {
  padding-right: 0.18em;
}
.play-btn:after, .play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(56, 56, 59, 0.3);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
}
.play-btn:after {
  animation-delay: 2s;
}
.play-btn:hover i {
  background-color: var(--theme-color2);
  color: var(--white-color);
}
.play-btn:hover:after, .play-btn:hover:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.play-btn.style2:before, .play-btn.style2:after {
  background-color: transparent;
  border: 1px solid var(--white-color);
}
.play-btn.style3 > i {
  background-color: var(--theme-color);
  color: var(--white-color);
  font-size: 20px;
}
.play-btn.style3:before, .play-btn.style3:after {
  background-color: var(--white-color);
}
.play-btn.style3:hover > i {
  background-color: var(--white-color);
  color: var(--theme-color);
}
.play-btn.style4 {
  position: absolute;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  top: 15%;
  left: 75%;
  transform: translate(-75%, -15%);
  -webkit-transform: translate(-75%, -15%);
  -moz-transform: translate(-75%, -15%);
  -ms-transform: translate(-75%, -15%);
  -o-transform: translate(-75%, -15%);
}
.play-btn.style4 > i {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 70px;
  text-align: center;
  background: var(--theme-color);
  border: 9px solid #C3C9FF;
  border-radius: 50%;
  z-index: 1;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.play-btn.style4:before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.play-btn.style4:after {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -1;
  border-radius: 50%;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
  -ms-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
}

.link-btn a {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.link-btn a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--title-color);
}
.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem;
}
.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
  transition: all ease 0.4s;
}
.line-btn:hover {
  color: var(--theme-color);
}
.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 45px;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  transform: translateY(45px);
  transition: all 300ms linear;
}
.scroll-top:after {
  content: "\f062";
  font-family: var(--icon-font);
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: var(--theme-color);
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid var(--theme-color);
  box-shadow: none;
  border-radius: 50%;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  transition: all 400ms linear;
}
.scroll-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.arrow-btn .style2 {
  width: 52px;
  height: 52px;
  line-height: 35px;
  text-align: center;
  border: 1px solid var(--white-color);
  border-radius: 50%;
  background: transparent;
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
}
.arrow-btn .style2:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  border: 1px solid var(--theme-color);
}
.arrow-btn .style2.slider-next {
  margin-left: 5px;
}

/* Small devices */
@media (max-width: 767px) {
  .play-btn {
    --icon-size: 60px;
  }
}
/*------------------- 3.3. Titles -------------------*/
.title-wrap {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  justify-content: space-between;
  /* Small devices */
}
.title-wrap .title-area {
  max-width: 645px;
  margin: 0;
}
@media (max-width: 767px) {
  .title-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.title-area {
  max-width: 645px;
}
.title-area .subtitle {
  text-align: center;
 
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  background:#0094bc;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.title-area .title {
  color: #203544;
 
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 50px;
  font-family: Inter;
text-align: left;
}

.testimonialtitle {
  text-align: center;
  
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  background:#ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.title-area .text {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.feathered{
color:#ffffff !important;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.feathered .subtitle {
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  background:#ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
  color: #ffffff;
}
.feathered .title {
  color: #ffffff;
 
  font-size: 40px;
  font-style: normal;
  font-weight: 200;
  line-height: 50px;
  font-family: Inter;
text-align: left;


}
@media (max-width: 767px) {
  .title-area .title {
    color: #203544;
   
    font-size: 18px;
    font-style: normal;
    font-weight: 200;
    line-height: 37px;
    font-family: Inter;
  text-align: left;
  }
}

/*------------------- 3.4. Common -------------------*/
.fix {
  overflow: hidden;
  padding: 50px;
  
}
.bfix {
  overflow: hidden;
  padding: 50px;
  background-color: #F9F9F9;
}

.media-body {
  flex: 1;
}

.badge {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  text-align: center;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 0.2em 0.45em;
  font-size: 0.6em;
  border-radius: 50%;
  top: 7px;
  left: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}

.as-social a {
  display: inline-block;
  width: var(--icon-size, 40px);
  height: var(--icon-size, 40px);
  line-height: var(--icon-size, 40px);
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--white-color);
  font-size: 16px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0;
}
.as-social a:last-child {
  margin-right: 0;
}
.as-social a:hover {
  background-color: var(--theme-color);
  color: var(--white-color);
}
.as-social.style2 a {
  --icon-size: 40px;
  font-size: 14px;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid;
}
.as-social.style2 a:hover {
  border-color: var(--theme-color);
  color: var(--white-color);
  background-color: var(--theme-color);
}
.as-social.color-theme a {
  color: var(--body-color);
  border-color: var(--theme-color);
}

/******* Magnific Image *******/
.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-figure:after {
  background: transparent;
  box-shadow: none;
}

.scroll-down {
  transform: rotate(0deg);
  position: absolute;
  bottom: 114px; /* Adjust to position it at the center-bottom */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 1;
}

.scroll-down .hero-scroll-wrap {
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  gap: 8px;
}

.scroll-down .hero-scroll-wrap i {
  font-size: 24px;
  transform: rotate(180deg); /* Flip the arrow upside down */
}

.scroll-down .hero-scroll-wrap:hover {
  color: var(--theme-color2);
}

@media (max-width: 991px) {
  .scroll-down {
    display: none;
  }
}
.bg-theme {
  background-color: var(--theme-color) !important;
}

.bg-smoke {
  background-color: var(--smoke-color) !important;
}

.bg-gray {
  background-color: var(--gray-color) !important;
}

.bg-white {
  background-color: var(--white-color) !important;
}

.bg-black {
  background-color: var(--black-color) !important;
}

.bg-title {
  background-color: var(--title-color) !important;
}

.background-image,
[data-bg-src] {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.bg-auto {
  background-size: auto auto;
}

.bg-top-center {
  background-size: auto;
  background-position: top center;
}

.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}

.bg-gradient {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}

.section-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*------------------- 3.5. Animation -------------------*/
.ripple-animation, .play-btn:after, .play-btn:before {
  animation-duration: var(--ripple-ani-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-name: ripple;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.moving {
  animation: moving 8s linear infinite;
}

@keyframes moving {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

.jump1 {
  animation: jumpAni 6s linear infinite;
}

.jump2 {
  animation: jumpAni 5s linear infinite;
}

.jump3 {
  animation: jumpAni 4s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

.spin-slow {
  animation: spin 50s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
  100% {
    width: var(--progress-width);
  }
}
.scroll {
  animation: scroll 60s linear infinite;
  -webkit-animation: scroll 60s linear infinite;
}

.scroll2 {
  animation: scroll2 60s linear infinite;
  -webkit-animation: scroll2 60s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes scroll2 {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-200%);
  }
}
.wave-anim {
  width: 105px;
  height: 69px;
  background-repeat: repeat;
  background-size: auto;
  animation: wave 70s linear infinite;
  -webkit-animation: wave 70s linear infinite;
}

@keyframes wave {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left -2000px;
  }
}
.rotate360 {
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
.img-shine {
  position: relative;
  overflow: hidden;
}
.img-shine:after {
  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(-20deg);
  opacity: 0;
}
.img-shine:hover:after {
  animation: imgShine 1s;
  opacity: 1;
}

@keyframes imgShine {
  100% {
    left: 125%;
  }
}
@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
.moveAround {
  animation: moveAround 200s linear infinite;
  -webkit-animation: moveAround 200s linear infinite;
}

@keyframes moveAround {
  0% {
    transform: translate(-100%, -100%) translate(-300px, 80px);
    -webkit-transform: translate(-100%, -100%) translate(-300px, 80px);
    -moz-transform: translate(-100%, -100%) translate(-300px, 80px);
    -ms-transform: translate(-100%, -100%) translate(-300px, 80px);
    -o-transform: translate(-100%, -100%) translate(-300px, 80px);
  }
  25% {
    transform: translate(50%, -60%) translate(1900px, 300px);
    -webkit-transform: translate(50%, -60%) translate(1900px, 300px);
    -moz-transform: translate(50%, -60%) translate(1900px, 300px);
    -ms-transform: translate(50%, -60%) translate(1900px, 300px);
    -o-transform: translate(50%, -60%) translate(1900px, 300px);
  }
  50% {
    transform: translate(-80%, -80%) translate(-150px, 0px);
    -webkit-transform: translate(-80%, -80%) translate(-150px, 0px);
    -moz-transform: translate(-80%, -80%) translate(-150px, 0px);
    -ms-transform: translate(-80%, -80%) translate(-150px, 0px);
    -o-transform: translate(-80%, -80%) translate(-150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(1160px, 550px);
    -webkit-transform: translate(50%, 50%) translate(1160px, 550px);
    -moz-transform: translate(50%, 50%) translate(1160px, 550px);
    -ms-transform: translate(50%, 50%) translate(1160px, 550px);
    -o-transform: translate(50%, 50%) translate(1160px, 550px);
  }
  100% {
    transform: translate(100%, 100%) translate(-800px, -50px);
    -webkit-transform: translate(100%, 100%) translate(-800px, -50px);
    -moz-transform: translate(100%, 100%) translate(-800px, -50px);
    -ms-transform: translate(100%, 100%) translate(-800px, -50px);
    -o-transform: translate(100%, 100%) translate(-800px, -50px);
  }
}
.moveAround2 {
  animation: moveAround2 160s linear infinite;
  -webkit-animation: moveAround2 160s linear infinite;
}

@keyframes moveAround2 {
  0% {
    transform: translate(30%, 60%) translate(1450px, 500px);
    -webkit-transform: translate(30%, 60%) translate(1450px, 500px);
    -moz-transform: translate(30%, 60%) translate(1450px, 500px);
    -ms-transform: translate(30%, 60%) translate(1450px, 500px);
    -o-transform: translate(30%, 60%) translate(1450px, 500px);
  }
  25% {
    transform: translate(-50%, -60%) translate(-100px, -290px);
    -webkit-transform: translate(-50%, -60%) translate(-100px, -290px);
    -moz-transform: translate(-50%, -60%) translate(-100px, -290px);
    -ms-transform: translate(-50%, -60%) translate(-100px, -290px);
    -o-transform: translate(-50%, -60%) translate(-100px, -290px);
  }
  50% {
    transform: translate(-50%, 0%) translate(150px, 0px);
    -webkit-transform: translate(-50%, 0%) translate(150px, 0px);
    -moz-transform: translate(-50%, 0%) translate(150px, 0px);
    -ms-transform: translate(-50%, 0%) translate(150px, 0px);
    -o-transform: translate(-50%, 0%) translate(150px, 0px);
  }
  75% {
    transform: translate(50%, -50%) translate(1160px, -50px);
    -webkit-transform: translate(50%, -50%) translate(1160px, -50px);
    -moz-transform: translate(50%, -50%) translate(1160px, -50px);
    -ms-transform: translate(50%, -50%) translate(1160px, -50px);
    -o-transform: translate(50%, -50%) translate(1160px, -50px);
  }
  100% {
    transform: translate(50%, 50%) translate(-80px, 50px);
    -webkit-transform: translate(50%, 50%) translate(-80px, 50px);
    -moz-transform: translate(50%, 50%) translate(-80px, 50px);
    -ms-transform: translate(50%, 50%) translate(-80px, 50px);
    -o-transform: translate(50%, 50%) translate(-80px, 50px);
  }
}
.moveAround3 {
  animation: moveAround3 120s linear infinite;
  -webkit-animation: moveAround3 120s linear infinite;
}

@keyframes moveAround3 {
  0% {
    transform: translate(-50%, -50%) translate(400px, 300px);
    -webkit-transform: translate(-50%, -50%) translate(400px, 300px);
    -moz-transform: translate(-50%, -50%) translate(400px, 300px);
    -ms-transform: translate(-50%, -50%) translate(400px, 300px);
    -o-transform: translate(-50%, -50%) translate(400px, 300px);
  }
  25% {
    transform: translate(50%, -60%) translate(1900px, -300px);
    -webkit-transform: translate(50%, -60%) translate(1900px, -300px);
    -moz-transform: translate(50%, -60%) translate(1900px, -300px);
    -ms-transform: translate(50%, -60%) translate(1900px, -300px);
    -o-transform: translate(50%, -60%) translate(1900px, -300px);
  }
  50% {
    transform: translate(-50%, 0%) translate(-150px, 0px);
    -webkit-transform: translate(-50%, 0%) translate(-150px, 0px);
    -moz-transform: translate(-50%, 0%) translate(-150px, 0px);
    -ms-transform: translate(-50%, 0%) translate(-150px, 0px);
    -o-transform: translate(-50%, 0%) translate(-150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(160px, 50px);
    -webkit-transform: translate(50%, 50%) translate(160px, 50px);
    -moz-transform: translate(50%, 50%) translate(160px, 50px);
    -ms-transform: translate(50%, 50%) translate(160px, 50px);
    -o-transform: translate(50%, 50%) translate(160px, 50px);
  }
  100% {
    transform: translate(50%, 50%) translate(-200px, 200px);
    -webkit-transform: translate(50%, 50%) translate(-200px, 200px);
    -moz-transform: translate(50%, 50%) translate(-200px, 200px);
    -ms-transform: translate(50%, 50%) translate(-200px, 200px);
    -o-transform: translate(50%, 50%) translate(-200px, 200px);
  }
}
.moveAround4 {
  animation: moveAround4 200s linear infinite;
  -webkit-animation: moveAround4 200s linear infinite;
}

@keyframes moveAround4 {
  0% {
    transform: translate(50%, -50%) translate(500px, 300px);
    -webkit-transform: translate(50%, -50%) translate(500px, 300px);
    -moz-transform: translate(50%, -50%) translate(500px, 300px);
    -ms-transform: translate(50%, -50%) translate(500px, 300px);
    -o-transform: translate(50%, -50%) translate(500px, 300px);
  }
  25% {
    transform: translate(50%, 60%) translate(-100px, -300px);
    -webkit-transform: translate(50%, 60%) translate(-100px, -300px);
    -moz-transform: translate(50%, 60%) translate(-100px, -300px);
    -ms-transform: translate(50%, 60%) translate(-100px, -300px);
    -o-transform: translate(50%, 60%) translate(-100px, -300px);
  }
  50% {
    transform: translate(50%, 0%) translate(150px, 0px);
    -webkit-transform: translate(50%, 0%) translate(150px, 0px);
    -moz-transform: translate(50%, 0%) translate(150px, 0px);
    -ms-transform: translate(50%, 0%) translate(150px, 0px);
    -o-transform: translate(50%, 0%) translate(150px, 0px);
  }
  75% {
    transform: translate(50%, 50%) translate(760px, 550px);
    -webkit-transform: translate(50%, 50%) translate(760px, 550px);
    -moz-transform: translate(50%, 50%) translate(760px, 550px);
    -ms-transform: translate(50%, 50%) translate(760px, 550px);
    -o-transform: translate(50%, 50%) translate(760px, 550px);
  }
  100% {
    transform: translate(50%, 50%) translate(-800px, 350px);
    -webkit-transform: translate(50%, 50%) translate(-800px, 350px);
    -moz-transform: translate(50%, 50%) translate(-800px, 350px);
    -ms-transform: translate(50%, 50%) translate(-800px, 350px);
    -o-transform: translate(50%, 50%) translate(-800px, 350px);
  }
}
@keyframes characters {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
.scalein.as-animated {
  --animation-name: scalein;
}

.slidetopleft.as-animated {
  --animation-name: slidetopleft;
}

.slidebottomright.as-animated {
  --animation-name: slidebottomright;
}

.slideinleft.as-animated {
  --animation-name: slideinleft;
}

.slideinright.as-animated {
  --animation-name: slideinright;
}

.slideinup.as-animated {
  --animation-name: slideinup;
}

.slideindown.as-animated {
  --animation-name: slideindown;
}

.rollinleft.as-animated {
  --animation-name: rollinleft;
}

.rollinright.as-animated {
  --animation-name: rollinright;
}

.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.as-animated {
  opacity: 1;
}

@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(100px) translateY(100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
  0% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
  75% {
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    border-bottom-color: transparent;
  }
  100% {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
  }
}
.bg-anime-scratch {
  animation: scratch 4s linear infinite;
  overflow: hidden;
}

@keyframes scratch {
  0% {
    height: 0;
  }
  70% {
    height: 158px;
  }
  100% {
    height: 158px;
  }
}
@keyframes shine {
  0% {
    left: -100px;
  }
  60% {
    left: 100%;
  }
  to {
    left: 100%;
  }
}
.fadein,
.scalein,
.slidetopleft,
.slidebottomright,
.slideinleft,
.slideinright,
.slideindown,
.slideinup,
.rollinleft,
.rollinright {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 1.3s;
  animation-delay: 0.3s;
  animation-name: var(--animation-name);
}

.swiper-slide-active .fadein {
  --animation-name: fadein;
}

.swiper-slide-active .scalein {
  --animation-name: scalein;
}

.swiper-slide-active .slidetopleft {
  --animation-name: slidetopleft;
}

.swiper-slide-active .slidebottomright {
  --animation-name: slidebottomright;
}

.swiper-slide-active .slideinleft {
  --animation-name: slideinleft;
}

.swiper-slide-active .slideinright {
  --animation-name: slideinright;
}

.swiper-slide-active .slideinup {
  --animation-name: slideinup;
}

.swiper-slide-active .slideindown {
  --animation-name: slideindown;
}

.swiper-slide-active .rollinleft {
  --animation-name: rollinleft;
}

.swiper-slide-active .rollinright {
  --animation-name: rollinright;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scalein {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.3);
  }
}
@keyframes slideinup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translateX(180px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideindown {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slidebottomright {
  0% {
    opacity: 0;
    transform: translateX(120px) translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
@keyframes slidetopleft {
  0% {
    opacity: 0;
    transform: translateX(-100px) translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
}
/*------------------- 3.6. Slider -------------------*/
/* Service area slider */
.service-wrap.style3 .service-slider1 {
  padding: 0 10px 0;
}
.service-wrap.style3 .service-slider1 .swiper-slide {
  /* Medium devices */
}
.service-wrap.style3 .service-slider1 .swiper-slide.swiper-slide-active .service-card.style3, .service-wrap.style3 .service-slider1 .swiper-slide:hover .service-card.style3 {
  background-color: var(--theme-color);
  border-radius: 16px;
  background: linear-gradient(180deg, #3D4AFF 0%, #9931F6 100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.service-wrap.style3 .service-slider1 .swiper-slide.swiper-slide-active .service-card.style3 .card_content h3 a, .service-wrap.style3 .service-slider1 .swiper-slide:hover .service-card.style3 .card_content h3 a {
  color: var(--white-color);
}
.service-wrap.style3 .service-slider1 .swiper-slide.swiper-slide-active .service-card.style3 .card_content h3 a:hover, .service-wrap.style3 .service-slider1 .swiper-slide:hover .service-card.style3 .card_content h3 a:hover {
  color: var(--theme-color2);
}
.service-wrap.style3 .service-slider1 .swiper-slide.swiper-slide-active .service-card.style3 .card_content .text, .service-wrap.style3 .service-slider1 .swiper-slide:hover .service-card.style3 .card_content .text {
  color: var(--white-color);
}
.service-wrap.style3 .service-slider1 .swiper-slide.swiper-slide-active .service-card.style3 .card_icon, .service-wrap.style3 .service-slider1 .swiper-slide:hover .service-card.style3 .card_icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.service-wrap.style3 .service-slider1 .swiper-slide.swiper-slide-active .service-card.style3 .card_icon:before, .service-wrap.style3 .service-slider1 .swiper-slide:hover .service-card.style3 .card_icon:before {
  background-color: var(--white-color);
  opacity: 1;
}
.service-wrap.style3 .service-slider1 .swiper-slide.swiper-slide-active .service-card.style3 .link-wrap a, .service-wrap.style3 .service-slider1 .swiper-slide:hover .service-card.style3 .link-wrap a {
  color: var(--white-color);
}
@media (max-width: 991px) {
  .service-wrap.style3 .service-slider1 .swiper-slide {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}

/* Porfolio area slider */
.project-wrap.style1 .project-slider1 .gt-slider {
  margin-right: -775px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  /* Small devices */
}
.project-wrap.style1 .project-slider1 .gt-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .project-wrap.style1 .project-slider1 .gt-slider {
    margin-right: 0px;
  }
}
.project-wrap.style2 {
  margin-top: -230px;
}
.project-wrap.style2 .project-slider2 .gt-slider {
  overflow: visible !important;
  margin-right: -775px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  /* Small devices */
}
.project-wrap.style2 .project-slider2 .gt-slider .swiper-slide {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .project-wrap.style2 .project-slider2 .gt-slider {
    margin-right: 0px;
  }
}

/* App Screenshots area slider */
.app-screenshot-area {
  position: relative;
}
.app-screenshot-area .screenshots-slider1 {
  padding: 0 0 50px;
}
.app-screenshot-area .screenshots-slider1 .screenshot-thumb-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.app-screenshot-area .screenshots-slider1 .slider-pagination {
  position: absolute !important;
  z-index: 10;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.app-screenshot-area .screenshots-slider1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.76);
  transition: background-color 0.3s;
  margin: 0 5px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
.app-screenshot-area .screenshots-slider1 .swiper-pagination-bullet-active {
  background-color: #fff;
}


/*------------------- 3.7. Text Sliding -------------------*/
.scrolling-wrap {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  gap: 100px;
}
.scrolling-wrap .textWrapper {
  display: flex;
  align-items: center;
  gap: 100px;
  animation: scroll 60s linear infinite;
  cursor: pointer;
}
.scrolling-wrap .textWrapper .textWrapper-textslide {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 85px;
}
.scrolling-wrap .textWrapper .textWrapper-textslide img {
  width: 75px;
  height: auto;
  margin-right: 10px;
  object-fit: contain;
}
.scrolling-wrap .textWrapper .text-custom-storke {
  -webkit-text-stroke: 1px var(--title-color);
  -webkit-text-fill-color: transparent;
}
.scrolling-wrap:hover .textWrapper {
  animation-play-state: paused;
}


/*------------------- 3.8. Cursor Follower -------------------*/
.cursor-follower {
  position: fixed;
  background: var(--theme-color2);
  border: 1px solid var(--theme-color2);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  z-index: 999999;
  transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) background;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  transform: translate(2px, 2px);
  opacity: 0.7;
  mix-blend-mode: multiply;
}

/*=================================
    04. Template Style
==================================*/
/*------------------- 4.1. Widget  -------------------*/
/*----------------------------------------------
    # Widget Sidebar style here
----------------------------------------------*/
.main-sidebar .single-sidebar-widget {
  padding: 40px 30px;
  background-color: var(--gray-color);
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.main-sidebar .single-sidebar-widget .wid-title {
  margin-bottom: 25px;
}
.main-sidebar .single-sidebar-widget .wid-title h3 {
  position: relative;
  padding-bottom: 15px;
}
.main-sidebar .single-sidebar-widget .wid-title h3::before {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 83px;
  content: "";
  background-color: var(--theme-color);
}
.main-sidebar .single-sidebar-widget .search-widget form {
  width: 100%;
  position: relative;
}
.main-sidebar .single-sidebar-widget .search-widget form input {
  background-color: var(--white-color);
  font-size: 15px;
  padding: 20px;
  width: 100%;
  border: none;
  color: var(--body-color);
}
.main-sidebar .single-sidebar-widget .search-widget form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  font-size: 18px;
  height: 100%;
  background: var(--theme-color2);
  border: none;
  color: var(--white-color);
  text-align: center;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .search-widget form button:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul {
  padding-left: 0;
  list-style-type: none;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li {
  background-color: var(--white-color);
  font-weight: 500;
  transition: all 0.3s ease 0s;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  color: var(--title-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li a span {
  transition: all 0.3s ease 0s;
  color: var(--title-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:not(:last-child) {
  margin-bottom: 12px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover a {
  color: var(--white-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li:hover span {
  color: var(--white-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active a {
  color: var(--white-color);
}
.main-sidebar .single-sidebar-widget .news-widget-categories ul li.active span {
  color: var(--white-color);
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E6E5E5;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-thumb img {
  width: 78px;
  height: 79px;
  object-fit: cover;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content ul li i {
  color: var(--theme-color2);
  margin-right: 5px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 {
  font-weight: 700;
  margin-bottom: 0;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.main-sidebar .single-sidebar-widget .recent-post-area .recent-items .recent-content h6 a:hover {
  color: var(--theme-color2);
}
.main-sidebar .single-sidebar-widget .tagcloud a {
  display: inline-flex;
  padding: 10px 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  background: var(--white-color);
  margin-right: 5px;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.main-sidebar .single-sidebar-widget .tagcloud a:last-child {
  margin-right: 0;
}
.main-sidebar .single-sidebar-widget .tagcloud a:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color) !important;
}

.recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.recent-post:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}
.recent-post .media-img {
  margin-right: 20px;
  width: 95px;
  overflow: hidden;
  flex: none;
}
.recent-post .media-img img {
  width: 100%;
  transition: 0.4s ease-in-out;
}
.recent-post .post-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.25;
  margin: 10px 0 0px;
  font-family: var(--title-font);
  text-transform: capitalize;
}
.recent-post .recent-post-meta {
  margin-bottom: -2px;
}
.recent-post .recent-post-meta .price {
  font-size: 18px;
  font-weight: 700;
  color: #c5c5c5;
}
.recent-post .recent-post-meta .price del {
  margin-right: 10px;
}
.recent-post .recent-post-meta .price strong {
  color: var(--theme-color);
  font-weight: 700;
}
.recent-post .recent-post-meta a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--body-color);
}
.recent-post .recent-post-meta a i {
  margin-right: 9px;
  color: var(--theme-color2);
  transition: 0.4s;
}
.recent-post .recent-post-meta a:hover {
  color: var(--theme-color);
}
.recent-post .recent-post-meta a:hover i {
  color: var(--theme-color);
}
.recent-post:hover .media-img img {
  transform: scale(1.1);
}

.widget_shopping_cart .widget_title {
  margin-bottom: 30px;
  border-bottom: none;
}
.widget_shopping_cart ul {
  margin: 0;
  padding: 0;
}
.widget_shopping_cart ul li {
  list-style-type: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  padding: 30px 30px 30px 90px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
  text-align: left;
}
.widget_shopping_cart .mini_cart_item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .cart_list a:not(.remove) {
  display: block;
  color: var(--body-color);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--title-font);
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 6px;
}
.widget_shopping_cart .cart_list a:not(.remove):hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list a.remove {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
  color: var(--body-color);
}
.widget_shopping_cart .cart_list a.remove:hover {
  color: var(--theme-color);
}
.widget_shopping_cart .cart_list img {
  width: 75px;
  height: 75px;
  position: absolute;
  left: 0;
  top: 18px;
}
.widget_shopping_cart .quantity {
  display: inline-flex;
  white-space: nowrap;
  vertical-align: top;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 500;
}
.widget_shopping_cart .total {
  margin-top: 20px;
  font-size: 18px;
  color: var(--title-color);
  font-family: var(--body-font);
}
.widget_shopping_cart .total strong {
  font-family: var(--title-font);
}
.widget_shopping_cart .amount {
  padding-left: 5px;
}
.widget_shopping_cart .as-btn {
  margin-right: 15px;
}
.widget_shopping_cart .as-btn:last-child {
  margin-right: 0;
}

/* Large devices */
@media (max-width: 1199px) {
  .widget_title {
    font-size: 22px;
    margin: -0.12em 0 24px 0;
  }
}
@media (max-width: 330px) {
  .recent-post .post-title {
    font-size: 16px;
    line-height: 24px;
  }
  .recent-post .recent-post-meta a {
    font-size: 12px;
  }
}
/*----------------------------------------------
    # All Footer Widget style here
----------------------------------------------*/
.footer-area{
  background-color: #041B29;
}
.main-pages{
  display: flex;
    flex-direction: column;
    gap: 20px; /* Space between rows */
    justify-content: flex-start;
}
.footer-call{
  font-family: Inter;
font-size: 17px;

text-align: left;
color: #FFFFFF;
font-style: normal !important;
line-height: 40px;

}
.widget-area.style2 {
  position: relative;
}
.widget-area.style2 .shape2_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.widget-area.style2 .shape2_2 {
  position: absolute;
  bottom: 63px;
  right: 0;
  z-index: 1;
}
.widget-area.style2 .shape2_3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.widget-area.style1 {
  position: relative;
}
.widget-area.style1 .shape2_1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.widget-area.style1 .shape2_2 {
  position: absolute;
  bottom: 63px;
  right: 0;
}

.widget_title {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  font-family: var(--title-font);

 
}

.widget.footer-widget {
  background-color: transparent;
  padding: 0;
  border: none;
  padding-bottom: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-top: -webkit-calc(var(--section-space) - 20px);
  padding-top: -moz-calc(var(--section-space) - 20px);
  padding-top: calc(var(--section-space) - 20px);
  padding-bottom: 0px;
  margin-bottom: -5px;
}
.widget.footer-widget .widget_title {
  padding: 0 0 18px 0;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}


.gt-widget-about {
  max-width: 270px;
}
.gt-widget-about .about-logo {
  margin-bottom: 33px;
}
.gt-widget-about .about-text {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 30px;
}

.widget.widget_nav_menu.footer-widget .widget_title {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu {
  list-style-type: none;
  padding-left: 0;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li {
  margin-bottom: 20px;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a i {
  color: var(--white-color);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-right: 8px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover {
  color: var(--theme-color2);
}
.widget.widget_nav_menu.footer-widget .menu-all-pages-container .menu li a:hover i {
  color: var(--theme-color2);
}
.widget.widget_nav_menu.footer-widget .checklist {
  margin-top: 25px;
  margin-bottom: 0px;
}
.widget.widget_nav_menu.footer-widget .checklist ul {
  margin-bottom: 20px;
}
.widget.widget_nav_menu.footer-widget .email-input-container {
  margin-bottom: 25px;
  width: 270px;
}

.recent-post-wrap .recent-post {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  max-width: 300px;
  margin-top: -0.3em;
  margin-bottom: 30px;
  padding: 0;
  border: 0;
}
.recent-post-wrap .recent-post .media-img {
  overflow: hidden;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.recent-post-wrap .recent-post .media-body .recent-post-meta {
  margin-bottom: -2px;
}
.recent-post-wrap .recent-post .media-body .recent-post-meta a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.recent-post-wrap .recent-post .media-body .recent-post-meta a i {
  color: var(--white-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-right: 9px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}
.recent-post-wrap .recent-post .media-body .post-title a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.recent-post-wrap .recent-post .media-body .post-title a:hover {
  color: var(--theme-color2);
}

.copyright-wrap .copyright-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  /* Small devices */
}
.copyright-wrap .copyright-layout .layout-text .copyright {
  margin-bottom: 0;
  color: var(--white-color);
}
.copyright-wrap .copyright-layout .layout-text .copyright a {
  color: var(--white-color);
}
.copyright-wrap .copyright-layout .layout-text .copyright a:hover {
  color: var(--theme-color2);
}
.copyright-wrap .copyright-layout .link-wrapper {
  text-align: end;
}
.copyright-wrap .copyright-layout .link-wrapper a {
  display: inline-block;
  color: var(--white-color);
  text-align: right;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-right: 30px;
}
.copyright-wrap .copyright-layout .link-wrapper a:hover {
  color: #fff;
}
.copyright-wrap .copyright-layout .link-wrapper a:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .copyright-wrap .copyright-layout {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  .copyright-wrap .copyright-layout .link-wrapper {
    text-align: center;
  }
  .copyright-wrap .copyright-layout .link-wrapper a {
    text-align: center;
  }
}


.quick-links-wrap {
  display: flex;
  justify-content: space-between;
}

.quick-links-left,
.quick-links-right {
  width: 48%; /* Adjust width to ensure both sections fit side by side */
}

.quick-links-left ul,
.quick-links-right ul {
  list-style-type: none;
  padding-left: 0;
}

.quick-links-left li,
.quick-links-right li {
  margin-bottom: 10px;
}

.quick-links-left li a,
.quick-links-right li a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.quick-links-left li a:hover,
.quick-links-right li a:hover {
  color: var(--theme-color2);
}
.contact-info-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.left-contact-info, .right-contact-info {
  flex: 1;
}

.left-contact-info h4, .right-contact-info h4 {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.left-contact-info p, .right-contact-info p {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}


/*------------------- 4.2. Header  -------------------*/
.header-top-section.style1 {
  background-color: var(--title-color);
  padding: 10px 0;
  position: relative;
  z-index: 9;
  /* Medium devices */
}
.header-top-section.style1 .header-top-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-top-section.style1 .header-top-wrapper .contact-list {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li {
  font-size: 15px;
  color: var(--white-color);
}
.header-top-section.style1 .header-top-wrapper .contact-list li i {
  color: var(--white-color);
  margin-right: 10px;
}
.header-top-section.style1 .header-top-wrapper .contact-list li a {
  color: var(--white-color);
}
.header-top-section.style1 .header-top-wrapper .top-right {
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-section.style1 .header-top-wrapper .top-right .social-icon {
  gap: 15px;
}
.header-top-section.style1 .header-top-wrapper .top-right .social-icon a {
  color: var(--white-color);
}
.header-top-section.style1 .header-top-wrapper .top-right .social-icon span {
  color: var(--white-color);
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-top-section.style1 {
    display: none;
  }
}
.header-top-section.style2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 9;
  /* Medium devices */
}
.header-top-section.style2 .header-top-wrapper {
  padding: 17px 33px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px 0px 30px 30px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
.header-top-section.style2 .header-top-wrapper .contact-list {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 25px;
}
.header-top-section.style2 .header-top-wrapper .contact-list li {
  font-size: 15px;
  color: var(--white-color);
}
.header-top-section.style2 .header-top-wrapper .contact-list li i {
  color: var(--white-color);
  margin-right: 10px;
}
.header-top-section.style2 .header-top-wrapper .contact-list li a {
  color: var(--white-color);
}
.header-top-section.style2 .header-top-wrapper .top-right {
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-top-section.style2 .header-top-wrapper .top-right .social-icon {
  gap: 15px;
}
.header-top-section.style2 .header-top-wrapper .top-right .social-icon a {
  color: var(--white-color);
}
.header-top-section.style2 .header-top-wrapper .top-right .social-icon span {
  color: var(--white-color);
  font-weight: 500;
}
@media (max-width: 991px) {
  .header-top-section.style2 {
    display: none;
  }
}

/* Header Default */
.gt-header {
  position: relative;
  z-index: 41;
}
.gt-header .icon-btn {
  border-radius: 99px;
}
.gt-header .menu-area {
  position: relative;
  z-index: 2;
}

.sticky-wrapper {
  transition: 0.4s ease-in-out;
}
.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--theme-color);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.07));
  animation: stickyAni 0.4s ease-in-out;
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--body-font);
  color:#ffffff;
}
.main-menu a:hover {
  color: var(--theme-color2);
}
.main-menu > ul > li {
  margin: 0 22px;
}
.main-menu > ul > li > a {
  padding: 40.5px 0;
}
.main-menu > ul > li > a:hover {
  color: var(--theme-color2);
}
.main-menu ul {
  margin: 0;
  padding: 0;
}
.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative;
}
.main-menu ul li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  font-family: var(--icon-font);
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--title-color);
  transition: 0.3s ease-in-out;
}
.main-menu ul li.menu-item-has-children > a:hover:after {
  content: "\f106";
  transform: rotate(180deg);
  color: var(--theme-color2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul li:last-child {
  margin-right: 0 !important;
}
.main-menu ul li:first-child {
  margin-left: 0 !important;
}
.main-menu ul li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9;
}
.main-menu ul .sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: var(--white-color);
  visibility: hidden;
  min-width: 230px;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  z-index: -1;
  box-shadow: 0px 4px 15px rgba(1, 15, 28, 0.06);
  border-radius: 10px;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.4s ease 0s;
  padding: 19px 11px 17px 11px;
  left: -27px;
}
.main-menu ul .sub-menu a {
  font-size: 16px;
  line-height: 30px;
  color: var(--title-color);
}
.main-menu ul .sub-menu li {
  display: block;
  margin: 0 0;
  padding: 0px 9px;
}
.main-menu ul .sub-menu li:not(:last-child) {
  margin-bottom: 5px;
}
.main-menu ul .sub-menu li.menu-item-has-children > a:after {
  content: "\f105";
  top: 1px;
  display: inline-block;
  color: var(--title-color);
}
.main-menu ul .sub-menu li.menu-item-has-children > a :hover:after {
  content: "\f105";
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.main-menu ul .sub-menu li a {
  position: relative;
  text-transform: capitalize;
}
.main-menu ul .sub-menu li a:before {
  content: "\f83e";
  position: absolute;
  top: 7px;
  left: 0px;
  font-family: var(--icon-font);
  text-align: center;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  color: var(--theme-color2);
  font-weight: 400;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.main-menu ul .sub-menu li a:hover {
  color: var(--theme-color2);
  padding-left: 27px;
}
.main-menu ul .sub-menu li a:hover:before {
  visibility: visible;
  opacity: 1;
  left: 0;
}
.main-menu ul .sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0;
  margin-left: 8px;
}
.main-menu ul .sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto;
}

/* Extra large devices */
@media (max-width: 1500px) {
  .main-menu > ul > li {
    margin: 0 13px;
  }
}
.main-menu.scrolled a {
  color: #000000; /* Color when scrolled */
}
.simple-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  font-size: 24px;
  position: relative;
}
.simple-icon:has(.badge) {
  padding-right: 8px;
}
.simple-icon .badge {
  top: -8px;
  right: 0;
  font-size: 12px;
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  /* Large devices */
}
.header-button .icon-btn .badge {
  font-size: 12px;
  top: 0;
  right: 0;
}
.header-button .icon-btn:hover .badge {
  background-color: var(--black-color);
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .header-button {
    padding: 29px 0;
  }
  .header-button.style2 {
    padding: 30px 0;
  }
}

.sidebar-btn .line {
  display: block;
  height: 2px;
  width: 32px;
  background: linear-gradient(90deg, #1b0d70 0%, #f5f5f5 83.46%);
  margin: auto;
  transition: 0.4s;
}
.sidebar-btn .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn:hover .line:nth-child(2) {
  width: 32px;
}
.sidebar-btn.style2 .line {
  margin-right: 0;
}
.sidebar-btn.style2 .line:first-child {
  width: 20px;
}
.sidebar-btn.style2 .line:nth-child(2) {
  width: 27px;
}
.sidebar-btn.style2:hover .line:first-child {
  width: 32px;
}
.sidebar-btn.style2:hover .line:nth-child(2) {
  width: 32px;
}

.sidebar-btn2 .line {
  display: block;
  height: 2px;
  width: 32px;
  background: var(--white-color);
  margin: auto;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.sidebar-btn2 .line:not(:last-child) {
  margin-bottom: 9px;
}
.sidebar-btn2 .line:nth-child(2) {
  width: 20px;
}
.sidebar-btn2:hover .line:nth-child(2) {
  width: 32px;
}

.social-links .social-title {
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  color: var(--body-color);
}
.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0 15px 0 0;
}
.social-links a:last-child {
  margin-right: 0 !important;
}
.social-links a:hover {
  color: var(--theme-color);
}

.header-links ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header-links li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--title-font);
}
.header-links li:not(:last-child) {
  margin: 0 55px 0 0;
}
.header-links li:not(:last-child):after {
  content: "";
  height: 20px;
  width: 1px;
  background-color: #363739;
  position: absolute;
  top: 0px;
  right: -30px;
  margin-top: 3px;
}
.header-links li > i {
  margin-right: 11px;
  color: var(--theme-color);
}

.header-links li,
.header-links span,
.header-links p,
.header-links a {
  color: var(--body-color);
}

.header-links a:hover {
  color: var(--theme-color);
}
.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px;
}
.header-links .social-links a {
  font-size: 14px;
}
.header-links .header-notice {
  margin: 0;
}

.dropdown-link {
  position: relative;
}
.dropdown-link > a {
  color: var(--body-color);
}
.dropdown-link > ai {
  color: var(--theme-color);
  margin-right: 5px;
}

.dropdown-toggle:after {
  content: "\f078";
  border: none;
  font-family: var(--title-font);
  vertical-align: middle;
  font-weight: 400;
  margin-left: 6px;
  margin-top: -1px;
}

.dropdown-menu {
  width: fit-content;
  min-width: auto;
  top: calc(100% + 6px) !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  padding: 8px 20px !important;
  text-align: center;
  border-color: var(--border-color);
}
.dropdown-menu li {
  padding-right: 0;
  margin-right: 0;
}
.dropdown-menu li:after {
  display: none;
}
.dropdown-menu li a {
  display: block;
  font-weight: 400;
  font-size: 14px;
}

.dropdown-menu a {
  color: var(--title-color) !important;
}
.dropdown-menu a:hover {
  color: var(--theme-color) !important;
}
.dropdown-menu:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -7px;
  width: 14px;
  height: 14px;
  margin-left: -7px;
  background-color: var(--white-color);
  z-index: -1;
  transform: rotate(45deg);
  border-top: 1px solid var(--th-border-color);
  border-left: 1px solid var(--th-border-color);
}

/* Large devices */
@media (max-width: 1199px) {
  .menu-expand {
    font-size: 15px;
  }
}
.menu-expand {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  background-color: var(--theme-color2);
  padding: 17px 25px;
  width: 100%;
}
.menu-expand i {
  margin-right: 15px;
}
.menu-expand:hover {
  color: var(--white-color);
}

/* Header 1 ---------------------------------- */
.header-layout1 {
  position: absolute; /* Place the navigation above the banner */
    top: 0;
    width: 100%;
    z-index: 1000; 
}
@media (max-width: 991px) {
  .header-layout1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #0094b8;
  }
}
.header-layout1 .sticky-wrapper.sticky {
  background:#0094b8;
  color: #000000;
}
.header-layout1 .menu-area .header-logo {
  padding-top: 15px;
  padding-bottom: 15px;
  /* Medium devices */
}
.header-layout1 .menu-area .header-logo a img {
  position: relative;
  z-index: 3;
}

@media (min-width: 1922px) {
  .header-layout1 .menu-area .header-logo:before {
    width: 560px;
    height: 109px;
    background: linear-gradient(90deg, #B42AF3 0%, #384BFF 83.46%);
    clip-path: none;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }
}
@media (min-width: 2050px) {
  .header-layout1 .menu-area .header-logo:before {
    width: 620px;
  }
}
@media (min-width: 2350px) {
  .header-layout1 .menu-area .header-logo:before {
    width: 770px;
  }
}
@media (max-width: 1750px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -7%;
  }
}
@media (max-width: 1500px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -4.5%;
    top: 0.1px;
  }
}
@media (max-width: 1399px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -12%;
  }
}
@media (max-width: 1299px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -11%;
  }
}
@media (max-width: 1250px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -13%;
  }
}
@media (max-width: 1210px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -15%;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .menu-area .header-logo:before {
    left: 0;
  }
}
@media (max-width: 991px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -15%;
  }
}
@media (max-width: 767px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -22%;
  }
}
@media (max-width: 575px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -40%;
  }
}
@media (max-width: 375px) {
  .header-layout1 .menu-area .header-logo:before {
    left: -60%;
    top: 0.1px;
  }
}

@media (min-width: 1922px) {
  .header-layout1 .menu-area .header-logo:after {
    display: none;
  }
}
@media (max-width: 1750px) {
  .header-layout1 .menu-area .header-logo:after {
    width: 450px;
    left: 310px;
    top: -2px;
  }
}
@media (max-width: 1500px) {
  .header-layout1 .menu-area .header-logo:after {
    top: -2px;
    left: 360px;
    transform: rotate(-0.395deg);
    -webkit-transform: rotate(-0.395deg);
    -moz-transform: rotate(-0.395deg);
    -ms-transform: rotate(-0.395deg);
    -o-transform: rotate(-0.395deg);
  }
}
@media (max-width: 1399px) {
  .header-layout1 .menu-area .header-logo:after {
    left: 265px;
  }
}
@media (max-width: 1299px) {
  .header-layout1 .menu-area .header-logo:after {
    left: 285px;
  }
}
@media (max-width: 1250px) {
  .header-layout1 .menu-area .header-logo:after {
    left: 265px;
  }
}
@media (max-width: 1210px) {
  .header-layout1 .menu-area .header-logo:after {
    left: 245px;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .menu-area .header-logo:after {
    left: 430px;
  }
}
@media (max-width: 991px) {
  .header-layout1 .menu-area .header-logo:after {
    left: 315px;
  }
}
@media (max-width: 767px) {
  .header-layout1 .menu-area .header-logo:after {
    left: 300px;
  }
}
@media (max-width: 575px) {
  .header-layout1 .menu-area .header-logo:after {
    left: 215px;
  }
}
@media (max-width: 375px) {
  .header-layout1 .menu-area .header-logo:after {
    left: 200px;
  }
}
@media (max-width: 991px) {
  .header-layout1 .menu-area .header-logo {
    padding-top: 16.5px;
    padding-bottom: 16.5px;
  }
}
.header-layout1 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background:#0094b8;
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout1 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout1 .simple-icon {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  
  color: #ffffff;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout1 .simple-icon.searchBoxToggler {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout1 .simple-icon.searchBoxToggler {
    display: none;
  }
}
.header-layout1 .simple-icon:hover {
  border: 1px solid var(--black-color);
}
.header-layout1 .icon-btn {
  /* Extra large devices */
}
.header-layout1 .icon-btn.style1 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--theme-color2);
  background-color: transparent;
  color: var(--theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout1 .icon-btn.style1:hover {
  border: 1px solid var(--black-color);
}
@media (max-width: 1500px) {
  .header-layout1 .icon-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-layout1 .simple-icon {
    margin-left: 0;
  }
  .header-layout1 .main-menu {
    margin-left: 0;
  }
}

/* Header 2 ---------------------------------- */
.header-layout2 {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  background-color: transparent;
  /* Medium devices */
  /* Large devices */
}
@media (max-width: 991px) {
  .header-layout2 {
    top: 0;
    background-color: var(--title-color);
  }
}
.header-layout2 .sticky-wrapper.sticky {
  background: var(--title-color);
}
.header-layout2 .main-menu > ul > li.menu-item-has-children > a:after {
  content: "\f107";
  display: inline-block;
  position: relative;
  margin-left: 4px;
  font-weight: 400;
  top: 0;
  font-size: 0.9em;
  color: var(--white-color);
  transition: 0.3s ease-in-out;
}
.header-layout2 .main-menu > ul > li > a {
  color: var(--white-color);
}
.header-layout2 .main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  background: linear-gradient(90deg, #B42AF3 0%, #384BFF 83.46%);
  width: 0%;
  margin-top: 30px;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  z-index: 5;
}
.header-layout2 .main-menu > ul > li > a:hover:before {
  width: 100%;
}
.header-layout2 .simple-icon {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout2 .simple-icon.searchBoxToggler {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout2 .simple-icon.searchBoxToggler {
    display: none;
  }
}
.header-layout2 .simple-icon:hover {
  color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
}
.header-layout2 .simple-icon2 {
  padding: 10px;
  width: 56px;
  height: 56px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background-color: transparent;
  color: var(--theme-color2);
  border: 1px solid var(--white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout2 .simple-icon2.searchBoxToggler {
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .header-layout2 .simple-icon2.searchBoxToggler {
    display: none;
  }
}
.header-layout2 .simple-icon2:hover {
  color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
}
.header-layout2 .simple-icon2:hover .line {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
.header-layout2 .icon-btn {
  /* Extra large devices */
}
.header-layout2 .icon-btn.style1 {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  border: 1px solid var(--white-color);
  background-color: transparent;
  color: var(--white-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.header-layout2 .icon-btn.style1:hover {
  color: var(--theme-color2);
  border: 1px solid var(--theme-color2);
}
@media (max-width: 1500px) {
  .header-layout2 .icon-btn {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .header-layout2 .simple-icon {
    margin-left: 0;
  }
  .header-layout2 .main-menu {
    margin-left: 0;
  }
}

/*------------------- 4.3. Footer  -------------------*/
/*----------------------------------------------
    # Footer style here
----------------------------------------------*/
.copyright-wrap {
  padding: 20.5px 0;
  border-top: 1px solid #444A56;
  background-color: #252934;
}

.copyright-text {
  margin: 0;
  color: var(--white-color);
}
.copyright-text a {
  color: var(--theme-color);
}
.copyright-text a:hover {
  color: var(--white-color);
}

/*------------------- 4.4. Breadcumb  -------------------*/
/*----------------------------------------------
    # Breadcumb style here
----------------------------------------------*/
.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
}
.breadcrumb-wrapper .breadcumb {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  padding: 180px 0;
  /* Medium devices */
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .breadcumb {
    padding: 180px 0 70px;
  }
}
.breadcrumb-wrapper .page-heading {
  text-align: center;
  z-index: 9;
  /* Medium Large devices */
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1299px) {
  .breadcrumb-wrapper .page-heading {
    padding: 140px 0;
  }
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading {
    padding: 120px 0;
  }
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading {
    padding: 80px 0;
  }
}
.breadcrumb-wrapper .page-heading h1 {
  color: var(--white-color);
  font-size: 65px;
  position: relative;
  z-index: 9;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading h1 {
    font-size: 42px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  justify-content: center;
  list-style-type: none;
  padding-left: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-items {
    margin-top: 15px;
  }
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li {
  color: var(--white-color);
  text-transform: capitalize;
  font-weight: 600;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a {
  color: var(--white-color);
  transition: all 0.3s ease 0s;
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li a:hover {
  color: var(--white-color);
}
.breadcrumb-wrapper .page-heading .breadcrumb-items li i {
  color: var(--white-color);
}
.breadcrumb-wrapper .border-shape {
  position: absolute;
  top: 20px;
  left: 0;
}
.breadcrumb-wrapper .line-shape {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.error-items {
  text-align: center;
}
.error-items h2 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 50px;
}
.error-items h2 span {
  color: var(--theme-color);
}
.error-items p {
  color: var(--paragraph-color, #726B7D);
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}

/* Blog Card Wrap for Style 1 */
.blog-card-wrap.style1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 30px;
  padding: 30px;
}

/* Blog Card Style */
.blog-card.style1 {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.blog-card.style1:hover {
  transform: translateY(-5px);
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.15);
}

.blog-card-thumb.style1 {
  position: relative;
  overflow: hidden;
}

.blog-card-thumb.style1 img {
  width: 100%;
  height: 200px; /* Default height */
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.blog-card.style1:hover .blog-card-thumb.style1 img {
  transform: scale(1.05);
}

.blog-card-content.style1 {
  padding: 20px;
  text-align: center;
}

.blog-card-content.style1 h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;

}

.blog-card-content.style1 p {
  font-size: 16px;
  color: #666;
}

.blog-card-content.style1 a {
  text-decoration: none;
  color: #007BFF;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  transition: color 0.3s ease-in-out;
}

.blog-card-content.style1 a:hover {
  color: #0056b3;
}

/* Responsive Design */

/* Medium screens (tablets and smaller laptops) */
@media (max-width: 1199px) {
  .blog-card-wrap.style1 {
    grid-template-columns: repeat(2, 1fr); /* 2 columns */
  }
}

/* Small screens (phones) */
@media (max-width: 767px) {
  .blog-card-wrap.style1 {
    grid-template-columns: 1fr; /* 1 column */
    padding: 0; /* Remove padding */
    margin: 0; /* Remove margin */
  }

  .blog-card-thumb.style1 img {
    width: 100%; /* Full width image */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover;
  }

  .blog-card.style1 {
    border-radius: 0; /* Optional: Remove border-radius for edge-to-edge effect */
    margin: 0; /* Optional: Remove any card margins */
  }
}

/*----------------------------------------------
    # Blog Extra style here
----------------------------------------------*/
.news-wrapper {
  padding: 0 75px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .news-wrapper {
    padding: 0;
  }
}

.single-news-items {
  margin-top: 30px;
  padding: 40px 20px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 30px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .single-news-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .single-news-items {
    flex-wrap: initial;
  }
}
@media (max-width: 575px) {
  .single-news-items {
    flex-wrap: wrap;
  }
}
.single-news-items .news-image {
  height: 220px;
  width: 220px;
  flex-basis: 100%;
  position: relative;
}
.single-news-items .news-image .post-date {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: var(--white-color);
  padding: 7px 10px;
}
.single-news-items .news-image .post-date span {
  color: var(--title-color);
  font-weight: 600;
}
.single-news-items .news-content h3 {
  margin-bottom: 10px;
}
.single-news-items .news-content h3 a:hover {
  color: var(--theme-color);
}
.single-news-items .news-content .theme-btn-2 {
  color: var(--theme-color);
}

.news-section-3 {
  margin-bottom: -50px;
}

.news-card-items {
  margin-top: 30px;
}
.news-card-items .news-image {
  position: relative;
}
.news-card-items .news-image .post-date {
  padding: 12px 24px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 40px;
  left: 0;
}
.news-card-items .news-image .post-date h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--white-color);
}
.news-card-items .news-image .post-date h3 span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}
.news-card-items .news-content {
  padding: 30px;
  background-color: var(--white-color);
  position: relative;
  z-index: 9;
  margin-right: 40px;
  margin-top: -40px;
}
.news-card-items .news-content ul {
  display: flex;
  gap: 50px;
  margin-bottom: 15px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .news-card-items .news-content ul {
    gap: 20px;
  }
}
.news-card-items .news-content ul li {
  font-size: 14px;
  font-weight: 500;
}
.news-card-items .news-content ul li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-card-items .news-content h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
.news-card-items .news-content h3 a:hover {
  color: var(--theme-color);
}
.news-card-items.style-2 {
  padding-bottom: 50px;
}
.news-card-items.style-2 .news-image {
  position: relative;
}
.news-card-items.style-2 .news-image .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: initial;
}
.news-card-items.style-2 .news-content {
  margin: 0;
}
.news-card-items.style-2 .news-content ul li {
  font-size: 16px;
}
.news-card-items.style-3 {
  padding-bottom: 0;
  background-color: var(--white-color);
  box-shadow: none;
}
.news-card-items.style-3 .news-image {
  padding: 15px 15px 0 15px;
}
.news-card-items.style-3 .news-image .post-date {
  left: 30px;
  top: 30px;
}
.news-card-items.style-3 .content {
  box-shadow: none;
}

.news-standard-wrapper .news-standard-items {
  border: 1px solid var(--border-color);
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  width: 59px;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
  color: var(--white-color);
  font-family: var(--title-font);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
  color: var(--white-color);
  font-family: var(--title-font);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.news-standard-wrapper .news-standard-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 7px;
  list-style-type: none;
  padding-left: 0;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .news-standard-wrapper .news-standard-items .news-content ul {
    gap: 20px;
  }
}
.news-standard-wrapper .news-standard-items .news-content ul li {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content ul li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-standard-wrapper .news-standard-items .news-content h3 {
  margin-bottom: 10px;
}
.news-standard-wrapper .news-standard-items .news-content h3 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme-color2);
}
.news-standard-wrapper .news-standard-items .news-content a i {
  margin-left: 5px;
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  height: 400px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i, .news-details-area .blog-post-details .single-blog-post .post-content .post-list li img {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 24px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme-color);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme-color);
  padding: 40px;
  background-color: var(--gray-color);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  max-width: 650px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-flex;
  padding: 10px 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  background: var(--white-color);
  margin-right: 5px;
  margin-bottom: 10px;
  border: none;
  border: 1px solid #E6E5E5;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color) !important;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 18px;
  color: var(--title-color);
  font-weight: 600;
  text-align: left !important;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--body-color);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  /* margin-right: 10px; */
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme-color);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 0px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 32px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 0;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover {
  color: var(--theme-color2);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a {
  display: inline-flex;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a:hover {
  background: var(--title-color);
  color: var(--white-color);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 16px 20px;
  font-weight: 500;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--body-color);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

/*------------------- 4.6. Hero Area  -------------------*/
/*----------------------------------------------
    # Hero style here
----------------------------------------------*/
/* Hero Global ---------------------------------- */
.gt-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.gt-hero-bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Hero 1 ---------------------------------- */
.hero-1 {
  position: relative;
  z-index: 4;
  padding-bottom: 165px;
  margin-top: -1px;
  position: relative;
 
}
.hero-1 .hero-slider1 {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translate(0, 165px);
  margin-top: -165px;
}
.hero-1 .hero-slider1 .swiper-slide {
  height: 768px !important;
  z-index: 5;
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 767px) {
  .hero-1 .hero-slider1 .swiper-slide {
    height: 780px !important;
    z-index: 5;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-slider1 .swiper-slide {
    height: 840px !important;
    z-index: 5;
  }
}
.hero-1 .hero-slider1 .hero-inner .hero-style1 {
  position: relative;
  padding: 500px 20px; /* Adjust padding to control spacing */
  display: flex; /* Enable flexbox for alignment */
  flex-direction: column; /* Stack content vertically */
  justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
  text-align: center; /* Center text alignment for child elements */
  z-index: 9; /* Ensure it stays visible above lower layers */
}
.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-sub-title {
  color: var(--white-color); /* Keep text white */
  font-family: "Plus Jakarta Sans", sans-serif; /* Stylish font */
  font-size: 18px; /* Adjust for subtitle size */
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase; /* Capitalize all letters */
  margin-bottom: 12px; /* Space below subtitle */
  display: flex; /* Ensure subtitle content aligns correctly */
  align-items: center; /* Aligns text and image vertically */
}
.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title {
  margin-bottom: 24px;
  margin-top: -0.2em;
  /* Medium devices */
}
.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title span {
  display: block;
}
.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title1,
.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title2 {
  display: block;
  color: var(--white-color);
  font-family: "Plus Jakarta Sans";
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 90px;
  z-index: 999;
}
@media (max-width: 991px) {
  .hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title1,
  .hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-title .title2 {
    display: block;
    color: var(--white-color);
    font-family: "Plus Jakarta Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    z-index: 999;
  }
}
.hero-1 .hero-slider1 .hero-inner .hero-style1 .hero-text {
  color: var(--white-color);
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 55px;
  max-width: 675px;
}
@media (max-width: 767px) {
  .hero-1 .hero-slider1 .hero-inner .hero-style1 {
    position: relative;
    padding: 110px 0 90px 0;
    z-index: 9;
  }
}
@media (max-width: 575px) {
  .hero-1 .hero-slider1 .hero-inner .hero-style1 {
    padding: 270px 0 300px 0;
  }
}
.hero-1 .hero-slider1 .hero-inner .gt-hero-bg {
  animation: scalein 20s infinite;
  -webkit-animation: scalein 20s infinite;
}
.hero-1 .hero-slider1 .hero-inner .gt-hero-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background: linear-gradient(347deg, rgba(23, 1, 44, 0) 10.58%, #000000 72.3%);
  z-index: -1;
}
.hero-1 .slider-arrow.style2 {
  position: absolute;
  top: 53%;
  right: 95%;
  width: 56px;
  height: 56px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: #0094b8;
  border: 1px solid var(#0094b8);
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.hero-1 .slider-arrow.style2.slider-next {
  position: absolute;
  top: 53%;
  right: 2%;
  z-index: 3;
}
.hero-1 .slider-arrow:hover {
  background: #0094b8;
  border: 1px solid var(--theme-color);
}
@media (max-width: 1199px) {
  .hero-1 .slider-arrow.style2 {
    top: 53%;
    right: 94%;
  }
  .hero-1 .slider-arrow.style2.slider-next {
    top: 53%;
    right: 0.5%;
  }
}
@media (max-width: 991px) {
  .hero-1 {
    padding-top: 110px;
  }
  .hero-1 .slider-arrow.style2 {
    display: none;
  }
  .hero-1 .slider-arrow.style2.slider-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-1 {
    clip-path: none;
  }
  .hero-1 .swiper-slide {
    height: 780px !important;
    z-index: 5;
  }
}

/* Hero 2 ---------------------------------- */
.hero-2 {
  position: relative;
  z-index: 4;
  padding-bottom: 165px;
  margin-top: -1px;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 90%, 0% 10%);
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Small devices */
  /* Extra small devices */
}
.hero-2 .hero-slider2 {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  transform: translate(0, 165px);
  margin-top: -165px;
}
.hero-2 .hero-slider2 .hero-inner {
  position: relative;
}
.hero-2 .hero-slider2 .hero-inner .shape2_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.hero-2 .hero-slider2 .hero-inner .shape2_2 {
  position: absolute;
  bottom: 90px;
  left: 0;
  opacity: 0.5;
  mix-blend-mode: soft-light;
  z-index: 2;
}
.hero-2 .hero-slider2 .hero-inner .shape2_3 {
  position: absolute;
  bottom: -50px;
  left: 0;
  mix-blend-mode: soft-light;
  z-index: 1;
}
.hero-2 .hero-slider2 .hero-inner .shape2_4 {
  position: absolute;
  bottom: 50px;
  opacity: 0.5;
  mix-blend-mode: hard-light;
  right: 0;
  z-index: 1;
}
.hero-2 .hero-slider2 .hero-inner .shape2_5 {
  position: absolute;
  bottom: -54px;
  right: 0;
  mix-blend-mode: hard-light;
  z-index: 2;
}
.hero-2 .hero-slider2 .hero-inner .shape2_6 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.hero-2 .hero-slider2 .hero-inner .hero-style2 {
  position: relative;
  padding: 345px 0 327px 0;
  z-index: 9;
  /* Small devices */
  /* Extra small devices */
}
.hero-2 .hero-slider2 .hero-inner .hero-style2 .hero-sub-title {
  color: var(--white-color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
.hero-2 .hero-slider2 .hero-inner .hero-style2 .hero-title {
  margin-bottom: 24px;
  margin-top: -0.2em;
  /* Medium devices */
}
.hero-2 .hero-slider2 .hero-inner .hero-style2 .hero-title span {
  display: block;
}
.hero-2 .hero-slider2 .hero-inner .hero-style2 .hero-title .title1,
.hero-2 .hero-slider2 .hero-inner .hero-style2 .hero-title .title2 {
  display: block;
  color: var(--white-color);
  font-family: "Plus Jakarta Sans";
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 90px;
  z-index: 999;
}
@media (max-width: 991px) {
  .hero-2 .hero-slider2 .hero-inner .hero-style2 .hero-title .title1,
  .hero-2 .hero-slider2 .hero-inner .hero-style2 .hero-title .title2 {
    display: block;
    color: var(--white-color);
    font-family: "Plus Jakarta Sans";
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 70px;
    z-index: 999;
  }
}
.hero-2 .hero-slider2 .hero-inner .hero-style2 .hero-text {
  color: var(--white-color);
  font-family: "Plus Jakarta Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 55px;
  max-width: 675px;
}
@media (max-width: 767px) {
  .hero-2 .hero-slider2 .hero-inner .hero-style2 {
    padding: 110px 0 160px 0;
  }
}
@media (max-width: 375px) {
  .hero-2 .hero-slider2 .hero-inner .hero-style2 {
    padding: 80px 0 190px 0;
  }
}
.hero-2 .hero-slider2 .hero-inner .gt-hero-bg {
  animation: scalein 20s infinite;
  -webkit-animation: scalein 20s infinite;
}
.hero-1 .hero-slider1 .hero-inner .gt-hero-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background: linear-gradient(347deg, rgba(0, 0, 0, 0) 10.58%, rgba(0, 0, 0, 0.9) 72.3%);
  z-index: 2; /* Ensure the overlay is on top of the video */
  pointer-events: none; /* Prevent the overlay from interfering with interactions */
}

.hero-1 .hero-slider1 .hero-inner .gt-hero-bg video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1; /* Place the video below the overlay */
}

.hero-2 .slider-arrow.style2 {
  position: absolute;
  top: 53%;
  right: 95%;
  width: 56px;
  height: 56px;
  line-height: 40px;
  text-align: center;
  background: transparent;
  color: var(--black-color);
  border: 1px solid var(--theme-color);
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.hero-2 .slider-arrow.style2.slider-next {
  position: absolute;
  top: 53%;
  right: 2%;
  z-index: 3;
}
.hero-2 .slider-arrow:hover {
  background: linear-gradient(90deg, #B42AF3 0%, #384BFF 83.46%);
  border: 1px solid var(--theme-color);
}
@media (max-width: 1199px) {
  .hero-2 .slider-arrow.style2 {
    top: 53%;
    right: 94%;
  }
  .hero-2 .slider-arrow.style2.slider-next {
    top: 53%;
    right: 0.5%;
  }
}
@media (max-width: 991px) {
  .hero-2 {
    padding-top: 110px;
  }
  .hero-2 .slider-arrow.style2 {
    display: none;
  }
  .hero-2 .slider-arrow.style2.slider-next {
    display: none;
  }
}
@media (max-width: 767px) {
  .hero-2 .swiper-slide {
    height: 980px !important;
    z-index: 5;
  }
}
@media (max-width: 767px) {
  .hero-2 .swiper-slide {
    height: 780px !important;
    z-index: 5;
  }
}
@media (max-width: 575px) {
  .hero-2 .swiper-slide {
    height: 780px !important;
    z-index: 5;
  }
}

/* Hero 3 ---------------------------------- */
.hero-inner.style3 {
  position: relative;
  background-color: var(--title-color);
}
.hero-inner.style3 .shape3_1,
.hero-inner.style3 .shape3_2,
.hero-inner.style3 .shape3_3,
.hero-inner.style3 .shape3_4,
.hero-inner.style3 .shape3_5,
.hero-inner.style3 .shape3_6,
.hero-inner.style3 .shape3_7,
.hero-inner.style3 .shape3_8,
.hero-inner.style3 .shape3_9,
.hero-inner.style3 .shape3_10,
.hero-inner.style3 .shape3_11,
.hero-inner.style3 .shape3_12,
.hero-inner.style3 .shape3_13,
.hero-inner.style3 .shape3_14 {
  position: absolute;
}
.hero-inner.style3 .shape3_1 {
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.hero-inner.style3 .shape3_2 {
  top: 10px;
  left: 560px;
  z-index: 1;
}
.hero-inner.style3 .shape3_3 {
  bottom: 0px;
  left: 760px;
  z-index: 1;
}
.hero-inner.style3 .shape3_4 {
  bottom: 110px;
  left: 61px;
  z-index: 1;
}
.hero-inner.style3 .shape3_5 {
  top: 200px;
  right: 160px;
  z-index: 1;
}
.hero-inner.style3 .shape3_6 {
  top: 100px;
  right: 60px;
  z-index: 1;
}
.hero-inner.style3 .shape3_7 {
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
.hero-inner.style3 .shape3_8 {
  top: 10px;
  left: 0px;
  z-index: 1;
}
.hero-inner.style3 .shape3_9 {
  top: 110px;
  left: 76px;
  z-index: 2;
}
.hero-inner.style3 .shape3_10 {
  top: 156px;
  left: 163px;
  z-index: 1;
}
.hero-inner.style3 .shape3_11 {
  bottom: 135px;
  right: 160px;
  z-index: 1;
}
.hero-inner.style3 .shape3_12 {
  bottom: 100px;
  right: 80px;
  z-index: 1;
}
.hero-inner.style3 .shape3_13 {
  bottom: 142px;
  right: 296px;
  z-index: 3;
}
.hero-inner.style3 .shape3_14 {
  bottom: 142px;
  right: 200px;
  z-index: 2;
}
.hero-inner.style3 .thumb1 {
  position: absolute;
  bottom: 210px;
  right: 514px;
  z-index: 3;
}
.hero-inner.style3 .thumb2 {
  position: absolute;
  bottom: 210px;
  right: 293px;
  z-index: 3;
}
.hero-inner.style3 .hero-style3 {
  position: relative;
  padding: 230px 0 233px;
  z-index: 3;
  /* Small devices */
}
.hero-inner.style3 .hero-style3 .hero-sub-title {
  color: var(--white-color);
  text-align: start;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: uppercase;
}
.hero-inner.style3 .hero-style3 .hero-title .title1 {
  display: inline;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 92px;
}
.hero-inner.style3 .hero-style3 .hero-title .title2 {
  display: inline;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: var(--title-font);
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 92px;
}
.hero-inner.style3 .hero-style3 .hero-title .title3 {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 92px;
  /* Extra small devices */
}
@media (max-width: 575px) {
  .hero-inner.style3 .hero-style3 .hero-title .title3 {
    font-size: 68px;
  }
}
.hero-inner.style3 .hero-style3 .checklist {
  margin-top: 30px;
  margin-bottom: 60px;
}
.hero-inner.style3 .hero-style3 .media-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  /* Extra small devices */
}
.hero-inner.style3 .hero-style3 .media-wrapper .video-btn-wrap span {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 575px) {
  .hero-inner.style3 .hero-style3 .media-wrapper {
    flex-direction: column;
  }
  .hero-inner.style3 .hero-style3 .media-wrapper .gt-btn {
    order: 1;
  }
  .hero-inner.style3 .hero-style3 .media-wrapper .video-btn-wrap {
    order: 2;
  }
}
@media (max-width: 767px) {
  .hero-inner.style3 .hero-style3 {
    padding: 230px 0 90px;
  }
}

/*------------------- 4.7. Popup Search  -------------------*/
/*----------------------------------------------
    # Popup Search style here
----------------------------------------------*/
.popup-search-box {
  position: fixed;
  top: 0;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 0;
  width: 0;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all ease 0.4s;
}
.popup-search-box button.searchClose {
  width: 50px;
  height: 50px;
  line-height: 52px;
  position: absolute;
  top: 40px;
  right: 40px;
  background-color: var(--theme-color);
  font-size: 22px;
  border-radius: 10px;
  transform: rotate(0);
  transition: all ease 0.4s;
  color: var(--white-color);
  border: 0;
}
.popup-search-box button.searchClose:hover {
  color: var(--body-color);
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  transform: rotate(90deg);
}
.popup-search-box form {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(0);
  transition: transform ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .popup-search-box form {
    max-width: 600px;
  }
}
.popup-search-box form input {
  font-size: 18px;
  height: 70px;
  width: 100%;
  border: none;
  background-color: var(--white-color);
  border: 2px solid var(--theme-color);
  padding: 0 80px 0 30px;
  color: var(--title-color);
  border-radius: 50px;
}
.popup-search-box form input::-moz-placeholder {
  color: var(--title-color);
}
.popup-search-box form input::-webkit-input-placeholder {
  color: var(--title-color);
}
.popup-search-box form input:-ms-input-placeholder {
  color: var(--title-color);
}
.popup-search-box form input::placeholder {
  color: var(--title-color);
}
.popup-search-box form button {
  position: absolute;
  top: 0px;
  background-color: transparent;
  border: none;
  color: var(--theme-color);
  font-size: 24px;
  right: 12px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  transition: all ease 0.4s;
  transform: scale(1.001);
}
.popup-search-box form button:hover {
  transform: scale(1.1);
}
.popup-search-box.show {
  opacity: 1;
  visibility: visible;
  width: 100.1%;
  height: 100%;
  transition: all ease 0.4s;
  border-radius: 0;
}
.popup-search-box.show form {
  transition-delay: 0.5s;
  transform: translate(-50%, -50%) scale(1);
}

/*------------------- 4.8. Popup Side Menu  -------------------*/
/*----------------------------------------------
    # Sidemenu style here
----------------------------------------------*/
.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
}
.sidemenu-wrapper .sidemenu-content::-webkit-scrollbar {
  width: 2px;
  background-color: #F5F5F5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .newsletter-form .as-btn:hover {
  background: var(--theme-color2);
}
.sidemenu-wrapper .newsletter-form .as-btn:hover:before, .sidemenu-wrapper .newsletter-form .as-btn:hover::after {
  display: none;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

.sidemenu-wrapper {
  position: fixed;
  z-index: 99999;
  right: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  -moz-transition: all ease 0.8s;
  -ms-transition: all ease 0.8s;
  -o-transition: all ease 0.8s;
}
.sidemenu-wrapper .gt-social a {
  box-shadow: none;
}
.sidemenu-wrapper .closeButton {
  display: inline-block;
  border: 2px solid;
  width: 50px;
  height: 50px;
  line-height: 48px;
  font-size: 24px;
  padding: 0;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: var(--white-color);
  border-radius: 50%;
  transform: rotate(0);
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
}
.sidemenu-wrapper .closeButton:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
  transform: rotate(90deg);
}
.sidemenu-wrapper .sidemenu-content {
  background-color: var(--white-color);
  width: 450px;
  margin-left: auto;
  padding: 80px 30px;
  height: 100%;
  overflow: scroll;
  position: relative;
  right: -500px;
  cursor: auto;
  transition-delay: 1s;
  transition: right ease 1s;
  -webkit-transition: right ease 1s;
  -moz-transition: right ease 1s;
  -ms-transition: right ease 1s;
  -o-transition: right ease 1s;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
.sidemenu-wrapper .sidemenu-content:-webkit-scrollbar {
  width: 2px;
  background-color: #f5f5f5;
}
.sidemenu-wrapper .widget {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 40px;
}
.sidemenu-wrapper .recent-post .post-title {
  color: var(--title-color);
}
.sidemenu-wrapper .widget_title {
  color: var(--title-color);
}
.sidemenu-wrapper .newsletter-widget .newsletter-form {
  max-width: none;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group {
  position: relative;
}
.sidemenu-wrapper .newsletter-widget .newsletter-form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 80px;
}
.sidemenu-wrapper .gt-widget-contact .info-box_text .icon img {
  filter: none;
}
.sidemenu-wrapper.show {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: all ease 0.8s;
}
.sidemenu-wrapper.show .sidemenu-content {
  right: 0;
  opacity: 1;
  visibility: visible;
}

/* Extra small devices */
@media (max-width: 575px) {
  .sidemenu-wrapper {
    background: transparent;
  }
  .sidemenu-wrapper .sidemenu-content {
    width: 100%;
  }
  .sidemenu-wrapper .sidemenu-content .widget_shopping_cart .gt-btn {
    margin-bottom: 10px;
  }
}
.info-box {
  display: flex;
  margin-bottom: 11px;
}
.info-box:last-child {
  margin-bottom: 0;
}

.info-box_icon {
  font-size: 16px;
  background-color: transparent;
  color: var(--theme-color);
  text-align: center;
  margin-right: 10px;
}

.info-box_text {
  display: block;
  color: var(--body-color);
  margin-top: -0.45em;
  margin-bottom: -0.45em;
  align-self: center;
}

.info-box_link {
  display: inline-block;
  color: var(--body-color);
}
.info-box_link:hover {
  color: var(--theme-color);
}

.gt-widget-about {
  max-width: 354px;
  margin-bottom: -0.5em;
}
.gt-widget-about .about-logo {
  margin-bottom: 35px;
}
.gt-widget-about .text {
  margin-bottom: 30px;
  margin-top: -0.5em;
  color: #000;
}

.gt-widget-contact {
  max-width: 260px;
  margin-bottom: -0.4em;
}
.gt-widget-contact .info-box_text {
  line-height: 1.75em;
  margin-top: 0;
  display: flex;
  gap: 16px;
}
.gt-widget-contact .info-box_text:not(:last-child) {
  margin-bottom: 18px;
}
.gt-widget-contact .info-box_text .icon {
  color: var(--body-color);
  flex: none;
  width: 40px;
  height: 40px;
  line-height: 37px;
  border: 1px solid var(--body-color);
  border-radius: 50%;
  text-align: center;
}
.gt-widget-contact .info-box_text .icon img {
  filter: contrast(0) brightness(2) opacity(0.7);
}
.gt-widget-contact .info-box_text .details {
  margin-top: -0.3em;
}
.gt-widget-contact .info-box_text .details p {
  margin-bottom: 0;
}
.gt-widget-contact .info-box_text a {
  color: inherit;
}
.gt-widget-contact .info-box_text a:hover {
  color: var(--theme-color2);
}

/*------------------- 4.9. Contact  -------------------*/
/*----------------------------------------------
    # Contact style here
----------------------------------------------*/
.contact-wrap.style1 {
  position: relative;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.contact-wrap.style1 .shape1_1 {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-wrap.style1 .shape1_2 {
  position: absolute;
  bottom: 0;
  left: 23px;
}

.contact-form.style1 .title-box {
  margin: 0;
}
.contact-form.style1 .title-box .section-title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}
.contact-form.style1 form {
  padding: 40px 60px 61px 60px;
  border-radius: 16px 0px 0px 0px;
  background: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 16px 0px 0px 0px;
  -moz-border-radius: 16px 0px 0px 0px;
  -ms-border-radius: 16px 0px 0px 0px;
  -o-border-radius: 16px 0px 0px 0px;
  /* Small devices */
}
@media (max-width: 767px) {
  .contact-form.style1 form {
    padding: 40px 30px 61px 30px;
  }
}
.contact-form.style1 .form-clt .contact__from-input label,
.contact-form.style1 .form-clt .contact__from-input span {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.contact-form.style1 .form-clt .contact__from-input input {
  display: flex;
  height: 56px;
  padding: 25px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  background: #F5F5F5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.contact-form.style1 .form-clt .contact__select {
  position: relative;
}
.contact-form.style1 .form-clt .contact__select select {
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  background: #F5F5F5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 0 20px;
  line-height: 60px;
  width: 100%;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  color: rgb(120, 120, 120);
  z-index: 2;
}
.contact-form.style1 .form-clt .contact__select:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--theme-color);
  right: 15px;
  cursor: pointer;
  z-index: 6;
}
.contact-form.style1 .form-clt textarea {
  display: flex;
  height: 100px;
  padding: 25px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  background: #F5F5F5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-top: 5px;
}
.contact-form.style1 button {
  margin-top: 25px;
}

.contact-map {
  margin-right: -370px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .contact-map {
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 727px;
  margin-bottom: -8px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
  padding: 40px 40px 10px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  border-radius: 16px 16px 0px 0px;
  -webkit-border-radius: 16px 16px 0px 0px;
  -moz-border-radius: 16px 16px 0px 0px;
  -ms-border-radius: 16px 16px 0px 0px;
  -o-border-radius: 16px 16px 0px 0px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    flex-wrap: wrap;
  }
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/shape/circle.png");
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
  color: var(--white-color);
  margin-bottom: 5px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white-color);
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
  color: var(--white-color);
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items.border-none {
  border: none !important;
}
.contact-wrapper-2 .contact-left-items .video-image {
  position: relative;
}
.contact-wrapper-2 .contact-left-items .video-image img {
  width: 100%;
  position: relative;
}
.contact-wrapper-2 .contact-left-items .video-image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.contact-wrapper-2 .contact-content {
  margin-left: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}
.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}
.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: var(--title-color);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid var(--border-color);
  color: var(--body-color);
  padding: 18px 20px;
  border-radius: 5px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--body-color);
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
  height: 200px;
  padding: 18px 20px;
}

.map-items .googlemap iframe {
  width: 100%;
  height: 600px;
  /* Small devices */
}
@media (max-width: 767px) {
  .map-items .googlemap iframe {
    height: 400px;
  }
}

/*------------------- 4.10. About  -------------------*/
/*----------------------------------------------
    # About style here
----------------------------------------------*/
.about-area .shape3_1 {
  position: absolute;
  top: 0;
  left: 0;
}
.about-area .shape3_2 {
  position: absolute;
  bottom: 120px;
  right: 0;
}

.about-wrap.style1 {
  position: relative;
}
.about-wrap.style1 .shape1_1 {
  position: absolute;
  bottom: 76px;
  left: 0;
  z-index: 1;
}
.about-wrap.style1 .shape1_2 {
  position: absolute;
  bottom: 205px;
  right: 0;
  z-index: 1;
}
.about-wrap.style2 {
  position: relative;
}
.about-wrap.style2 .shape1_1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-wrap.style2 .shape1_2 {
  position: absolute;
  bottom: 120px;
  right: 0;
}
.about-wrap.style5 {
  max-width: 1620px;
  margin: 0 auto;
  background-color: #EBEDFF;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}

.about-wrapper.style1 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  z-index: 5;
  background-color: var(--white-color);
  /* Medium devices */
  /* Small devices */
}
.about-wrapper.style1 .about-thumb-box {
  position: relative;
}
.about-wrapper.style1 .about-thumb-box.about-thumb1 {
  display: inline-block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.about-wrapper.style1 .about-thumb-box.about-thumb2 {
  position: absolute;
  bottom: 39px;
  right: -63px;
  display: inline-block;
  border: 7px solid var(--white-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.about-wrapper.style1 .about-thumb-box.about-thumb2 .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.about-wrapper.style1 .about-thumb-box.counter-box {
  position: absolute;
  top: 25px;
  left: -50px;
}
.about-wrapper.style1 .about-thumb-box.line {
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 199px;
  border-radius: 8px;
  background: var(--theme-color);
}
.about-wrapper.style1 .about-content .fancy-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}
.about-wrapper.style1 .about-content .profile-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.about-wrapper.style1 .about-content .profile-wrapper .fancy-box_icon {
  padding: 0;
}
@media (max-width: 991px) {
  .about-wrapper.style1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-wrapper.style1 .about-thumb-box.about-thumb2 {
    bottom: 39px;
    right: 150px;
  }
  .about-wrapper.style1 .about-thumb-box.line {
    top: 0px;
    right: 180px;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style1 {
    gap: 80px;
  }
  .about-wrapper.style1 .about-thumb-box {
    position: relative;
  }
  .about-wrapper.style1 .about-thumb-box.about-thumb2 {
    position: absolute;
    bottom: 39px;
    right: 0px;
  }
  .about-wrapper.style1 .about-thumb-box.line {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
  .about-wrapper.style1 .about-content .fancy-box-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
  }
  .about-wrapper.style1 .about-content .profile-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-wrapper.style1 .about-content .profile-wrapper .gt-btn {
    order: 2;
  }
  .about-wrapper.style1 .about-content .profile-wrapper .fancy-box {
    order: 1;
  }
}
.about-wrapper.style2 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 120px;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
.about-wrapper.style2 .about-thumb-box {
  position: relative;
}
.about-wrapper.style2 .about-thumb-box.about-thumb1 {
  display: inline-block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.about-wrapper.style2 .about-thumb-box.about-thumb1 img {
  width: 559px;
  height: 511px;
  object-fit: cover;
}
.about-wrapper.style2 .about-content .title-area .text {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--smoke-color2);
}
.about-wrapper.style2 .about-content .fancy-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 33px;
  margin-bottom: 40px;
}
.about-wrapper.style2 .about-content .fancy-box-wrapper .fancy-box .checklist ul:last-child {
  margin-bottom: 0;
}
.about-wrapper.style2 .about-content .profile-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 30px;
}
.about-wrapper.style2 .about-content .profile-wrapper .fancy-box_icon {
  padding: 0;
}
@media (max-width: 1199px) {
  .about-wrapper.style2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 991px) {
  .about-wrapper.style2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-wrapper.style2 .about-thumb-box.about-thumb2 {
    bottom: 39px;
    right: 150px;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style2 {
    gap: 80px;
  }
  .about-wrapper.style2 .about-thumb-box {
    position: relative;
  }
  .about-wrapper.style2 .about-thumb-box.about-thumb2 {
    position: absolute;
    bottom: 39px;
    right: 0px;
  }
  .about-wrapper.style2 .about-content .fancy-box-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
  }
  .about-wrapper.style2 .about-content .profile-wrapper {
    flex-direction: column;
  }
  .about-wrapper.style2 .about-content .profile-wrapper .gt-btn {
    display: block;
    width: 100%;
    order: 2;
  }
  .about-wrapper.style2 .about-content .profile-wrapper .fancy-box {
    order: 1;
  }
}
.about-wrapper.style3 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
.about-wrapper.style3 .about-thumb-box {
  position: relative;
}
.about-wrapper.style3 .about-thumb-box.thumb-bg {
  display: inline-block;
  position: absolute;
  bottom: 52px;
  right: 0;
  z-index: -1;
}
.about-wrapper.style3 .about-thumb-box.about-thumb1 {
  display: inline-block;
  position: relative;
  bottom: 52px;
  right: -160px;
  z-index: 2;
}
.about-wrapper.style3 .about-thumb-box.about-thumb2 {
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 41px;
  z-index: 3;
}
.about-wrapper.style3 .about-thumb-box.about-thumb3 {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: -50px;
  z-index: 1;
}
.about-wrapper.style3 .about-thumb-box.about-icon1 {
  position: absolute;
  top: 129px;
  right: 80px;
}
.about-wrapper.style3 .about-thumb-box.about-icon2 {
  position: absolute;
  top: 225px;
  left: 104px;
}
.about-wrapper.style3 .about-thumb-box.about-icon3 {
  position: absolute;
  top: 240px;
  left: 124px;
}
.about-wrapper.style3 .about-thumb-box.about-icon4 {
  position: absolute;
  bottom: 85px;
  right: 25px;
}
.about-wrapper.style3 .about-thumb-box.about-icon5 {
  position: absolute;
  top: 90px;
  left: 157px;
}
.about-wrapper.style3 .about-content .title-area {
  max-width: 613px;
}
.about-wrapper.style3 .about-content .text-title {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}
.about-wrapper.style3 .about-content .fancy-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}
.about-wrapper.style3 .about-content .profile-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.about-wrapper.style3 .about-content .profile-wrapper .fancy-box_icon {
  padding: 0;
}
@media (max-width: 991px) {
  .about-wrapper.style3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-wrapper.style3 .about-thumb-box.about-thumb1 {
    display: inline-block;
    position: relative;
    bottom: 52px;
    right: -180px;
  }
}
@media (max-width: 767px) {
  .about-wrapper.style3 {
    gap: 80px;
  }
  .about-wrapper.style3 .about-thumb-box.about-thumb1 {
    display: inline-block;
    position: relative;
    bottom: 52px;
    right: -130px;
  }
  .about-wrapper.style3 .about-content .fancy-box-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
  }
  .about-wrapper.style3 .about-content .profile-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-wrapper.style3 .about-content .profile-wrapper .gt-btn {
    order: 2;
  }
  .about-wrapper.style3 .about-content .profile-wrapper .fancy-box {
    order: 1;
  }
}
@media (max-width: 575px) {
  .about-wrapper.style3 {
    gap: 80px;
  }
  .about-wrapper.style3 .about-thumb-box.about-thumb1 {
    display: inline-block;
    position: relative;
    bottom: 52px;
    right: -25px;
  }
}
.about-wrapper.style4 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  /* Medium devices */
  /* Small devices */
}
.about-wrapper.style4 .about-thumb-box {
  position: relative;
}
.about-wrapper.style4 .about-thumb-box.about-thumb1 {
  display: inline-block;
  position: absolute;
  bottom: 52px;
  right: 100px;
}
.about-wrapper.style4 .about-thumb-box.about-thumb2 {
  display: inline-block;
  position: relative;
  bottom: -4px;
  right: -110px;
}
.about-wrapper.style4 .about-thumb-box.about-thumb3 {
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 250px;
}
.about-wrapper.style4 .about-thumb-box.about-icon1 {
  position: absolute;
  top: 114px;
  right: 155px;
}
.about-wrapper.style4 .about-thumb-box.about-icon2 {
  position: absolute;
  top: 139px;
  right: 141px;
}
.about-wrapper.style4 .about-thumb-box.about-icon6 {
  display: inline-block;
  position: absolute;
  top: 40px;
  left: -5px;
}
.about-wrapper.style4 .about-content {
  /* Small devices */
}
.about-wrapper.style4 .about-content .title-area {
  max-width: 613px;
}
.about-wrapper.style4 .about-content .text-title {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  text-transform: capitalize;
}
.about-wrapper.style4 .about-content .fancy-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: 25px;
}
.about-wrapper.style4 .about-content .profile-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.about-wrapper.style4 .about-content .profile-wrapper .fancy-box_icon {
  padding: 0;
}
@media (max-width: 767px) {
  .about-wrapper.style4 .about-content .checklist {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .about-wrapper.style4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .about-wrapper.style4 {
    gap: 80px;
  }
  .about-wrapper.style4 .about-content .fancy-box-wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 25px;
  }
  .about-wrapper.style4 .about-content .profile-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-wrapper.style4 .about-content .profile-wrapper .gt-btn {
    order: 2;
  }
  .about-wrapper.style4 .about-content .profile-wrapper .fancy-box {
    order: 1;
  }
}
.about-wrapper.style5 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  /* Large devices */
}
.about-wrapper.style5 .about-thumb-box {
  position: relative;
}
.about-wrapper.style5 .about-thumb-box.about-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.about-wrapper.style5 .about-thumb-box.shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.about-wrapper.style5 .about-thumb-box.thumb1 {
  position: relative;
  bottom: 0;
  right: -209px;
  z-index: 2;
}
.about-wrapper.style5 .about-thumb-box.thumb2 {
  position: absolute;
  bottom: 40px;
  right: 263px;
  z-index: 3;
}
.about-wrapper.style5 .about-thumb-box.thumb3 {
  position: absolute;
  bottom: 320px;
  right: 16px;
  z-index: 4;
}
.about-wrapper.style5 .about-thumb-box.icon {
  position: absolute;
  bottom: 280px;
  left: 100px;
  z-index: 1;
}
.about-wrapper.style5 .about-thumb-box.icon2 {
  position: absolute;
  bottom: 41px;
  right: 24px;
  z-index: 1;
}
.about-wrapper.style5 .about-thumb-box.icon3 {
  position: absolute;
  bottom: 26px;
  right: 7px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-wrapper.style5 {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-wrapper.style5 .about-content {
    order: 2;
  }
}

/*------------------- 4.11. Team  -------------------*/
/*----------------------------------------------
    # Team style here
----------------------------------------------*/
.team-card-wrapper.style1 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  /* Large devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .team-card-wrapper.style1 {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-card-wrapper.style1 .team-card.style1 {
    margin-bottom: 100px;
  }
  .team-card-wrapper.style1 .team-card.style1:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .team-card-wrapper.style1 {
    grid-template-columns: repeat(1, 1fr);
    place-items: center;
  }
}

.team-wrap {
  position: relative;
}
.team-wrap.style1 .shape1_1 {
  position: absolute;
  top: -220px;
  left: 0;
}
.team-wrap.style1 .shape1_2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.team-wrap.style2 {
  margin-bottom: -1.5em;
}
.team-wrap.style2 .shape1_1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.team-wrap.style2 .shape1_2 {
  position: absolute;
  bottom: 25px;
  right: 0;
}

.team-card.style1 {
  position: relative;
  max-width: 370px;
  height: 343px;
  background-color: var(--smoke-color);
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.team-card.style1 .team-thumb {
  position: relative;
  bottom: 110px;
  left: 39px;
}
.team-card.style1 .team-thumb img {
  position: relative;
  width: 264px;
  height: 452px;
  object-fit: cover;
  z-index: 3;
}
@media (max-width: 330px) {
  .team-card.style1 .team-thumb {
    position: relative;
    bottom: 110px;
    left: 17px;
  }
}

.team-card.style1 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 370px;
  height: 343px;
  max-height: 0;
  overflow: hidden;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -webkit-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -moz-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -ms-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -o-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
}
.team-card.style1 .bg img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.team-card.style1:hover {
  background-color: transparent;
}
.team-card.style1:hover .bg {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
}
.team-card.style2 {
  width: 270px;
  height: 366px;
  margin: 0 auto;
  border-radius: 16px;
  background: var(--white-color);
  border-bottom: 6px solid transparent;
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: all 0.3s ease 0s;
}
.team-card.style2 .team-thumb {
  position: relative;
  padding: 12px 12px 0px;
  height: 241px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.team-card.style2 .team-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.team-card.style2 .team-thumb .social-profile {
  position: absolute;
  right: 25px;
  top: 25px;
  height: 32px;
  content: "";
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  z-index: 5;
}
.team-card.style2 .team-thumb .social-profile ul {
  padding-left: 0;
  transform: translateY(0px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  visibility: hidden;
  list-style-type: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}
.team-card.style2 .team-thumb .social-profile ul li {
  margin-bottom: 6px;
}
.team-card.style2 .team-thumb .social-profile ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  display: block;
  background-color: var(--theme-color);
  color: var(--white-color);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}
.team-card.style2 .team-thumb .social-profile ul li a:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.team-card.style2 .team-thumb .social-profile .plus-btn {
  position: relative;
  z-index: 4;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  background: var(--theme-color);
  color: var(--white-color);
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.team-card.style2 .team-thumb .social-profile .plus-btn:hover {
  background-color: var(--title-color);
  color: var(--white-color);
}
.team-card.style2 .team-thumb .social-profile:hover {
  height: auto;
}
.team-card.style2 .team-thumb .social-profile:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(6px);
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
}
.team-card.style2 .team-content {
  padding: 20px 30px 30px;
  position: relative;
  z-index: 9;
  transition: all 0.3s ease 0s;
}
.team-card.style2 .team-content h3 {
  margin-bottom: 5px;
}
.team-card.style2 .team-content h3 a {
  color: var(--title-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.team-card.style2 .team-content p {
  color: var(--body-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  text-transform: uppercase;
}
.team-card.style2:hover {
  border-bottom: 6px solid var(--theme-color2);
}
.team-card.style2:hover .team-image {
  position: relative;
}
.team-card.style2:hover .team-image .social-profile .plus-btn {
  background-color: var(--title-color);
  color: var(--white-color);
}

/*----------------------------------------------
    # Team Extra style here
----------------------------------------------*/
.team-details-wrap {
  padding: 30px;
  margin-bottom: 60px;
  border-radius: 16px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.team-details-wrap .team-details-content .details-info {
  /* Small devices */
}
.team-details-wrap .team-details-content .details-info .profile h3 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.team-details-wrap .team-details-content .details-info .profile span {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: -0.3px;
  text-transform: capitalize;
}
.team-details-wrap .team-details-content .details-info .gt-social a {
  border-radius: 100px;
  color: var(--theme-color);
  background: #F5F5F5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.team-details-wrap .team-details-content .details-info .gt-social a:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
}
@media (max-width: 767px) {
  .team-details-wrap .team-details-content .details-info {
    flex-direction: column;
  }
  .team-details-wrap .team-details-content .details-info .profile {
    margin-bottom: 10px;
  }
}
.team-details-wrap .team-details-content .info-wrapper {
  gap: 30px;
  /* Medium devices */
}
.team-details-wrap .team-details-content .info-wrapper .checklist {
  margin-top: 30px;
  padding-top: 30px;
  margin-bottom: 0;
  border-top: 1px solid var(--border-color);
}
.team-details-wrap .team-details-content .info-wrapper .checklist ul {
  padding-left: 0;
  margin-bottom: 0;
}
.team-details-wrap .team-details-content .info-wrapper .checklist ul li i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 24px;
  color: var(--theme-color);
  background-color: #F3EBFE;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}
@media (max-width: 991px) {
  .team-details-wrap .team-details-content .info-wrapper {
    flex-direction: column;
  }
  .team-details-wrap .team-details-content .info-wrapper .checklist {
    margin-top: 0;
  }
  .team-details-wrap .team-details-content .info-wrapper .checklist:first-child {
    margin-top: 30px;
  }
}

.team-simple-history {
  padding-top: 60px;
  background-color: #F5F5F5;
}
.team-simple-history .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.team-simple-history .skills {
  padding: 28px 40px 70px;
  border-radius: 16px;
  background-color: var(--white-color);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.team-simple-history .skills > .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.team-simple-history .skills .progress-wrap .progress-meta {
  margin-bottom: 5px;
}
.team-simple-history .skills .progress-wrap .progress-meta .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
}
.team-simple-history .skills .progress-wrap .progress-meta .percentage {
  color: var(--theme-color);
}
.team-simple-history .skills .progress-wrap .progress-container {
  height: 15px;
}
.team-simple-history .skills .progress-wrap .progress-container .progress-bar {
  height: 15px;
}

/*------------------- 4.12. Testimonial  -------------------*/
/*----------------------------------------------
    # Testimonial style here
----------------------------------------------*/
.testimonial-wrap.style1 {
  position: relative;
  z-index: 4;
}
.testimonial-wrap.style1 .section-bg {
  bottom: -88px;
}
.testimonial-wrap.style1 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Small devices */
}
.testimonial-wrap.style1 .title-wrap .title-area {
  margin: 0;
  max-width: 488px;
}
@media (max-width: 767px) {
  .testimonial-wrap.style1 .title-wrap {
    flex-direction: column;
  }
}
.testimonial-wrap.style1 .slider-arrow.style2 {
  position: absolute;
  top: 63%;
  right: 97.5%;
  width: 56px;
  height: 56px;
  line-height: 36px;
  text-align: center;
  background-color: var(--title-color);
  border: 1px solid var(--title-color);
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-wrap.style1 .slider-arrow.style2.slider-next {
  position: absolute;
  top: 63%;
  right: -3%;
  width: 56px;
  height: 56px;
  line-height: 36px;
  text-align: center;
  z-index: 5;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  border: 1px solid var(--theme-color);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-wrap.style2 {
  position: relative;
}
.testimonial-wrap.style2 .shape2_1 {
  position: absolute;
  top: 90px;
  left: 0;
}
.testimonial-wrap.style2 .shape2_2 {
  position: absolute;
  top: 90px;
  right: 0;
}
.testimonial-wrap.style2 .title-area {
  max-width: 592px;
}
.testimonial-wrap.style3 .title-area {
  max-width: 592px;
}

.testimonial-card-wrap.style2 .testimonial-thumb {
  position: relative;
  max-width: 600px;
  padding: 30px;
  margin: 30px;
}
.testimonial-thumb h5{
  font-family: Inter;
font-size: 18px;
font-weight: 600;
line-height: 24px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #0094bc;
}
.testimonial-thumb h3{
  font-family: Inter;
font-size: 40px;
font-weight: 300;
line-height: 57.22px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #203544;
}
.testimonial-thumb p{
  font-family: Inter;
  font-size: 22px;
  font-weight: 300;
  line-height: 27.72px;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
color: #445B6B;  
}
.testimonial-card-wrap.style2 .slider-area .gt-slider {
  margin-left: -80px;
  /* Medium devices */
}
.testimonial-card-wrap.style2 .slider-area .gt-slider .swiper-slide {
  transition: all 1s ease !important;
  -webkit-transition: all 1s ease !important;
  -moz-transition: all 1s ease !important;
  -ms-transition: all 1s ease !important;
  -o-transition: all 1s ease !important;
}
@media (max-width: 991px) {
  .testimonial-card-wrap.style2 .slider-area .gt-slider {
    margin-left: 0;
  }
}
.testimonial-card-wrap.style2 .slider-arrow.style2 {
  position: absolute;
  top: 93%;
  right: 10.5%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  border: 1px solid var(--theme-color);
  z-index: 5;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* Large devices */
}
.testimonial-card-wrap.style2 .slider-arrow.style2 i {
  color: var(--theme-color);
}
.testimonial-card-wrap.style2 .slider-arrow.style2:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  border: none;
}
.testimonial-card-wrap.style2 .slider-arrow.style2:hover i {
  color: var(--white-color);
}
.testimonial-card-wrap.style2 .slider-arrow.style2.slider-next {
  position: absolute;
  top: 93%;
  right: 7%;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  z-index: 5;
  background: linear-gradient(90deg, #0094b8 0%, #726B7D 123.82%);
  border: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /* Large devices */
}
.testimonial-card-wrap.style2 .slider-arrow.style2.slider-next i {
  color: var(--white-color);
}
@media (max-width: 1199px) {
  .testimonial-card-wrap.style2 .slider-arrow.style2.slider-next {
    top: 94%;
    right: 38%;
  }
}
@media (max-width: 1199px) {
  .testimonial-card-wrap.style2 .slider-arrow.style2 {
    top: 94%;
    right: 60%;
  }
}

.testimonial-card.style1 {
  position: relative;
  border-radius: 16px;
  border-left: 4px solid var(--theme-color);
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  /* Small devices */
}
.testimonial-card.style1 .profile-box {
  display: flex;
  gap: 20px;
  padding-top: 40px;
  padding-left: 40px;
  padding-bottom: 20px;
}
.testimonial-card.style1 .profile-box .testi-thumb img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style1 .profile-box .testi-content .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 1px;
}
.testimonial-card.style1 .profile-box .testi-content .designation {
  text-align: start;
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.testimonial-card.style1 .text {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 34px;
}
.testimonial-card.style1 .quote {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 767px) {
  .testimonial-card.style1 .profile-box {
    padding-left: 10px;
  }
  .testimonial-card.style1 .text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-card.style1 .quote {
    position: absolute;
    top: 40px;
    right: 10px;
  }
}
@media (max-width: 767px) and (max-width: 330px) {
  .testimonial-card.style1 .quote {
    position: absolute;
    top: 96px;
    right: 5px;
  }
}
.testimonial-card.style2 {
  position: relative;
  border-radius: 16px;
  border: 2px solid var(--theme-color);
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  
  /* Small devices */
}
.testimonial-card.style2 .profile-box {
  display: flex;
  gap: 20px;
  padding-top: 50px;
  padding-left: 50px;
  padding-bottom: 20px;
  margin-right: 50px;
}
.testimonial-card.style2 .profile-box .testi-thumb img {
  width: auto;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style2 .profile-box .testi-content .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 1px;
}
.testimonial-card.style2 .profile-box .testi-content .designation {
  text-align: start;
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.testimonial-card.style2 .text {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  text-transform: capitalize;
  padding-left: 50px;
  padding-right: 40px;
  padding-bottom: 50px;
}
.testimonial-card.style2 .quote {
  position: absolute;
  top: 40px;
  right: 40px;
}
@media (max-width: 767px) {
  .testimonial-card.style2 .profile-box {
    padding-left: 10px;
  }
  .testimonial-card.style2 .text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-card.style2 .quote {
    position: absolute;
    top: 40px;
    right: 10px;
  }
  .testimonial-card.style2 {
    position: relative;
    border-radius: 16px;
    border: 2px solid var(--theme-color);
    background-color: var(--white-color);
    box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
   
    /* Small devices */
  }
}
.testimonial-card.style3 {
  position: relative;
  max-width: 450px;
  border-radius: 16px;
  background-color: var(--white-color);
  border-radius: 12px;
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  /* Small devices */
}

.testbg {
  position: relative; /* Required for positioning the pseudo-element */
  background-image: url('assets/img/bg/testimonial.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.testbg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0094bc;
  opacity: 0.5; /* Adjust transparency */
  z-index: 2;
}

.testbg > * {
  position: relative; /* Ensure the content is above the overlay */
  z-index: 3;
}
.testimonial-card.style3 .star-wrap {
  
  padding-left: 40px;
}
.testimonial-card.style3 .profile-box {
  display: flex;
  gap: 20px;
  padding-top: 20px;
  padding-left: 30px;
  padding-bottom: 20px;
}
.testimonial-card.style3 .profile-box .testi-thumb img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.testimonial-card.style3 .profile-box .testi-content .title {
  color: #151718;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.4px;
  margin-bottom: 1px;
}
.testimonial-card.style3 .profile-box .testi-content .designation {
  text-align: start;
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.testimonial-card.style3 .profile-box .testi-content .star-wrap {
  display: flex;
  padding-left: 0;
}
.testimonial-card.style3 .profile-box .testi-content .star-wrap li {
  list-style-type: none;
}
.testimonial-card.style3 .text {
  color: #151718;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
}
.testimonial-card.style3 .quote {
  position: absolute;
  bottom: 37px;
  right: 45px;
}
.testimonial-card.style3 .quote .darkQuote {
  display: block;
}
.testimonial-card.style3 .quote .whiteQuote {
  display: none;
}
.testimonial-card.style3 .shape3_1 {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .testimonial-card.style3 .profile-box {
    padding-left: 10px;
  }
  .testimonial-card.style3 .text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-card.style3 .quote {
    position: absolute;
    bottom: 17px;
    right: 10px;
  }
}

/*------------------- 4.13. Counter  -------------------*/
/*----------------------------------------------
    # Counter style here
----------------------------------------------*/
  /* Your CSS styles */
 

.custom-counter-area {
    padding: 50px 0;
    background: #F9F9F9;
}

.custom-counter-row {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}
.custom-counter-box {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 30%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;  /* Adds smooth transition */
}
.custom-counter-box:hover {
    transform: translateY(-10px);  /* Makes the box move up on hover */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);  /* Increases the shadow on hover */
}
.custom-counter-icon {
    flex: 0 0 50px;
    margin-right: 20px;
}
.custom-counter-icon img {
    width: 100%;
}
.custom-counter-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.custom-counter-number {
    font-size: 36px;
    font-weight: bold;
    color: #1c3d6d;
    margin-bottom: 10px;
}
.custom-counter-description {
    font-size: 16px;
    color: #555;
}
.custom-counter-number span {
    font-size: 36px;
    font-weight: bold;
}
@media (max-width: 768px) {
    .custom-counter-row {
        flex-direction: column;
        align-items: center;
    }
    .custom-counter-box {
        width: 80%;
        margin-bottom: 20px;
    }
}



/*------------------- 4.14. Blog  -------------------*/
/*----------------------------------------------
    # Blog Extra style here
----------------------------------------------*/
.news-wrapper {
  padding: 0 75px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .news-wrapper {
    padding: 0;
  }
}

.single-news-items {
  margin-top: 30px;
  padding: 40px 20px;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  gap: 30px;
  /* Medium Large devices */
  /* Medium devices */
  /* Extra small devices */
}
@media (max-width: 1299px) {
  .single-news-items {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .single-news-items {
    flex-wrap: initial;
  }
}
@media (max-width: 575px) {
  .single-news-items {
    flex-wrap: wrap;
  }
}
.single-news-items .news-image {
  height: 220px;
  width: 220px;
  flex-basis: 100%;
  position: relative;
}
.single-news-items .news-image .post-date {
  position: absolute;
  top: 25px;
  left: 25px;
  background-color: var(--white-color);
  padding: 7px 10px;
}
.single-news-items .news-image .post-date span {
  color: var(--title-color);
  font-weight: 600;
}
.single-news-items .news-content h3 {
  margin-bottom: 10px;
}
.single-news-items .news-content h3 a:hover {
  color: var(--theme-color);
}
.single-news-items .news-content .theme-btn-2 {
  color: var(--theme-color);
}

.news-section-3 {
  margin-bottom: -50px;
}

.news-card-items {
  margin-top: 30px;
}
.news-card-items .news-image {
  position: relative;
}
.news-card-items .news-image .post-date {
  padding: 12px 24px;
  background-color: var(--theme-color);
  position: absolute;
  bottom: 40px;
  left: 0;
}
.news-card-items .news-image .post-date h3 {
  font-weight: 700;
  font-size: 24px;
  color: var(--white-color);
}
.news-card-items .news-image .post-date h3 span {
  font-weight: 400;
  font-size: 16px;
  color: var(--white-color);
}
.news-card-items .news-content {
  padding: 30px;
  background-color: var(--white-color);
  position: relative;
  z-index: 9;
  margin-right: 40px;
  margin-top: -40px;
}
.news-card-items .news-content ul {
  display: flex;
  gap: 50px;
  margin-bottom: 15px;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .news-card-items .news-content ul {
    gap: 20px;
  }
}
.news-card-items .news-content ul li {
  font-size: 14px;
  font-weight: 500;
}
.news-card-items .news-content ul li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-card-items .news-content h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
.news-card-items .news-content h3 a:hover {
  color: var(--theme-color);
}
.news-card-items.style-2 {
  padding-bottom: 50px;
}
.news-card-items.style-2 .news-image {
  position: relative;
}
.news-card-items.style-2 .news-image .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  bottom: initial;
}
.news-card-items.style-2 .news-content {
  margin: 0;
}
.news-card-items.style-2 .news-content ul li {
  font-size: 16px;
}
.news-card-items.style-3 {
  padding-bottom: 0;
  background-color: var(--white-color);
  box-shadow: none;
}
.news-card-items.style-3 .news-image {
  padding: 15px 15px 0 15px;
}
.news-card-items.style-3 .news-image .post-date {
  left: 30px;
  top: 30px;
}
.news-card-items.style-3 .content {
  box-shadow: none;
}

.news-standard-wrapper .news-standard-items {
  border: 1px solid var(--border-color);
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-standard-wrapper .news-standard-items:not(:last-child) {
  margin-bottom: 20px;
}
.news-standard-wrapper .news-standard-items .news-thumb {
  position: relative;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  width: 59px;
  padding: 12px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 8px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 {
  color: var(--white-color);
  font-family: var(--title-font);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 0;
}
.news-standard-wrapper .news-standard-items .news-thumb .post-date h3 span {
  color: var(--white-color);
  font-family: var(--title-font);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content {
  margin-top: 20px;
  position: relative;
  z-index: 9;
}
.news-standard-wrapper .news-standard-items .news-content ul {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 7px;
  list-style-type: none;
  padding-left: 0;
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .news-standard-wrapper .news-standard-items .news-content ul {
    gap: 20px;
  }
}
.news-standard-wrapper .news-standard-items .news-content ul li {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.news-standard-wrapper .news-standard-items .news-content ul li i {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-standard-wrapper .news-standard-items .news-content h3 {
  margin-bottom: 10px;
}
.news-standard-wrapper .news-standard-items .news-content h3 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.news-standard-wrapper .news-standard-items .news-content h3 a:hover {
  color: var(--theme-color2);
}
.news-standard-wrapper .news-standard-items .news-content a i {
  margin-left: 5px;
}

.news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
  height: 400px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .news-details-area .blog-post-details .single-blog-post .post-featured-thumb {
    height: 400px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content {
  margin-top: 30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list {
  gap: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li {
  font-size: 14px;
  font-weight: 500;
}
.news-details-area .blog-post-details .single-blog-post .post-content .post-list li i, .news-details-area .blog-post-details .single-blog-post .post-content .post-list li img {
  color: var(--theme-color);
  margin-right: 5px;
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 {
  margin-bottom: 20px;
  font-size: 32px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .single-blog-post .post-content h3 {
    font-size: 24px;
  }
}
.news-details-area .blog-post-details .single-blog-post .post-content h3 a:hover {
  color: var(--theme-color);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text {
  border-left: 4px solid var(--theme-color);
  padding: 40px;
  background-color: var(--gray-color);
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text p {
  max-width: 650px;
  font-weight: 500;
  text-transform: capitalize;
  font-style: italic;
  line-height: 26px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .hilight-text svg {
  float: right;
  margin-top: -30px;
}
.news-details-area .blog-post-details .single-blog-post .post-content .details-image img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap {
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 30px 0;
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
  display: inline-flex;
  padding: 10px 16px;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: capitalize;
  background: var(--white-color);
  margin-right: 5px;
  margin-bottom: 10px;
  border: none;
  border: 1px solid #E6E5E5;
  border-radius: 4px;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .tag-share-wrap .tagcloud a {
    margin-bottom: 5px;
  }
}
.news-details-area .blog-post-details .tag-share-wrap .tagcloud a:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color) !important;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share span {
  font-size: 18px;
  color: var(--title-color);
  font-weight: 600;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a {
  font-size: 18px;
  color: var(--body-color);
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:not(:last-child) {
  margin-right: 10px;
}
.news-details-area .blog-post-details .tag-share-wrap .social-share a:hover {
  color: var(--theme-color);
}
.news-details-area .blog-post-details .comments-area {
  margin-top: 40px;
}
.news-details-area .blog-post-details .comments-area .comments-heading {
  margin-bottom: 0px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .comments-heading {
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .comments-heading h3 {
  font-size: 32px;
  font-weight: 500;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 0;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .comments-heading h3 {
    font-size: 28px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment {
  border-bottom: 1px solid var(--border-color);
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comments-area .blog-single-comment {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 {
  margin-bottom: 0;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .con h5 a:hover {
  color: var(--theme-color2);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a {
  display: inline-flex;
  padding: 5px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .head .btn a:hover {
  background: var(--title-color);
  color: var(--white-color);
}
.news-details-area .blog-post-details .comments-area .blog-single-comment .content .reply {
  border-radius: 30px;
  padding: 5px 15px;
  font-weight: 400;
  background-color: var(--white-color);
  color: var(--theme-color);
}
.news-details-area .blog-post-details .comment-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 30px;
  /* Small devices */
}
@media (max-width: 767px) {
  .news-details-area .blog-post-details .comment-form-wrap h3 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 16px 20px;
  font-weight: 500;
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt input::placeholder,
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea::placeholder {
  color: var(--body-color);
}
.news-details-area .blog-post-details .comment-form-wrap .form-clt textarea {
  padding-bottom: 100px;
}

/*------------------- 4.15. Simple Sections  -------------------*/
/*----------------------------------------------
    # Simple Common style here
----------------------------------------------*/
.fancy-box.style1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  /* Small devices */
}
.fancy-box.style1 .fancy-box_icon {
  display: block;
  padding: 18px;
  text-align: center;
  border-radius: 50px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.fancy-box.style1 .fancy-box_content h4 {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0px;
}
.fancy-box.style1 .fancy-box_content span {
  display: inline-block;
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 767px) {
  .fancy-box.style1 {
    justify-content: flex-start;
    width: 100%;
  }
}
.fancy-box.style2 {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
  padding: 26px 30px;
  background-color: var(--white-color);
  overflow: hidden;
  border-left: 4px solid var(--white-color);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  /* Medium devices */
}
.fancy-box.style2 p {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0px;
}
.fancy-box.style2 h4 {
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 0;
}
.fancy-box.style2 h4 a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  color: var(--title-color);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.fancy-box.style2 h4 a:hover {
  color: var(--theme-color2);
}
.fancy-box.style2 .arrow-icon {
  position: absolute;
  top: 25px;
  bottom: 26px;
  right: 30px;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  background: var(--title-color);
  color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: background 0.4s ease;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  /* Medium devices */
}
.fancy-box.style2 .arrow-icon:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
@media (max-width: 991px) {
  .fancy-box.style2 .arrow-icon {
    top: 20px;
    bottom: 26px;
    right: 7px;
  }
}
.fancy-box.style2:hover {
  border-left: 4px solid var(--theme-color);
}
.fancy-box.style2:hover .arrow-icon {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
}
@media (max-width: 991px) {
  .fancy-box.style2 {
    padding: 20px 7px;
  }
}
.fancy-box.style3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 29px;
  gap: 8px;
  border-radius: 5000px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  -webkit-border-radius: 5000px;
  -moz-border-radius: 5000px;
  -ms-border-radius: 5000px;
  -o-border-radius: 5000px;
  /* Small devices */
}
.fancy-box.style3 .fancy-box_content h4 {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.fancy-box.style3 .fancy-box_content span {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .fancy-box.style3 {
    justify-content: flex-start;
  }
}
.fancy-box.style4 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 29px;
  gap: 8px;
  border-radius: 5000px;
  background: transparent;
  -webkit-border-radius: 5000px;
  -moz-border-radius: 5000px;
  -ms-border-radius: 5000px;
  -o-border-radius: 5000px;
  border: 1px solid var(--title-color);
  /* Small devices */
}
.fancy-box.style4 .fancy-box_content h4 {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.fancy-box.style4 .fancy-box_content span {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .fancy-box.style4 {
    justify-content: flex-start;
  }
}

.counter-box.style1 {
  padding: 18px 18px 18px 18px;
  max-width: 222px;
  border-radius: 8px;
  border-left: 2px solid var(--theme-color);
  background: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
}
.counter-box.style1 .counter-box_icon {
  width: 52px;
  height: 52px;
}
.counter-box.style1 .counter-box_counter .counter-number {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.counter-box.style1 .counter-box_counter .plus {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.counter-box.style1 .counter-box_counter span {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.counter-box.style2 {
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.counter-box.style2 .counter-box_icon {
  width: 52px;
  height: 52px;
}
.counter-box.style2 .counter-box_counter .counter-number {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.counter-box.style2 .counter-box_counter .plus {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
.counter-box.style2 .counter-box_counter span {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.checklist {
  margin-top: 40px;
  margin-bottom: 40px;
}
.checklist ul {
  display: flex;
  align-items: center;
  margin-left: 6px;
  gap: 8px;
  list-style-type: none;
}

.star-wrap {
  display: flex;
  padding-left: 0;
}
.star-wrap li {
  list-style-type: none;
}

.meta {
  display: flex;
  align-items: center;
  gap: 10px;
}
.meta .icon i {
  color: var(--theme-color);
}
.meta .text {
  color: var(--body-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.progress-wrap {
  margin-bottom: 30px;
}
.progress-wrap:last-child {
  margin-bottom: 0;
}
.progress-wrap .progress-meta {
  display: flex;
  gap: 250px;
  margin-bottom: 15px;
  /* Extra small devices */
  /* Extra small devices */
}
.progress-wrap .progress-meta .title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.progress-wrap .progress-meta .percentage {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 575px) {
  .progress-wrap .progress-meta {
    gap: 210px;
  }
}
@media (max-width: 375px) {
  .progress-wrap .progress-meta {
    gap: 150px;
  }
}
.progress-wrap .progress-container {
  position: relative;
  width: 500px;
  height: 5px;
  background-color: #D9DDFF;
  border-radius: 10px;
  overflow: visible;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* Small devices */
}
.progress-wrap .progress-container .progress-bar {
  height: 5px;
  background-color: var(--theme-color);
  border-radius: 10px;
  opacity: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
@media (max-width: 767px) {
  .progress-wrap .progress-container {
    width: 85%;
  }
}

.gt-social a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  margin-right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.gt-social a:hover {
  background: var(--white-color);
  color: var(--theme-color);
}
.gt-social.style2 a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: transparent;
  color: var(--white-color);
  margin-right: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.gt-social.style2 a:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  border: 1px solid var(--title-color);
}

/* Hide the default checkbox */
.custom-checkbox input[type=checkbox] {
  display: none;
}

/* Style the label */
.custom-checkbox {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  user-select: none;
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.custom-checkbox .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid var(--white-color);
  opacity: 0.6;
}
.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.custom-checkbox .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid var(--white-color);
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.custom-checkbox a {
  color: var(--white-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-line: underline;
}
.custom-checkbox:hover input ~ .checkmark {
  background-color: var(--title-color);
}
.custom-checkbox input:checked ~ .checkmark {
  background-color: var(--theme-color);
}
.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

#termsForm button:disabled {
  background-color: var(--title-color);
  cursor: not-allowed;
}

/* Style the email input container */
.email-input-container {
  position: relative;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 8px;
}
.email-input-container #email {
  width: 270px;
  padding: 23px 16px;
  border-radius: 8px;
  background: var(--white-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border: none;
  outline: none;
  box-sizing: border-box;
}
.email-input-container #submitButton {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.email-input-container #submitButton:hover {
  background: var(--title-color);
}

.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li .page-numbers {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: transparent;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border: 1px solid var(--border-color);
  color: var(--title-color);
}
.page-nav-wrap ul li .page-numbers.current {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
}
.page-nav-wrap ul li .page-numbers:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  border: 1px solid transparent;
}

/*------------------- 4.16. Faq  -------------------*/
/*----------------------------------------------
    # Faq style here
----------------------------------------------*/
.faq-content .accordion-item {
  border: 0;
  background-color: var(--white-color);
}
.faq-content .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
  color: var(--theme-color);
  letter-spacing: -0.2px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: var(--gray-color);
  padding: 25px 30px 0;
  text-transform: capitalize;
  font-size: 20px;
  border: 1px solid var(--border-color);
  border: 1px solid transparent;
}
.faq-content .accordion-item .accordion-header .accordion-button:after {
  font-weight: 500;
  transition: all 0.3s ease-in-out !important;
  background-image: url(../img/icon/chevron-right.svg);
  color: var(--theme-color2);
}
.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  background-image: url(../img/icon/chevron-down.svg);
  font-weight: 500;
  color: var(--theme-color2);
  transform: rotate(0);
}
.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  border: 1px solid var(--border-color);
  padding: 25px 30px;
  color: var(--title-color);
}
.faq-content .accordion-item .accordion-collapse {
  border: none;
}
.faq-content .accordion-item .accordion-collapse .accordion-body {
  padding-right: 150px;
  padding-left: 30px;
  padding-top: 15px;
  color: var(--body-color);
  background-color: var(--theme-color);
  /* Extra large devices */
  /* Large devices */
}
@media (max-width: 1500px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 30px;
  }
}
.faq-content.style-2 {
  margin-left: 50px;
  /* Medium Large devices */
  /* Large devices */
}
@media (max-width: 1299px) {
  .faq-content.style-2 {
    margin-left: 20px;
  }
}
@media (max-width: 1199px) {
  .faq-content.style-2 {
    margin-left: 0;
  }
}
.faq-content.style-3 {
  margin-top: 35px;
}
.faq-content.style-3 .accordion-item {
  border: 0;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.faq-content.style-3 .accordion-item .accordion-header .accordion-button {
  color: var(--title-color);
  font-family: inherit;
  text-align: left;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: inherit;
  background-color: var(--white-color);
  border: none;
}
.faq-content.style-3 .accordion-item .accordion-collapse .accordion-body {
  background-color: var(--white-color);
  padding-bottom: 30px;
}

.faq-wrapper .faq-image img {
  width: 100%;
  height: 100%;
}

/*------------------- 4.17. Cta  -------------------*/
/*----------------------------------------------
    # Cta style here
----------------------------------------------*/

.cta-wrap.style1 {
  position: relative;
  padding: 64px 73px 62px;
  background: linear-gradient(90deg, #0094b8 0%, #726B7D 123.82%);
  display: flex;
  align-items: center;
  justify-content: end;
  /* Large devices */
}

/* CTA Thumb Style */
.cta-wrap.style1 .cta-thumb {
  position: absolute;
  bottom: 60px;
  left: 60px;
  margin: 30px;
}

.cta-wrap.style1 .cta-title {
  max-width: 100%;
  font-family: Inter;
  font-size: 60px;
  font-weight: 300;
  line-height: 72px;
  letter-spacing: -0.02em;
  text-align: left;
}

.wrapper {
  position: relative;
  margin: -62px;
}

.wrapper img {
  display: block; /* Ensures the image is treated as a block-level element */
  margin: 0;      /* Removes default margin */
  padding: 0;     /* Removes default padding */
}

/* Button Wrapper */
.ctabutton {
  display: flex;
  gap: 15px;
  /* justify-content: center; */
  align-items: left;
}

.tbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 25px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  background-color: #0094bc;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.tbutton:hover {
  background-color: #0056b3;
  transform: scale(1.05);
  color: #ffffff;
}

.tbutton .arrow {
  margin-left: 8px;
  font-size: 18px;
}

/* Individual Button Styles */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #0094bc;
  background-color: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.button .arrow {
  margin-left: 8px;
  font-size: 18px;
}

/* Hover effect */
.button:hover {
  background-color: #0056b3;
  transform: scale(1.05);
}

/* Mobile Responsiveness */

/* For screens <= 1199px (large devices) */
@media (max-width: 1199px) {
  .cta-wrap.style1 {
    align-items: center;
    justify-content: space-between;
  }
}

/* For screens <= 991px (medium devices) */
@media (max-width: 991px) {
  .cta-wrap.style1 {
    padding: 55px 35px 40px;
  }

  /* Adjust CTA Title Font Size */
  .cta-wrap.style1 .cta-title {
    font-size: 45px;
    line-height: 55px;
  }

  /* Adjust Button Layout */
  .ctabutton {
    flex-direction: column;
    align-items: center;
  }
}

/* For screens <= 767px (small devices) */
@media (max-width: 767px) {
  .cta-wrap.style1 {
    padding: 40px 35px 40px;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
  }

  .cta-wrap.style1 .cta-thumb {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 20px auto;
  }

  .cta-wrap.style1 .cta-title {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }

  .wrapper img {
    width: 100%; /* Ensures the image takes up full width on mobile */
    height: auto;
    margin: 25px;
  }

  /* Buttons Layout for Small Devices */
  .ctabutton {
    flex-direction: column;
    gap: 20px;
  }

  .button,
  .tbutton {
    padding: 10px 20px; /* Adjusts the button size */
    font-size: 14px;
  }
}

/*------------------- 4.18. Service  -------------------*/
/*----------------------------------------------
    # Service style here
----------------------------------------------*/
.service-area {
  position: relative;
  margin-top: -120px;
  z-index: 9;
  background-color: #0094bc;
  /* Small devices */
}
@media (max-width: 767px) {
  .service-area {
    margin-top: 0;
    padding-top: 80px;
  }
}

.service-wrap.style3 {
  position: relative;
}
.service-wrap.style3 .shape3_1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.service-wrap.style3 .title-wrap .arrow-btn .style2 {
  width: 52px;
  height: 52px;
  line-height: 35px;
  text-align: center;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  background: transparent;
  color: var(--theme-color);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.service-wrap.style3 .title-wrap .arrow-btn .style2:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  color: var(--white-color);
  border: 1px solid var(--theme-color);
}
.service-wrap.style3 .title-wrap .arrow-btn .style2.slider-next {
  margin-left: 5px;
}

.service-card-wrapper.style1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  place-content: center;
  place-items: center;
  gap: 30px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .service-card-wrapper.style1 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1299px) {
  .service-card-wrapper.style1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .service-card-wrapper.style1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-card-wrapper.style1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-card-wrapper.style2 {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  place-content: center;
  place-items: center;
  gap: 30px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .service-card-wrapper.style2 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1299px) {
  .service-card-wrapper.style2 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .service-card-wrapper.style2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-card-wrapper.style2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.service-card-wrapper.style4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
  place-items: center;
  gap: 30px;
  /* Extra large devices */
  /* Medium Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1500px) {
  .service-card-wrapper.style4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1299px) {
  .service-card-wrapper.style4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .service-card-wrapper.style4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-card-wrapper.style4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-card {
  position: relative;
}
.service-card.style1 {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 36px 36px;
  max-width: 280px;
  max-height: 285px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 1s ease-in-out;
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -ms-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
}
.service-card.style1 .card_icon {
  padding: 37px 15px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-card.style1 .card_icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.service-card.style1 .card_icon:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 80px;
  height: 80.638px;
  background-color: var(--theme-color);
  opacity: 0.1;
  clip-path: polygon(43px 80.5px, 43px 80.5px, 39.53360194px 80.6138793px, 35.93715952px 80.1950024px, 32.27225038px 79.3019371px, 28.60045216px 77.9932512px, 24.9833425px 76.3275125px, 21.48249904px 74.3632888px, 18.15949942px 72.1591479px, 15.07592128px 69.7736576px, 12.29334226px 67.2653857px, 9.87334px 64.6929px, 9.87334px 64.6929px, 7.9367128753px 62.2494616px, 6.2104916824px 59.6854208px, 4.6949916931px 57.0120192px, 3.3905281792px 54.2404984px, 2.2974164125px 51.3821px, 1.4159716648px 48.4480656px, 0.7465092079px 45.4496368px, 0.2893443136px 42.3980552px, 0.0447922537px 39.3045624px, 0.0131683px 36.1804px, 0.0131683px 36.1804px, 0.1857139617px 33.13325371px, 0.5595666176px 30.11371768px, 1.1381176039px 27.13886617px, 1.9247582568px 24.22577344px, 2.9228799125px 21.39151375px, 4.1358739072px 18.65316136px, 5.5671315771px 16.02779053px, 7.2200442584px 13.53247552px, 9.0980032873px 11.18429059px, 11.2044px 9.00031px, 11.2044px 9.00031px, 13.4497356px 7.0972821754px, 15.8464968px 5.4603242994px, 18.3770652px 4.0732687683px, 21.0238224px 2.9199479789px, 23.76915px 1.9841943275px, 26.5954296px 1.2498402107px, 29.4850428px 0.7007180251px, 32.4203712px 0.320660167px, 35.3837964px 0.0934990332px, 38.3577px 0.00306702px, 38.3577px 0.00306702px, 41.363953px 0.0404444904px, 44.35772px 0.2181352006px, 47.323653px 0.5511659215px, 50.246404px 1.0545634235px, 53.110625px 1.7433544775px, 55.900968px 2.6325658541px, 58.602085px 3.7372243239px, 61.198628px 5.0723566578px, 63.675249px 6.6529896262px, 66.0166px 8.49415px, 66.0166px 8.49415px, 68.3999054px 10.69325995px, 70.6702992px 13.0542976px, 72.7870678px 15.56399965px, 74.7094976px 18.2091028px, 76.396875px 20.97634375px, 77.8084864px 23.8524592px, 78.9036182px 26.82418585px, 79.6415568px 29.8782604px, 79.9815886px 33.00141955px, 79.883px 36.1804px, 79.883px 36.1804px, 79.5103764px 39.0453677px, 79.0147072px 41.5826016px, 78.3824948px 43.8539179px, 77.6002416px 45.9211328px, 76.65445px 47.8460625px, 75.5316224px 49.6905232px, 74.2182612px 51.5163311px, 72.7008688px 53.3853024px, 70.9659476px 55.3592533px, 69px 57.5px, 69px 57.5px, 66.7549105px 60.0575467px, 64.478px 62.8473696px, 62.1516255px 65.7609029px, 59.758144px 68.6895808px, 57.2799125px 71.5248375px, 54.699288px 74.1581072px, 51.9986275px 76.4808241px, 49.160288px 78.3844224px, 46.1666265px 79.7603363px, 43px 80.5px);
}
.service-card.style1 .card_content {
  z-index: 3;
}
.service-card.style1 .card_content h3 {
  text-align: center;
  margin-bottom: 10px;
}
.service-card.style1 .card_content h3 a {
  color: var(--title-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.service-card.style1 .card_content h3 a:hover {
  color: var(--theme-color2);
}
.service-card.style1 .card_content .text {
  color: var(--body-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 27px;
}
.service-card.style1 .link-btn {
  position: absolute;
  bottom: -5%;
  left: 42%;
  text-align: center;
  z-index: 3;
}
.service-card.style1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 284px;
  max-height: 0;
  overflow: hidden;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -webkit-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -moz-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -ms-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
  -o-transition: max-height 0.8s ease, opacity 1s ease, visibility 1s ease;
}
.service-card.style1:hover .bg {
  max-height: 100vh;
  opacity: 1;
  visibility: visible;
}
.service-card.style1:hover .card_content h3 a {
  color: var(--white-color);
}
.service-card.style1:hover .card_content h3 a:hover {
  color: var(--theme-color2);
}
.service-card.style1:hover .card_content .text {
  color: var(--white-color);
}
.service-card.style1:hover .link-btn > a {
  background: var(--white-color);
  color: var(--theme-color);
}
.service-card.style1:hover .card_icon {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.service-card.style1:hover .card_icon:before {
  background-color: var(--white-color);
  opacity: 1;
}
.service-card.style2 {
  overflow: hidden;
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  max-width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  z-index: 5;
}
.service-card.style2 .service-thumb {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

/* Responsive Styles for Mobile */
@media (max-width: 767px) {
  .service-area {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 20px; /* Add padding for spacing */
  }
  
  .service-card-wrapper.style2 {
    flex-direction: column; /* Stack the cards vertically */
    gap: 20px; /* Adjust gap for better spacing */
    align-items: center; /* Center-align the cards */
  }
  
  .service-card {
    max-width: 90%; /* Make cards take full width on smaller screens */
    margin: 0 auto; /* Center-align the cards */
    box-shadow: none; /* Optional: Remove shadow to simplify design */
    padding: 20px; /* Adjust padding */
  }
  
  .service-card .service-thumb img {
    width: 70%; /* Scale down the image */
    margin: 0 auto; /* Center-align images */
  }
  
  .service-card .service-content {
    text-align: center; /* Center-align content */
  }
  
  .service-card .service-content h3 {
    font-size: 18px; /* Adjust font size */
    line-height: 1.4; /* Improve readability */
  }
  
  .service-card .service-content p {
    font-size: 14px; /* Scale down font size for text */
    line-height: 1.6; /* Adjust line height */
    margin-bottom: 10px; /* Add spacing */
  }
  
  .service-card .link {
    font-size: 14px; /* Scale link font size */
  }
  
  .Feathered h5.subtitle {
    font-size: 16px; /* Adjust subtitle font size */
  }
  
  .Feathered h2.title {
    font-size: 22px; /* Scale down title font size */
    margin-bottom: 30px; /* Adjust spacing */
  }
}







.service-card.style2 .service-thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.service-card.style2 .service-content {
  padding: 45px 5px 30px 30px;
  background-color: var(--white-color);
  border-radius: 0px 0px 10px 10px;
  -webkit-border-radius: 0px 0px 10px 10px;
  -moz-border-radius: 0px 0px 10px 10px;
  -ms-border-radius: 0px 0px 10px 10px;
  -o-border-radius: 0px 0px 10px 10px;
}
.service-card.style2 .service-content_title {
  margin-bottom: 5px;
}
.service-card.style2 .service-content_title a {
  background: var(--title-color);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
  -webkit-transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
  -moz-transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
  -ms-transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
  -o-transition: 1s, -webkit-background-clip 1s, -webkit-text-fill-color 1s;
}
.service-card.style2 .service-content_title a:hover {
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.service-card.style2 .service-content_text {
  color: var(--body-color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 14px;
}
.service-card.style2 .service-content .link {
  color: var(--body-color);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}
.service-card.style2 .service-content .link i {
  margin-left: 10px;
}
.service-card.style2 .service-content .link:hover {
  color: var(--theme-color2);
}
.service-card.style2 .service-icon {
  position: absolute;
  top: 125px;
  left: 30px;
  padding: 15px;
  border-radius: 8px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.service-card.style2 .service-icon_two {
  position: absolute;
  bottom: 8px;
  right: 8px;
  transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
}
.service-card.style2:hover .service-thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.service-card.style2:hover .service-icon {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}
.service-card.style2:hover .service-icon_two {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.service-card.style3 {
  position: relative;
  display: grid;
  align-items: center;
  justify-content: start;
  padding: 36px 36px;
  max-width: 270px;
  max-height: 303px;
  margin: 0 auto;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(56, 75, 255, 0.08);
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.service-card.style3 .card_icon {
  padding: 37px 15px;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  z-index: 3;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.service-card.style3 .card_icon img {
  position: absolute;
  top: 20px;
  left: 30px;
}
.service-card.style3 .card_icon:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 10px;
  width: 80px;
  height: 80.638px;
  background-color: var(--theme-color);
  opacity: 0.1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.service-card.style3 .card_content {
  z-index: 3;
}
.service-card.style3 .card_content h3 {
  text-align: start;
  margin-bottom: 10px;
}
.service-card.style3 .card_content h3 a {
  color: var(--title-color);
  text-align: start;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.service-card.style3 .card_content h3 a:hover {
  color: var(--theme-color2);
}
.service-card.style3 .card_content .text {
  color: var(--body-color);
  text-align: start;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 17px;
}
.service-card.style3 .link-wrap a {
  color: var(--theme-color);
  font-family: var(--title-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-decoration-line: underline;
  text-transform: uppercase;
}
.service-card.style3 .link-wrap a:hover {
  color: var(--theme-color2);
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.service-card.style3:hover {
  background-color: var(--theme-color);
  border-radius: 16px;
  background: linear-gradient(180deg, #3D4AFF 0%, #9931F6 100%);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.service-card.style3:hover .card_content h3 a {
  color: var(--white-color);
}
.service-card.style3:hover .card_content h3 a:hover {
  color: var(--theme-color2);
}
.service-card.style3:hover .card_content .text {
  color: var(--white-color);
}
.service-card.style3:hover .card_icon {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.service-card.style3:hover .card_icon:before {
  background-color: var(--white-color);
  opacity: 1;
}
.service-card.style3:hover .link-wrap a {
  color: var(--white-color);
}
.service-card.style4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 30px;
  background-color: var(--white-color);
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.service-card.style4 .service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.service-card.style4 .service-icon img {
  max-width: 100%;
  height: auto;
}
.service-card.style4 .service-title a {
  color: var(--title-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.service-card.style4 .text {
  color: var(--body-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.service-card.style4 .btn-wrapper a {
  color: var(--title-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.service-card.style4 .btn-wrapper a i {
  margin-left: 5px;
}
.service-card.style4:hover {
  border-radius: 10px;
  background: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.service-card.style4:hover .btn-wrapper a {
  color: var(--theme-color2);
}
.service-card.style4:hover .btn-wrapper a i {
  color: var(--theme-color2);
}

/*----------------------------------------------
    # Service Extra style here
----------------------------------------------*/
.main-sidebar .single-sidebar-image {
  height: 400px;
  max-width: 500px;
  position: relative;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.main-sidebar .single-sidebar-image:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #3C72FC 0%, rgba(0, 6, 12, 0) 100%);
  opacity: 0.9;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.main-sidebar .single-sidebar-image .contact-text {
  position: relative;
  text-align: center;
  padding: 130px 30px;
  margin: 0 auto;
}
.main-sidebar .single-sidebar-image .contact-text .icon {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--white-color);
  text-align: center;
  color: var(--theme-color);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.main-sidebar .single-sidebar-image .contact-text .icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--white-color);
  content: "";
  transform: translate(-50%, -50%);
}
.main-sidebar .single-sidebar-image .contact-text h4 {
  color: var(--white-color);
  margin-top: 30px;
}
.main-sidebar .single-sidebar-image .contact-text h5 {
  margin-top: 15px;
}
.main-sidebar .single-sidebar-image .contact-text h5 a {
  color: var(--white-color);
}

.main-sidebar .single-sidebar-widget .opening-category ul {
  padding-left: 0;
}
.main-sidebar .single-sidebar-widget .opening-category ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background-color: var(--white-color);
  font-weight: 500;
  color: var(--title-color);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.main-sidebar .single-sidebar-widget .opening-category ul li:not(:last-child) {
  margin-bottom: 12px;
}
.main-sidebar .single-sidebar-widget .opening-category ul li i {
  color: var(--theme-color);
}

.service-details-wrapper .service-details-items .details-content h3 {
  margin-top: 30px;
}
.service-details-wrapper .service-details-items .details-content .details-video-items {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb {
  position: relative;
}
.service-details-wrapper .service-details-items .details-content .details-video-items .video-thumb .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.service-details-wrapper .service-details-items .details-content .details-video-items .content .list {
  margin-top: 20px;
  margin-bottom: 0;
}
.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-transform: capitalize;
}
.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li:not(:last-child) {
  margin-bottom: 10px;
}
.service-details-wrapper .service-details-items .details-content .details-video-items .content .list li i {
  margin-right: 10px;
  color: var(--theme-color);
}

.all-services-area .service-card.style3 {
  margin-bottom: 30px;
}

/*------------------- 4.19. Pricing  -------------------*/
/*----------------------------------------------
    # Pricing style here
----------------------------------------------*/
.pricing-wrap.style1 {
  position: relative;
  z-index: 2;
}
.pricing-wrap.style1 .shape1_1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.pricing-wrap.style3 {
  position: relative;
}
.pricing-wrap.style3 .shape3_1 {
  position: absolute;
  bottom: 222px;
  left: 0;
  z-index: 1;
}
.pricing-wrap.style3 .shape3_2 {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
}

.pricing-card-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  gap: 30px;
  z-index: 5;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .pricing-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .pricing-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pricing-card.style1 {
  position: relative;
  text-align: center;
  max-width: 370px;
  border-radius: 16px;
  border: 1px solid var(--border-color);
  background: var(--white-color);
  z-index: 2;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.pricing-card.style1 .pricing-card-header {
  padding: 30px 80px;
  text-align: center;
  border-radius: 16px 16px 50px 50px;
  -webkit-border-radius: 16px 16px 50px 50px;
  -moz-border-radius: 16px 16px 50px 50px;
  -ms-border-radius: 16px 16px 50px 50px;
  -o-border-radius: 16px 16px 50px 50px;
}
.pricing-card.style1 .pricing-card-header_badge {
  padding: 18px 50px;
  display: inline-block;
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 25px;
  border-radius: 8px;
  background: var(--white-color);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.pricing-card.style1 .pricing-card-header_price {
  color: var(--white-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.pricing-card.style1 .pricing-card-header_text {
  color: var(--white-color);
  text-align: center;
  font-family: var(--title-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.pricing-card.style1 .shape1_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
.pricing-card.style3 {
  position: relative;
  text-align: center;
  max-width: 370px;
  max-height: 800px;
  border-radius: 16px;
  background: var(--white-color);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.pricing-card.style3 .pricing-card-header {
  padding: 40px 0px 0px 40px;
  text-align: center;
  border-radius: 16px 16px 50px 50px;
  -webkit-border-radius: 16px 16px 50px 50px;
  -moz-border-radius: 16px 16px 50px 50px;
  -ms-border-radius: 16px 16px 50px 50px;
  -o-border-radius: 16px 16px 50px 50px;
}
.pricing-card.style3 .pricing-card-header_badge {
  position: absolute;
  top: 39px;
  right: 0;
}
.pricing-card.style3 .pricing-card-header_badge span {
  display: inline-block;
  padding: 16px 16px 16px 60px;
  color: var(--white-color);
  text-align: right;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 330px) {
  .pricing-card.style3 .pricing-card-header_badge span {
    padding: 16px 16px 16px 6px;
  }
}
.pricing-card.style3 .pricing-card-header_price {
  color: var(--title-color);
  text-align: start;
  font-family: var(--title-font);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.pricing-card.style3 .pricing-card-header_text {
  color: var(--body-color);
  text-align: start;
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.pricing-card.style3 .text {
  margin: 40px;
  padding-bottom: 30px;
  border-bottom: 2px solid var(--border-color);
}
.pricing-card.style3:before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  z-index: -1;
  border-radius: 15px;
}
.pricing-card .btn-wrapper {
  text-align: start;
  margin-left: 40px;
  margin-bottom: 36px;
}

/*------------------- 4.20. Why choose Us  -------------------*/
/*----------------------------------------------
    # why choose us style here
----------------------------------------------*/
/* Global Styles */


/* General Reset */

.case-study-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}

/* Tab Navigation */
.tab-navigation {
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  padding: 15px 0;
  border-bottom: 2px solid #ddd;
}

.tab-btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 20px;
  cursor: pointer;
  color: #333;
  transition: 0.3s;
}

.tab-btn.active,
.tab-btn:hover {
  color: #fff;
  background: #0094b8;
  border-radius: 4px;
}

/* Tab Content */
.tab-content {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 10px;
}

.content {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

.content.active {
  display: block;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.item {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
}

.item img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 4px;
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .tab-navigation {
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
  }

  .tab-btn {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 12px 0;
  }

  .tab-content {
    padding: 15px;
  }

  .grid {
    grid-template-columns: 1fr; /* Single column on mobile */
    gap: 15px;
  }

  .item {
    padding: 10px;
  }

  .item img {
    margin-top: 0;
  }
}


/*------------------- 4.21. Work Process  -------------------*/
/*----------------------------------------------
    # Work Process style here
----------------------------------------------*/
.work-process-wrap.style1 {
  position: relative;
  background-color: var(--white-color);
  z-index: 5;
}
.work-process-wrap.style1 .shape1_1 {
  position: absolute;
  top: -100px;
  left: 0;
  z-index: 1;
}
.work-process-wrap.style1 .shape1_2 {
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 1;
}

.process-card-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  background-color: var(--white-color);
  z-index: 5;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .process-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-card-wrap .process-card.style1 {
    margin-bottom: 57px;
  }
  .process-card-wrap .process-card.style1:nth-child(3), .process-card-wrap .process-card.style1:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .process-card-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .process-card-wrap .process-card.style1 {
    margin-bottom: 57px;
  }
  .process-card-wrap .process-card.style1:nth-child(3) {
    margin-bottom: 57px;
  }
}

.process-card.style1 {
  position: relative;
  padding: 82px 30px 32px;
  border-bottom: 8px solid var(--white-color);
  border-radius: 0px 0px 1200px 1200px;
  background-color: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  -webkit-border-radius: 0px 0px 1200px 1200px;
  -moz-border-radius: 0px 0px 1200px 1200px;
  -ms-border-radius: 0px 0px 1200px 1200px;
  -o-border-radius: 0px 0px 1200px 1200px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.process-card.style1 .content .title {
  color: var(--title-color);
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}
.process-card.style1 .content .text {
  color: var(--body-color);
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 37px;
}
.process-card.style1 .content .number {
  text-align: center;
  -webkit-text-stroke-width: 1;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  font-family: var(--title-font);
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px var(--body-color);
  opacity: 0.5;
}
.process-card.style1 .icon-container {
  position: absolute;
  top: -35%;
  left: 50%;
  width: 114px;
  height: 114px;
  line-height: 114px;
  background-color: var(--white-color);
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, 35%);
  -webkit-transform: translate(-50%, 35%);
  -moz-transform: translate(-50%, 35%);
  -ms-transform: translate(-50%, 35%);
  -o-transform: translate(-50%, 35%);
}
.process-card.style1 .icon-container .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translate(-50%, 50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
}
.process-card.style1:hover {
  padding: 82px 30px 32px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom: 8px solid var(--theme-color);
}

/*------------------- 4.22. Project  -------------------*/
/*----------------------------------------------
    # Project style here
----------------------------------------------*/
.project-card.style1 {
  position: relative;
  overflow: hidden;
  max-width: 465px;
  margin: 0 auto;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  /* Extra small devices */
  /* Extra small devices */
}
.project-card.style1 .project-img {
  position: relative;
  z-index: 1;
}
.project-card.style1 .project-img img {
  width: 465px;
  height: 450px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.project-card.style1 .project-img .img-shine {
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.project-card.style1 .fancy-box.style2 {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 3;
}
.project-card.style1 .fancy-box.style2:hover .img-shine {
  opacity: 1;
}
.project-card.style1:hover .img-shine {
  opacity: 1;
}
.project-card.style1:hover .project-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media (max-width: 575px) {
  .project-card.style1 {
    max-width: 400px;
  }
  .project-card.style1 .fancy-box.style2 {
    position: absolute;
    bottom: 14px;
    left: 14px;
    z-index: 3;
  }
}
@media (max-width: 375px) {
  .project-card.style1 {
    max-width: 320px;
  }
  .project-card.style1 .fancy-box.style2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 3;
  }
}

.project-details-wrapper .project-details-items .details-content h3 {
  font-size: 30px;
  margin-bottom: 15px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .project-details-wrapper .project-details-items .details-content h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .project-details-wrapper .project-details-items .details-content h3 {
    font-size: 24px;
  }
}
.project-details-wrapper .project-details-items .project-catagory {
  padding: 40px 30px;
  background-color: var(--white-color);
  border-top: 4px solid var(--theme-color);
  margin-top: -150px;
  margin-right: 30px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .project-details-wrapper .project-details-items .project-catagory {
    margin-top: 0;
  }
}
.project-details-wrapper .project-details-items .project-catagory h3 {
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 30px;
}
.project-details-wrapper .project-details-items .project-catagory ul {
  padding-left: 0;
  margin-bottom: 0;
}
.project-details-wrapper .project-details-items .project-catagory ul li {
  font-weight: 600;
  color: var(--title-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-color);
  padding: 16px 0;
}
.project-details-wrapper .project-details-items .project-catagory ul li span {
  font-weight: 500;
}
.project-details-wrapper .project-details-items .project-catagory ul li span i {
  color: var(--body-color);
  transition: all 0.3s ease 0s;
}
.project-details-wrapper .project-details-items .project-catagory ul li span i:hover {
  color: var(--theme-color);
}
.project-details-wrapper .project-details-items .list {
  padding-left: 0;
  margin-bottom: 0;
}
.project-details-wrapper .project-details-items .list li {
  font-weight: 500;
  color: var(--title-color);
}
.project-details-wrapper .project-details-items .list li:not(:last-child) {
  margin-bottom: 10px;
}
.project-details-wrapper .project-details-items .list li i {
  margin-right: 5px;
  color: var(--theme-color);
}
.project-details-wrapper .preview-area {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  padding: 30px 0;
  /* Extra small devices */
}
.project-details-wrapper .preview-area .preview-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.project-details-wrapper .preview-area .preview-item .content h3,
.project-details-wrapper .preview-area .preview-item .content p {
  margin-bottom: 0;
}
.project-details-wrapper .preview-area .preview-item .content.text-right {
  text-align: right;
}
@media (max-width: 375px) {
  .project-details-wrapper .preview-area {
    flex-direction: column;
    gap: 30px;
  }
}

/*------------------- 4.23. Download App -------------------*/
/*----------------------------------------------
    # Download App style here
----------------------------------------------*/
.dowload-wrap {
  position: relative;
}
.dowload-wrap .shape1_1 {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 1;
}
.dowload-wrap .shape1_2 {
  position: absolute;
  bottom: 58px;
  right: 0;
  z-index: 1;
}
.dowload-wrap .shape1_3 {
  position: absolute;
  top: 0;
  right: 22%;
  z-index: -1;
}
.dowload-wrap .download-container-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 96px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .dowload-wrap .download-container-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .dowload-wrap .download-container-wrap .download-content {
    order: 2;
  }
}
.dowload-wrap .download-thumb-wrap {
  position: relative;
  z-index: 6;
}
.dowload-wrap .download-thumb-wrap .shape1_4 {
  position: absolute;
  top: 28px;
  left: 115px;
  z-index: 1;
}
.dowload-wrap .download-thumb-wrap .shape1_5 {
  position: absolute;
  bottom: -20px;
  right: 10px;
  z-index: 1;
}
.dowload-wrap .download-thumb-wrap .thumb1 {
  position: relative;
  z-index: 5;
}
.dowload-wrap .download-content {
  position: relative;
  z-index: 3;
}
.dowload-wrap .download-content .title-area .text {
  position: relative;
  margin-bottom: 30px;
  background-color: #ECEDFE;
  z-index: 3;
}
.dowload-wrap .download-content .fancy-box-wrapper {
  gap: 30px;
}

/*------------------- 4.24. Offering  -------------------*/
/*----------------------------------------------
    # Offering style here
----------------------------------------------*/
.offering-area {
  position: relative;
  z-index: 1;
}

.offering-wrap {
  position: relative;
}
.offering-wrap.style1 {
  padding: 120px 0 415px 0;
}

.offer-box-wrap {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  place-items: center;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
  /* Extra small devices */
}
@media (max-width: 1199px) {
  .offer-box-wrap {
    grid-template-columns: repeat(5, 1fr);
  }
  .offer-box-wrap .offer-box {
    margin-bottom: 50px;
  }
  .offer-box-wrap .offer-box:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .offer-box-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .offer-box-wrap .offer-box:nth-child(4), .offer-box-wrap .offer-box:nth-child(5) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .offer-box-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .offer-box-wrap .offer-box:nth-child(4) {
    margin-bottom: 50px;
  }
}
@media (max-width: 375px) {
  .offer-box-wrap {
    grid-template-columns: repeat(1, 1fr);
  }
  .offer-box-wrap .offer-box {
    margin-bottom: 50px;
  }
  .offer-box-wrap .offer-box:nth-child(5) {
    margin-bottom: 50px;
  }
  .offer-box-wrap .offer-box:last-child {
    margin-bottom: 0px;
  }
}

.offer-box {
  position: relative;
}
.offer-box .content {
  width: 170px;
  height: 102px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #525252;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.offer-box .content .title {
  margin-top: 39px;
}
.offer-box .content .title a {
  color: var(--white-color);
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.36px;
}
.offer-box .content .title a:hover {
  color: var(--theme-color2);
}
.offer-box .icon {
  position: absolute;
  top: -35px;
  left: 50px;
  display: inline-block;
  padding: 18px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/*------------------- 4.25. Video  -------------------*/
/*----------------------------------------------
    # Video style here
----------------------------------------------*/
.video-box-area {
  position: relative;
  z-index: 3;
  padding: 355px 0 0;
}
.video-box-area .section-bg {
  z-index: 4;
}
.video-box-area .video-box {
  position: relative;
  z-index: 5;
  padding: 300px 0 270px;
  margin-top: -355px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.video-box-area .video-box .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 6;
}

/*------------------- 4.26. Screenshots  -------------------*/
/*----------------------------------------------
    # Screenshots style here
----------------------------------------------*/
.app-screenshot-area {
  position: relative;
}
.app-screenshot-area .screenshots-slider1 {
  padding: 0 0 50px;
}
.app-screenshot-area .screenshots-slider1 .screenshot-thumb-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.app-screenshot-area .screenshots-slider1 .screenshot-thumb-wrap img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.app-screenshot-area .screenshots-slider1 .slider-pagination {
  position: absolute !important;
  z-index: 10;
  bottom: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.app-screenshot-area .screenshots-slider1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.76);
  transition: background-color 0.3s;
  margin: 0 5px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
}
.app-screenshot-area .screenshots-slider1 .swiper-pagination-bullet-active {
  background-color: var(--white-color);
}

/*------------------- 4.27. Skill  -------------------*/
/*----------------------------------------------
    # Skill style here
----------------------------------------------*/
.skill-wrap.style1 {
  position: relative;
}
.skill-wrap.style1 .shape1_1 {
  position: absolute;
  bottom: 312px;
  left: 0;
}
.skill-wrap.style1 .shape1_2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.skill-wrapper.style1 {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  /* Medium Large devices */
  /* Small devices */
}
.skill-wrapper.style1 .skill-thumb {
  position: relative;
}
.skill-wrapper.style1 .skill-thumb .shape1_3 {
  position: absolute;
  top: 28px;
  left: 62px;
  z-index: 1;
}
.skill-wrapper.style1 .skill-thumb .shape1_4 {
  position: absolute;
  bottom: -80px;
  right: 15px;
  z-index: 1;
}
.skill-wrapper.style1 .skill-thumb .thumb1 {
  position: relative;
  margin-left: 166px;
  max-width: 386px;
  height: 415px;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  z-index: 3;
}
.skill-wrapper.style1 .skill-thumb .thumb1 .thumb2 {
  position: absolute;
  border-radius: 8px;
  border: 7px solid var(--border-color);
  box-shadow: 0px 4px 25px 0px rgba(98, 34, 204, 0.08);
  bottom: -70px;
  left: -38%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  z-index: 3;
}
.skill-wrapper.style1 .skill-content .fancy-box-wrapper {
  display: flex;
  align-items: center;
  gap: 49px;
  margin-bottom: 25px;
}
.skill-wrapper.style1 .skill-content .progress-wrap .progress-container {
  height: 12px;
}
.skill-wrapper.style1 .skill-content .progress-wrap .progress-container .progress-bar {
  height: 12px;
}
@media (max-width: 1299px) {
  .skill-wrapper.style1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 767px) {
  .skill-wrapper.style1 .skill-content .fancy-box-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 5px;
  }
}

/*------------------- 4.28. Contact  -------------------*/
/*----------------------------------------------
    # Contact style here
----------------------------------------------*/
.contact-wrap.style1 {
  position: relative;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
}
.contact-wrap.style1 .shape1_1 {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-wrap.style1 .shape1_2 {
  position: absolute;
  bottom: 0;
  left: 23px;
}

.contact-form.style1 .title-box {
  margin: 0;
}
.contact-form.style1 .title-box .section-title {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  margin-bottom: 20px;
}
.contact-form.style1 form {
  padding: 40px 60px 61px 60px;
  border-radius: 16px 0px 0px 0px;
  background: var(--white-color);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 16px 0px 0px 0px;
  -moz-border-radius: 16px 0px 0px 0px;
  -ms-border-radius: 16px 0px 0px 0px;
  -o-border-radius: 16px 0px 0px 0px;
  /* Small devices */
}
@media (max-width: 767px) {
  .contact-form.style1 form {
    padding: 40px 30px 61px 30px;
  }
}
.contact-form.style1 .form-clt .contact__from-input label,
.contact-form.style1 .form-clt .contact__from-input span {
  color: var(--title-color);
  font-family: var(--title-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-transform: capitalize;
}
.contact-form.style1 .form-clt .contact__from-input input {
  display: flex;
  height: 56px;
  padding: 25px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  background: #F5F5F5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.contact-form.style1 .form-clt .contact__select {
  position: relative;
}
.contact-form.style1 .form-clt .contact__select select {
  display: flex;
  height: 56px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  background: #F5F5F5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 0 20px;
  line-height: 60px;
  width: 100%;
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  color: rgb(120, 120, 120);
  z-index: 2;
}
.contact-form.style1 .form-clt .contact__select:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--theme-color);
  right: 15px;
  cursor: pointer;
  z-index: 6;
}
.contact-form.style1 .form-clt textarea {
  display: flex;
  height: 100px;
  padding: 25px 20px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  border-radius: 8px;
  background: #F5F5F5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-top: 5px;
}
.contact-form.style1 button {
  margin-top: 25px;
}

.contact-map {
  margin-right: -370px;
  /* Medium devices */
}
@media (max-width: 991px) {
  .contact-map {
    margin-right: 0;
    margin-top: 30px;
    margin-bottom: 80px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 727px;
  margin-bottom: -8px;
}

.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
  padding: 40px 40px 10px;
  background: linear-gradient(90deg, #384BFF 0%, #B42AF3 123.82%);
  border-radius: 16px 16px 0px 0px;
  -webkit-border-radius: 16px 16px 0px 0px;
  -moz-border-radius: 16px 16px 0px 0px;
  -ms-border-radius: 16px 16px 0px 0px;
  -o-border-radius: 16px 16px 0px 0px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /* Medium Large devices */
}
@media (max-width: 1299px) {
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    flex-wrap: wrap;
  }
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/shape/circle.png");
  animation: rotate360 10s linear infinite;
  -webkit-animation: rotate360 10s linear infinite;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
  color: var(--white-color);
  margin-bottom: 5px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
  font-size: 24px;
  color: var(--white-color);
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
  color: var(--white-color);
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items.border-none {
  border: none !important;
}
.contact-wrapper-2 .contact-left-items .video-image {
  position: relative;
}
.contact-wrapper-2 .contact-left-items .video-image img {
  width: 100%;
  position: relative;
}
.contact-wrapper-2 .contact-left-items .video-image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.contact-wrapper-2 .contact-content {
  margin-left: 40px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}
.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}
.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: var(--title-color);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
  display: inline-block;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid var(--border-color);
  color: var(--body-color);
  padding: 18px 20px;
  border-radius: 5px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder,
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: var(--body-color);
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
  height: 200px;
  padding: 18px 20px;
}

.map-items .googlemap iframe {
  width: 100%;
  height: 600px;
  /* Small devices */
}
@media (max-width: 767px) {
  .map-items .googlemap iframe {
    height: 400px;
  }
}

/*=================================
    05. Spacing
==================================*/
/*-- Padding Left And Right --*/
.px-5 {
  padding-right: 5px;
  padding-left: 5px;
}

.px-10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.px-20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px-25 {
  padding-right: 25px;
  padding-left: 25px;
}

.px-30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px-35 {
  padding-right: 35px;
  padding-left: 35px;
}

.px-40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px-45 {
  padding-right: 45px;
  padding-left: 45px;
}

.px-50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px-55 {
  padding-right: 55px;
  padding-left: 55px;
}

.px-60 {
  padding-right: 60px;
  padding-left: 60px;
}

.px-65 {
  padding-right: 65px;
  padding-left: 65px;
}

.px-70 {
  padding-right: 70px;
  padding-left: 70px;
}

.px-75 {
  padding-right: 75px;
  padding-left: 75px;
}

.px-80 {
  padding-right: 80px;
  padding-left: 80px;
}

.px-85 {
  padding-right: 85px;
  padding-left: 85px;
}

.px-90 {
  padding-right: 90px;
  padding-left: 90px;
}

.px-95 {
  padding-right: 95px;
  padding-left: 95px;
}

.px-100 {
  padding-right: 100px;
  padding-left: 100px;
}

/*-- Padding Top And Bottom --*/
.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-55 {
  padding-top: 55px;
  padding-bottom: 55px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-75 {
  padding-top: 75px;
  padding-bottom: 75px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-85 {
  padding-top: 85px;
  padding-bottom: 85px;
}

.py-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-95 {
  padding-top: 95px;
  padding-bottom: 95px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

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

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

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

.pb-170 {
  padding-bottom: 170px;
  /* Small devices */
}
@media (max-width: 767px) {
  .pb-170 {
    padding-bottom: 80px;
  }
}

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

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

.pt-226 {
  padding-top: 226px;
  /* Small devices */
}
@media (max-width: 767px) {
  .pt-226 {
    padding-top: 112px;
  }
}

.pb-233 {
  padding-bottom: 233px;
  /* Small devices */
}
@media (max-width: 767px) {
  .pb-233 {
    padding-bottom: 190px;
  }
}

.pb-300 {
  padding-bottom: 300px;
  /* Small devices */
}
@media (max-width: 767px) {
  .pb-300 {
    padding-bottom: 190px;
  }
}

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

.pb-390 {
  padding-bottom: 390px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .pb-390 {
    padding-bottom: 250px;
  }
}
@media (max-width: 991px) {
  .pb-390 {
    padding-bottom: 180px;
  }
}

.pb-425 {
  padding-bottom: 200px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .pb-425 {
    padding-bottom: 250px;
  }
}
@media (max-width: 991px) {
  .pb-425 {
    padding-bottom: 230px;
  }
}

/*-- margin Left And Right --*/
.mx-5 {
  margin-right: 5px;
  margin-left: 5px;
}

.mx-10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx-15 {
  margin-right: 15px;
  margin-left: 15px;
}

.mx-20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx-25 {
  margin-right: 25px;
  margin-left: 25px;
}

.mx-30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx-35 {
  margin-right: 35px;
  margin-left: 35px;
}

.mx-40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mx-45 {
  margin-right: 45px;
  margin-left: 45px;
}

.mx-50 {
  margin-right: 50px;
  margin-left: 50px;
}

.mx-55 {
  margin-right: 55px;
  margin-left: 55px;
}

.mx-60 {
  margin-right: 60px;
  margin-left: 60px;
}

.mx-65 {
  margin-right: 65px;
  margin-left: 65px;
}

.mx-70 {
  margin-right: 70px;
  margin-left: 70px;
}

.mx-75 {
  margin-right: 75px;
  margin-left: 75px;
}

.mx-80 {
  margin-right: 80px;
  margin-left: 80px;
}

.mx-85 {
  margin-right: 85px;
  margin-left: 85px;
}

.mx-90 {
  margin-right: 90px;
  margin-left: 90px;
}

.mx-95 {
  margin-right: 95px;
  margin-left: 95px;
}

.mx-100 {
  margin-right: 100px;
  margin-left: 100px;
}

/*-- margin Top And Bottom --*/
.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my-15 {
  margin-top: 15px;
  margin-bottom: 15px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-25 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-35 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my-45 {
  margin-top: 45px;
  margin-bottom: 45px;
}

.my-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my-55 {
  margin-top: 55px;
  margin-bottom: 55px;
}

.my-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.my-65 {
  margin-top: 65px;
  margin-bottom: 65px;
}

.my-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.my-75 {
  margin-top: 75px;
  margin-bottom: 75px;
}

.my-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.my-85 {
  margin-top: 85px;
  margin-bottom: 85px;
}

.my-90 {
  margin-top: 90px;
  margin-bottom: 90px;
}

.my-95 {
  margin-top: 95px;
  margin-bottom: 95px;
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}

/*-- margin Top --*/
.mt-5 {
  margin-top: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- margin Left --*/
.ml-5 {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-- margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

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

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

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

.mt-n116 {
  margin-top: -116px;
}

.mt-n108 {
  margin-top: -108px;
}

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

.mb-n116 {
  margin-bottom: -116px;
}

.mt-n355 {
  margin-top: -355px;
}

.space,
.space-top {
  padding-top: var(--section-space);
}

.space,
.space-lg-bottom,
.space-bottom {
  padding-bottom: var(--section-space);
}

.space2,
.space2-top {
  padding-top: calc(var(--section-space) - 20px);
}

.space2,
.space2-bottom {
  padding-bottom: calc(var(--section-space) - 20px);
}

.space-extra,
.space-extra-top {
  padding-top: calc(var(--section-space) - 45px);
}

.space-extra,
.space-lg-extra-bottom,
.space-extra-bottom {
  padding-bottom: calc(var(--section-space) - 45px);
}

.space-extra2,
.space-extra2-top {
  padding-top: calc(var(--section-space) - 60px);
}

.space-extra2,
.space-extra2-bottom {
  padding-bottom: calc(var(--section-space) - 60px);
}

.custom-space-bottom {
  padding-bottom: 275px;
}

/* Medium devices */
@media (max-width: 991px) {
  .space,
  .space-top {
    padding-top: var(--section-space-mobile);
  }
  .custom-space-bottom,
  .space,
  .space-bottom {
    padding-bottom: var(--section-space-mobile);
  }
  .space-extra,
  .space-extra-top {
    padding-top: calc(var(--section-space-mobile) - 30px);
  }
  .space-extra,
  .space-extra-bottom {
    padding-bottom: calc(var(--section-space-mobile) - 30px);
  }
  .space-top-md-none {
    padding-top: 0;
  }
  .space-extra2,
  .space-extra2-top {
    padding-top: 60px;
  }
  .space-extra2,
  .space-extra2-bottom {
    padding-bottom: 60px;
  }
  .space-lg-extra-bottom,
  .space-lg-bottom {
    padding-bottom: 0;
  }
}/*# sourceMappingURL=main.css.map */
.mission-vision-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px; /* Space between Mission and Vision cards */
  padding: 10px 0;
}

.card {
  width: 500px;
  text-align: center;
  background-color: #ffffff;
  padding: 15px;
  border-left: 5px solid #0094b8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.card:hover {
  transform: scale(1.05); /* Slightly scales the card */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Deepens the shadow */
}

.card h3 {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.card p {
  font-size: 0.9rem;
  margin-bottom: 0;
}

.card_icon img {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

.bg {
  display: none;
}
.space1{
  padding-top: 50px;
}
.space13{
  padding-bottom: 50px;
}
.event1{
  font-size: 16px;
  font-weight: lighter;
}
.service11{
  color: #ffffff !important;
  text-align: center;
  font-family: "Kumbh Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  background:#ffffff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.service12{
  color: #ffffff !important;
}
.servicewdth{
max-width: 800px;
}
/* Slider Section */


/* Slider Section */
.logo-slider {
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  background-color: #ffffff;
  padding-top: 80px;
  padding-bottom: 195px;
}

/* Slider Container */
.slider-container {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Slide Track */
.slide-track {
  display: flex;
  width: calc(250px * 12); /* Adjust this based on the number of slides */
  animation: scroll 20s linear infinite;
}

/* Slide Styling */
.slide {
  width: 250px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Grayscale Effect */
.slide img {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%); /* Makes images black and white */
  transition: filter 0.3s, transform 0.3s; /* Smooth transition */
}

/* Hover Effect for Colored Image */
.slide img:hover {
  filter: grayscale(0%); /* Restores original colors */
  transform: scale(1.1); /* Slight zoom-in effect */
}

/* Scroll Animation */
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.hero-bg-text {
  position: absolute;
   top: 29%;
   left: 50%;
   transform: translate(-50%, -50%);
   font-size: 14vw; /* Large responsive text */
   font-weight: 100;
   color: transparent;
   -webkit-text-stroke: 2px rgba(129, 122, 122, 0.8); /* Rounded outline */
   text-transform: lowercase;
   font-family: 'Antipasto', sans-serif;
   z-index: 1;
   pointer-events: none; /* Prevents text selection */
   text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3); 
   letter-spacing: 15px;
 
}

.phone{
  font-size: 20px;
  color: #ffffff;
}
.search{
  font-size: 20px;
  color: #ffffff;
}
/* Horizontal Line Style */
.custom-hr {
  width: 100%;
  height: 1px; /* Thin line */
  border-top: 1px solid #D1D1D1; /* Light gray color for the line */
  margin-top: 0; /* No extra margin above the line */
  margin-bottom: 0; /* Optional, can adjust for spacing below */
  opacity: 0.5; /* Slight transparency for a subtle look */
}
.vertical-button {
  position: absolute;
  right: 0px;
  top: 36%;
  transform: rotate(180deg);
  writing-mode: vertical-lr;
  padding: 10px 20px;
  background-color: #0094b8;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.vertical-button:hover {
  background-color: #0094b8;
}
.vertical-button i.arrow-up {
  top: 10px;
  transform: rotate(180deg);
  padding: 19px 0px;
}
/* Horizontal Button */
.horizontal-button {
  position: absolute;
  right: 0px;
  top: calc(63% + 85px); /* Positioned just below the vertical button */
  transform: translateY(-50%);
  padding: 10px 20px;
  background-color: transparent; /* Transparent background */
  color: #fff;
  border: 2px solid #fff; 
  border-radius: 0px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .horizontal-button:hover {
  background-color: #c0392b;
} */

.horizontal-button i {
  margin-right: 8px;
}
@media (max-width: 575px) {
  .vertical-button{
    position: absolute;
    right: 0px;
    top: 2%;
    transform: rotate(180deg);
    writing-mode: vertical-lr;
    padding: 13px 7px;
    background-color: #0094b8;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 10px;

  }
  .horizontal-button{
    position: absolute;
    right: 0px;
    top: calc(38% + 75px);
    transform: translateY(-50%);
    padding: 7px 2px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 11px;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
  }
  .gt-hero-bg {
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
}

}


.stats-section {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background */
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
  color: white;
}

.stats-item {
  text-align: center;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.2); /* Divider between items */
}

.stats-item:last-child {
  border-right: none; /* Remove border for the last item */
}

.stats-item .number {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stats-item .description {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.products-section {
  background-color: #0094bc;
  color: white;
  padding: 50px 20px;
  text-align: center;
  position: relative;
  
 
}
.inner-box {
  background-color: #0094bc;
  color: white;
  padding: 20px;
  border-radius: 8px; /* Reduce to fit inside the outer radius */
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.19); /* Optional for a bordered feel */
}

.products-section h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}

.products-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px; /* Spacing between logos */
  position: relative;
  
}

.product-item {
  flex: 0 1 120px; /* Controls logo sizing */
}

.product-item img {
  max-width: 60%;
  height: auto;
  filter: brightness(0) invert(1); /* Light white logos */
  opacity: 0.9; /* Slight transparency for logos */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.product-item img:hover {
  transform: scale(1.1); /* Slight zoom effect */
  opacity: 1; /* Fully opaque on hover */
}
/* Desktop Styles */
/* Desktop Styles */
.section-container {
  display: flex;
  justify-content: space-between;
  background-color: none;
  padding: 50px;
}

.who-we-are {
  padding: 90px 91px;
  flex: 1;
  margin: 0px 0px;
  background-image: url(/perfect/assets/img/group-vector.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mission-vision, .values-philosophy {
  padding: 15px 20px;
  flex: 1; /* Ensures equal width for the right section */
  margin: 0 20px;
  display: flex;
  justify-content: space-between;
}

.mission, .vision, .core-values, .philosophy {
  flex: 1;
  margin: 0 10px;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  border-right: 2px solid #dcdcdc; /* Border for right-side boxes */
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease; /* Smooth transition for hover effects */
}

/* Hover effects for desktop */
.mission:hover, .vision:hover, .core-values:hover, .philosophy:hover {
  transform: translateY(-8px); /* Slight upward movement */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* Slightly larger shadow on hover */
  background-color: #f8f8f8; /* Light background color change */
}

.mission h2:hover, .vision h2:hover, .core-values h2:hover, .philosophy h2:hover {
  color: #007bff; /* Change heading color on hover */
}

.mission p:hover, .vision p:hover, .core-values p:hover, .philosophy p:hover {
  color: #333; /* Change paragraph color on hover */
}

.mission img:hover, .vision img:hover, .core-values img:hover, .philosophy img:hover {
  transform: scale(1.05); /* Slightly enlarge image on hover */
  transition: transform 0.3s ease;
}

/* Fonts for headings */
.mission h2, .vision h2, .core-values h2, .philosophy h2 {
  font-family: Inter;
  font-size: 32px;
  font-weight: 500;
  line-height: 45.78px;
  text-align: left;
  color: #203544;
}

.who-we-are p {
  font-family: Inter;
  font-size: 30px;
  font-weight: 300;
  line-height: 47.22px;
  text-align: left;
  color: #203544;
}

.mission p, .vision p, .core-values p, .philosophy p {
  font-family: Inter;
  font-size: 15px;
  font-weight: 400;
  line-height: 22.68px;
  text-align: left;
  color: #445B6B;
}

.who-we-are a {
  color: #007bff;
  text-decoration: none;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .section-container {
    flex-direction: column;
    padding: 20px;
  }

  .who-we-are {
    padding: 50px 20px;
    background-image: none;
    background-color: #f2f2f2;
    text-align: center;
  }

  .who-we-are h2 {
    font-size: 18px;
    color: #0094bc;
  }

  .who-we-are p {
    font-size: 18px;
    line-height: 28px;
    color: #203544;
    text-align: center;
  }

  .mission-vision, .values-philosophy {
    flex-direction: column;
    justify-content: center;
  }

  .mission, .vision, .core-values, .philosophy {
    margin: 15px 0;
    padding: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: none; /* Remove border in mobile */
  }

  .mission h2, .vision h2, .core-values h2, .philosophy h2 {
    font-size: 24px;
    line-height: 35px;
    color: #203544;
  }

  .mission p, .vision p, .core-values p, .philosophy p {
    font-size: 14px;
    color: #445B6B;
  }

  /* Remove hover effects on mobile */
  .mission:hover, .vision:hover, .core-values:hover, .philosophy:hover {
    transform: none;
    box-shadow: none;
    background-color: transparent;
  }

  .mission img:hover, .vision img:hover, .core-values img:hover, .philosophy img:hover {
    transform: none;
  }
}


/* General Styles (Desktop) */
.services-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px;
}

.service-item {
  flex: 1;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}

.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.image-container img {
  width: auto;
  height: 100%;
  display: block;
  margin-top: 25px;
  border-radius: 10px;
  transition: transform 0.6s ease;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 40px 40px;
  font-size: 16px;
  opacity: 0;
  transition: opacity 0.6s ease;
}

.image-container:hover .overlay-text {
  opacity: 1;
}

.image-container:hover img {
  transform: scale(1.1);
}

.overlay-text h2 {
  font-size: 25px;
  font-weight: bold;
  color: #ffffff;
}

.overlay-text p {
  font-size: 12px;
  color: #ffffff;
}
.what-we-do {
  margin-top: 230px;
}
/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .services-section {
    flex-direction: column;
    align-items: center; /* Center the items for smaller screens */
    margin: 10px;
  }

  .service-item {
    width: 100%; /* Full-width items for mobile */
    margin-bottom: 15px;
    padding: 10px; /* Reduce padding for smaller screens */
  }

  .image-container {
    border-radius: 5px; /* Slightly smaller border radius for mobile */
  }
 

  .image-container img {
    width: 100%; /* Make images responsive */
    height: auto; /* Maintain aspect ratio */
    margin-top: 10px;
  }

  .overlay-text {
    padding: 10px 20px;
    font-size: 14px; /* Smaller font for mobile */
  }

  .overlay-text h2 {
    font-size: 18px; /* Reduce heading font size */
  }

  .overlay-text p {
    font-size: 14px;
  }

  .service-item h2 {
    font-size: 18px;
    margin: 5px 0;
  }

  .service-item p {
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0 10px;
  }
  .what-we-do {
    margin-top: 24px;
  }
}


/* Desktop Styles (Unchanged) */


.what-we-do h2 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #0094bc;
}

.what-we-do p {
  font-family: Inter;
  font-size: 40px;
  font-weight: 300;
  line-height: 57.22px;
  text-align: left;
  color: #203544;
}

.why-perfectt {
  text-align: center;
}

.why-perfectt h5 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  color: #0094bc;
  text-transform: uppercase;
}

.why-perfectt h2 {
  font-family: Inter;
  font-size: 40px;
  font-weight: 300;
  line-height: 57.22px;
  text-align: center;
}

.why-perfectt p {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  text-align: center;
  color: #151718;
  padding: 10px 260px;
}

.stats-section {
  display: flex;
  justify-content: space-between;
  margin: 0px 0;
}

.stat {
  text-align: center;
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 10px;
}

.stat .icon {
  font-size: 48px;
  color: #007bff;
  margin-bottom: 20px;
}

.stat .icon img {
  width: 48px;
  height: 48px;
}

.stat .count {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.stat p {
  font-size: 16px;
}

.featured-services {
  text-align: center;
  background-color: #0094bc;
  padding: 80px 100px;
}

.featured-services h2 {
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.featured-services p {
  font-family: Inter;
  font-size: 46px;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}

.service-container {
  display: flex;
  justify-content: space-between;
}

.service-card {
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 400px;
  transition: transform 0.3s ease-in-out;
  margin-top: 50px;
  text-align: left;
}

.service-card:hover {
  transform: scale(1.05);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.service-card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  align-content: center;
}

.service-card h3 {
  font-family: Inter;
  font-size: 25px;
  font-weight: 300;
  text-align: left;
}

.service-card p {
  all: unset; /* Reset all inherited styles */
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  color: #445B6B;
  text-align: left;
  display: block; /* Ensure it behaves like a block element */
}

.service-card a {
  color: #007bff;
  text-decoration: none;
}

/* Mobile Styles */
@media (max-width: 768px) {
  /* General Section Adjustments */
  .why-perfectt h5, .why-perfectt h2, .why-perfectt p {
    padding: 0 20px; /* Reduce padding for better fit */
  }

  .why-perfectt h2 {
    font-size: 28px; /* Adjust heading size for smaller screens */
    line-height: 1.2;
  }

  .why-perfectt h5 {
    font-size: 16px; /* Smaller font size for the sub-heading */
    margin-bottom: 10px;
  }

  .why-perfectt p {
    font-size: 14px; /* Adjust font size for body text */
    line-height: 1.4;
    padding: 0 15px; /* Less padding for smaller screens */
  }

  /* Counter Area Adjustments */
  .custom-counter-row {
    flex-direction: column; /* Stack items vertically */
    align-items: center;
    gap: 20px; /* Add spacing between items */
  }

  .custom-counter-box {
    width: 90%; /* Full width with margins on smaller screens */
    margin: 10px auto;
    text-align: center;
  }

  .custom-counter-icon img {
    width: 50px; /* Smaller icons for mobile */
    height: auto;
  }

  .custom-counter-number span {
    font-size: 24px; /* Reduce number size */
    font-weight: bold;
  }

  .custom-counter-description span {
    font-size: 14px; /* Adjust description font size */
    line-height: 1.4;
  }

  /* Featured Services Section */
  .featured-services {
    padding: 40px 20px; /* Reduce padding for smaller screens */
  }

  .featured-services h2 {
    font-size: 16px; /* Smaller heading font */
    margin-bottom: 10px;
  }

  .featured-services p {
    font-size: 24px; /* Adjust paragraph font size */
    line-height: 1.4;
  }

  /* Service Card Adjustments */
  .service-container {
    flex-direction: column; /* Stack services vertically */
    align-items: center;
  }

  .service-card {
    width: 90%; /* Adjust card width for mobile */
    margin-bottom: 20px; /* Add spacing between cards */
  }

  .service-card h3 {
    font-size: 20px; /* Reduce heading size in cards */
    margin-bottom: 10px;
  }

  .service-card p {
    font-size: 14px; /* Reduce paragraph font size */
  }
  
.what-we-do p {
  font-family: Inter;
  font-size: 25px;
  font-weight: 300;
  line-height: 43.22px;
  text-align: left;
  color: #203544;
}
}

/* Section Styling */
/* Section Styling */

@media (max-width: 575px) {
  .stats-item .number{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 1px;
  }
  .stats-section {
    display: none;
  }
  .products-section {
    background-color: #0094bc;
    color: white;
    padding: 50px 20px;
    text-align: center;
    position: relative;
    margin-top: -420px;
   
  }
}
@media (max-width: 768px) { /* Adjust breakpoint as needed */
  .hero-1 .hero-slider1 .hero-inner .gt-hero-bg video {
    animation: none !important;
    -webkit-animation: none !important;
  }
}
@media (max-width: 768px) {
  @keyframes scalein {
    0% {
      transform: none;
    }
    100% {
      transform: none;
    }
  }
  @-webkit-keyframes scalein {
    0% {
      transform: none;
    }
    100% {
      transform: none;
    }
  }
}
@media (max-width: 575px) {
  .testimonial-thumb h5 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #0094bc;
    text-align: center;
}
.testimonial-thumb h3{
  font-family: Inter;
  font-size: 25px;
  font-weight: 300;
  line-height: 37.22px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #203544;
  text-align: center;
}
.tbutton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 10px;
  font-weight: 600;
  color: #ffffff;
  background-color: #0094bc;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.testimonial-thumb p {
  font-family: Inter;
  font-size: 15px;
  font-weight: 300;
  line-height: 19.72px;
  text-align: justified;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #445B6B;
}
}
/* Partners Area Styles */
.partners-area {
  padding: 50px 20px;
}

.partners-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partners-content-wrap {
  max-width: 1200px;
  margin: auto;
}

/* Text Section */
.partners-text {
  text-align: left;
}

.partners-text h5 {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.partners-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.partners-text p {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.partners-btn .btn-partners {
  display: inline-block;
  color: #fff;
  background-color: #007bff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
}

.partners-btn .btn-partners .arrow {
  margin-left: 8px;
}

/* Slider Section */
.partners-slider-wrap {
  position: relative;
  width: 100%;
}

.partners-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.partners-images img {
  max-width: 80px;
  margin: 0 10px;
  height: auto;
  display: inline-block;
}

/* Slider Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.prev-arrow {
  left: -50px;
}

.next-arrow {
  right: -50px;
}

/* Responsive Styles */
@media (max-width: 991px) {
  .partners-text {
    text-align: center;
  }

  .partners-slider-wrap {
    margin-top: 20px;
  }

  .slider-arrow {
    display: none; /* Hide slider arrows for smaller devices */
  }
}

@media (max-width: 767px) {
  .partners-content-wrap {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .partners-images img {
    max-width: 60px; /* Scale down images for smaller screens */
  }

  .partners-text h3 {
    font-size: 20px;
  }

  .partners-text p {
    font-size: 14px;
  }

  .partners-btn .btn-partners {
    padding: 8px 15px;
    font-size: 14px;
  }
}
/* Testimonial area slider */
.testimonial-wrap.style3 {
  position: relative;
}
.testimonial-wrap.style3 .testimonial-slider3 {
  padding: 0 0 100px;
  /* Extra small devices */
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide {
  margin: 0 auto; /* Center the slides */
  display: flex;
  justify-content: center;
}

@media (max-width: 991px) {
  .testimonial-wrap.style3 .testimonial-slider3 .swiper-slide {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 {
  background-color: #ffffff;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .profile-box .testi-content .title {
  color: #151718;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .profile-box .testi-content .designation {
  color: #151718;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .text {
  color: #151718;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .quote .darkQuote {
  display: none;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .quote .whiteQuote {
  display: block;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-slide.swiper-slide-active .testimonial-card.style3 .shape3_1 {
  display: block;
}
.testimonial-wrap.style3 .testimonial-slider3 .slider-pagination {
  position: absolute !important;
  z-index: 10;
  top: 98%;
  left: 50%;
  transform: translate(-50%, -98%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 450px;
  height: 20px;
  background-color: #EBEDFF;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -98%);
  -moz-transform: translate(-50%, -98%);
  -ms-transform: translate(-50%, -98%);
  -o-transform: translate(-50%, -98%);
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-pagination-bullet {
  width: 10px;
  height: 20px;
  flex-shrink: 0;
  display: inline-block;
  background-color: #EBEDFF;
  transition: background-color 0.3s;
  margin: 0 5px;
  border-radius: 100px;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
}
.testimonial-wrap.style3 .testimonial-slider3 .swiper-pagination-bullet-active {
  width: 150px;
  height: 20px;
  background-color: var(--theme-color);
}

@media (max-width: 575px) {
  .testimonial-wrap.style3 .testimonial-slider3 .slider-pagination {
    width: 280px;
    height: 20px;
  }
  .testimonial-wrap.style3 .testimonial-slider3 .swiper-pagination-bullet-active {
    width: 100px;
    height: 20px;
  }
}
/* Mobile Layout */
@media (max-width: 767px) {
    .testimonial-wrap {
        flex-direction: column; /* Stack content vertically */
    }

    .testimonial-thumb {
        text-align: center; /* Center-align content */
        padding: 20px;
    }

    .testimonial-thumb h5,
    .testimonial-thumb h3,
    .testimonial-thumb p {
        text-align: center; /* Center-align text */
    }

    .slider-area {
        margin-top: 20px; /* Add spacing between sections */
    }

    .slider-arrow {
        display: none; /* Hide slider arrows on mobile for a clean look */
    }

    .swiper-slide {
        justify-content: center; /* Ensure proper centering */
    }

    .testi-thumb img {
        max-width: 80px; /* Reduce image size on mobile */
    }

    .testbutton {
        text-align: center; /* Center-align button */
    }
}

/* Team area slider */
.team-wrap.style2 .team-slider1 .swiper-slide {
  margin-right: 25px !important;
  /* Medium devices */
}
@media (max-width: 991px) {
  .team-wrap.style2 .team-slider1 .swiper-slide {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
}

.contactmargin{
  margin-top:-130px;
}
@media (max-width: 768px) {
  .contactmargin{
   display: none;
  }
}




/*------------------footer--------------------------*/

@media (max-width: 768px) {
  .testimonial-area {
      padding: 30px 15px; /* Reduced padding for mobile */
      background-size: cover; /* Ensure background scales well */
  }

  .testimonial-wrap .title-area h2,
  .testimonial-wrap .title-area h5 {
      font-size: 24px; /* Smaller headings for better mobile fit */
      margin-bottom: 20px;
  }

  .testimonial-card.style3 {
      padding: 20px; /* Improved padding for better content spacing */
      text-align: center; /* Center align content for mobile */
  }

  .profile-box {
      flex-direction: column; /* Stack profile content vertically */
      align-items: center; /* Center profile content */
  }

  .testi-thumb img {
      width: 80px; /* Smaller profile images */
      height: 80px;
      border-radius: 50%;
  }

  .testi-content h3 {
      font-size: 18px; /* Smaller heading for testimonials */
  }

  .designation {
      font-size: 14px; /* Smaller designation text */
      margin-bottom: 10px;
  }

  .text {
      font-size: 14px; /* Improve text readability */
      line-height: 1.6;
  }

  .star-wrap {
      display: flex;
      justify-content: center; /* Center the star icons */
      padding: 10px 0;
  }

  .swiper-slide {
      margin-bottom: 15px; /* Space between slides on mobile */
  }

  .slider-pagination {
      margin-top: 15px; /* Improve spacing for pagination */
  }
}

/* Mobile Optimization */
@media (max-width: 768px) {
  .service-card {
      padding: 15px;
  }

  .service-content_title {
      font-size: 1rem;
  }

  .service-content_text {
      font-size: 0.9rem;
  }
}
.custom-video-section {
  position: relative;
  padding: 60px 0;
}

.custom-video-wrap {
  display: flex;
  justify-content: center;
}

.custom-video-box {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 350px;  /* Adjust as needed */
  border-radius: 20px;  /* Added softer corners for better design */
  overflow: hidden;      /* Prevents content overflow */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); /* Soft shadow effect */
}

.custom-play-btn {
  position: absolute;
  background-color: #0094b8;
  color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  z-index: 2;
  transition: transform 0.3s ease;
}

.custom-play-btn:hover {
  transform: scale(1.1);
  background-color: #007a99; /* Slightly darker on hover */
}
.email-input-container #refreshButton {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(90deg, #0094bc 0%, #0094bc 123.82%);
  color: var(--white-color);
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -ms-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
}
.email-input-container #refreshButton:hover {
  background: var(--title-color);
}
.advantages-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}
.section-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
  color: #333;
}
.advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.advantage-item {
  display: flex;
  align-items: start;
  gap: 10px;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.advantage-item img {
  width: 30px;
  height: 30px;
}
.advantage-item p {
  margin: 0;
  font-size: 15px;
  color: #555;
}

.btn-call {
  background: #38a3fd;
  border: 2px solid #38a3fd;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3);
  cursor: pointer;
  height: 60px;
  width: 60px;
  text-align: center;
  position: fixed;
  right: 20px;
  bottom: 20px; /* Default bottom position */
  z-index: 999;
  transition: bottom 0.3s ease-in-out; /* Smooth transition when scrolling */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.btn-call__ico {
  display: flex;
  justify-content: center;
  align-items: center;
  animation: shake 1.2s infinite ease;
  color: white;
  font-size: 30px;
  transition: .3s;
}
.btn-call__ico i {
  transform: scaleX(-1); /* Flips the icon horizontally */
  display: inline-block;
}

.btn-call:hover {
  background-color: #fff;
}

.btn-call:hover .btn-call__ico {
  color: #38a3fd;
}

/* Hide Call Button on Larger Screens */
@media (min-width: 769px) {
  .btn-call {
    display: none;
  }
}

/* Button Glow Effect */
@keyframes hoverWave {
  0% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2);
  }
  40% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2);
  }
  80% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0);
  }
  100% {
      box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 40px rgba(56, 163, 253, 0);
  }
}

/* Icon Shake Animation */
@keyframes shake {
  0%, 100% { transform: rotate(0deg); }
  10% { transform: rotate(-15deg); }
  20% { transform: rotate(10deg); }
  30% { transform: rotate(-10deg); }
  40% { transform: rotate(7.5deg); }
  50% { transform: rotate(-6deg); }
  60% { transform: rotate(5deg); }
  70% { transform: rotate(-4deg); }
  80% { transform: rotate(3.75deg); }
  90% { transform: rotate(-3deg); }
}


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