/*
************
*************************

   Template Name: Barsi - Architecture & Interior HTML Template
   Description: Barsi - Architecture & Interior HTML Template is a modern, unique and clean responsive HTML 5 template. It could be a perfect choice for Architecture Interior and construction companies as it provides the contemporary design reflecting the nature of their business. The layout looks beautiful at any size, be it a laptop screen, iPad, iPhone, Android Mobile or tablets.
   Author: https://themexriver.com/
   Version: 1.0

-----------------------------------------------------------------------------------

CSS INDEX
=================== 
    01. common
    02. utility
    03. typography
  .ts-hero-btn-primary .ts-hero-btn-label-mobile {
    display: none;
  }
    04. mouse-cursor
    05. button
    06. offcanvas
    07. form
    08. search
    09. preloader
    10. animation
    11. wow-plus
    12. element
    13. back-to-top
    14. typing-text
    15. header
    .ts-hero-btn-primary { padding: 14px 28px; font-size: 13px; width: 100%; justify-content: center; text-align: center; letter-spacing: 0.02em; }
    17. core-features
    .ts-hero-btn-primary .ts-hero-btn-label-desktop { display: none; }
    .ts-hero-btn-primary .ts-hero-btn-label-mobile { display: inline; }
    18. about
    19. projects
    20. work
    21. property
    22. showcase
    23. award
    24. brand
    25. marquee-text
    26. video
    27. experience
    28. choose
    29. services
    30. core-services
    31. testimonial
    32. contact
    33. team
    34. price
    35. gallery
    36. counter
    37. sponsor
    38. faqs
    39. blog
    40. office
    41. breadcrumb
    42. service-details
    43. team-details
    44. project-details
    45. career
    46. career-single
    47. blog-details
    48. contact-page
    49. error-page
    50. footer
******************************************************* 
*************************************************************** */
/*
    01. common
*/
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
:root {
  scroll-behavior: inherit;
  --bs-font-1: "Albert Sans", serif;
  --bs-font-2: "Albert Sans", serif;
  --bs-font-3: "DM Sans", serif;
  --allura: "Allura", serif;
  --bs-clr-pr-1: #1A2653;
  --bs-clr-accent-1: #F78D20;
  --lw-clr-sd-1: #C4EF17;
  --bs-clr-h-4: #060606;
  --bs-clr-white-1: #ffffff;
  --bs-clr-black-1: #000000;
  --bs-clr-black-2: #363636;
  --bs-cube-1: all .25s cubic-bezier(.645,.045,.355,1);
  --bs-cube-2: cubic-bezier(.1,.75,.25,1);
}

body {
  font-family: var(--bs-font-1);
  font-size: 18px;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
  color: var(--bs-clr-p-1);
  overflow-x: hidden;
  font-optical-sizing: auto;
}

.img, img {
  max-width: 100%;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a, span {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  text-decoration: none;
  transition: inherit;
}

button {
  border: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 55px;
}

h2 {
  font-size: 55px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #3065D0;
  color: white;
  text-shadow: none;
}

input::placeholder, textarea::placeholder {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
}

input:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  ::-webkit-scrollbar {
    width: 7px;
    background: #000;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--bs-clr-pr-1);
    border-radius: 0px;
  }
}
.swiper-notification {
  display: none;
}

/* 
    margin-&-padding_variable-start
*/
.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;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.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;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.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;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.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;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.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;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.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;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.pb-230 {
  padding-bottom: 230px;
}

.pb-235 {
  padding-bottom: 235px;
}

.pb-240 {
  padding-bottom: 240px;
}

.pb-245 {
  padding-bottom: 245px;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-255 {
  padding-bottom: 255px;
}

.pb-260 {
  padding-bottom: 260px;
}

.pb-265 {
  padding-bottom: 265px;
}

.pb-270 {
  padding-bottom: 270px;
}

.pb-275 {
  padding-bottom: 275px;
}

.pb-280 {
  padding-bottom: 280px;
}

.pb-285 {
  padding-bottom: 285px;
}

.pb-290 {
  padding-bottom: 290px;
}

.pb-295 {
  padding-bottom: 295px;
}

.pb-300 {
  padding-bottom: 300px;
}

.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;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.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;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* 
    margin-&-padding_variable-end
*/
/* 
    global-css-end
*/
/*
    02. utility
*/
@media (min-width: 1600px) {
  .container.bs-container-1 {
    max-width: 1484px;
  }
  .container.bs-container-2 {
    max-width: 1344px;
  }
}
.wa-row {
  --bs-gutter-x: 32px;
}

.wa-list-style-none {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wa-fix {
  overflow: hidden;
}

.wa-ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.wa-img-cover img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.wa-bg-default {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
    foundation vision mission
*/
.ts-vm-area {
  position: relative;
  overflow: hidden;
}
.ts-vm-area::before {
  content: "";
  position: absolute;
  left: -160px;
  top: -140px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  border: 1px solid rgba(14, 14, 14, 0.08);
}
.ts-vm-area::after {
  content: "";
  position: absolute;
  right: -200px;
  bottom: -180px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  border: 1px solid rgba(14, 14, 14, 0.06);
}
.ts-vm-head {
  position: relative;
  z-index: 2;
}
.ts-vm-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
  position: relative;
  z-index: 2;
}
.ts-vm-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) 1px minmax(0, 1.3fr);
  align-items: center;
  gap: 54px;
  min-height: 290px;
  padding: 12px 0;
}
.ts-vm-panel.is-mission {
  grid-template-columns: minmax(0, 1.3fr) 1px minmax(220px, 0.7fr);
}
.ts-vm-number {
  display: inline-block;
  margin: 0 0 18px;
  font-size: 42px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #1A2653;
}
.ts-vm-title {
  margin: 0;
  font-size: 78px;
  line-height: 0.92;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.ts-vm-disc {
  margin: 0;
  font-size: 27px;
  line-height: 1.48;
  max-width: 760px;
  color: #171717;
}
.ts-vm-side {
  position: relative;
}
.ts-vm-side-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ts-vm-side-title.is-right {
  align-items: flex-end;
  text-align: right;
}
.ts-vm-side-copy {
  max-width: 100%;
}
.ts-vm-divider {
  width: 1px;
  height: 260px;
  background: rgba(17, 17, 17, 0.75);
}
@media (max-width: 1199px) {
  .ts-vm-panel {
    gap: 34px;
    min-height: 240px;
  }
  .ts-vm-title {
    font-size: 58px;
  }
  .ts-vm-disc {
    font-size: 22px;
  }
  .ts-vm-number {
    font-size: 34px;
  }
  .ts-vm-divider {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .bs-home-1 .bs-core-features-1-area {
    padding-top: 72px;
    padding-bottom: 6px;
  }
  .ts-vm-stack {
    gap: 26px;
  }
  .ts-vm-panel.is-mission {
    grid-template-columns: 1fr;
  }
  .ts-vm-panel.is-mission {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
    padding: 24px 0;
  }
  .ts-vm-divider {
    width: 120px;
    height: 1px;
  }
  .ts-vm-side-title.is-right {
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .ts-vm-area::before,
  .ts-vm-area::after {
    display: none;
  }
  .ts-vm-number {
    font-size: 26px;
    margin-bottom: 12px;
  }
  .ts-vm-title {
    font-size: 42px;
  }
  .ts-vm-disc {
    font-size: 18px;
    line-height: 1.5;
  }
  .ts-vm-divider {
    width: 84px;
  }
}

/*
    foundation vision-mission v2 â€” colorful cards
*/
.ts-vm-section {
    padding: 120px 0 90px;
    position: relative;
    overflow: hidden;
    background: #f7f8fb;
}
.ts-vm-header {
    margin-bottom: 60px;
}
.ts-vm-main-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(36px, 4vw, 60px);
    font-weight: 500;
    line-height: 1.1;
    color: #1A2653;
    letter-spacing: -0.02em;
    margin: 18px 0 0;
}
/* card shared */
.ts-vm-card {
    position: relative;
    border-radius: 20px;
    padding: 48px 52px;
    overflow: hidden;
    margin-bottom: 36px;
}
.ts-vm-card-glow {
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}
/* vision = navy/blue tones */
.ts-vm-vision {
    background: linear-gradient(135deg, #0f1b3d 0%, #1A2653 40%, #243570 100%);
    color: #fff;
}
.ts-vm-glow-vision {
    background: radial-gradient(circle, #3b6cf5 0%, transparent 70%);
    top: -80px;
    left: -80px;
}
/* mission = warm slate with orange accent */
.ts-vm-mission {
    background: linear-gradient(135deg, #1a1410 0%, #2c2218 30%, #3d3025 60%, #4a3a2c 100%);
    color: #fff;
}
.ts-vm-glow-mission {
    background: radial-gradient(circle, rgba(247,141,32,0.25) 0%, transparent 70%);
    bottom: -80px;
    right: -80px;
}
.ts-vm-card-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 44px;
    align-items: start;
}
.ts-vm-mission .ts-vm-card-inner {
    grid-template-columns: 1fr 160px;
}
/* label column */
.ts-vm-card-label-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.ts-vm-label-right {
    align-items: flex-end;
    text-align: right;
}
.ts-vm-card-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: 56px;
    font-weight: 300;
    line-height: 1;
    opacity: 0.25;
    letter-spacing: -0.03em;
}
.ts-vm-card-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border-radius: 60px;
    font-family: 'Albert Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}
.ts-vm-badge-vision {
    background: rgba(59, 108, 245, 0.2);
    border: 1px solid rgba(59, 108, 245, 0.3);
    color: #8bb4ff;
}
.ts-vm-badge-mission {
    background: rgba(247,141,32,0.15);
    border: 1px solid rgba(247,141,32,0.3);
    color: #F78D20;
}
.ts-vm-card-badge svg {
    width: 18px;
    height: 18px;
}
.ts-vm-card-accent-line {
    width: 3px;
    height: 48px;
    border-radius: 3px;
    margin-top: 8px;
}
.ts-vm-accent-vision {
    background: linear-gradient(180deg, #3b6cf5, rgba(59,108,245,0.1));
}
.ts-vm-accent-mission {
    background: linear-gradient(180deg, #F78D20, rgba(247,141,32,0.1));
}
.ts-vm-label-right .ts-vm-card-accent-line {
    align-self: flex-end;
}
/* content column */
.ts-vm-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ts-vm-card-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(28px, 2.8vw, 42px);
    font-weight: 500;
    line-height: 1.15;
    margin: 0;
}
.ts-vm-highlight-vision {
    color: #6fa0ff;
}
.ts-vm-highlight-mission {
    color: #F78D20;
}
.ts-vm-card-text {
    font-family: 'Albert Sans', sans-serif;
    font-size: clamp(16px, 1.2vw, 19px);
    line-height: 1.7;
    margin: 0;
    opacity: 0.8;
}
.ts-vm-card-text strong {
    color: #fff;
    opacity: 1;
    font-weight: 600;
}
/* tags */
.ts-vm-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}
.ts-vm-tag {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 60px;
    font-family: 'Albert Sans', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}
.ts-vm-tag-vision {
    background: rgba(59, 108, 245, 0.12);
    border: 1px solid rgba(59, 108, 245, 0.2);
    color: #8bb4ff;
}
.ts-vm-tag-mission {
    background: rgba(247,141,32,0.1);
    border: 1px solid rgba(247,141,32,0.2);
    color: #F78D20;
}
/* responsive */
@media (max-width: 991px) {
    .ts-vm-section {
        padding: 80px 0 60px;
    }
    .ts-vm-card {
        padding: 36px 28px;
    }
    .ts-vm-card-inner,
    .ts-vm-mission .ts-vm-card-inner {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .ts-vm-label-right {
        align-items: flex-start;
        text-align: left;
    }
    .ts-vm-mission .ts-vm-card-label-col {
        order: -1;
    }
}
@media (max-width: 575px) {
    .ts-vm-card {
        padding: 28px 20px;
        border-radius: 14px;
    }
    .ts-vm-card-num {
        font-size: 40px;
    }
}

/*
    foundation founder quote
*/
.ts-founder-area {
  position: relative;
}
.ts-founder-wrap {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 40px rgba(26, 38, 83, 0.07), 0 1px 3px rgba(0,0,0,0.04);
  border: 1px solid rgba(26, 38, 83, 0.08);
}

/* â”€â”€ navy side strip â”€â”€ */
.ts-founder-strip {
  flex: 0 0 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 32px 0;
  background: linear-gradient(180deg, #1A2653 0%, #0f1b3d 100%);
  position: relative;
}
.ts-founder-strip-label {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  font-family: 'Albert Sans', sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
}
.ts-founder-strip-line {
  width: 1px;
  flex: 1;
  background: linear-gradient(180deg, transparent, rgba(247,141,32,0.6), transparent);
}
.ts-founder-strip-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #F78D20;
  box-shadow: 0 0 8px rgba(247,141,32,0.5);
}

/* â”€â”€ body â”€â”€ */
.ts-founder-body {
  flex: 1;
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* â”€â”€ top: kicker row â”€â”€ */
.ts-founder-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}
.ts-founder-kicker-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: rgba(247,141,32,0.1);
  border-radius: 8px;
  flex-shrink: 0;
}
.ts-founder-kicker {
  margin: 0;
  font-family: 'Albert Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1A2653;
  font-weight: 500;
  white-space: nowrap;
}
.ts-founder-rule {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(26,38,83,0.15), transparent);
}

/* â”€â”€ quote block â”€â”€ */
.ts-founder-quote-block {
  position: relative;
  margin-bottom: 36px;
}
.ts-founder-ghost-mark {
  position: absolute;
  top: -32px;
  left: -8px;
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 180px;
  line-height: 1;
  color: rgba(26,38,83,0.04);
  font-weight: 700;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}
.ts-founder-quote {
  margin: 0;
  font-family: 'Cormorant Garamond', 'Playfair Display', serif;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
  color: #1A2653;
  max-width: 820px;
  position: relative;
  z-index: 1;
}

/* â”€â”€ divider â”€â”€ */
.ts-founder-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.ts-founder-divider-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgba(26,38,83,0.08), rgba(26,38,83,0.08));
}
.ts-founder-divider-line:first-child {
  max-width: 80px;
  background: linear-gradient(90deg, #F78D20, rgba(247,141,32,0.2));
}
.ts-founder-divider-diamond {
  width: 8px;
  height: 8px;
  background: #F78D20;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* â”€â”€ bottom: note + CTA â”€â”€ */
.ts-founder-bottom-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.ts-founder-note {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #555;
  max-width: 520px;
}

/* â”€â”€ CTA button â”€â”€ */
.ts-founder-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: #1A2653;
  color: #fff;
  border-radius: 50px;
  font-family: 'Albert Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.35s cubic-bezier(0.25,0.46,0.45,0.94);
  position: relative;
  overflow: hidden;
}
.ts-founder-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #F78D20, #e07a18);
  opacity: 0;
  transition: opacity 0.35s ease;
  border-radius: inherit;
}
.ts-founder-cta:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26,38,83,0.25);
}
.ts-founder-cta:hover::before {
  opacity: 1;
}
.ts-founder-cta-text,
.ts-founder-cta-arrow {
  position: relative;
  z-index: 1;
}
.ts-founder-cta-arrow {
  display: flex;
  transition: transform 0.3s ease;
}
.ts-founder-cta:hover .ts-founder-cta-arrow {
  transform: translateX(4px);
}

/* â”€â”€ responsive â”€â”€ */
@media (max-width: 1199px) {
  .ts-founder-body {
    padding: 36px 34px;
  }
  .ts-founder-quote {
    font-size: 34px;
  }
  .ts-founder-bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .ts-founder-note {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ts-founder-strip {
    flex: 0 0 40px;
    padding: 24px 0;
  }
  .ts-founder-strip-label {
    font-size: 9px;
  }
  .ts-founder-body {
    padding: 28px 22px;
  }
  .ts-founder-ghost-mark {
    font-size: 120px;
    top: -22px;
  }
  .ts-founder-quote {
    font-size: 26px;
  }
  .ts-founder-note {
    font-size: 15px;
  }
  .ts-founder-cta {
    padding: 12px 22px;
    font-size: 13px;
  }
}

/* ===== FOUNDER MESSAGE â€” FLOATING BG SHAPES ===== */
.ts-fmsg-bg-shapes {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}
/* gradient orbs â€” large soft blurred circles */
.ts-fmsg-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  will-change: transform;
}
.ts-fmsg-bg-orb--1 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(247,141,32,0.12), transparent 70%);
  top: -60px; right: 10%;
  animation: fmsgFloat1 14s ease-in-out infinite;
}
.ts-fmsg-bg-orb--2 {
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(26,38,83,0.1), transparent 70%);
  bottom: 20%; left: -40px;
  animation: fmsgFloat2 18s ease-in-out infinite;
}
.ts-fmsg-bg-orb--3 {
  width: 180px; height: 180px;
  background: radial-gradient(circle, rgba(59,108,245,0.08), transparent 70%);
  top: 50%; right: -30px;
  animation: fmsgFloat3 12s ease-in-out infinite;
}
.ts-fmsg-bg-orb--4 {
  width: 360px; height: 360px;
  background: radial-gradient(circle, rgba(247,141,32,0.09), transparent 70%);
  top: 5%; left: -80px;
  animation: fmsgFloat2 16s ease-in-out infinite;
}
.ts-fmsg-bg-orb--5 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, rgba(26,38,83,0.08), transparent 70%);
  bottom: 15%; right: 5%;
  animation: fmsgFloat1 20s ease-in-out infinite;
}
.ts-fmsg-bg-orb--6 {
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(59,108,245,0.06), transparent 70%);
  top: 45%; left: 55%;
  animation: fmsgFloat3 15s ease-in-out infinite;
}
/* wireframe rings */
.ts-fmsg-bg-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(26,38,83,0.06);
  will-change: transform;
}
.ts-fmsg-bg-ring--1 {
  width: 200px; height: 200px;
  top: 10%; left: 60%;
  animation: fmsgSpin 30s linear infinite;
}
.ts-fmsg-bg-ring--2 {
  width: 140px; height: 140px;
  bottom: 10%; right: 20%;
  animation: fmsgSpin 24s linear infinite reverse;
}
.ts-fmsg-bg-ring--3 {
  width: 260px; height: 260px;
  top: 20%; right: 8%;
  border-color: rgba(247,141,32,0.06);
  animation: fmsgSpin 28s linear infinite;
}
.ts-fmsg-bg-ring--4 {
  width: 160px; height: 160px;
  bottom: 25%; left: 12%;
  animation: fmsgSpin 22s linear infinite reverse;
}
/* diamonds */
.ts-fmsg-bg-diamond {
  position: absolute;
  width: 18px; height: 18px;
  background: rgba(247,141,32,0.1);
  transform: rotate(45deg);
  will-change: transform;
}
.ts-fmsg-bg-diamond--1 {
  top: 30%; right: 15%;
  animation: fmsgDiamondDrift 10s ease-in-out infinite;
}
.ts-fmsg-bg-diamond--2 {
  top: 15%; left: 18%;
  animation: fmsgDiamondDrift 12s ease-in-out infinite 2s;
}
.ts-fmsg-bg-diamond--3 {
  bottom: 20%; right: 25%;
  width: 12px; height: 12px;
  background: rgba(26,38,83,0.08);
  animation: fmsgDiamondDrift 8s ease-in-out infinite 1s;
}
/* subtle grid overlay */
.ts-fmsg-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(26,38,83,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(26,38,83,0.025) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 40%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 50% at 50% 50%, black 40%, transparent 100%);
}

/* keyframes for floating shapes */
@keyframes fmsgFloat1 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  25% { transform: translate(30px, -20px) scale(1.05); }
  50% { transform: translate(-15px, 25px) scale(0.95); }
  75% { transform: translate(20px, 10px) scale(1.02); }
}
@keyframes fmsgFloat2 {
  0%, 100% { transform: translate(0, 0); }
  33% { transform: translate(-25px, 15px); }
  66% { transform: translate(20px, -20px); }
}
@keyframes fmsgFloat3 {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(15px, -30px) scale(1.1); }
}
@keyframes fmsgSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes fmsgDiamondDrift {
  0%, 100% { transform: rotate(45deg) translate(0, 0); opacity: 0.6; }
  50% { transform: rotate(45deg) translate(12px, -18px); opacity: 1; }
}

/* ===== FLOWING SVG PATH (behind letter cards) ===== */
.ts-fmsg-flow-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.ts-fmsg-flow-path {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  /* animated via GSAP ScrollTrigger */
}
.ts-fmsg-flow-path-glow {
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  filter: blur(4px);
}

/* pulsing nodes at path turns */
.ts-fmsg-flow-nodes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ts-fmsg-flow-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F78D20;
  opacity: 0;
  box-shadow: 0 0 12px rgba(247,141,32,0.5), 0 0 30px rgba(247,141,32,0.2);
  animation: fmsgNodePulse 2.5s ease-in-out infinite;
}
.ts-fmsg-flow-node:nth-child(2) { animation-delay: 0.6s; }
.ts-fmsg-flow-node:nth-child(3) { animation-delay: 1.2s; }
.ts-fmsg-flow-node:nth-child(4) { animation-delay: 1.8s; }

@keyframes fmsgNodePulse {
  0%, 100% { transform: scale(1); box-shadow: 0 0 12px rgba(247,141,32,0.5), 0 0 30px rgba(247,141,32,0.2); }
  50% { transform: scale(1.6); box-shadow: 0 0 20px rgba(247,141,32,0.7), 0 0 50px rgba(247,141,32,0.3); }
}

/* horizontal scan lines */
.ts-fmsg-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
.ts-fmsg-scanline {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(247,141,32,0.12) 20%, rgba(247,141,32,0.2) 50%, rgba(247,141,32,0.12) 80%, transparent);
  animation: fmsgScanMove 8s linear infinite;
}
.ts-fmsg-scanline--1 { top: 25%; animation-duration: 8s; }
.ts-fmsg-scanline--2 { top: 50%; animation-duration: 12s; animation-delay: 3s; }
.ts-fmsg-scanline--3 { top: 75%; animation-duration: 10s; animation-delay: 6s; }

@keyframes fmsgScanMove {
  0% { transform: translateX(-100%); opacity: 0; }
  10% { opacity: 1; }
  90% { opacity: 1; }
  100% { transform: translateX(100%); opacity: 0; }
}

/* ===== INTRO GRAPHIC ELEMENTS ===== */
.ts-fmsg-intro-gfx {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}
/* diagonal animated lines */
.ts-fmsg-gfx-line {
  position: absolute;
  width: 200px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26,38,83,0.08) 40%, rgba(247,141,32,0.12) 60%, transparent);
  transform-origin: left center;
}
.ts-fmsg-gfx-line--1 {
  top: 20%; left: -40px;
  transform: rotate(-15deg);
  animation: fmsgLineSlide 6s ease-in-out infinite;
}
.ts-fmsg-gfx-line--2 {
  bottom: 30%; right: -40px;
  transform: rotate(12deg);
  width: 180px;
  animation: fmsgLineSlide 8s ease-in-out infinite 2s;
}
.ts-fmsg-gfx-line--3 {
  top: 60%; left: 20%;
  transform: rotate(-8deg);
  width: 160px;
  animation: fmsgLineSlide 7s ease-in-out infinite 1s;
}
@keyframes fmsgLineSlide {
  0%, 100% { opacity: 0; transform: rotate(var(--r, -15deg)) translateX(0); }
  20% { opacity: 0.6; }
  80% { opacity: 0.6; }
  50% { transform: rotate(var(--r, -15deg)) translateX(80px); }
}
.ts-fmsg-gfx-line--1 { --r: -15deg; }
.ts-fmsg-gfx-line--2 { --r: 12deg; }
.ts-fmsg-gfx-line--3 { --r: -8deg; }

/* small cross marks */
.ts-fmsg-gfx-cross {
  position: absolute;
  width: 16px;
  height: 16px;
}
.ts-fmsg-gfx-cross::before,
.ts-fmsg-gfx-cross::after {
  content: '';
  position: absolute;
  background: rgba(26,38,83,0.08);
}
.ts-fmsg-gfx-cross::before {
  top: 50%; left: 0;
  width: 100%; height: 1px;
  transform: translateY(-50%);
}
.ts-fmsg-gfx-cross::after {
  left: 50%; top: 0;
  width: 1px; height: 100%;
  transform: translateX(-50%);
}
.ts-fmsg-gfx-cross--1 {
  top: 15%; right: 12%;
  animation: fmsgCrossRotate 10s linear infinite;
}
.ts-fmsg-gfx-cross--2 {
  bottom: 20%; left: 8%;
  animation: fmsgCrossRotate 14s linear infinite reverse;
}
@keyframes fmsgCrossRotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* pulsing circles in intro bg */
.ts-fmsg-gfx-pulse {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid rgba(247,141,32,0.1);
  animation: fmsgGfxPulse 4s ease-out infinite;
}
.ts-fmsg-gfx-pulse--1 {
  top: 25%; right: 5%;
}
.ts-fmsg-gfx-pulse--2 {
  bottom: 15%; left: 3%;
  animation-delay: 2s;
  width: 60px; height: 60px;
}
@keyframes fmsgGfxPulse {
  0% { transform: scale(0.5); opacity: 0.8; border-color: rgba(247,141,32,0.2); }
  100% { transform: scale(2.5); opacity: 0; border-color: rgba(247,141,32,0); }
}

/* ===== FOUNDER MESSAGE INTRO SECTION ===== */
.ts-fmsg-intro {
  background: linear-gradient(180deg, #fffdf9 0%, #f7f3ea 100%);
  position: relative;
  overflow: hidden;
}

.ts-fmsg-intro::before {
  content: "";
  position: absolute;
  top: -140px;
  right: -120px;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle at center, rgba(247,141,32,0.12), rgba(247,141,32,0));
  pointer-events: none;
}

/* ── Split header row ── */
.ts-fmsg-intro-header {
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}

/* eyebrow */
.ts-fmsg-intro-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--bs-font-1);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F78D20;
  margin-bottom: 16px;
}

.ts-fmsg-intro-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F78D20;
}

/* title */
.ts-fmsg-intro-title {
  max-width: 780px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 4.8vw, 66px);
  font-weight: 600;
  line-height: 1.08;
  color: #1A2653;
  letter-spacing: -0.02em;
  margin: 0;
}

/* ── Image + content body ── */
.ts-fmsg-intro-body {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: stretch;
  position: relative;
  z-index: 1;
  background: #ffffff;
  border: 1px solid rgba(26,38,83,0.08);
  border-radius: 26px;
  padding: 30px;
  box-shadow: 0 16px 40px rgba(26,38,83,0.08);
}

/* image column */
.ts-fmsg-intro-img-col {
  position: relative;
  display: flex;
  flex-direction: column;
}

.ts-fmsg-intro-img {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(26,38,83,0.16);
}

.ts-fmsg-intro-img img {
  width: 100%;
  height: clamp(430px, 46vw, 560px);
  object-fit: cover;
  object-position: center top;
  display: block;
}

/* profile info below image */
.ts-fmsg-intro-profile-info {
  margin-top: 18px;
  padding: 18px 18px 0;
  border-top: 2px solid rgba(26,38,83,0.12);
}

.ts-fmsg-intro-profile-name {
  display: block;
  font-family: var(--bs-font-1);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #1A2653;
  margin-bottom: 4px;
}

.ts-fmsg-intro-profile-role {
  display: block;
  font-family: var(--bs-font-1);
  font-size: 20px;
  line-height: 1.35;
  color: #F78D20;
  margin-bottom: 3px;
}

.ts-fmsg-intro-profile-school {
  display: block;
  font-family: var(--bs-font-1);
  font-size: 16px;
  line-height: 1.4;
  color: #6a6a6a;
}

/* text content */
.ts-fmsg-intro-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 8px 2px 6px;
}

/* lead paragraph */
.ts-fmsg-intro-lead {
  font-family: var(--bs-font-1);
  font-size: 26px;
  line-height: 1.35;
  color: #1A2653;
  margin: 0 0 22px;
  font-weight: 500;
}

.ts-fmsg-intro-text {
  font-family: var(--bs-font-1);
  font-size: 18px;
  line-height: 1.68;
  color: #363636;
  margin: 0 0 18px;
}

/* legacy callout */
.ts-fmsg-intro-legacy {
  margin-top: 12px;
  padding: 18px 22px;
  border-left: 4px solid #F78D20;
  background: rgba(247,141,32,0.08);
  border-radius: 0 12px 12px 0;
}

.ts-fmsg-intro-legacy-label {
  display: inline-block;
  margin-bottom: 8px;
  font-family: var(--bs-font-1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c66a0a;
}
 
.ts-fmsg-intro-legacy-text {
  margin: 0;
  font-family: var(--bs-font-1);
  font-size: 17px;
  line-height: 1.6;
  color: #3d3d3d;
  font-style: italic;
}

/* signature - removed */
.ts-fmsg-intro-signature {
  display: none;
}

.ts-fmsg-intro-sig-name {
  display: none;
}

.ts-fmsg-intro-sig-role {
  display: none;
}

/* ── Full-width metrics bar ── */
.ts-fmsg-intro-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 34px;
  background: #1A2653;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ts-fmsg-intro-metric {
  padding: 28px 20px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.2);
}

.ts-fmsg-intro-metric:last-child {
  border-right: none;
}

.ts-fmsg-intro-metric-value {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 8px;
}

.ts-fmsg-intro-metric-label {
  display: block;
  font-family: var(--bs-font-1);
  font-size: 14px;
  line-height: 1.45;
  color: rgba(255,255,255,0.82);
}

/* ── Responsive ── */
@media (max-width: 1199px) {
  .ts-fmsg-intro-body {
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 30px;
    padding: 24px;
  }

  .ts-fmsg-intro-profile-name {
    font-size: 26px;
  }

  .ts-fmsg-intro-profile-role {
    font-size: 18px;
  }

  .ts-fmsg-intro-lead {
    font-size: 23px;
  }
}

@media (max-width: 991px) {
  .ts-fmsg-intro-header {
    margin-bottom: 30px;
  }

  .ts-fmsg-intro-title {
    max-width: none;
    font-size: clamp(36px, 7vw, 52px);
  }

  .ts-fmsg-intro-body {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ts-fmsg-intro-img img {
    height: clamp(420px, 72vw, 560px);
  }

  .ts-fmsg-intro-profile-info {
    margin-top: 14px;
    padding: 16px 8px 0;
  }

  .ts-fmsg-intro-profile-name {
    font-size: 24px;
  }

  .ts-fmsg-intro-profile-role {
    font-size: 17px;
  }

  .ts-fmsg-intro-profile-school {
    font-size: 15px;
  }

  .ts-fmsg-intro-lead {
    font-size: 22px;
  }

  .ts-fmsg-intro-metrics {
    margin-top: 28px;
  }
}

@media (max-width: 767px) {
  .ts-fmsg-intro-body {
    border-radius: 20px;
    padding: 18px;
  }

  .ts-fmsg-intro-img {
    border-radius: 14px;
  }

  .ts-fmsg-intro-img img {
    height: 430px;
  }

  .ts-fmsg-intro-lead {
    font-size: 20px;
    line-height: 1.4;
  }

  .ts-fmsg-intro-text {
    font-size: 17px;
    line-height: 1.62;
  }

  .ts-fmsg-intro-metrics {
    grid-template-columns: 1fr;
  }

  .ts-fmsg-intro-metric {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.2);
  }

  .ts-fmsg-intro-metric:last-child {
    border-bottom: none;
  }
}

@media (max-width: 575px) {
  .ts-fmsg-intro-title {
    font-size: 34px;
  }

  .ts-fmsg-intro-img img {
    height: 360px;
  }

  .ts-fmsg-intro-profile-name {
    font-size: 21px;
  }

  .ts-fmsg-intro-profile-role {
    font-size: 16px;
  }

  .ts-fmsg-intro-profile-school {
    font-size: 14px;
  }

  .ts-fmsg-intro-lead {
    font-size: 18px;
  }

  .ts-fmsg-intro-text {
    font-size: 16px;
  }

  .ts-fmsg-intro-metric-value {
    font-size: 36px;
  }
}

/* ===== FOUNDER LETTER SECTION ===== */
.ts-fmsg-letter {
  background: radial-gradient(circle at 10% 15%, rgba(247,141,32,0.15) 0%, rgba(247,141,32,0) 38%),
              radial-gradient(circle at 90% 80%, rgba(26,38,83,0.12) 0%, rgba(26,38,83,0) 42%),
              linear-gradient(180deg, #f6f2e9 0%, #efe9dc 100%);
  position: relative;
  overflow: hidden;
}
.ts-fmsg-letter::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.2) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.2) 1px, transparent 1px);
  background-size: 46px 46px;
  opacity: 0.35;
  pointer-events: none;
}
.ts-fmsg-letter .ts-fmsg-bg-shapes {
  display: block;
}
.ts-fmsg-letter .ts-fmsg-flow-svg,
.ts-fmsg-letter .ts-fmsg-flow-nodes,
.ts-fmsg-letter .ts-fmsg-scanlines,
.ts-fmsg-letter-rail {
  display: none;
}
.ts-fmsg-letter .ts-fmsg-bg-orb,
.ts-fmsg-letter .ts-fmsg-bg-ring,
.ts-fmsg-letter .ts-fmsg-bg-diamond,
.ts-fmsg-letter .ts-fmsg-bg-grid {
  opacity: 0.45;
}
.ts-fmsg-letter-head {
  position: relative;
  z-index: 2;
  max-width: 840px;
  margin: 0 auto 48px;
}
.ts-fmsg-letter-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--bs-font-1);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #F78D20;
  margin-bottom: 14px;
}
.ts-fmsg-letter-eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #F78D20;
}
.ts-fmsg-letter-title {
  margin: 0 0 10px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.08;
  color: #1A2653;
  letter-spacing: -0.015em;
}
.ts-fmsg-letter-subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.6;
  color: #535353;
}
.ts-fmsg-letter-wrap {
  display: block;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* vertical rail */
.ts-fmsg-letter-rail {
  flex: 0 0 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 8px;
}
.ts-fmsg-letter-rail-line {
  width: 2px;
  flex: 1;
  background: linear-gradient(180deg, #F78D20, rgba(26,38,83,0.08) 70%, transparent);
  border-radius: 2px;
}
.ts-fmsg-letter-rail-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1A2653;
  margin-top: 12px;
  flex-shrink: 0;
}

/* body */
.ts-fmsg-letter-body {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 26px 24px;
  padding: 8px 0 0;
}

/* ── Scroll-animated spine ── */
.ts-fmsg-timeline-spine {
  display: none; /* hidden on mobile — re-enabled at 992+ */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  z-index: 3;
  background: transparent;
  border-radius: 3px;
  pointer-events: none;
  overflow: hidden;
}
.ts-fmsg-timeline-spine-fill {
  width: 100%;
  height: 0%;           /* starts at 0 — JS drives this to 100% on scroll */
  border-radius: 3px;
  background: linear-gradient(180deg, #F78D20 0%, #f9a840 55%, rgba(247,141,32,0.25) 100%);
}
@media (min-width: 992px) {
  .ts-fmsg-timeline-spine { display: block; }
}

/* each numbered block */
.ts-fmsg-letter-block {
  grid-column: 1 / span 5;
  margin: 0;
  position: relative;
}
.ts-fmsg-letter-block:nth-child(odd) {
  grid-column: 1 / span 5;
}
.ts-fmsg-letter-block:nth-child(even) {
  grid-column: 8 / span 5;
  margin-top: 54px;
}
.ts-fmsg-letter-block::before {
  content: "";
  position: absolute;
  top: 34px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #1A2653;
  border: 3px solid rgba(255,255,255,0.82);
  box-shadow: 0 0 0 6px rgba(247,141,32,0.12);
  z-index: 2;
}
.ts-fmsg-letter-block:nth-child(odd)::before {
  right: -35px;
}
.ts-fmsg-letter-block:nth-child(even)::before {
  left: -35px;
}
.ts-fmsg-letter-block::after {
  content: "";
  position: absolute;
  top: 40px;
  width: 20px;
  height: 2px;
  background: rgba(26,38,83,0.2);
  z-index: 1;
}
.ts-fmsg-letter-block:nth-child(odd)::after {
  right: -21px;
}
.ts-fmsg-letter-block:nth-child(even)::after {
  left: -21px;
}

/* card wrapper (light default) */
.ts-fmsg-letter-block-card {
  position: relative;
  background: linear-gradient(145deg, rgba(255,255,255,0.78), rgba(255,255,255,0.42));
  border-radius: 22px;
  padding: 32px 32px;
  box-shadow: 0 22px 50px rgba(26,38,83,0.13), inset 0 1px 0 rgba(255,255,255,0.9);
  border: 1px solid rgba(255,255,255,0.72);
  backdrop-filter: blur(22px) saturate(1.6);
  -webkit-backdrop-filter: blur(22px) saturate(1.6);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
  overflow: visible;
}
.ts-fmsg-letter-block-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 62px rgba(26,38,83,0.18), inset 0 1px 0 rgba(255,255,255,0.9);
}
/* glow behind card */
.ts-fmsg-letter-block-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(255,255,255,0.24), rgba(255,255,255,0));
  opacity: 0.9;
  transition: none;
  pointer-events: none;
  z-index: 1;
}
.ts-fmsg-letter-block-card::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(26,38,83,0.14);
  filter: blur(9px);
  z-index: 0;
  pointer-events: none;
}
/* ensure card content stays above glow */
.ts-fmsg-letter-block-card > * {
  position: relative;
  z-index: 2;
}

/* dark card variant */
.ts-fmsg-letter-block-card-dark {
  background: linear-gradient(145deg, rgba(247,141,32,0.13), rgba(26,38,83,0.14));
  border-color: rgba(255,255,255,0.42);
  box-shadow: 0 22px 50px rgba(26,38,83,0.15), inset 0 1px 0 rgba(255,255,255,0.6);
}
.ts-fmsg-letter-block-card-dark .ts-fmsg-letter-block-num {
  color: #1A2653;
  background: rgba(255,255,255,0.82);
}
.ts-fmsg-letter-block-card-dark .ts-fmsg-letter-heading {
  color: #1A2653;
}
.ts-fmsg-letter-block-card-dark .ts-fmsg-letter-para {
  color: #25315d;
}
.ts-fmsg-letter-block-card-dark .ts-fmsg-letter-para strong {
  color: #1A2653;
}
.ts-fmsg-letter-block-card-dark .ts-fmsg-letter-para em {
  color: #1A2653;
}

.ts-fmsg-letter-block-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Albert Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #1A2653;
  margin-bottom: 16px;
  padding: 6px 13px;
  background: rgba(255,255,255,0.7);
  border-radius: 20px;
  border: 1px solid rgba(26,38,83,0.14);
}
.ts-fmsg-letter-heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 2.8vw, 38px);
  font-weight: 600;
  color: #1A2653;
  margin: 0 0 14px;
  line-height: 1.16;
}
.ts-fmsg-letter-para {
  font-size: 17px;
  line-height: 1.64;
  color: #363636;
  margin: 0 0 16px;
}
.ts-fmsg-letter-para:last-child {
  margin-bottom: 0;
}
.ts-fmsg-letter-para strong {
  color: #1A2653;
  font-weight: 600;
}
.ts-fmsg-letter-para em {
  font-style: italic;
  color: #333;
}
.ts-fmsg-letter-para-closing {
  font-style: italic;
  color: #1A2653;
  border-top: 1px solid rgba(247,141,32,0.32);
  padding-top: 16px;
  margin-top: 20px;
}

/* highlight bullet list inside letter cards */
.ts-fmsg-letter-highlights {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.ts-fmsg-letter-highlights li {
  position: relative;
  padding-left: 22px;
  font-size: 15px;
  line-height: 1.55;
  color: #363636;
}
.ts-fmsg-letter-highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F78D20;
  flex-shrink: 0;
}
.ts-fmsg-letter-block-card-dark .ts-fmsg-letter-highlights li {
  color: #1A2653;
}
.ts-fmsg-letter-block-card-dark .ts-fmsg-letter-highlights li::before {
  background: #F78D20;
}
.ts-fmsg-letter-block-card-dark .ts-fmsg-letter-para-closing {
  color: #1A2653;
  border-top-color: rgba(247,141,32,0.32);
}

/* pull quote */
.ts-fmsg-letter-pullquote {
  display: none;
}
.ts-fmsg-letter-pullquote-mark {
  position: absolute;
  top: -8px;
  left: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 100px;
  line-height: 1;
  color: rgba(247,141,32,0.18);
  font-weight: 700;
  pointer-events: none;
}
.ts-fmsg-letter-pullquote p {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.5;
  color: rgba(255,255,255,0.92);
  position: relative;
  z-index: 1;
}
.ts-fmsg-letter-pullquote-cite {
  display: block;
  margin-top: 14px;
  font-family: 'Albert Sans', sans-serif;
  font-size: 13px;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #F78D20;
  position: relative;
  z-index: 1;
}

/* closing signature */
.ts-fmsg-letter-close {
  grid-column: 3 / span 8;
  margin-top: 18px;
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  text-align: center;
  padding: 34px 28px 10px;
  border-top: 1px solid rgba(255,255,255,0.46);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255,255,255,0.56), rgba(255,255,255,0.28));
  border: 1px solid rgba(255,255,255,0.54);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 40px rgba(26,38,83,0.09);
}
.ts-fmsg-letter-close-line {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #F78D20, rgba(247,141,32,0.2));
  border-radius: 2px;
  margin: 0 auto 24px;
}
.ts-fmsg-letter-close-regards {
  font-size: 16px;
  color: #777;
  font-style: italic;
  margin: 0 0 12px;
}
.ts-fmsg-letter-close-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: #1A2653;
  margin: 0 0 4px;
}
.ts-fmsg-letter-close-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #999;
  margin: 0;
}

/* responsive */
@media (max-width: 1199px) {
  .ts-fmsg-letter-block {
    grid-column: 1 / span 6;
  }
  .ts-fmsg-letter-block:nth-child(even) {
    grid-column: 7 / span 6;
    margin-top: 36px;
  }
  .ts-fmsg-letter-close {
    grid-column: 2 / span 10;
  }
}

@media (max-width: 991px) {
  .ts-fmsg-letter-head {
    margin-bottom: 34px;
  }
  .ts-fmsg-letter-subtitle {
    font-size: 16px;
  }
  .ts-fmsg-letter-body {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .ts-fmsg-letter-body::before {
    left: 13px;
    transform: none;
  }
  .ts-fmsg-letter-block {
    width: calc(100% - 32px);
    align-self: flex-end;
    margin-top: 0;
  }
  .ts-fmsg-letter-block:nth-child(odd),
  .ts-fmsg-letter-block:nth-child(even) {
    align-self: flex-end;
  }
  .ts-fmsg-letter-block::before,
  .ts-fmsg-letter-block:nth-child(odd)::before,
  .ts-fmsg-letter-block:nth-child(even)::before {
    left: -25px;
    right: auto;
    top: 34px;
  }
  .ts-fmsg-letter-block::after,
  .ts-fmsg-letter-block:nth-child(odd)::after,
  .ts-fmsg-letter-block:nth-child(even)::after {
    left: -15px;
    right: auto;
    width: 14px;
  }
  .ts-fmsg-letter-close {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: 0;
    padding: 30px 18px 8px;
  }
}

@media (max-width: 767px) {
  .ts-fmsg-letter-title {
    font-size: 36px;
  }
  .ts-fmsg-letter-body {
    gap: 20px;
    padding: 0;
  }
  .ts-fmsg-letter-body::before {
    left: 10px;
  }
  .ts-fmsg-letter-block {
    width: calc(100% - 26px);
  }
  .ts-fmsg-letter-block::before,
  .ts-fmsg-letter-block:nth-child(odd)::before,
  .ts-fmsg-letter-block:nth-child(even)::before {
    left: -20px;
    width: 10px;
    height: 10px;
  }
  .ts-fmsg-letter-block::after,
  .ts-fmsg-letter-block:nth-child(odd)::after,
  .ts-fmsg-letter-block:nth-child(even)::after {
    left: -11px;
    width: 7px;
  }
  .ts-fmsg-letter-block-card {
    padding: 22px 20px;
    border-radius: 14px;
  }
  .ts-fmsg-letter-heading {
    font-size: 21px;
  }
  .ts-fmsg-letter-para {
    font-size: 16px;
  }
  .ts-fmsg-letter-close-name {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .ts-fmsg-letter-title {
    font-size: 32px;
  }
  .ts-fmsg-letter-subtitle {
    font-size: 15px;
  }
  .ts-fmsg-letter-block-card {
    padding: 20px 16px;
  }
  .ts-fmsg-letter-close {
    width: calc(100% - 26px);
  }
}

.flaticon {
  display: inline-block;
  line-height: 0.65;
}

/* ===== ANIMATION KEYFRAMES ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* ===== FLOATING & MOVING ANIMATIONS ===== */
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes floatSlow {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes floatFast {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-28px);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px) rotate(-5deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px) rotate(5deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 16px 32px rgba(10, 10, 10, 0.08);
  }
  50% {
    box-shadow: 0 24px 48px rgba(207, 127, 59, 0.15);
  }
}

@keyframes rotateIn {
  from {
    opacity: 0;
    transform: scale(0.95) rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

@keyframes moveUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== ANIMATION CLASSES FOR GSAP ===== */
.ts-vm-panel-animate,
.ts-founder-animate {
  opacity: 0;
}

.ts-vm-panel {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ts-founder-wrap {
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Additional animation states */
.bs-testimonial-5-sec-title {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.bs-principles-5-wrap {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1.0s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.ts-founder-cta {
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wa-z-index-3 {
  position: relative;
  z-index: 3;
}

.wa-p-absolute {
  position: absolute;
}

.wa-p-relative {
  position: relative;
  z-index: 1;
}

.wa-origin-left {
  transform-origin: left;
}

.wa-origin-right {
  transform-origin: right;
}

.wa-fw-400 {
  font-weight: 400;
}

.wa-fw-500 {
  font-weight: 500;
}

.wa-fw-600 {
  font-weight: 600;
}

.wa-fw-700 {
  font-weight: 700;
}

.wa-fw-800 {
  font-weight: 800;
}

.wa-fw-900 {
  font-weight: 900;
}

.wa-ml-auto {
  margin-left: auto;
}

.wa-mr-auto {
  margin-right: auto;
}

.wa-line-limit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.wa-line-limit:is(.has-line-1) {
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.wa-line-limit:is(.has-line-2) {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.wa-line-limit:is(.has-line-3) {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
.wa-line-limit:is(.has-line-4) {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}
.wa-line-limit:is(.has-line-5) {
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.wa-line-limit:is(.has-line-6) {
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.wa-line-limit:is(.has-line-7) {
  -webkit-line-clamp: 7;
  line-clamp: 7;
}
.wa-line-limit:is(.has-line-8) {
  -webkit-line-clamp: 8;
  line-clamp: 8;
}
.wa-line-limit:is(.has-line-9) {
  -webkit-line-clamp: 9;
  line-clamp: 9;
}
.wa-line-limit:is(.has-line-10) {
  -webkit-line-clamp: 10;
  line-clamp: 10;
}

.wa-will-c {
  will-change: transform, opacity;
}

/* 
    components
*/
/*
    03. typography
*/
/* 
    typography-start
*/
.bs-h-1 {
  font-family: var(--bs-font-1);
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}

.bs-h-2 {
  font-family: var(--bs-font-2);
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}

.bs-h-4 {
  font-family: var(--bs-font-1);
  line-height: 1.076;
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--bs-clr-h-4);
  margin-bottom: 0;
}

.bs-p-1 {
  font-family: var(--bs-font-1);
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}

.bs-p-3 {
  font-family: var(--bs-font-2);
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}

.bs-p-4 {
  font-family: var(--bs-font-3);
  font-size: 18px;
  line-height: 1.555;
  font-weight: 400;
  color: var(--bs-clr-black-2);
  margin-bottom: 0;
}

.bs-subtitle-1 {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 18px;
  color: var(--bs-clr-black-1);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
}

.bs-subtitle-4 {
  font-family: var(--bs-font-1);
  text-transform: uppercase;
  font-size: 16px;
  color: var(--bs-clr-h-4);
  font-weight: 600;
  line-height: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 13px;
  margin-bottom: 60px;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
}
.bs-subtitle-4 .text {
  flex: 0 0 auto;
}
.bs-subtitle-4 .icon {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bs-subtitle-5 {
  font-family: var(--bs-font-3);
  text-transform: capitalize;
  font-size: 16px;
  color: var(--bs-clr-h-4);
  font-weight: 400;
  line-height: 20px;
  overflow: hidden;
  display: inline-flex;
  margin-bottom: 16px;
  gap: 40px;
}

.bs-sec-title-1 {
  font-family: var(--bs-font-1);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  line-height: 1;
  font-size: 70px;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-sec-title-1 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-sec-title-1 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-sec-title-1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-sec-title-1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bs-sec-title-1 {
    font-size: clamp(30px, 8.6vw, 35px);
    line-height: 1.1;
    letter-spacing: -0.015em;
    text-wrap: balance;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-sec-title-1 {
    font-size: 40px;
  }
}

.bs-sec-title-3 {
  font-family: var(--bs-font-2);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  line-height: 1;
  font-size: 70px;
  color: var(--bs-clr-black-1);
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-sec-title-3 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-sec-title-3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-sec-title-3 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-sec-title-3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bs-sec-title-3 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-sec-title-3 {
    font-size: 40px;
  }
}

.bs-sec-title-4 {
  font-family: var(--bs-font-1);
  font-weight: 600;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: var(--bs-clr-h-4);
  line-height: 1.076;
  font-size: 52px;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-sec-title-4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-sec-title-4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .bs-sec-title-4 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-sec-title-4 {
    font-size: 40px;
  }
}

.wa-capitalize {
  text-transform: unset !important;
}
.wa-capitalize .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.wa-capitalize-hidden {
  text-transform: unset !important;
}
.wa-capitalize-hidden .split-line {
  overflow: hidden;
}
.wa-capitalize-hidden .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.wa-line-hidden .split-line {
  overflow: hidden;
}

.lw-split-3:is(.lw-sec-title-1) {
  text-transform: unset !important;
}
.lw-split-3:is(.lw-sec-title-1) .split-line {
  overflow: hidden;
  padding-bottom: 5px;
}
.lw-split-3:is(.lw-sec-title-1) .split-line:not(:first-child) {
  margin-top: -5px;
}
.lw-split-3:is(.lw-sec-title-1) .split-line div div:nth-child(1) {
  text-transform: capitalize;
}
.lw-split-3:is(.has-capi) {
  text-transform: unset !important;
}
.lw-split-3:is(.has-capi) .split-line {
  overflow: hidden;
}
.lw-split-3:is(.has-capi) .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.has-capi {
  text-transform: unset !important;
}
.has-capi .split-line {
  overflow: hidden;
}
.has-capi .split-line div div:nth-child(1) {
  text-transform: capitalize;
}

.lw-split-4 {
  perspective: 2000px;
  transform-style: preserve-3d;
}

/* 
    typography-end
*/
/*
    04. mouse-cursor
*/
.wa-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  contain: layout style size;
  pointer-events: none;
  will-change: transform;
  -webkit-transition: opacity 0.3s, color 0.4s;
  -o-transition: opacity 0.3s, color 0.4s;
  -moz-transition: opacity 0.3s, color 0.4s;
  transition: opacity 0.3s, color 0.4s;
}
.wa-cursor::before {
  background: var(--bs-clr-pr-1);
}
.wa-cursor:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.1s, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.1s, -o-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.1s, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.1s;
  transition: transform 0.3s ease-in-out, opacity 0.1s, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}
.wa-cursor-text {
  position: absolute;
  top: -15px;
  left: -15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0) rotate(10deg);
  -moz-transform: scale(0) rotate(10deg);
  -ms-transform: scale(0) rotate(10deg);
  -o-transform: scale(0) rotate(10deg);
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.01em;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.3s;
  transition: opacity 0.4s, -webkit-transform 0.3s;
  -o-transition: opacity 0.4s, -o-transform 0.3s;
  -moz-transition: opacity 0.4s, transform 0.3s, -moz-transform 0.3s;
  transition: opacity 0.4s, transform 0.3s;
  transition: opacity 0.4s, transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
}
.wa-cursor:is(.-normal) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-normal)::before {
  background: currentColor;
}
.wa-cursor:is(.-text) {
  mix-blend-mode: normal;
}
.wa-cursor:is(.-text)::before {
  background: currentColor;
}
.wa-cursor:is(.-inverse) {
  color: white;
}
.wa-cursor:is(.-visible)::before {
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.wa-cursor:is(.-visible):is(.-active):before {
  -webkit-transform: scale(0.23);
  -moz-transform: scale(0.23);
  -ms-transform: scale(0.23);
  -o-transform: scale(0.23);
  transform: scale(0.23);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-pointer)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.wa-cursor:is(.-text):before {
  background: #000;
  opacity: 0.8;
  backdrop-filter: blur(10);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.wa-cursor:is(.-text) .wa-cursor-text {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.wa-cursor:is(.-text):is(.-active)::before {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.wa-cursor:is(.-opaque)::before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.wa-cursor:is(.-opaque):is(.-active)::before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.wa-cursor:is(.-lg)::before {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
}
.wa-cursor:is(.-hidden)::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

@supports (mix-blend-mode: exclusion) {
  .wa-cursor.-exclusion, .wa-cursor.-opaque {
    mix-blend-mode: exclusion;
  }
}
@supports (mix-blend-mode: exclusion) {
  .wa-cursor.-exclusion:before, .wa-cursor.-opaque:before {
    background: white;
  }
}
/*
    05. button
*/
/* 
    button-start
*/
.bs-offcanvas-btn-2 {
  flex: 0 0 auto;
  background: var(--bs-clr-black-1);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  transition: 0.4s var(--bs-cube-2);
  padding: 0;
  border: none;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  justify-content: center;
  align-items: center;
  padding: 16px 16px;
  cursor: pointer;
}
.bs-offcanvas-btn-2 .dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-offcanvas-btn-2:hover {
  transform: rotate(180deg);
}
.bs-offcanvas-btn-2:hover .dot {
  background: var(--bs-clr-pr-1);
}

.bs-offcanvas-btn-3 {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  background: var(--bs-clr-pr-1);
  display: grid;
  grid-template-columns: auto auto auto;
  grid-template-rows: auto;
  align-content: center;
  justify-content: center;
  gap: 5px;
  transition: 0.5s var(--bs-cube-2);
}
.bs-offcanvas-btn-3 span {
  display: inline-block;
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s var(--bs-cube-2);
}
.bs-offcanvas-btn-3:hover span:nth-child(1) {
  transform: translate(-5px, -5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(2) {
  transform: translate(0px, -5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(3) {
  transform: translate(5px, -5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(4) {
  transform: translate(-5px, 0px);
}
.bs-offcanvas-btn-3:hover span:nth-child(6) {
  transform: translate(5px, 0px);
}
.bs-offcanvas-btn-3:hover span:nth-child(7) {
  transform: translate(-5px, 5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(8) {
  transform: translate(0px, 5px);
}
.bs-offcanvas-btn-3:hover span:nth-child(9) {
  transform: translate(5px, 5px);
}

.bs-btn-1 {
  font-family: var(--bs-font-2);
  background: #ffffff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.15;
  color: #1a1a1a;
  gap: 12px;
  display: inline-flex;
  flex: 0 0 auto;
  border-radius: 40px;
  padding: 16px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid rgba(30, 58, 95, 0.65);
  transition: var(--bs-cube-1);
  align-items: center;
}
.bs-btn-1 .shape {
  display: none;
}
.bs-btn-1 .icon {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-left: 2px;
}
.bs-btn-1 .icon i {
  transition: var(--bs-cube-1);
  color: #1a1a1a;
}
.bs-btn-1 .icon i:nth-child(2) {
  display: none;
}
.bs-btn-1 .text {
  position: relative;
  z-index: 3;
}
.bs-btn-1::before,
.bs-btn-1::after {
  content: "";
  position: absolute;
  left: 0;
  width: 220%;
  pointer-events: none;
  z-index: 1;
  background-repeat: repeat-x;
  background-position: 0 100%;
  will-change: background-position;
}
.bs-btn-1::before {
  height: 100%;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 100' preserveAspectRatio='none'%3E%3Cpath fill='%234a7ab5' d='M0 58 C20 46 40 68 60 56 C80 48 100 70 120 60 C140 50 160 68 180 54 C200 44 220 66 240 58 L240 100 L0 100 Z'/%3E%3C/svg%3E");
  background-size: 260px 100%;
  animation: bs-btn-wave-back-breathe 15s ease-in-out infinite;
}
.bs-btn-1::after {
  height: 90%;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 100' preserveAspectRatio='none'%3E%3Cpath fill='%231e3a5f' d='M0 62 C18 48 36 72 54 58 C72 50 90 74 108 62 C126 52 144 70 162 56 C180 44 198 68 220 62 L220 100 L0 100 Z'/%3E%3C/svg%3E");
  background-size: 230px 100%;
  animation: bs-btn-wave-front-breathe 12s ease-in-out infinite;
}
.bs-btn-1:hover {
  color: #1a1a1a;
  border-color: #1A2653;
  transform: translateY(-2px);
}
.bs-btn-1:hover .icon i:nth-child(1) {
  transform: none;
}

@keyframes bs-btn-wave-back-breathe {
  0%,
  100% {
    background-position: 0 100%;
    transform: translateY(0);
  }
  50% {
    background-position: -130px 100%;
    transform: translateY(-1px);
  }
}
@keyframes bs-btn-wave-front-breathe {
  0%,
  100% {
    background-position: 0 100%;
    transform: translateY(0);
  }
  50% {
    background-position: 150px 100%;
    transform: translateY(1px);
  }
}
.bs-pr-btn-2 {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-weight: 500;
  background: var(--bs-clr-white-1);
  color: var(--bs-clr-h-4);
  padding: 11px 31px;
  border: 1px solid var(--bs-clr-h-4);
  font-size: 18px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  margin-left: 16px;
  transition: 0.8s var(--bs-cube-2);
}
.bs-pr-btn-2 .line-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bs-pr-btn-2 .line-1::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  left: -16px;
  top: -16px;
  border-width: 0 1px 1px 0;
  transform-origin: bottom right;
}
.bs-pr-btn-2 .line-1::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  right: -16px;
  bottom: -16px;
  border-width: 1px 0 0 1px;
  transform-origin: top left;
}
.bs-pr-btn-2 .line-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.bs-pr-btn-2 .line-2::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  right: -16px;
  top: -16px;
  border-width: 0 0 1px 1px;
  transform-origin: bottom left;
}
.bs-pr-btn-2 .line-2::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  left: -16px;
  bottom: -16px;
  border-width: 1px 1px 0 0;
  transform-origin: top right;
}
.bs-pr-btn-2 .box {
  position: absolute;
  width: 50%;
  height: 50%;
  background: var(--bs-clr-pr-1);
  z-index: -1;
  transform: scale(0);
  transition: 0.4s var(--bs-cube-2);
}
.bs-pr-btn-2 .box-1 {
  top: 0;
  left: 0;
  transform-origin: left top;
}
.bs-pr-btn-2 .box-2 {
  top: 0;
  right: 0;
  transform-origin: right top;
}
.bs-pr-btn-2 .box-3 {
  bottom: 0;
  right: 0;
  transform-origin: right bottom;
}
.bs-pr-btn-2 .box-4 {
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
}
.bs-pr-btn-2 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 1;
  margin-bottom: -3px;
}
.bs-pr-btn-2 .text::after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  display: block;
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.bs-pr-btn-2 .text::before {
  top: 0;
  left: 0;
  opacity: 1;
  display: block;
  transition: 0.4s var(--bs-cube-1);
  color: var(--bs-clr-h-4);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.bs-pr-btn-2:hover {
  border-color: var(--bs-clr-pr-1);
}
.bs-pr-btn-2:hover .box {
  transform: scale(1);
}
.bs-pr-btn-2:hover .text::after {
  opacity: 1;
  transform: translateY(0%);
}
.bs-pr-btn-2:hover .text::before {
  opacity: 0;
  transform: translateY(-100%);
}

.bs-pr-btn-3 {
  font-family: var(--bs-font-3);
  text-transform: capitalize;
  font-weight: 600;
  background: var(--bs-clr-h-4);
  color: var(--bs-clr-white-1);
  padding: 15px 28px;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.4s var(--bs-cube-2);
}
.bs-pr-btn-3 .text {
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-pr-btn-3 .text:nth-child(1) {
  position: relative;
}
.bs-pr-btn-3 .text:nth-child(2) {
  position: absolute;
  transform: translateY(-150%);
  color: var(--bs-clr-black-1);
}
.bs-pr-btn-3::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--bs-clr-pr-1);
  z-index: -1;
  border-radius: 4px;
  transform: translateY(-105%);
  transition: 0.4s var(--bs-cube-2);
}
.bs-pr-btn-3:hover {
  color: var(--bs-clr-white-1);
}
.bs-pr-btn-3:hover::after {
  transform: translateY(0);
}
.bs-pr-btn-3:hover .text:nth-child(1) {
  transform: translateY(150%);
}
.bs-pr-btn-3:hover .text:nth-child(2) {
  transform: translateY(0%);
}

.bs-play-btn {
  font-size: 15px;
  color: var(--bs-clr-black-1);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: var(--bs-cube-1);
}
.bs-play-btn:hover {
  color: var(--bs-clr-pr-1);
}

.bs-play-btn-3 {
  display: inline-block;
  width: 165px;
  height: 165px;
  background: #eef4eb;
  border-radius: 50%;
  font-size: 40px;
  color: var(--bs-clr-black-1);
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-play-btn-3 {
    width: 120px;
    height: 120px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-play-btn-3 {
    width: 80px;
    height: 80px;
    font-size: 25px;
  }
}
.bs-play-btn-3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: var(--bs-clr-pr-1);
  transition: var(--bs-cube-1);
  opacity: 0;
  border-radius: 50%;
  z-index: -1;
}
.bs-play-btn-3 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.bs-play-btn-3:hover::after {
  opacity: 1;
}

.bs-play-btn-4 {
  width: 168px;
  height: 168px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: var(--bs-clr-white-1);
  font-size: 60px;
}
.bs-play-btn-4 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.bs-play-btn-4:hover {
  color: var(--bs-clr-white-1);
}

.bs-play-btn-5 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  background: var(--bs-clr-white-1);
  border-radius: 50%;
  font-size: 22px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .bs-play-btn-5 {
    width: 80px;
    height: 80px;
  }
}
.bs-play-btn-5::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bs-play-btn-5 5s linear infinite;
  animation-delay: 2.5s;
}
.bs-play-btn-5::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  animation: bs-play-btn-5 5s linear infinite;
}
.bs-play-btn-5:hover {
  color: var(--bs-clr-pr-1);
}

@keyframes bs-play-btn-5 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
/* 
    search-btn-1
*/
.bs-search-btn-1 {
  background: var(--bs-clr-black-1);
  color: var(--bs-clr-white-1);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.4s var(--bs-cube-2);
  padding: 0;
  border: none;
  outline: none;
}
.bs-search-btn-1:hover {
  background: var(--bs-clr-pr-1);
}

.bs-search-btn-2 {
  font-family: var(--bs-font-3);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-search-btn-2 i {
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-search-btn-2:hover {
  color: var(--bs-clr-pr-1);
}
.bs-search-btn-2:hover i {
  color: var(--bs-clr-pr-1);
  transform: translateX(5px);
}

/* 
    button-end
*/
/*
    06. offcanvas
*/
/* 
    offcanvas-start
*/
.wa-offcanvas-area {
  position: fixed;
  right: 0;
  top: 0;
  background: var(--bs-clr-white-1);
  z-index: 1001;
  max-width: 450px;
  width: 100%;
  height: 100%;
  overflow: scroll;
  opacity: 1;
  padding: 50px 50px;
  transition: 0.5s ease-in-out;
  transform: translateX(105%);
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 767px) {
  .wa-offcanvas-area {
    max-width: 100%;
    padding: 35px 24px;
  }
}
.wa-offcanvas-area:is(.active) {
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  transition: transform 0.5s ease-in-out, opacity 0.2s ease-in-out;
}
.wa-offcanvas-area::-webkit-scrollbar {
  display: none;
}
.wa-offcanvas-close {
  display: flex;
  flex: 0 0 auto;
  width: 25px;
  background: transparent;
  height: 25px;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  gap: 10px;
  flex-direction: column;
  position: relative;
}
.wa-offcanvas-close span {
  transition: 300ms;
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
}
.wa-offcanvas-close span:nth-child(1) {
  transform: rotate(45deg);
}
.wa-offcanvas-close span:nth-child(2) {
  transform: rotate(-45deg);
}
.wa-offcanvas-close:hover span {
  transform: rotate(0);
}
.wa-offcanvas-top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 50px;
}
.wa-offcanvas-top-logo {
  flex: 0 0 auto;
  max-width: 150px;
  width: 100%;
}
.wa-offcanvas-social-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-social-flex {
  gap: 10px;
}
.wa-offcanvas-social-link {
  display: flex;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  height: 40px;
  color: #000;
  font-size: 18px;
  transition: 300ms;
  justify-content: center;
  align-items: center;
}
.wa-offcanvas-social-link:hover {
  color: var(--bs-clr-pr-1);
  opacity: 1;
}
.wa-offcanvas-gallery {
  margin-bottom: 50px;
}
.wa-offcanvas-gallery-title {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wa-offcanvas-gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wa-offcanvas-gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.wa-offcanvas-gallery-item {
  height: 200px;
}

/* 
    header-menu-customization-start
*/
.mobile-main-navigation ul li {
  position: relative;
  padding: 20px 0;
}
.mobile-main-navigation ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mobile-main-navigation ul li a {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  width: 100%;
  line-height: 1;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 100%;
  height: 69px;
  display: flex;
  align-items: center;
  justify-content: end;
  background: transparent;
  font-size: 18px;
  color: #000;
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn i {
  transition: 300ms;
}
.mobile-main-navigation ul li .dropdown-btn:is(.active) i {
  transform: rotate(90deg);
}
.mobile-main-navigation ul li:hover > a {
  color: var(--bs-clr-pr-1);
}
.mobile-main-navigation ul li:hover > .dropdown-btn {
  color: var(--bs-clr-pr-1);
}
.mobile-main-navigation ul li .dropdown-menu {
  border-radius: 0;
  background-color: transparent;
  border: none;
  margin-left: 30px;
  padding: 0;
}
.mobile-main-navigation ul li .dropdown-menu li {
  padding: 13px 0;
}
.mobile-main-navigation ul li .dropdown-menu li a {
  font-size: 16px;
}
.mobile-main-navigation ul li .dropdown-menu li .dropdown-btn {
  height: 55px;
  font-size: 16px;
}

.mobile-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a {
  margin-bottom: 30px;
}
.mobile-main-navigation .navbar-nav li:is(.has-megamenu) .dropdown-menu li a img {
  margin-bottom: 15px;
}

/* 
    header-menu-customization-start
*/
/* 
    offcanvas-end
*/
.wa-overly {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1000;
  transform: scaleX(0);
  transform-origin: right;
  transition: opacity 0.5s;
  opacity: 0;
}
.wa-overly:is(.active) {
  transform: scaleX(1);
  transition: opacity 0.5s;
  opacity: 1;
}

body.wa-offcanvas-open {
  overflow: hidden;
}
body.wa-offcanvas-open .bs-header-1-area,
body.wa-offcanvas-open .bs-header-2-area,
body.wa-offcanvas-open .bs-header-3-area,
body.wa-offcanvas-open .bs-header-5-area,
body.wa-offcanvas-open .wa_sticky_header,
body.wa-offcanvas-open .lw-header-1-area {
  opacity: 0.25;
  visibility: visible;
  pointer-events: none;
  transition: opacity 0.25s ease;
}

/*
    07. form
*/
/* 
    form-1-start
*/
.bs-form-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 25px;
}
@media (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-form-1 {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-form-1-item {
  position: relative;
  z-index: 1;
}
.bs-form-1-item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--bs-clr-pr-1);
  transform-origin: left;
  transform: scaleX(0);
  transition: 0.5s;
}
.bs-form-1-item-label {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-form-1-item-label {
    font-size: 20px;
  }
}
.bs-form-1-item-input {
  border: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  background-color: transparent;
  height: 47px;
  font-family: var(--bs-font-1);
  font-size: 16px;
  width: 100%;
  padding: 0 15px;
  color: var(--lw-clr-h-1);
  outline: none;
  font-weight: 500;
}
.bs-form-1-item-input:is(textarea) {
  height: 150px;
  padding-top: 15px;
  margin-bottom: -8px;
}
.bs-form-1-item-checkbox {
  display: flex;
  gap: 18px;
  cursor: pointer;
}
.bs-form-1-item-checkbox input {
  cursor: pointer;
  flex: 0 0 auto;
  width: 28px;
}
.bs-form-1-item-checkbox label {
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.bs-form-1-item:last-child {
  margin-top: -18px;
}
.bs-form-1-item:is(.has-full-width) {
  grid-column: 1/-1;
}
.bs-form-1-item:is(.has-no-after)::after {
  display: none;
}
.bs-form-1-item:focus-within .bs-form-1-item-label {
  color: var(--bs-clr-pr-1);
}
.bs-form-1-item:focus-within::after {
  transform: scaleX(1);
}

/* 
    form-1-end
*/
/*
    08. search
*/
/* 
    search-box-css-start
*/
.wa-search-box {
  padding-top: 56px;
  padding-bottom: 56px;
  background-color: rgb(255, 255, 255);
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
  align-items: center;
  transition: 500ms var(--bs-cube-2);
  transform-origin: top;
  transform: scaleY(0);
  visibility: hidden;
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.wa-search-box-close {
  height: 40px;
  width: 40px;
  font-size: 18px;
  border: none;
  outline: none;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: #000;
  flex: 0 0 auto;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 40px;
  top: 35px;
  line-height: 1;
}
@media (max-width: 767px) {
  .wa-search-box-close {
    right: 20px;
    top: 15px;
  }
}
.wa-search-box-close i {
  font-weight: 400;
  line-height: 1;
}
.wa-search-box-close:hover {
  background: #000;
  color: #fff;
}
.wa-search-box.active {
  top: 0;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.wa-search-box.active .wa-search-form::after {
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.wa-search-container {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.wa-search-title {
  font-size: 23px;
  line-height: 1;
  margin-bottom: 18px;
}
.wa-search-form {
  position: relative;
  z-index: 1;
}
.wa-search-form-input {
  width: 100%;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
  font-size: 16px;
  color: #888888;
  font-weight: 300;
  padding: 3px 10px;
  background: transparent;
}
.wa-search-form::after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  position: absolute;
  background-color: #6D6D6D;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  transition-delay: 0s;
}
.wa-search-tag {
  gap: 8px;
  justify-content: center;
}
.wa-search-tag-title {
  font-size: 16px;
  font-weight: 400;
  color: #5D5D5D;
  margin-bottom: 12px;
}
.wa-search-tag-item {
  flex: 0 0 auto;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: #454545;
  border: 1px solid #DFE1E5;
  line-height: 1;
  padding: 9px 17px;
  transition: all 0.2s ease-in-out;
}
.wa-search-tag-item:hover {
  background: #000;
  color: #fff;
}

/* 
    search-box-css-end
*/
/*
    09. preloader
*/
/* 
	preloader-css-start
*/
.lw-preloader {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999999;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-clr-white-1);
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.lw-preloader::after {
  content: "";
  width: 200px;
  height: 110px;
  border: 2px solid var(--bs-clr-pr-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.lw-preloader-content {
  overflow: hidden;
  width: 200px;
  transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.lw-preloader:is(.preloaded)::after {
  width: 0px;
}
.lw-preloader:is(.preloaded) .lw-preloader-content {
  width: 0px;
}
.lw-preloader:is(.preloaded) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Fallback animation to auto-hide preloader after 3 seconds */
@keyframes hidePreloader {
  0% {
    opacity: 1;
    visibility: visible;
  }
  99% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.lw-preloader {
  animation: hidePreloader 3s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
}

/* 
	preloader-css-end
*/
/*
    10. animation
*/
/* 
    wa-wow-start
*/
.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img,
picture.jarallax-img img {
  position: absolute;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.wa-img-split {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  perspective: 400px;
  cursor: pointer;
}
.wa-img-split img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  opacity: 0;
  transition: all 1s;
}
.wa-img-split div {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  transform: rotateY(50deg) scale(0.5);
  opacity: 0;
  transform-origin: bottom;
  transition: all 1s cubic-bezier(0.71, 0.05, 0.09, 0.91);
}

/* 
    wa-wow-end
*/
/*
    11. wow-plus
*/
/* 
    wow-plus-start
*/
@-webkit-keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
@keyframes shakeX {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes zoomInDown2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown2 {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -500px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown2 {
  -webkit-animation-name: zoomInDown2;
  animation-name: zoomInDown1;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* 
    wow-plus-end
*/
/*
    12. element
*/
/* 
    element-start
*/
.bs-elm-phone {
  color: var(--bs-clr-pr-1);
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  transition: var(--bs-cube-1);
}
.bs-elm-phone:hover {
  color: var(--bs-clr-white-1);
}

.bs-social-link-1 {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bs-social-link-1 .item-link {
  display: inline-flex;
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  opacity: 0.7;
}

.bs-star-1 {
  display: inline-flex;
  gap: 6px;
  font-size: 18px;
  color: #1A2653;
  flex-wrap: wrap;
}

.bs-pagination-1 {
  display: inline-flex;
  width: auto !important;
  gap: 10px;
}
.bs-pagination-1 span {
  margin: 0 !important;
  border-radius: 0;
  width: 60px;
  height: 8px;
  background: #000;
  opacity: 1;
  transition: all 0.5s;
}
.bs-pagination-1 span:is(.swiper-pagination-bullet-active) {
  background: var(--bs-clr-pr-1);
}

.bs-play-btn-2 {
  display: inline-flex;
  flex-direction: column;
  font-size: 13px;
  color: var(--bs-clr-white-1);
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  gap: 15px;
}
.bs-play-btn-2 .icon {
  width: 67px;
  height: 67px;
  background: #242323;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #fff;
}
.bs-play-btn-2 .text {
  max-width: 100px;
  margin-left: 10px;
}
.bs-play-btn-2:hover {
  color: var(--bs-clr-white-1);
}

.bs-slider-btn-1 {
  display: inline-flex;
  flex: 0 0 auto;
  width: 60px;
  height: 42px;
  border: 1px solid;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  opacity: 40%;
  cursor: pointer;
  transition: 0.5s;
}
.bs-slider-btn-1:hover {
  color: var(--bs-clr-pr-1);
  opacity: 1;
}

.bs-social-1 {
  display: flex;
  gap: 30px;
}
.bs-social-1 .link {
  font-size: 20px;
  color: var(--bs-clr-black-1);
  transition: 0.5s var(--bs-cube-2);
}
.bs-social-1 .link:hover {
  color: var(--bs-clr-pr-1);
}

/* 
    land-btn-1-start
*/
.kd-lang-1-btn {
  border-radius: 0;
  border: none;
  font-family: var(--bs-font-2);
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  font-size: 15px;
  padding-left: 0;
  line-height: 1;
  height: auto;
  padding-right: 15px;
  background: transparent;
}
.kd-lang-1-btn::after {
  right: 0px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  height: 8px;
  margin-top: -5px;
  width: 8px;
}
.kd-lang-1-btn .current {
  display: flex;
  align-items: center;
  gap: 5px;
}
.kd-lang-1-btn .flag {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  flex: 0 0 auto;
}
.kd-lang-1-btn .flag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kd-lang-1-btn .list li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bs-pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
}
.bs-pagination .pagi-elm {
  width: 43px;
  height: 43px;
  background: #F7F6F1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  border-radius: 50%;
  transition: 0.4s var(--bs-cube-2);
}
.bs-pagination .pagi-elm:hover {
  background-color: var(--bs-clr-pr-1);
}

/* 
    element-end
*/
/*
    13. back-to-top
*/
/* 
    start-back-to-top
*/
.wa-back-to-top {
  position: fixed;
  right: 1.5%;
  bottom: -12.5%;
  z-index: 4;
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  transform: rotate(45deg);
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 767px) {
  .wa-back-to-top {
    right: 3%;
  }
}
.wa-back-to-top::after {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
  opacity: 0;
}
.wa-back-to-top-text {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.3s;
}
.wa-back-to-top:is(.active) {
  bottom: 2.5%;
}
.wa-back-to-top:is(.active):hover {
  bottom: 3.5%;
}
.wa-back-to-top:is(.active):hover .wa-back-to-top-text {
  transform: rotate(-45deg) translateY(5px);
}
.wa-back-to-top:is(.active):hover::after {
  top: 5px;
  left: 5px;
  opacity: 0.5;
}

/* 
    start-back-to-end
*/
/*
    14. typing-text
*/
/* -------------------------------- 

Primary style

-------------------------------- */
.cd-title {
  position: relative;
  text-align: center;
}

.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: center;
}

.cd-intro {
  margin: 4em auto;
}

@media only screen and (min-width: 768px) {
  .cd-intro {
    margin: 5em auto;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-intro {
    margin: 6em auto;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xrotate-1 

  -------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}

.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
/* -------------------------------- 

  xtype 

  -------------------------------- */
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.cd-headline.type .cd-words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}

.cd-headline.type .cd-words-wrapper.selected {
  background-color: #aebcb9;
}

.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}

.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}

.cd-headline.type b {
  visibility: hidden;
}

.cd-headline.type b.is-visible {
  visibility: visible;
}

.cd-headline.type i {
  position: absolute;
  visibility: hidden;
}

.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xrotate-2 

  -------------------------------- */
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-2 i,
.cd-headline.rotate-2 em {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-headline.rotate-2 b {
  opacity: 0;
}

.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}

.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}

.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}

.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}

.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}

.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0deg);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0deg);
    -moz-transform: translateZ(-20px) rotateX(0deg);
    -ms-transform: translateZ(-20px) rotateX(0deg);
    -o-transform: translateZ(-20px) rotateX(0deg);
    transform: translateZ(-20px) rotateX(0deg);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
/* -------------------------------- 

  xloading-bar 

  -------------------------------- */
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}

.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.loading-bar .cd-words-wrapper::after {
  /* loading bar */
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: var(--color-primary);
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}

.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}

.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}

/* -------------------------------- 

  xslide 

  -------------------------------- */
.cd-headline.slide span {
  display: inline-block;
}

.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}

.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
/* -------------------------------- 

  xclip 

  -------------------------------- */
.cd-headline.clip span {
  display: inline-block;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: var(--bs-clr-pr-1);
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline.clip b.is-visible {
  opacity: 1;
}

/* -------------------------------- 

  xzoom 

  -------------------------------- */
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.zoom b {
  opacity: 0;
}

.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}

.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}

@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
/* -------------------------------- 

  xrotate-3 

  -------------------------------- */
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}

.cd-headline.rotate-3 b {
  opacity: 0;
}

.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
  opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0deg);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
/* -------------------------------- 

  xscale 

  -------------------------------- */
.cd-headline.scale b {
  opacity: 0;
}

.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

.is-visible .cd-headline.scale i {
  opacity: 1;
}

.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}

.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}

.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}

.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}

@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
/* -------------------------------- 

  xpush 

  -------------------------------- */
.cd-headline.push b {
  opacity: 0;
}

.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}

.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}

@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
/* 
    layout
*/
/*
    15. header
*/
/* 
    header-1-start
*/
.bs-header-1-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: rgba(255,255,255,0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(26,38,83,0.06);
  box-shadow: 0 1px 16px rgba(26,38,83,0.04);
  animation: bsHeaderReveal 0.7s ease-out both;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, min-height 0.35s ease;
}
.bs-header-1-area.header-scrolled {
  background-color: rgba(255,255,255,0.99);
  box-shadow: 0 4px 30px rgba(26,38,83,0.08);
}
.bs-header-1-area.header-scrolled .bs-header-1-row {
  min-height: 64px;
}
.bs-header-1-area.header-scrolled .bs-header-logo-1 img {
  width: 120px;
}
.bs-header-1-row {
  padding: 0 50px;
  gap: 28px;
  min-height: 80px;
}
.bs-header-1-row > .bs-header-logo-1 {
  animation: bsHeaderItemUp 0.7s ease-out both;
}
.bs-header-1-row > .bs-header-1-action-link {
  animation: bsHeaderItemUp 0.7s ease-out 0.12s both;
}
.bs-header-1-area .bs-header-logo-1 img {
  width: 145px;
  height: auto;
  transition: transform 0.35s ease;
}
.bs-header-1-area .bs-header-logo-1:hover img {
  transform: scale(1.04);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-1-row {
    padding: 0 30px;
  }
}
.bs-header-1-action-link {
  gap: 25px;
}

.bs-header-1-action-link .header-btn {
  font-family: var(--bs-font-1);
  font-weight: 700;
  border-radius: 40px;
  padding: 12px 28px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: #F78D20 !important;
  color: #1A2653 !important;
  border: none;
}
.bs-header-1-action-link .header-btn:hover {
  color: #1A2653 !important;
  background: #e07a10 !important;
  box-shadow: 0 4px 20px rgba(247,141,32,0.3);
}

/* â”€â”€ header nav menu â”€â”€ */
.bs-header-nav {
  display: flex;
  align-items: center;
  gap: 0;
}
.bs-header-nav a {
  font-family: var(--bs-font-1);
  font-size: 14px;
  font-weight: 600;
  color: #1A2653;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  position: relative;
  padding: 6px 20px;
  transition: color 0.3s ease;
  cursor: pointer;
}
/* separator dots between links */
.bs-header-nav a + a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(26,38,83,0.2);
}
/* underline animation */
.bs-header-nav a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 20px;
  right: 20px;
  height: 2px;
  background: #F78D20;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.bs-header-nav a:hover {
  color: #F78D20;
}
.bs-header-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
/* active nav link */
.bs-header-nav a.active {
  color: #F78D20;
}
.bs-header-nav a.active::after {
  transform: scaleX(1);
  transform-origin: left;
}
@media (max-width: 1199px) {
  .bs-header-nav a { font-size: 13px; padding: 6px 14px; }
}
@media (max-width: 991px) {
  .bs-header-1-row { padding: 0 24px; min-height: 70px; }
  .bs-header-1-area .bs-header-logo-1 img { width: 130px; }
  .bs-header-1-area.header-scrolled .bs-header-1-row { min-height: 58px; }
}
@media (max-width: 767px) {
  .bs-header-1-row { padding: 0 16px; min-height: 62px; gap: 12px; }
  .bs-header-1-area .bs-header-logo-1 img { width: 115px; }
  .bs-header-1-area.header-scrolled .bs-header-1-row { min-height: 54px; }
  .bs-header-1-area.header-scrolled .bs-header-logo-1 img { width: 100px; }
}

/* â”€â”€ custom cursor for nav hover â”€â”€ */
.bs-header-nav a { cursor: none; }
.ts-nav-cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #F78D20;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: opacity 0.25s ease, transform 0.25s ease, background 0.25s ease;
  mix-blend-mode: difference;
}
.ts-nav-cursor.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  background: rgba(247,141,32,0.1);
}
@media (max-width: 991px) { .ts-nav-cursor { display: none; } }

@media (max-width: 767px) {
  .bs-header-1-action-link .header-btn {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-header-1-action-link .header-btn {
    display: inline-flex;
  }
}

.bs-header-1-action-link .header-btn .shape {
  background-color: #e07a10;
}
.bs-header-1-action-link > * {
  transition: transform 0.3s ease;
}
.bs-header-1-action-link > *:hover {
  transform: none;
}
.bs-header-1-area .bs-elm-phone:hover {
  color: var(--bs-clr-pr-1);
}
@keyframes bsHeaderReveal {
  0% {
    opacity: 0;
    transform: translateY(-18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bsHeaderItemUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-1-action-link .bs-elm-phone {
    display: none;
  }
}

.lw-header-1-area {
  position: fixed;
  top: 25px;
  left: 0;
  width: 100%;
  z-index: 4;
}
.lw-header-1-bg-color {
  position: absolute;
  top: 0;
  left: calc(0% - 25px);
  width: 58%;
  height: 100%;
  background: var(--lw-clr-h-1);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  right: 0;
  transition: all 1s var(--lw-cube-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .lw-header-1-bg-color {
    left: calc(0% + 105px);
    width: 62%;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .lw-header-1-bg-color {
    left: calc(0% + 105px);
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lw-header-1-bg-color {
    left: 30px;
    width: 68%;
    right: unset;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-1-bg-color {
    left: 30px;
    width: 85%;
    right: unset;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .lw-header-1-bg-color {
    left: 15px;
    width: 95%;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .lw-header-1-bg-color {
    left: 15px;
    width: 92%;
    right: 15px;
  }
}
.lw-header-1-bg-color::after {
  content: "";
  height: calc(100% - 12px);
  width: calc(100% + 12px);
  background: var(--lw-clr-pr-1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 8px;
}
.lw-header-1-row {
  padding-left: 90px;
  padding-right: 35px;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-header-1-row {
    padding-left: 35px;
  }
}
.lw-header-1-row .lw-open-time-1 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .lw-header-1-row .lw-open-time-1 {
    display: none;
  }
}
.lw-header-1-main {
  position: relative;
  gap: 30px;
  border-radius: 8px;
  padding: 0 44px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-1-main {
    padding: 0 24px;
  }
}
@media (max-width: 767px) {
  .lw-header-1-main {
    padding: 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .lw-header-1-main {
    padding: 0 24px;
  }
}
.lw-header-1-logo {
  background: var(--lw-clr-white-1);
  padding: 15px 18px;
  height: 100%;
}
.lw-header-1-logo img {
  width: 156px;
}
.lw-header-1-action-link {
  gap: 10px;
}
@media only screen and (max-width: 1919px) {
  .lw-header-1-action-link .lw-social-1 {
    display: none;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-1-action-link .lw-offcanvas-btn-1 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lw-header-1-action-link .lw-pr-btn-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .lw-header-1-action-link .lw-pr-btn-1 {
    display: none;
  }
}

/* 
    header-1-end
*/
/* 
    header-2-start
*/
.bs-header-2-area {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.bs-header-2-row {
  padding: 0 45px;
  gap: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-header-2-row {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-2-row {
    padding: 10px 20px;
  }
}
.bs-header-2-action-link {
  gap: 42px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-2-action-link .bs-social-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .bs-header-2-action-link .bs-social-1 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-header-2-action-link .bs-social-1 {
    display: flex;
  }
}

.bs-main-navigation .navbar-nav {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px;
}
.bs-main-navigation .navbar-nav li {
  position: relative;
}
.bs-main-navigation .navbar-nav li a {
  position: relative;
  z-index: 1;
  font-family: var(--bs-font-2);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: var(--bs-clr-black-1);
  padding: 21px 0;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1;
  transition: all 0.4s var(--bs-cube-2);
}
.bs-main-navigation .navbar-nav li a::after {
  content: "*";
  position: absolute;
  top: 0;
  left: 0%;
  transform: translateX(-50%);
  font-size: 23px;
  line-height: 1;
  transition: all 0.4s var(--bs-cube-2);
  opacity: 0;
}
.bs-main-navigation .navbar-nav li a::before {
  content: "*";
  position: absolute;
  bottom: -8px;
  left: 100%;
  transform: translateX(-50%);
  font-size: 23px;
  line-height: 1;
  transition: all 0.4s var(--bs-cube-2);
  opacity: 0;
}
.bs-main-navigation .navbar-nav li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-main-navigation .navbar-nav li:hover > a::after {
  left: 50%;
  opacity: 1;
}
.bs-main-navigation .navbar-nav li:hover > a::before {
  left: 50%;
  opacity: 1;
}
.bs-main-navigation .navbar-nav li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.bs-main-navigation .navbar-nav li .dropdown-menu {
  left: 0;
  top: 100%;
  z-index: 100;
  margin: 0px;
  padding: 5px 0px;
  height: auto;
  min-width: 200px;
  display: block;
  border: none;
  border-top: 2px solid var(--bs-clr-pr-1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  position: absolute;
  background: var(--bs-clr-white-1);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1), visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1), transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.bs-main-navigation .navbar-nav li .dropdown-menu li {
  display: block;
  margin: 0;
}
.bs-main-navigation .navbar-nav li .dropdown-menu li a {
  width: 100%;
  font-weight: 500;
  display: block;
  padding: 12px 20px;
  padding-left: 30px;
  font-size: 16px;
}
.bs-main-navigation .navbar-nav li .dropdown-menu li a::after {
  top: 55%;
  transform: translateY(-50%);
  left: 10px;
}
.bs-main-navigation .navbar-nav li .dropdown-menu li a::before {
  display: none;
}
.bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  transform: translateX(5px);
}
.bs-main-navigation .navbar-nav li .dropdown-menu li .dropdown-menu {
  top: 0;
  left: 100%;
}

/* 
    header-2-end
*/
/* 
    header-3-start
*/
.bs-header-3-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.bs-header-3-top {
  background-color: #f6f6f6;
}
@media (max-width: 767px) {
  .bs-header-3-top {
    padding: 5px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-header-3-top {
    padding: 0 0;
  }
}
.bs-header-3-top-wrap {
  display: flex;
  gap: 45px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-3-top-wrap {
    justify-content: space-between;
  }
}
.bs-header-3-top-call-elm {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-3-top-call-elm {
    display: none;
  }
}
.bs-header-3-top-call-elm .elm-item {
  text-transform: capitalize;
  font-size: 15px;
  color: #7b7b7b;
  padding: 13px 0;
}
.bs-header-3-top-call-elm .elm-item b {
  color: var(--bs-clr-black-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-header-3-top-call-elm .elm-item:is(a) {
  transition: 0.4s var(--bs-cube-2);
}
.bs-header-3-top-call-elm .elm-item:is(a):hover {
  color: var(--bs-clr-pr-1);
}
.bs-header-3-top-call-elm .elm-item:is(a):hover b {
  color: var(--bs-clr-pr-1);
}
.bs-header-3-top-call-elm .elm-item:not(:last-child) {
  padding-right: 25px;
  border-right: 1px solid #D8D8D8;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .bs-header-3-top-btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-header-3-top-btn {
    display: inline-block;
  }
}
.bs-header-3-top-btn .bs-btn-1 {
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  border-radius: 0;
  padding: 13px 20px;
}
.bs-header-3-main {
  padding-right: 18px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-3-main {
    padding: 10px 0;
    padding-right: 18px;
  }
}
.bs-header-3-main::after {
  content: "";
  width: 93px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background: var(--bs-clr-pr-1);
}
.bs-header-3-main-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-right: -37px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-header-3-main-left {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-header-3-main-left {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-3-main-left {
    padding-right: 30px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-header-3-main-left {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-3-main-left {
    margin-right: 30px;
  }
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav {
  gap: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-3-main-left .bs-main-navigation .navbar-nav {
    gap: 30px;
  }
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li a {
  font-weight: 700;
  color: var(--bs-clr-white-1);
  padding: 53px 0;
  text-transform: capitalize;
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li a::after {
  content: "*";
  position: absolute;
  top: 51%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 18px;
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li a::before {
  display: none;
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 18px;
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f0d7";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  right: 0;
  left: unset;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  opacity: 1;
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li:hover > a::after {
  left: -15px;
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li .dropdown-menu li a {
  color: var(--bs-clr-black-1);
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) a::before {
  right: 20px;
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-header-3-main-left .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
  left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-3-main-left .bs-search-btn-1 {
    display: none;
  }
}

/* 
    header-3-end
*/
/* 
    header-4-start
*/
.bs-header-4-logo {
  background: #E3E5DD;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  padding: 20px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-header-4-logo {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .bs-header-4-logo {
    max-width: 150px;
  }
}
.bs-header-4-right {
  width: 100%;
}
.bs-header-4-main {
  background: var(--bs-clr-black-2);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-left: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-4-main {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-main {
    padding-left: 30px;
    justify-content: end;
  }
}
.bs-header-4-top {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding-left: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-top {
    justify-content: end;
  }
}
.bs-header-4-top-contact {
  display: flex;
  gap: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-top-contact {
    display: none;
  }
}
.bs-header-4-top-contact li, .bs-header-4-top-contact a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--bs-clr-h-4);
  font-size: 14px;
}
.bs-header-4-top-contact li i, .bs-header-4-top-contact a i {
  color: var(--bs-clr-pr-1);
}
.bs-header-4-top-contact a {
  transition: 0.4s var(--bs-cube-2);
}
.bs-header-4-top-contact a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-header-4-top-social {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .bs-header-4-top-social {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-header-4-top-social {
    display: inline-flex;
  }
}
.bs-header-4-top-social .elm-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 44px;
  border-left: 1px solid rgba(6, 6, 6, 0.24);
  color: var(--bs-clr-black-2);
  transition: 0.4s var(--bs-cube-2);
  font-size: 16px;
}
.bs-header-4-top-social .elm-link:hover {
  background-color: var(--bs-clr-pr-1);
  border-color: transparent;
  color: var(--bs-clr-white-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li a {
  font-family: var(--bs-font-3);
  color: var(--bs-clr-white-1);
  font-size: 16px;
  padding: 28px 0;
  text-transform: capitalize;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li a::after {
  content: "*";
  position: absolute;
  top: 55%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 18px;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li a::before {
  display: none;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 18px;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  right: 0;
  left: unset;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  opacity: 1;
  color: var(--bs-clr-pr-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li:hover > a::after {
  left: -15px;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li a {
  color: var(--bs-clr-black-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) a::before {
  right: 20px;
}
.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-header-4-main .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
  left: 10px;
}
.bs-header-4-action-link {
  gap: 60px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-action-link {
    gap: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-4-action-link .bs-search-btn-2 {
    display: none;
  }
}
.bs-header-4-action-link .bs-pr-btn-2 {
  padding: 8px 23px;
  font-size: 17px;
  margin-left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-4-action-link .bs-pr-btn-2 {
    display: none;
  }
}
@media (max-width: 767px) {
  .bs-header-4-action-link .bs-pr-btn-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-header-4-action-link .bs-pr-btn-2 {
    display: inline-flex;
  }
}

/* 
    header-4-end
*/
/* 
    header-5-sta
*/
.bs-header-5-area {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  border-top: 1px solid rgba(247, 246, 241, 0.32);
  border-bottom: 1px solid rgba(247, 246, 241, 0.32);
  z-index: 3;
}
.bs-header-5-logo {
  max-width: 110px;
}
.bs-header-5-row {
  gap: 52px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-header-5-row {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-5-row {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-header-5-row {
    padding: 10px 0;
  }
}
.bs-header-5-row .bs-main-navigation {
  border-left: 1px solid rgba(247, 246, 241, 0.32);
  border-right: 1px solid rgba(247, 246, 241, 0.32);
  margin-left: auto;
  padding: 0 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-header-5-row .bs-main-navigation {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-5-row .bs-main-navigation {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-header-5-row .bs-main-navigation .navbar-nav {
    gap: 20px;
  }
}
.bs-header-5-row .bs-main-navigation .navbar-nav li a {
  font-family: var(--bs-font-3);
  color: var(--bs-clr-white-1);
  font-size: 16px;
  padding: 28px 0;
  text-transform: capitalize;
}
.bs-header-5-row .bs-main-navigation .navbar-nav li a::after {
  content: "*";
  position: absolute;
  top: 51%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 18px;
}
.bs-header-5-row .bs-main-navigation .navbar-nav li a::before {
  display: none;
}
.bs-header-5-row .bs-main-navigation .navbar-nav li:is(.dropdown) > a {
  padding-right: 20px;
}
.bs-header-5-row .bs-main-navigation .navbar-nav li:is(.dropdown) > a::before {
  display: block;
  content: "\f107";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  position: absolute;
  font-size: 14px;
  right: 0;
  left: unset;
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  opacity: 1;
  color: var(--bs-clr-pr-1);
}
.bs-header-5-row .bs-main-navigation .navbar-nav li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-header-5-row .bs-main-navigation .navbar-nav li:hover > a::after {
  left: -15px;
}
.bs-header-5-row .bs-main-navigation .navbar-nav li .dropdown-menu li a {
  color: var(--bs-clr-black-1);
}
.bs-header-5-row .bs-main-navigation .navbar-nav li .dropdown-menu li:is(.dropdown) a::before {
  right: 20px;
}
.bs-header-5-row .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a {
  color: var(--bs-clr-pr-1);
}
.bs-header-5-row .bs-main-navigation .navbar-nav li .dropdown-menu li:hover > a::after {
  left: 10px;
}
.bs-header-5-action-link {
  gap: 30px;
}
.bs-header-5-action-link .bs-pr-btn-3 {
  padding: 9px 19px;
  background: var(--bs-clr-pr-1);
}
.bs-header-5-action-link .bs-pr-btn-3::after {
  background: var(--bs-clr-white-1);
}
@media (max-width: 767px) {
  .bs-header-5-action-link .bs-pr-btn-3 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-header-5-action-link .bs-pr-btn-3 {
    display: inline-flex;
  }
}

/* 
    header-5-end
*/
/* 
    services-details-page-start
*/
.bs-header-1-area:is(.has-breadcrumb-2) {
  position: unset;
  background-color: var(--bs-clr-black-1);
  padding: 54px 0;
}

/* 
    services-details-page-end
*/
/* 
    sticky-header-css-start
*/
/* home-1-header-fixed */
.wa_sticky_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  transition: 400ms ease-in-out;
  z-index: 8;
}
.wa_sticky_header:is(.wa_sticky) {
  transform: translateY(-190%);
}
.wa_sticky_header:is(.wa_sticky):is(.wa_sticky_show) {
  transform: translateY(0%);
}
.wa_sticky_header:is(.bs-header-2-area) {
  top: 35px;
}
.wa_sticky_header:is(.bs-header-2-area):is(.wa_sticky_show) {
  top: 0px;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

/* 
    sticky-header-css-end
*/
/*
    16. hero
*/
/* ================================================================
   SITE INTRO OVERLAY ? index.html only, fixed fullscreen white
   ================================================================ */
/* ========================================
   SITE INTRO PRELOADER — Premium Dark
   ======================================== */
.site-intro-overlay {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #0a0e1a;
  background-image:
    radial-gradient(ellipse 80% 60% at 50% 40%, rgba(26,38,83,0.55) 0%, transparent 70%),
    radial-gradient(circle at 20% 80%, rgba(247,141,32,0.08) 0%, transparent 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: all;
}

/* ambient glow orbs */
.si-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0;
  pointer-events: none;
}
.si-orb-1 {
  width: 420px; height: 420px;
  top: -10%; left: -8%;
  background: radial-gradient(circle, rgba(247,141,32,0.25) 0%, transparent 70%);
}
.si-orb-2 {
  width: 320px; height: 320px;
  bottom: -5%; right: -5%;
  background: radial-gradient(circle, rgba(26,38,83,0.5) 0%, transparent 70%);
}
.si-orb-3 {
  width: 240px; height: 240px;
  top: 50%; left: 60%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(247,141,32,0.12) 0%, transparent 70%);
}

/* floating particles container */
.si-particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.si-particle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}
.si-particle-dot {
  width: 3px; height: 3px;
  background: rgba(247,141,32,0.6);
}
.si-particle-ring {
  width: 12px; height: 12px;
  border: 1px solid rgba(255,255,255,0.12);
}
.si-particle-diamond {
  width: 6px; height: 6px;
  background: rgba(247,141,32,0.35);
  border-radius: 1px;
  transform: rotate(45deg);
}

/* corner accents */
.si-corner {
  position: absolute;
  width: 48px; height: 48px;
  opacity: 0;
  pointer-events: none;
}
.si-corner::before,
.si-corner::after {
  content: '';
  position: absolute;
  background: #F78D20;
}
.si-corner::before { width: 24px; height: 1px; }
.si-corner::after  { width: 1px; height: 24px; }
.si-corner-tl { top: clamp(20px, 3vw, 48px); left: clamp(20px, 3vw, 48px); }
.si-corner-tl::before { top: 0; left: 0; }
.si-corner-tl::after  { top: 0; left: 0; }
.si-corner-tr { top: clamp(20px, 3vw, 48px); right: clamp(20px, 3vw, 48px); }
.si-corner-tr::before { top: 0; right: 0; }
.si-corner-tr::after  { top: 0; right: 0; }
.si-corner-bl { bottom: clamp(20px, 3vw, 48px); left: clamp(20px, 3vw, 48px); }
.si-corner-bl::before { bottom: 0; left: 0; }
.si-corner-bl::after  { bottom: 0; left: 0; }
.si-corner-br { bottom: clamp(20px, 3vw, 48px); right: clamp(20px, 3vw, 48px); }
.si-corner-br::before { bottom: 0; right: 0; }
.si-corner-br::after  { bottom: 0; right: 0; }

/* rotating ring */
.si-ring {
  position: absolute;
  width: min(280px, 40vw);
  height: min(280px, 40vw);
  left: 50%; top: 46%;
  transform: translate(-50%, -50%);
  opacity: 0;
  pointer-events: none;
}
@keyframes siRingSpin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}
.si-ring.is-spinning {
  animation: siRingSpin 4s linear infinite;
}

.site-intro-sequence {
  position: relative;
  width: min(1240px, 95vw);
  height: min(760px, 86vh);
  perspective: 1200px;
}

.site-intro-frame {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255,255,255,0.06);
  opacity: 0;
}

.site-intro-frame-inner {
  inset: clamp(16px, 2vw, 28px);
  border-color: rgba(247,141,32,0.15);
}

.site-intro-text-loader {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  width: min(72vw, 880px);
  height: min(22vw, 220px);
  opacity: 0;
}

.site-intro-loader-cube {
  position: absolute;
  left: 50%;
  top: 50%;
  width: clamp(14px, 1.45vw, 22px);
  height: clamp(14px, 1.45vw, 22px);
  border-radius: 4px;
  transform: translate(-50%, -50%);
}

.site-intro-loader-cube-a {
  background: #F78D20;
  box-shadow: 0 0 20px rgba(247,141,32,0.5), 0 8px 18px rgba(247,141,32,0.25);
}

.site-intro-loader-cube-b {
  background: #ffffff;
  box-shadow: 0 0 20px rgba(255,255,255,0.3), 0 8px 18px rgba(255,255,255,0.15);
}

.site-intro-loader-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: clamp(4px, 0.6vw, 10px);
  white-space: nowrap;
}

.site-intro-loader-letter {
  display: inline-block;
  font-family: var(--bs-font-1, 'Arial Black', Arial, sans-serif);
  font-size: clamp(24px, 3.2vw, 54px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  color: #ffffff;
  opacity: 0;
  transform: translateY(16px) scale(0.92);
}

.site-intro-loader-letter.si-orange {
  color: #F78D20;
}

.site-intro-loader-gap {
  width: clamp(10px, 1.2vw, 16px);
}

.site-intro-word {
  position: absolute;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: clamp(6px, 0.9vw, 14px);
  opacity: 0;
  white-space: nowrap;
}

.site-intro-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--bs-font-1, 'Arial Black', Arial, sans-serif);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 1;
}

.site-intro-word-1 .site-intro-letter {
  font-size: clamp(52px, 8vw, 122px);
  color: #F78D20;
  text-shadow: 0 0 40px rgba(247,141,32,0.3);
}

.site-intro-word-2 .site-intro-letter {
  font-size: clamp(38px, 6vw, 86px);
  color: #ffffff;
  text-shadow: 0 0 30px rgba(255,255,255,0.1);
}

.site-intro-word-3 .site-intro-letter {
  font-size: clamp(38px, 6vw, 86px);
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(255,255,255,0.7);
  text-shadow: none;
}

/* progress bar */
.si-progress {
  position: absolute;
  bottom: clamp(24px, 3.5vh, 48px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 16px;
  opacity: 0;
}
.si-progress-track {
  width: clamp(100px, 20vw, 200px);
  height: 2px;
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  overflow: hidden;
}
.si-progress-fill {
  width: 0%;
  height: 100%;
  background: linear-gradient(90deg, #F78D20, #ffb366);
  border-radius: 2px;
  box-shadow: 0 0 8px rgba(247,141,32,0.4);
}
.si-progress-label {
  font-family: var(--bs-font-1, 'Arial', sans-serif);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

/* curtain panels for split exit */
.si-curtain {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  background: #0a0e1a;
  z-index: 2;
}
.si-curtain-top { top: 0; }
.si-curtain-bottom { bottom: 0; }

/* skip/enter hint for returning visitors */
.si-skip-hint {
  position: absolute;
  bottom: clamp(60px, 8vh, 100px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--bs-font-1, 'Albert Sans', sans-serif);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  z-index: 10;
  padding: 12px 28px;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 60px;
  backdrop-filter: blur(6px);
  background: rgba(255,255,255,0.04);
  transition: color 0.3s, border-color 0.3s, background 0.3s;
  white-space: nowrap;
}
.si-skip-hint:hover {
  color: #F78D20;
  border-color: rgba(247,141,32,0.35);
  background: rgba(247,141,32,0.06);
}
.si-skip-hint-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F78D20;
  display: inline-block;
  animation: siPulse 1.6s ease-in-out infinite;
}
@keyframes siPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

@media (max-width: 991px) {
  .site-intro-sequence {
    width: 96vw;
    height: 80vh;
  }
  .site-intro-word-1 .site-intro-letter {
    font-size: clamp(34px, 10vw, 74px);
  }
  .site-intro-word-2 .site-intro-letter,
  .site-intro-word-3 .site-intro-letter {
    font-size: clamp(24px, 8vw, 52px);
  }
  .site-intro-word {
    gap: clamp(4px, 1.5vw, 10px);
  }
  .si-orb-1 { width: 260px; height: 260px; }
  .si-orb-2 { width: 200px; height: 200px; }
  .si-orb-3 { width: 150px; height: 150px; }
  .si-ring {
    width: 200px;
    height: 200px;
  }
  .site-intro-loader-letter {
    font-size: clamp(20px, 4.5vw, 36px);
    gap: clamp(3px, 0.5vw, 6px);
  }
  .site-intro-loader-text {
    gap: clamp(3px, 0.5vw, 6px);
  }
  .si-corner::before { width: 18px; }
  .si-corner::after  { height: 18px; }
}

@media (max-width: 767px) {
  .site-intro-sequence {
    width: 100vw;
    height: 100vh;
  }
  .site-intro-frame {
    inset: 8px;
  }
  .site-intro-frame-inner {
    inset: 18px;
  }
  .site-intro-word-1 .site-intro-letter {
    font-size: clamp(28px, 12vw, 60px);
  }
  .site-intro-word-2 .site-intro-letter,
  .site-intro-word-3 .site-intro-letter {
    font-size: clamp(20px, 9vw, 44px);
  }
  .site-intro-word {
    gap: clamp(3px, 1.2vw, 8px);
  }
  .site-intro-letter {
    letter-spacing: -0.02em;
  }
  .si-orb-1 { width: 180px; height: 180px; filter: blur(60px); top: -5%; left: -12%; }
  .si-orb-2 { width: 140px; height: 140px; filter: blur(50px); }
  .si-orb-3 { width: 100px; height: 100px; filter: blur(40px); }
  .si-ring {
    width: 160px;
    height: 160px;
  }
  .site-intro-loader-letter {
    font-size: clamp(16px, 5.5vw, 30px);
  }
  .site-intro-loader-text {
    gap: clamp(2px, 0.4vw, 5px);
  }
  .site-intro-loader-gap {
    width: clamp(6px, 1vw, 10px);
  }
  .site-intro-text-loader {
    width: 90vw;
    height: 25vw;
  }
  .site-intro-loader-cube {
    width: 10px;
    height: 10px;
  }
  .si-corner::before { width: 14px; }
  .si-corner::after  { height: 14px; }
  .si-progress {
    gap: 10px;
  }
  .si-progress-track {
    width: clamp(80px, 30vw, 160px);
  }
  .si-progress-label {
    font-size: 9px;
    letter-spacing: 0.15em;
  }
}

@media (max-width: 480px) {
  .site-intro-word-1 .site-intro-letter {
    font-size: clamp(24px, 13vw, 52px);
  }
  .site-intro-word-2 .site-intro-letter,
  .site-intro-word-3 .site-intro-letter {
    font-size: clamp(18px, 9.5vw, 38px);
  }
  .site-intro-loader-letter {
    font-size: clamp(14px, 6vw, 26px);
  }
  .si-ring {
    width: 130px;
    height: 130px;
  }
  .si-orb-1 { width: 140px; height: 140px; }
  .si-orb-2 { width: 100px; height: 100px; }
  .si-orb-3 { display: none; }
  .si-corner { width: 32px; height: 32px; }
  .si-corner::before { width: 12px; }
  .si-corner::after  { height: 12px; }
  .si-progress {
    bottom: 16px;
    gap: 8px;
  }
}

@media (max-width: 375px) {
  .site-intro-word-1 .site-intro-letter {
    font-size: clamp(22px, 13vw, 46px);
  }
  .site-intro-word-2 .site-intro-letter,
  .site-intro-word-3 .site-intro-letter {
    font-size: clamp(16px, 10vw, 34px);
  }
  .site-intro-word {
    gap: 2px;
  }
  .site-intro-loader-letter {
    font-size: clamp(12px, 6.5vw, 22px);
  }
  .site-intro-loader-text {
    gap: 1px;
  }
  .site-intro-loader-gap {
    width: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-intro-overlay {
    display: none;
  }
}

/* 
    hero-1-start
*/
.bs-hero-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 60px;
  align-items: start;
  margin-top: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-1-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-1-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-hero-1-wrap .btn-wrap .bs-btn-1 .shape {
  background: var(--bs-clr-white-1);
}
.bs-hero-1-wrap .btn-wrap .bs-btn-1:hover {
  color: var(--bs-clr-pr-1);
}
.bs-hero-1-success {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: end;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-1-success {
    max-width: 690px;
  }
}
@media (max-width: 767px) {
  .bs-hero-1-success {
    grid-template-columns: 1fr;
  }
}
.bs-hero-1-success .success-img {
  position: relative;
  z-index: 1;
  min-height: 220px;
  display: flex;
  align-items: flex-end;
}
/* Hero Word Art Top */
.hero-word-art-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  width: 100%;
  margin-bottom: 80px;
  margin-top: -30px;
  position: relative;
  z-index: 10;
}
.hero-word-art-top .hero-word-art-line {
  display: inline-block;
  font-family: var(--bs-font-1);
  font-size: clamp(48px, 6vw, 96px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.06em;
  text-transform: uppercase;
}
.hero-word-art-top .hero-word-art-line-1 {
  color: #1a2653;
}
.hero-word-art-top .hero-word-art-line-2 {
  color: #2a5080;
}
.bs-hero-1-success .content {
  margin-left: -40px;
  background-color: #ffffff;
}
.bs-hero-1-success .title {
  background-color: var(--bs-clr-pr-1);
  color: var(--bs-clr-black-1);
  text-align: center;
  font-size: 18px;
  line-height: 1.2;
  padding: 16px 0;
}
.bs-hero-1-success-counter {
  display: grid;
  grid-template-columns: auto auto auto;
  padding: 50px 0;
  padding-left: 90px;
  justify-content: start;
  gap: 25px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-1-success-counter {
    padding: 50px 0;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-1-success-counter {
    padding: 50px 0;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
  }
}
.bs-hero-1-success-counter-item .number {
  font-weight: 800;
  line-height: 1;
  font-size: 48px;
  margin-bottom: 8px;
}
.bs-hero-1-success-counter-item .shape {
  margin-top: 8px;
}
.bs-hero-1-success-counter-item .disc {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.bs-hero-1-title {
  font-size: 90px;
  line-height: 1.111;
  font-weight: 700;
  color: var(--bs-clr-black-1);
  margin-bottom: 56px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-1-title {
    font-size: 78px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-1-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-1-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-1-title {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .bs-hero-1-title {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-1-title {
    font-size: 50px;
  }
}
.bs-hero-1-title-2 {
  font-size: 40px;
  color: var(--bs-clr-black-1);
  line-height: 1.25;
  margin-bottom: 51px;
  font-weight: 500;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-1-title-2 {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-1-title-2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-hero-1-title-2 {
    font-size: 25px;
  }
}
.bs-hero-1-img {
  height: 650px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-1-img {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .bs-hero-1-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-1-img {
    height: 500px;
  }
}
.bs-hero-1-play-btn {
  text-align: right;
  margin-right: -144px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-1-play-btn {
    margin-right: 0px;
  }
}
.bs-hero-1-play-btn .bs-play-btn i {
  animation: shakeX 10s linear infinite;
}
.bs-hero-1-play-btn .bs-play-btn:hover i {
  animation: unset;
}
.bs-hero-1-bg-shape {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
  background: #2d2d2d;
  z-index: -1;
  mix-blend-mode: difference;
  filter: blur(30px);
  border-radius: 50%;
}

.bs-home-1 .bs-hero-1-area {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 50%, #f0f5ff 100%);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
.bs-home-1 .bs-hero-1-area::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 30%, rgba(30, 58, 95, 0.08) 0%, rgba(30, 58, 95, 0) 40%),
    radial-gradient(circle at 85% 70%, rgba(59, 130, 246, 0.06) 0%, rgba(59, 130, 246, 0) 50%);
  animation: gradientShift 8s ease-in-out infinite;
}
.bs-home-1 .bs-hero-1-area .container {
  position: relative;
  z-index: 2;
}
.bs-home-1 .bs-hero-1-bg-shape {
  z-index: 1;
  mix-blend-mode: overlay;
  background: conic-gradient(from 0deg, rgba(30, 58, 95, 0.15), rgba(59, 130, 246, 0.1), rgba(30, 58, 95, 0.15));
  filter: blur(120px);
  opacity: 0.6;
  animation: floatShapeRotate 15s linear infinite;
  will-change: transform;
}

/* Grid Canvas Styling */
.grid-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  opacity: 0.4;
}

.hero-logo-intro {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}
.hero-logo-intro.is-complete {
  opacity: 0;
  visibility: hidden;
}
.hero-text-intro {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 6px;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}
.hero-text-intro-word {
  display: block;
  font-family: var(--bs-font-1);
  font-size: clamp(44px, 7vw, 108px);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}
.hero-text-intro-word-1 {
  color: #1a2653;
}
.hero-text-intro-word-2 {
  color: #2a5080;
}
.hero-text-intro-line {
  display: block;
  width: min(26vw, 260px);
  height: 2px;
  background: linear-gradient(90deg, rgba(26, 38, 83, 0.1) 0%, rgba(74, 122, 181, 0.95) 45%, rgba(26, 38, 83, 0.1) 100%);
  transform-origin: center center;
}
.hero-text-intro-tag {
  display: block;
  font-family: var(--bs-font-1);
  font-size: clamp(12px, 1.1vw, 16px);
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: rgba(8, 20, 33, 0.58);
}

@media (max-width: 767px) {
  .hero-text-intro {
    top: 28%;
  }
  .hero-text-intro-word {
    font-size: clamp(34px, 12vw, 62px);
  }
  .hero-text-intro-line {
    width: min(52vw, 180px);
  }
  .hero-text-intro-tag {
    letter-spacing: 0.22em;
  }
  .bs-hero-1-success .success-img {
    min-height: 140px;
  }
  .bs-home-1 .bs-hero-1-success .hero-word-art-line {
    font-size: clamp(42px, 14vw, 64px);
  }
}

@keyframes gradientShift {
  0%, 100% {
    background:
      radial-gradient(circle at 20% 30%, rgba(30, 58, 95, 0.08) 0%, rgba(30, 58, 95, 0) 40%),
      radial-gradient(circle at 85% 70%, rgba(59, 130, 246, 0.06) 0%, rgba(59, 130, 246, 0) 50%);
  }
  50% {
    background:
      radial-gradient(circle at 25% 35%, rgba(30, 58, 95, 0.12) 0%, rgba(30, 58, 95, 0) 45%),
      radial-gradient(circle at 80% 65%, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0) 55%);
  }
}

@keyframes floatShapeRotate {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    transform: translate(30px, -20px) rotate(90deg);
  }
  50% {
    transform: translate(0, 30px) rotate(180deg);
  }
  75% {
    transform: translate(-30px, -20px) rotate(270deg);
  }
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   THEORY SPACE â€” CINEMATIC HERO
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.ts-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background: #0a0f1e;
}

/* â”€â”€ background video â”€â”€ */
.ts-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
.ts-hero-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  will-change: transform;
  transform: translateZ(0);
}
.ts-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,15,30,0.92) 0%, rgba(10,15,30,0.65) 40%, rgba(10,15,30,0.82) 75%, rgba(10,15,30,0.97) 100%),
    linear-gradient(90deg, rgba(10,15,30,0.95) 0%, transparent 50%, rgba(10,15,30,0.4) 100%);
}

/* â”€â”€ content â”€â”€ */
.ts-hero-content {
  position: relative;
  z-index: 2;
  padding: 200px 0 80px;
  will-change: transform, opacity;
  transform: translateZ(0);
}

/* â”€â”€ floating glass stats panel â”€â”€ */
.ts-hero-glass-stats {
  position: absolute;
  top: 180px;
  right: 60px;
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
  border-radius: 20px;
  background: linear-gradient(
    160deg,
    rgba(255,255,255,0.08) 0%,
    rgba(255,255,255,0.04) 40%,
    rgba(200,210,230,0.06) 70%,
    rgba(255,255,255,0.05) 100%
  );
  backdrop-filter: blur(20px) saturate(1.6);
  -webkit-backdrop-filter: blur(20px) saturate(1.6);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow:
    0 20px 60px rgba(0,0,0,0.25),
    0 1px 0 rgba(255,255,255,0.12) inset,
    0 -1px 0 rgba(255,255,255,0.04) inset,
    0 0 0 0.5px rgba(255,255,255,0.08);
  overflow: hidden;
  min-width: 340px;
  will-change: transform;
  transition: box-shadow 0.3s ease;
}
/* slow ambient light sweep */
.ts-hero-glass-stats::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(247,141,32,0.06) 40%,
    rgba(255,255,255,0.04) 60%,
    transparent 100%
  );
  animation: tsGlassSweep 6s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
@keyframes tsGlassSweep {
  0% { left: -60%; }
  50% { left: 100%; }
  100% { left: -60%; }
}
/* top edge highlight */
.ts-hero-glass-stats::after {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  pointer-events: none;
  z-index: 3;
}
.ts-glass-heading {
  position: relative;
  z-index: 2;
  background: #F78D20;
  padding: 13px 32px;
  text-align: center;
}
.ts-glass-heading span {
  font-family: var(--bs-font-1);
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.ts-glass-stats-row {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 28px 26px;
  gap: 0;
}
.ts-glass-stat {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 4px 18px;
  flex: 1;
}
.ts-glass-stat h3 {
  font-family: var(--bs-font-1);
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 0;
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.ts-glass-stat p {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: rgba(255,255,255,0.4);
  margin: 8px 0 0;
  font-weight: 600;
}
.ts-glass-divider {
  position: relative;
  z-index: 2;
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.12), transparent);
  flex-shrink: 0;
  font-size: 0;
  color: transparent;
}
/* responsive */
@media (max-width: 1199px) {
  .ts-hero-glass-stats { right: 30px; top: 160px; min-width: 300px; }
  .ts-glass-stat h3 { font-size: 26px; }
  .ts-glass-stats-row { padding: 24px 22px 20px; }
  .ts-glass-heading { padding: 11px 24px; }
  .ts-glass-heading span { font-size: 12px; }
}
@media (max-width: 991px) {
  .ts-hero-glass-stats { right: 20px; top: 140px; border-radius: 16px; min-width: 260px; }
  .ts-glass-stat h3 { font-size: 22px; }
  .ts-glass-stats-row { padding: 20px 18px 16px; }
  .ts-glass-stat { padding: 4px 12px; }
  .ts-glass-heading { padding: 10px 18px; }
  .ts-glass-heading span { font-size: 11px; letter-spacing: 0.1em; }
  .ts-glass-divider { height: 32px; }
}
@media (max-width: 767px) {
  .ts-hero-glass-stats {
    position: relative;
    top: auto;
    right: auto;
    margin: 80px auto 0;
    width: fit-content;
    min-width: unset;
    border-radius: 16px;
  }
  .ts-glass-heading { padding: 10px 22px; }
  .ts-glass-heading span { font-size: 11px; }
  .ts-glass-stats-row { padding: 20px 22px 16px; }
  .ts-glass-stat { padding: 4px 14px; }
  .ts-glass-stat h3 { font-size: 22px; }
  .ts-glass-divider { height: 28px; }
}
@media (max-width: 480px) {
  .ts-glass-stats-row { padding: 16px 14px 12px; }
  .ts-glass-stat { padding: 4px 8px; }
  .ts-glass-stat h3 { font-size: 18px; }
  .ts-glass-stat p { font-size: 8px; letter-spacing: 0.15em; }
  .ts-glass-heading { padding: 8px 14px; }
  .ts-glass-heading span { font-size: 10px; }
}

/* â”€â”€ eyebrow â”€â”€ */
.ts-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.ts-hero-eyebrow-line {
  width: 40px;
  height: 1px;
  background: #F78D20;
}
.ts-hero-eyebrow-text {
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #F78D20;
  font-weight: 500;
  font-family: var(--bs-font-1);
}

/* â”€â”€ title â”€â”€ */
.ts-hero-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 600;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  max-width: 700px;
  opacity: 1 !important;
  visibility: visible !important;
}
.ts-hero-title-accent {
  color: #F78D20;
  position: relative;
  display: inline;
  text-shadow: 0 0 30px rgba(247,141,32,0.15);
}
.ts-hero-brilliance {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: italic;
  font-weight: 700;
}

/* â”€â”€ description â”€â”€ */
.ts-hero-desc {
  font-family: var(--bs-font-1);
  font-size: 16px;
  line-height: 1.9;
  color: rgba(255,255,255,0.5);
  max-width: 520px;
  margin-bottom: 44px;
  letter-spacing: 0.01em;
}

/* â”€â”€ CTA buttons â”€â”€ */
.ts-hero-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ts-hero-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 36px;
  background: #F78D20;
  border: 1px solid rgba(247,141,32,0.6);
  border-radius: 60px;
  color: #1A2653;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s ease;
}
.ts-hero-btn-primary:hover {
  background: #e07a10;
  border-color: #F78D20;
  box-shadow: 0 0 30px rgba(247,141,32,0.3);
  color: #1A2653;
}
.ts-hero-btn-primary i {
  font-size: 14px;
  transition: transform 0.3s ease;
}
.ts-hero-btn-primary:hover i {
  transform: translateX(4px);
}
.ts-hero-btn-outline {
  display: inline-flex;
  align-items: center;
  padding: 16px 32px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 60px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.35s ease;
}
.ts-hero-btn-outline:hover {
  border-color: #F78D20;
  color: #F78D20;
}

/* â”€â”€ image strip at bottom â”€â”€ */
.ts-hero-strip {
  position: relative;
  z-index: 3;
  padding: 0 0 40px;
}
.ts-hero-strip-inner {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.ts-hero-strip-card {
  flex: 1;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-height: 180px;
  perspective: 600px;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s ease;
  transform-style: preserve-3d;
}
.ts-hero-strip-card:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.3);
}
.ts-hero-strip-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  backface-visibility: hidden;
}
.ts-hero-strip-card:hover img {
  transform: rotateY(6deg) rotateX(3deg) scale(1.05);
}
.ts-hero-strip-card .ts-hero-strip-label {
  transition: transform 0.4s ease, opacity 0.4s ease;
}
.ts-hero-strip-card:hover .ts-hero-strip-label {
  transform: translateY(-4px);
}
.ts-hero-strip-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* â”€â”€ scroll indicator â”€â”€ */
.ts-hero-scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  opacity: 0;
  animation: tsScrollFade 1s 2.5s forwards;
}
.ts-hero-scroll-line {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, rgba(247,141,32,0.6), transparent);
  animation: tsScrollPulse 2s ease-in-out infinite;
}
.ts-hero-scroll span {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.3);
}
@keyframes tsScrollFade { to { opacity: 1; } }
@keyframes tsScrollPulse {
  0%, 100% { transform: scaleY(1); opacity: 0.6; }
  50% { transform: scaleY(0.5); opacity: 0.3; }
}

/* â”€â”€ responsive â”€â”€ */
@media (max-width: 1199px) {
  .ts-hero-content { padding: 160px 0 50px; }
  .ts-hero-strip-card { max-height: 160px; }
}
@media (max-width: 991px) {
  .ts-hero { min-height: auto; }
  .ts-hero-content { padding: 130px 0 40px; }
  .ts-hero-title { max-width: 100%; font-size: clamp(30px, 5.5vw, 48px); }
  .ts-hero-desc { font-size: 16px; max-width: 100%; }
  .ts-hero-strip-inner { flex-wrap: wrap; }
  .ts-hero-strip-card { flex: 1 1 calc(50% - 8px); max-height: 150px; }

  .ts-hero-btn-primary { padding: 14px 28px; font-size: 13px; }
  .ts-hero-btn-outline { padding: 14px 24px; font-size: 13px; }
}
@media (max-width: 767px) {
  .ts-hero { min-height: auto; padding-bottom: 20px; }
  .ts-hero-content { padding: 30px 0 20px; }
  .ts-hero-title { font-size: clamp(26px, 7.5vw, 36px); margin-bottom: 16px; max-width: 100%; }
  .ts-hero-desc { font-size: 14px; margin-bottom: 24px; max-width: 100%; line-height: 1.7; }
  .ts-hero-cta { flex-direction: column; align-items: stretch; gap: 12px; }
  .ts-hero-btn-primary { padding: 14px 28px; font-size: 13px; width: 100%; justify-content: center; text-align: center; }
  .ts-hero-btn-outline { padding: 14px 24px; font-size: 13px; width: 100%; justify-content: center; text-align: center; }
  .ts-hero-strip { padding: 0 0 16px; }
  .ts-hero-strip-inner { gap: 10px; }
  .ts-hero-strip-card { flex: 1 1 100%; max-height: 140px; }
  .ts-hero-strip-label { font-size: 12px; padding: 10px 12px; }

  .ts-hero-stat h3 { font-size: 22px; }
  .ts-hero-scroll { display: none; }
  .ts-hero-eyebrow { margin-bottom: 16px; }
  .ts-hero-eyebrow-text { font-size: 10px; letter-spacing: 0.2em; }
  .ts-hero-eyebrow-line { width: 28px; }
}
@media (max-width: 480px) {
  .ts-hero-content { padding: 24px 0 16px; }
  .ts-hero-title { font-size: clamp(22px, 7vw, 30px); margin-bottom: 12px; line-height: 1.15; }
  .ts-hero-desc { font-size: 13px; margin-bottom: 20px; }
  .ts-hero-btn-primary { padding: 12px 20px; font-size: 12px; }
  .ts-hero-btn-outline { padding: 12px 20px; font-size: 12px; }
  .ts-hero-strip-card { max-height: 120px; }
  .ts-hero-eyebrow { gap: 10px; margin-bottom: 12px; }
  .ts-hero-eyebrow-text { font-size: 9px; }
}
@media (max-width: 375px) {
  .ts-hero-content { padding: 20px 0 12px; }
  .ts-hero-title { font-size: 22px; }
  .ts-hero-desc { font-size: 12px; }
  .ts-hero-strip-card { max-height: 100px; }
}

.bs-stroke-text {
  -webkit-text-stroke: 1px;
  -webkit-text-fill-color: transparent;
}

.bs-stroke-wave-group {
  display: inline-block;
}

.bs-stroke-wave-group .bs-stroke-wave-fill {
  display: block;
}

.bs-stroke-wave-fill {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1px #1a1a1a;
  -webkit-text-fill-color: transparent;
}

/* Wave fill applied as background on the element itself ï¿½ compatible with SplitText */
/* bs-wave-text-bg: wave effect handled via ::after pseudo-element in context-specific selectors */
.bs-wave-text-bg {
  position: relative;
}

@keyframes bs-wave-text-bg-anim {
  0%, 100% {
    background-position: 0 100%, 0 100%;
  }
  50% {
    background-position: -130px 100%, 150px 100%;
  }
}
.bs-stroke-wave-fill::before,
.bs-stroke-wave-fill::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  color: transparent;
  -webkit-text-stroke: 0;
  background-repeat: repeat-x;
  background-position: 0 100%;
  -webkit-background-clip: text;
  background-clip: text;
  will-change: background-position, transform;
}
.bs-stroke-wave-fill::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 100' preserveAspectRatio='none'%3E%3Cpath fill='%234a7ab5' d='M0 58 C20 46 40 68 60 56 C80 48 100 70 120 60 C140 50 160 68 180 54 C200 44 220 66 240 58 L240 100 L0 100 Z'/%3E%3C/svg%3E");
  background-size: 260px 100%;
  opacity: 0.55;
  animation: bs-btn-wave-back-breathe 15s ease-in-out infinite;
}
.bs-stroke-wave-fill::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 100' preserveAspectRatio='none'%3E%3Cpath fill='%231e3a5f' d='M0 62 C18 48 36 72 54 58 C72 50 90 74 108 62 C126 52 144 70 162 56 C180 44 198 68 220 62 L220 100 L0 100 Z'/%3E%3C/svg%3E");
  background-size: 230px 100%;
  opacity: 0.95;
  animation: bs-btn-wave-front-breathe 12s ease-in-out infinite;
}

/* Hero text animations */
.bs-home-1 .bs-hero-1-title {
  animation: textGlide 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s backwards;
}

.bs-home-1 .bs-hero-1-title-2 {
  animation: textSlideIn 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s backwards;
}

.bs-home-1 .bs-hero-1-success {
  animation: fadeInScale 1s ease-out 0.2s backwards;
}

.bs-home-1 .disc {
  animation: fadeInUp 1.2s ease-out 0.6s backwards;
  color: var(--bs-clr-black-1);
}

.bs-home-1 .bs-btn-1 {
  position: relative;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bs-home-1 .bs-btn-1:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(30, 58, 95, 0.25);
}

@keyframes textGlide {
  0% {
    opacity: 0;
    transform: translateX(-60px) skewY(10deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) skewY(0);
  }
}

@keyframes textSlideIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.85);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Mouse cursor enhanced interactions */
.bs-home-1 [data-cursor="-opaque"] {
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  cursor: pointer;
}

.bs-home-1 [data-cursor="-opaque"]:hover {
  transform: scale(1.05);
}

.bs-home-1 .bs-hero-1-img:hover {
  transform: scale(1.02);
}

.bs-home-1 .bs-hero-1-success-counter {
  animation: counterFloat 3s ease-in-out infinite;
}

@keyframes counterFloat {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-8px);
  }
}

/* 
    hero-1-end
*/
/* 
    hero-2-start
*/
.bs-hero-2-wrap .item-row {
  display: flex;
  gap: 35px;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-2-wrap .item-row {
    flex-wrap: wrap;
  }
}
.bs-hero-2-wrap .item-row-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 50px;
}
@media (max-width: 767px) {
  .bs-hero-2-wrap .item-row-2 {
    flex-wrap: wrap;
  }
}
.bs-hero-2-title-1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 210px;
  line-height: 1;
  color: #1A2653;
  margin-bottom: 0;
  margin-right: -160px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-2-title-1 {
    font-size: 180px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-2-title-1 {
    font-size: 150px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-2-title-1 {
    font-size: 130px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-2-title-1 {
    font-size: 110px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-2-title-1 {
    font-size: 80px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .bs-hero-2-title-1 {
    font-size: 35px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-2-title-1 {
    font-size: 60px;
    margin-right: 0px;
  }
}
.bs-hero-2-title-2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 200px;
  line-height: 1;
  color: #F78D20;
  margin-bottom: 0;
  -webkit-text-stroke: 2px #F78D20;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-2-title-2 {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-2-title-2 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-2-title-2 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-2-title-2 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-2-title-2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .bs-hero-2-title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-2-title-2 {
    font-size: 60px;
  }
}
.bs-hero-2-title-3 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 200px;
  line-height: 1;
  color: #1A2653;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-2-title-3 {
    font-size: 180px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-2-title-3 {
    font-size: 150px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-2-title-3 {
    font-size: 130px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-2-title-3 {
    font-size: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-2-title-3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .bs-hero-2-title-3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-2-title-3 {
    font-size: 60px;
  }
}
.bs-hero-2-title-4 {
  font-family: var(--bs-font-2);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 90px;
  line-height: 1;
  color: #1A2653;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-2-title-4 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-2-title-4 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-2-title-4 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-2-title-4 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-2-title-4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bs-hero-2-title-4 {
    font-size: 40px;
  }
}
.bs-hero-2-img-1 {
  max-width: 295px;
  height: 165px;
}
.bs-hero-2-img-2 {
  max-width: 335px;
  height: 195px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-2-img-2 {
    max-width: 255px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-2-img-2 {
    max-width: 135px;
  }
}
.bs-hero-2-marquee-text {
  font-size: 30px;
  font-family: var(--bs-font-3);
  text-transform: none;
  color: #1A2653;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.01em;
  word-spacing: 0.24em;
  white-space: nowrap;
}
.ts-marquee-orange {
  color: #F78D20;
}
.bs-hero-2-bg-shape {
  width: 16%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bs-home-1 .bs-hero-2-area {
  padding-top: 165px;
  padding-bottom: 50px;
  margin-bottom: 80px;
  position: relative;
  isolation: isolate;
}
.bs-home-1 .bs-hero-2-area::before,
.bs-home-1 .bs-hero-2-area::after {
  content: "";
  position: absolute;
  inset: auto;
  border-radius: 999px;
  z-index: 0;
  pointer-events: none;
}
.bs-home-1 .bs-hero-2-area::before {
  width: clamp(280px, 35vw, 520px);
  height: clamp(280px, 35vw, 520px);
  top: 6%;
  left: -6%;
  background: radial-gradient(circle, rgba(74, 122, 181, 0.16) 0%, rgba(74, 122, 181, 0) 70%);
  animation: bsHero2GlowFloatA 11s ease-in-out infinite alternate;
}
.bs-home-1 .bs-hero-2-area::after {
  width: clamp(320px, 38vw, 580px);
  height: clamp(320px, 38vw, 580px);
  right: -9%;
  bottom: -6%;
  background: radial-gradient(circle, rgba(8, 20, 33, 0.14) 0%, rgba(8, 20, 33, 0) 72%);
  animation: bsHero2GlowFloatB 14s ease-in-out infinite alternate;
}
.bs-home-1 .bs-hero-2-area > .container {
  position: relative;
  z-index: 3;
}
.bs-home-1 .bs-hero-2-area .bs-hero-2-marquee {
  position: relative;
  z-index: 1;
  padding: 18px 0;
}
.bs-home-1 .bs-hero-2-area .bs-hero-2-bg-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(220px, 24vw, 400px);
  height: clamp(160px, 16vw, 280px);
  z-index: 2;
  pointer-events: auto;
  transform-origin: left bottom;
  cursor: pointer;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* "Don't Touch Me" label */
.ts-blob-label {
  position: absolute;
  top: 32%;
  left: 45%;
  transform: translate(-50%, -50%);
  font-family: var(--bs-font-1);
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #fff;
  white-space: nowrap;
  z-index: 3;
  pointer-events: none;
  background: rgba(0,0,0,0.22);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  padding: 7px 16px;
  border-radius: 30px;
  border: 1px solid rgba(255,255,255,0.2);
  opacity: 0;
  transition: opacity 0.4s, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ts-amoeba-wrap:hover .ts-blob-label {
  opacity: 1;
}

/* touched reaction */
.ts-amoeba-wrap.ts-blob-touched {
  animation: tsBlobPanic 0.5s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
.ts-amoeba-wrap.ts-blob-touched .ts-blob-label {
  opacity: 1 !important;
  transform: translate(-50%, -50%) scale(1.1);
  background: rgba(255,255,255,0.92);
  color: #1A2653;
  border-color: transparent;
  backdrop-filter: none;
}
.ts-blob-label.ts-label-angry {
  animation: tsBlobLabelPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes tsBlobPanic {
  0% { transform: scale(1) rotate(0deg); }
  20% { transform: scale(1.12, 0.88) rotate(-2deg); }
  40% { transform: scale(0.88, 1.12) rotate(2deg); }
  60% { transform: scale(1.06, 0.94) rotate(-1deg); }
  80% { transform: scale(0.97, 1.03) rotate(0.5deg); }
  100% { transform: scale(1) rotate(0deg); }
}
@keyframes tsBlobLabelPop {
  0% { transform: translate(-50%, -50%) scale(0.7); opacity: 0; }
  50% { transform: translate(-50%, -50%) scale(1.15); }
  100% { transform: translate(-50%, -50%) scale(1); opacity: 1; }
}

/* burst particles */
.ts-blob-particle {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 4;
  opacity: 0;
}
.ts-blob-particle-page {
  position: absolute;
  z-index: 99999;
  opacity: 1;
  box-shadow: 0 0 12px 2px rgba(247, 141, 32, 0.5);
  will-change: transform, opacity;
}

/* burst state */
.ts-amoeba-wrap.ts-blob-burst .ts-amoeba {
  animation: tsBlobBurst 0.5s ease-out forwards;
}
.ts-amoeba-wrap.ts-blob-burst .ts-blob-label {
  opacity: 1 !important;
  background: rgba(255,255,255,0.95);
  color: #1A2653;
  border-color: transparent;
}

/* loading label */
.ts-blob-label.ts-label-loading {
  opacity: 1 !important;
  background: #1A2653;
  color: #fff;
  border-color: rgba(255,255,255,0.15);
  font-size: clamp(10px, 0.85vw, 13px) !important;
  letter-spacing: 0.12em;
  padding: 8px 20px;
}
.ts-blob-label.ts-label-loading::after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
  margin-left: 4px;
  animation: tsDotPulse 1s ease-in-out infinite;
}
@keyframes tsDotPulse {
  0%, 100% { opacity: 0.3; box-shadow: 6px 0 0 0.3px #fff, 12px 0 0 0.3px #fff; }
  33% { opacity: 1; box-shadow: 6px 0 0 0.3px rgba(255,255,255,0.3), 12px 0 0 0.3px rgba(255,255,255,0.3); }
  66% { opacity: 0.3; box-shadow: 6px 0 0 0.3px #fff, 12px 0 0 0.3px rgba(255,255,255,0.3); }
}

/* reform with pop effect */
.ts-amoeba-wrap.ts-blob-reform .ts-amoeba {
  animation: tsBlobReform 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes tsBlobBurst {
  0% { transform: scale(1); opacity: 1; filter: brightness(1); }
  20% { transform: scale(1.4); opacity: 0.9; filter: brightness(1.8); }
  50% { transform: scale(1.6); opacity: 0.5; filter: brightness(2.5); }
  100% { transform: scale(0); opacity: 0; filter: brightness(3); }
}
@keyframes tsBlobReform {
  0% { transform: scale(0); opacity: 0; filter: blur(10px); }
  30% { transform: scale(0.3); opacity: 0.3; filter: blur(6px); }
  50% { transform: scale(1.2); opacity: 0.7; filter: blur(2px); }
  70% { transform: scale(0.9); opacity: 0.9; filter: blur(0); }
  85% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); opacity: 1; filter: blur(0); }
}

.ts-amoeba {
  width: 100%;
  height: 100%;
  display: block;
}
.bs-home-1 .bs-hero-2-area .bs-hero-2-bg-shape img {
  width: 100%;
  height: auto;
  display: block;
}
.bs-home-1 .bs-hero-2-wrap {
  margin-bottom: 110px;
}
.bs-home-1 .bs-hero-2-title-1 {
  font-size: clamp(92px, 10.8vw, 178px);
  margin-right: 0;
  font-family: var(--bs-font-1);
  font-weight: 650;
  letter-spacing: 0.03em;
  line-height: 1.02;
}
.bs-home-1 .bs-hero-2-wrap .item-row {
  display: grid;
  grid-template-columns: minmax(180px, 295px) 1fr minmax(220px, 335px);
  align-items: center;
  gap: 24px;
  margin-bottom: 18px;
}
.bs-home-1 .bs-hero-2-title-2 {
  font-size: clamp(88px, 10vw, 170px);
  font-family: var(--bs-font-1);
  font-weight: 600;
  line-height: 1.01;
  text-align: center;
  color: #1A2653;
  -webkit-text-stroke: 2px #1A2653;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.045em;
  text-shadow: none;
  position: relative;
}
/* Wave-fill overlay for INSIGHT ï¿½ reveals after split-up animation */
.bs-home-1 .bs-hero-2-title-2.bs-wave-text-bg::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -webkit-text-stroke: 2px #F78D20;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 100' preserveAspectRatio='none'%3E%3Cpath fill='%23F78D20' d='M0 62 C18 48 36 72 54 58 C72 50 90 74 108 62 C126 52 144 70 162 56 C180 44 198 68 220 62 L220 100 L0 100 Z'/%3E%3C/svg%3E"),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 100' preserveAspectRatio='none'%3E%3Cpath fill='%23f5a042' d='M0 58 C20 46 40 68 60 56 C80 48 100 70 120 60 C140 50 160 68 180 54 C200 44 220 66 240 58 L240 100 L0 100 Z'/%3E%3C/svg%3E");
  background-size: 230px 100%, 260px 100%;
  background-repeat: repeat-x;
  background-position: 0 100%, 0 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  pointer-events: none;
  z-index: 2;
  clip-path: inset(100% 0 0 0);
}
.bs-home-1 .bs-hero-2-title-2.bs-wave-text-bg.bs-wave-active::after {
  clip-path: inset(0 0 0 0);
  transition: clip-path 1.5s cubic-bezier(0.22, 1, 0.36, 1);
  animation: bs-wave-text-bg-anim 12s ease-in-out infinite;
}
.bs-home-1 .bs-hero-2-title-3 {
  font-size: clamp(78px, 8.4vw, 150px);
  font-family: var(--bs-font-1);
  font-weight: 650;
  line-height: 1.02;
  letter-spacing: 0.032em;
  white-space: nowrap;
}
.bs-home-1 .bs-hero-2-title-4 {
  font-size: clamp(52px, 5.8vw, 96px);
  font-family: var(--bs-font-1);
  line-height: 1.03;
  text-align: right;
  letter-spacing: 0.026em;
}
.bs-home-1 .bs-hero-2-img-1,
.bs-home-1 .bs-hero-2-img-2 {
  width: 100%;
}
.bs-home-1 .bs-hero-2-img-1 {
  max-width: 100%;
  height: 200px;
}
.bs-home-1 .bs-hero-2-img-2 {
  max-width: 100%;
  height: 235px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-home-1 .bs-hero-2-wrap .item-row {
    grid-template-columns: minmax(150px, 240px) 1fr minmax(170px, 260px);
    gap: 18px;
  }
  .bs-home-1 .bs-hero-2-wrap .item-row-2 {
    gap: 18px 28px;
  }
  .bs-home-1 .bs-hero-2-title-1,
  .bs-home-1 .bs-hero-2-title-2,
  .bs-home-1 .bs-hero-2-title-3,
  .bs-home-1 .bs-hero-2-title-4 {
    letter-spacing: 0.02em;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-home-1 .bs-hero-2-area {
    padding-top: 145px;
    padding-bottom: 40px;
  }
  .bs-home-1 .bs-hero-2-wrap {
    margin-bottom: 82px;
  }
  .bs-home-1 .bs-hero-2-wrap .item-row {
    grid-template-columns: minmax(140px, 210px) 1fr minmax(150px, 225px);
    gap: 14px;
    margin-bottom: 14px;
  }
  .bs-home-1 .bs-hero-2-wrap .item-row-2 {
    gap: 14px 22px;
  }
  .bs-home-1 .bs-hero-2-title-1,
  .bs-home-1 .bs-hero-2-title-2,
  .bs-home-1 .bs-hero-2-title-3,
  .bs-home-1 .bs-hero-2-title-4 {
    letter-spacing: 0.018em;
    line-height: 1.03;
  }
  .bs-home-1 .bs-hero-2-title-2 {
    font-size: clamp(74px, 9vw, 108px);
  }
  .bs-home-1 .bs-hero-2-title-3 {
    font-size: clamp(70px, 8.2vw, 100px);
  }
  .bs-home-1 .bs-hero-2-title-4 {
    font-size: clamp(42px, 5.4vw, 60px);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-home-1 .bs-hero-2-area {
    padding-top: 120px;
    padding-bottom: 30px;
  }
  .bs-home-1 .bs-hero-2-wrap {
    margin-bottom: 70px;
  }
  .bs-home-1 .bs-hero-2-wrap .item-row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 14px;
    margin-bottom: 14px;
  }
  .bs-home-1 .bs-hero-2-title-1,
  .bs-home-1 .bs-hero-2-title-2,
  .bs-home-1 .bs-hero-2-title-3,
  .bs-home-1 .bs-hero-2-title-4 {
    text-align: center;
    line-height: 1.04;
    letter-spacing: 0.016em;
  }
  .bs-home-1 .bs-hero-2-title-1 {
    font-size: clamp(60px, 12vw, 94px);
  }
  .bs-home-1 .bs-hero-2-title-2,
  .bs-home-1 .bs-hero-2-title-3 {
    font-size: clamp(58px, 11.5vw, 90px);
  }
  .bs-home-1 .bs-hero-2-title-3 {
    white-space: normal;
  }
  .bs-home-1 .bs-hero-2-title-4 {
    font-size: clamp(38px, 7.4vw, 56px);
  }
  .bs-home-1 .bs-hero-2-img-1,
  .bs-home-1 .bs-hero-2-img-2 {
    max-width: min(100%, 520px);
    height: 210px;
  }
}

@media (max-width: 767px) {
  .bs-home-1 .bs-hero-2-area {
    padding-top: 62px;
    padding-bottom: 14px;
  }
  .bs-home-1 .bs-hero-2-wrap {
    margin-bottom: 36px;
  }
  .bs-home-1 .bs-hero-2-wrap .item-row {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 8px;
    margin-bottom: 8px;
  }
  .bs-home-1 .bs-hero-2-title-1,
  .bs-home-1 .bs-hero-2-title-2,
  .bs-home-1 .bs-hero-2-title-3,
  .bs-home-1 .bs-hero-2-title-4 {
    text-align: center;
    line-height: 1.07;
    letter-spacing: 0.012em;
    word-break: keep-all;
  }
  .bs-home-1 .bs-hero-2-wrap .item-row-2 {
    width: 100%;
    display: block;
    gap: 4px;
  }
  .bs-home-1 .bs-hero-2-title-1 {
    font-size: clamp(38px, 14.5vw, 54px);
  }
  .bs-home-1 .bs-hero-2-title-2,
  .bs-home-1 .bs-hero-2-title-3 {
    font-size: clamp(36px, 14vw, 50px);
  }
  .bs-home-1 .bs-hero-2-title-3 {
    text-align: center;
    margin-left: 0;
    white-space: normal;
  }
  .bs-home-1 .bs-hero-2-title-4 {
    display: block;
    width: 100%;
    font-size: clamp(20px, 6.8vw, 28px);
    text-align: right;
    white-space: nowrap;
    margin-top: 2px;
    margin-left: 0;
  }
  .bs-home-1 .bs-hero-2-img-1,
  .bs-home-1 .bs-hero-2-img-2 {
    width: 100%;
    max-width: 100%;
    height: 152px;
  }
  .bs-home-1 .bs-hero-2-marquee-text {
    font-size: clamp(14px, 4.1vw, 18px);
    word-spacing: 0.1em;
  }
  .bs-home-1 .bs-hero-2-area .bs-hero-2-bg-shape {
    left: 0;
    bottom: 0;
    width: clamp(160px, 40vw, 240px);
    height: clamp(100px, 22vw, 150px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .bs-home-1 .bs-hero-2-area::before,
  .bs-home-1 .bs-hero-2-area::after {
    animation: none;
  }
}

@keyframes bsHero2GlowFloatA {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(42px, 28px, 0) scale(1.08);
  }
}

@keyframes bsHero2GlowFloatB {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(-36px, -24px, 0) scale(1.06);
  }
}

/* 
    hero-2-end
*/
/* 
    hero-3-start
*/
.bs-hero-x-services-area {
  padding-top: 173px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-x-services-area {
    padding-top: 123px;
  }
}
.bs-hero-x-services-shape {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -200px;
  background: rgba(255, 255, 255, 0.0784313725);
  z-index: -1;
  mix-blend-mode: difference;
  filter: blur(60px);
  border-radius: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-3-area {
    padding-top: 100px;
  }
}
.bs-hero-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-3-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.bs-hero-3-content {
  position: relative;
  z-index: 1;
}
.bs-hero-3-subtitle {
  color: var(--bs-clr-white-1);
  margin-bottom: 18px;
}
.bs-hero-3-title {
  font-size: 104px;
  font-weight: 700;
  color: var(--bs-clr-white-1);
  line-height: 1.057;
  letter-spacing: -0.06em;
  margin-bottom: 7px;
}
.bs-hero-3-title span {
  font-weight: 300;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-3-title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-3-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-3-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-3-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bs-hero-3-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-3-title {
    font-size: 50px;
  }
}
.bs-hero-3-disc {
  color: #7a7a7a;
  margin-bottom: 35px;
  max-width: 480px;
}
.bs-hero-3-btn .bs-btn-1 .shape {
  background: var(--bs-clr-white-1);
}
.bs-hero-3-img {
  height: 760px;
  margin-left: -65px;
  margin-right: -240px;
}
.bs-hero-3-img img {
  transform-origin: left;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-3-img {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-3-img {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-3-img {
    margin-left: -27px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-3-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  .bs-hero-3-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-3-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 500px;
  }
}
.bs-hero-3-contact {
  position: absolute;
  right: 0;
  top: 0;
  background: var(--bs-clr-pr-1);
  z-index: 1;
  max-width: 93px;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .bs-hero-3-contact {
    display: none;
  }
}
.bs-hero-3-contact-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-top: 1px solid #D7040C;
}
.bs-hero-3-contact-social {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.bs-hero-3-contact-social .elm-link {
  font-size: 18px;
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-hero-3-contact-social .elm-link:hover {
  color: var(--bs-clr-black-1);
}
.bs-hero-3-contact-mail {
  writing-mode: sideways-lr;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-hero-3-contact-mail:hover {
  color: var(--bs-clr-black-1);
}

/* 
    hero-3-end
*/
/* 
    hero-4-start
*/
.bs-hero-4-bg {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .bs-hero-4-bg {
    height: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-4-bg {
    height: 600px;
  }
}
.bs-hero-4-content {
  max-width: 830px;
  position: relative;
  z-index: 2;
}
.bs-hero-4-content .inner-div {
  display: flex;
  gap: 35px;
}
@media (max-width: 767px) {
  .bs-hero-4-content .inner-div {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-4-content .inner-div {
    flex-wrap: nowrap;
  }
}
.bs-hero-4-title {
  font-size: 68px;
  letter-spacing: -0.03em;
  line-height: 1.058;
  margin-bottom: 33px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-4-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-4-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-4-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-4-title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .bs-hero-4-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-4-title {
    font-size: 40px;
  }
}
.bs-hero-4-title b {
  font-weight: inherit;
}
.bs-hero-4-circle-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #060606;
  box-shadow: inset 0px 6px 10px #F2F1EC;
  border-radius: 50%;
  padding: 14px;
  flex: 0 0 auto;
}
.bs-hero-4-circle-btn .btn-icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  position: absolute;
  transition: 0.4s var(--bs-cube-2);
}
.bs-hero-4-circle-btn img {
  animation: bs-h4-btn 15s infinite linear;
}
.bs-hero-4-circle-btn:hover .btn-icon {
  transform: scale(120%);
}
.bs-hero-4-slider {
  max-width: 1824px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-top: -224px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-4-slider {
    margin-top: -184px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-4-slider {
    margin-top: -150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-4-slider {
    margin-top: -100px;
  }
}
.bs-hero-4-slider-img-item {
  position: relative;
  z-index: 1;
  height: 820px;
}
.bs-hero-4-slider-img-item .main-img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-4-slider-img-item {
    height: 720px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-4-slider-img-item {
    height: 620px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-4-slider-img-item {
    height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-4-slider-img-item {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bs-hero-4-slider-img-item {
    height: 450px;
  }
}
.bs-hero-4-slider-img-item::after {
  content: "";
  width: 100%;
  height: calc(100% - 190px);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #DFE4DE;
  z-index: -2;
}
.bs-hero-4-slider-img-item-trusted {
  position: absolute;
  bottom: 24px;
  left: 24px;
  z-index: 1;
  background: #fff;
  padding: 17px 16px;
}
@media (max-width: 767px) {
  .bs-hero-4-slider-img-item-trusted {
    display: none;
  }
}
.bs-hero-4-slider-img-item-trusted .title {
  font-size: 20px;
  color: #4A556C;
  margin-bottom: 8px;
}
.bs-hero-4-slider-img-item-trusted .ratting {
  font-size: 14px;
  color: #555F75;
  margin-bottom: 4px;
}
.bs-hero-4-slider-img-item-trusted .disc {
  font-size: 14px;
  color: #555F75;
  text-transform: capitalize;
  font-weight: 500;
}
.bs-hero-4-slider-img .swiper-container .swiper-slide .bs-hero-4-slider-img-item .main-img img {
  transform-origin: 50% 100%;
  transform: translateY(100%);
  transition: 1s var(--bs-cube-2);
  transition-delay: 0s;
}
.bs-hero-4-slider-img .swiper-container .swiper-slide .bs-hero-4-slider-img-item::after {
  height: calc(50% - 190px);
  transition: 1s var(--bs-cube-2);
}
.bs-hero-4-slider-img .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-hero-4-slider-img-item .main-img img {
  transform: translateY(0);
  transition-delay: 0.7s;
}
.bs-hero-4-slider-img .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-hero-4-slider-img-item::after {
  height: calc(100% - 190px);
}
.bs-hero-4-slider-thum {
  position: absolute;
  bottom: 24px;
  right: 24px;
  max-width: 692px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-4-slider-thum {
    max-width: 370px;
  }
}
@media (max-width: 767px) {
  .bs-hero-4-slider-thum {
    max-width: 300px;
  }
}
.bs-hero-4-slider-thum-item {
  height: 128px;
}
.bs-hero-4-big-title {
  color: #CDD3D1;
  text-transform: uppercase;
  font-size: 235px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 63px;
  opacity: 32%;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-hero-4-big-title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-4-big-title {
    font-size: 170px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-4-big-title {
    font-size: 140px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-4-big-title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-4-big-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-4-big-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bs-hero-4-big-title {
    font-size: 30px;
    display: none;
  }
}

@keyframes bs-h4-btn {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 
    hero-4-end
*/
/* 
    hero-5-start
*/
.bs-hero-5-area {
  background-color: #060606;
  padding-top: 275px;
  padding-bottom: 225px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-5-area {
    padding-top: 200px;
    padding-bottom: 150px;
  }
}
.bs-hero-5-bg-img {
  width: 50%;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.bs-hero-5-bg-circle {
  width: 1050px;
  height: 1050px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(4px);
  border-radius: 50%;
  position: absolute;
  right: -17%;
  top: -38%;
  z-index: -2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-5-bg-circle {
    display: none;
  }
}
.bs-hero-5-wrap {
  display: flex;
  gap: 56px;
  margin-left: -120px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-5-wrap {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-5-wrap {
    margin-left: 0px;
    flex-wrap: wrap;
  }
}
.bs-hero-5-img {
  max-width: 245px;
  border-radius: 8px;
  height: 312px;
  flex: 0 0 auto;
}
.bs-hero-5-right .inner-div-1 {
  display: flex;
  gap: 20px 70px;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-hero-5-right .inner-div-1 {
    flex-direction: column;
  }
}
.bs-hero-5-right .inner-div-2 {
  display: flex;
  gap: 20px 90px;
}
@media (max-width: 767px) {
  .bs-hero-5-right .inner-div-2 {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-5-right .inner-div-2 {
    flex-wrap: nowrap;
  }
}
.bs-hero-5-title-1 {
  font-size: 108px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: var(--bs-clr-white-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-5-title-1 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-5-title-1 {
    font-size: 80px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-5-title-1 {
    font-size: 70px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-5-title-1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .bs-hero-5-title-1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-5-title-1 {
    font-size: 50px;
    margin-bottom: 20px;
  }
}
.bs-hero-5-title-2 {
  font-size: 108px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: var(--bs-clr-pr-1);
  line-height: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-5-title-2 {
    font-size: 90px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-5-title-2 {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-5-title-2 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-5-title-2 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bs-hero-5-title-2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-5-title-2 {
    font-size: 50px;
  }
}
.bs-hero-5-title-3 {
  font-size: 112px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: -0.05em;
  color: var(--bs-clr-white-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-hero-5-title-3 {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-hero-5-title-3 {
    font-size: 85px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-hero-5-title-3 {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-hero-5-title-3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bs-hero-5-title-3 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-hero-5-title-3 {
    font-size: 50px;
  }
}
.bs-hero-5-disc {
  color: var(--bs-clr-white-1);
  max-width: 420px;
}
.bs-hero-5-btn {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-clr-white-1);
  font-size: 50px;
  position: relative;
  z-index: 1;
  margin-top: 65px;
}
.bs-hero-5-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 144px;
  transform: rotate(-45deg);
  transition: 0.4s var(--bs-cube-2);
}
.bs-hero-5-btn .btn-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.2);
}
.bs-hero-5-btn .btn-border:is(.has-border-2) {
  animation: h5hero-btn 7s linear infinite;
}
.bs-hero-5-btn .btn-border:is(.has-border-3) {
  animation: h5hero-btn2 7s linear infinite;
}
.bs-hero-5-btn:hover {
  color: var(--bs-clr-pr-1);
}
.bs-hero-5-btn:hover .icon {
  transform: rotate(0deg);
}

@keyframes h5hero-btn {
  0% {
    transform: scale(1.2) translate(-20px, 20px);
  }
  50% {
    transform: scale(1.2) translate(20px, -20px);
  }
  100% {
    transform: scale(1.2) translate(-20px, 20px);
  }
}
@keyframes h5hero-btn2 {
  0% {
    transform: scale(1.2) translate(20px, -20px);
  }
  50% {
    transform: scale(1.2) translate(-20px, 20px);
  }
  100% {
    transform: scale(1.2) translate(20px, -20px);
  }
}
/* 
    hero-5-end
*/
/*
    17. core-features
*/
/* 
    core-features-start
*/
.bs-core-features-1-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-features-1-wrap {
    gap: 50px 30px;
  }
}
.bs-core-features-1-wrap .shape {
  padding-top: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-features-1-wrap .shape {
    display: none;
  }
}
.bs-core-features-1-item {
  text-align: center;
  perspective: 2000px;
  transform-style: preserve-3d;
}
.bs-core-features-1-item .icon {
  max-width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  transform-origin: 50% 100%;
  transition: 0.5s var(--bs-cube-2);
}
.bs-core-features-1-item .icon img {
  transform-origin: center top;
}
.bs-core-features-1-item .item-title {
  font-size: 25px;
  letter-spacing: -0.03em;
  font-weight: 800;
  margin-bottom: 6px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-features-1-item .item-title {
    font-size: 22px;
  }
}
.bs-core-features-1-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(2px);
}
.bs-core-features-1-item .item-disc {
  color: #352828;
  font-size: 17px;
}
.bs-core-features-1-item .content {
  transition: 0.5s var(--bs-cube-1);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-core-features-1-item .content {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
}

.bs-core-features-1-item:hover .icon img {
  animation: swing 1s;
}
.bs-core-features-1-item:is(.active) .content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.ts-flow-wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
  overflow: visible;
  padding-bottom: 0;
  position: relative;
}

/* Flow path SVG overlay */
.ts-flow-path-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
}
.ts-flow-line-active {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
}

/* Step numbers */
.ts-flow-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(36px, 3vw, 52px);
  font-weight: 300;
  color: rgba(26, 38, 83, 0.06);
  line-height: 1;
  margin-bottom: 8px;
  transition: color 0.5s;
}
.ts-flow-card.ts-flow-active .ts-flow-number {
  color: rgba(247, 141, 32, 0.2);
}

/* Cards relative to path */
.ts-flow-card {
  position: relative;
  z-index: 2;
}
.ts-flow-card .icon {
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ts-flow-card.ts-flow-active .icon {
  transform: scale(1.08);
}

/* Flow wrap needs padding for lines */
.ts-flow-wrap {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  overflow: visible !important;
}
.ts-flow-wrap .bs-core-features-1-item {
  flex: 1 1 0;
  min-width: 0;
}
.ts-flow-wrap .shape {
  flex: 0 0 16px;
  padding-top: 10px;
}
.ts-flow-wrap .shape img,
.ts-flow-wrap .bs-core-features-1-item .icon img {
  filter: brightness(0) saturate(100%) invert(53%) sepia(90%) saturate(1529%) hue-rotate(1deg) brightness(99%) contrast(102%);
}
.ts-flow-wrap .bs-core-features-1-item .item-title {
  font-size: clamp(24px, 1.45vw, 30px);
  line-height: 1.2;
}
.ts-flow-wrap .bs-core-features-1-item .item-disc {
  font-size: clamp(15px, 1vw, 18px);
}
/* Mobile marquee auto-scroll for core features */
@media (max-width: 767px) {
  .ts-flow-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow: hidden;
    gap: 0;
    padding: 30px 0 30px !important;
    position: relative;
  }
  .ts-flow-wrap .ts-flow-marquee-track {
    display: flex;
    gap: 24px;
    animation: tsFlowMarquee 20s linear infinite;
    will-change: transform;
    position: relative;
  }
  .ts-flow-wrap .bs-core-features-1-item {
    flex: 0 0 240px;
    max-width: 240px;
    position: relative;
    z-index: 2;
  }
  .ts-flow-wrap .shape {
    display: none;
  }
  .ts-flow-wrap .bs-core-features-1-item .icon {
    max-width: 56px;
    height: 56px;
    margin-bottom: 10px;
  }
  .ts-flow-wrap .bs-core-features-1-item .item-title {
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: 0;
  }
  .ts-flow-wrap .bs-core-features-1-item .item-disc {
    font-size: 13px;
    line-height: 1.4;
  }
  .ts-flow-wrap::-webkit-scrollbar {
    display: none;
  }
  /* Hide the original desktop SVG */
  .ts-flow-path-svg { display: none; }
  /* Mobile flow SVG moves with the track */
  .ts-flow-marquee-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    overflow: visible;
  }
  .ts-flow-marquee-svg .ts-mobile-flow-bg {
    fill: none;
    stroke: rgba(26,38,83,0.10);
    stroke-width: 1.5;
    stroke-linecap: round;
  }
  .ts-flow-marquee-svg .ts-mobile-flow-active {
    fill: none;
    stroke: #F78D20;
    stroke-width: 1.5;
    stroke-linecap: round;
  }
  .ts-flow-wrap::after { display: none; }
  .ts-flow-number {
    font-size: 28px;
  }
}
@keyframes tsFlowMarquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media (max-width: 480px) {
  .ts-flow-wrap .bs-core-features-1-item {
    flex: 0 0 200px;
    max-width: 200px;
  }
}

/* 
    core-features-end
*/

/* ===== About Page ï¿½ Core Features Card Grid ===== */
.bs-cf-cards-area {
  background: #ffffff;
}
.bs-cf-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.bs-cf-card {
  position: relative;
  background: #faf8f6;
  border: 1px solid rgba(8, 20, 33, 0.06);
  border-radius: 16px;
  padding: 36px 28px 32px;
  text-align: left;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
.bs-cf-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(8, 20, 33, 0.08);
  border-color: rgba(30, 58, 95, 0.2);
}
.bs-cf-card-num {
  position: absolute;
  top: 16px;
  right: 20px;
  font-family: var(--bs-font-1);
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: rgba(30, 58, 95, 0.3);
  transition: color 0.4s ease;
}
.bs-cf-card:hover .bs-cf-card-num {
  color: rgba(30, 58, 95, 0.5);
}
.bs-cf-card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 22px;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.bs-cf-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bs-cf-card:hover .bs-cf-card-icon {
  transform: scale(1.08) translateY(-3px);
}
.bs-cf-card-title {
  font-family: var(--bs-font-1);
  font-size: 20px;
  font-weight: 700;
  color: #081421;
  margin-bottom: 6px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}
.bs-cf-card-text {
  font-family: var(--bs-font-2);
  font-size: 15px;
  color: rgba(8, 20, 33, 0.5);
  line-height: 1.5;
}
.bs-cf-card-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, transparent 50%, rgba(30, 58, 95, 0.06) 50%);
  border-radius: 0 0 16px 0;
  transition: all 0.4s ease;
}
.bs-cf-card:hover .bs-cf-card-corner {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, transparent 50%, rgba(30, 58, 95, 0.12) 50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-cf-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .bs-cf-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .bs-cf-card {
    padding: 28px 22px 24px;
  }
}
/* 
    core-features-4-start
*/

.bs-core-feature-4-area {
  max-width: 1824px;
  margin-left: auto;
  margin-right: auto;
}

.bs-core-feature-4-line {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
}

.bs-core-feature-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 52px;
  padding: 48px 52px;
}

@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-core-feature-4-wrap {
    padding: 48px 30px;
    gap: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-core-feature-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-core-feature-4-wrap {
    grid-template-columns: 1fr 1fr;
    padding: 48px 30px;
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .bs-core-feature-4-wrap {
    grid-template-columns: 1fr;
    padding: 48px 25px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-core-feature-4-wrap {
    grid-template-columns: 1fr;
    padding: 48px 52px;
  }
}
.bs-core-feature-4-item {
  padding: 30px 0;
}
.bs-core-feature-4-item .item-title {
  font-size: 20px;
  margin-bottom: 45px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-core-feature-4-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(2px);
}
.bs-core-feature-4-item .item-icon {
  margin-bottom: 43px;
}
.bs-core-feature-4-item:not(:last-child) {
  padding-right: 52px;
  border-right: 1px solid #D9D9D9;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-core-feature-4-item:not(:last-child) {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-core-feature-4-item:not(:last-child) {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .bs-core-feature-4-item:not(:last-child) {
    padding-right: 0px;
    border-right: none;
  }
}
.bs-core-feature-4-item:hover .item-icon img {
  animation: jackInTheBox 1s;
}

/* 
    core-features-4-end
*/
/* 
    core-features-5-start
*/
.bs-core-feature-4-wrap:is(.has-5) {
  padding: 32px 0;
  gap: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-feature-4-wrap:is(.has-5) {
    gap: 32px;
  }
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item {
  padding: 32px 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item {
    border: 1px solid #D9D9D9;
  }
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-title {
  font-weight: 500;
  margin-bottom: 27px;
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-title:hover {
  color: unset;
  transform: unset;
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-counter {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--bs-clr-pr-1);
  line-height: 1;
  margin-bottom: 22px;
}
.bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-counter .counter {
  font-size: 68px;
  color: var(--bs-clr-h-4);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-feature-4-wrap:is(.has-5) .bs-core-feature-4-item .item-counter .counter {
    font-size: 55px;
  }
}

/* 
    core-features-5-end
*/
/* 
    core-features-6-start
*/
.bs-core-feature-6-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px 0;
}
.bs-core-feature-6-wrap .bs-core-feature-4-item {
  padding: 30px 68px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-feature-6-wrap .bs-core-feature-4-item {
    padding: 30px 25px;
  }
}
.bs-core-feature-6-wrap .bs-core-feature-4-item .item-disc:is(a) {
  display: block;
}
.bs-core-feature-6-wrap .bs-core-feature-4-item .item-disc:is(a):hover {
  color: var(--bs-clr-pr-1);
}

/* 
    core-features-6-end
*/
/*
    18. about
*/
/* 
    about-1-start
*/
.bs-about-1-sec-title {
  max-width: 940px;
}
@media (max-width: 767px) {
  .bs-about-1-sec-title .bs-sec-title-1 {
    max-width: 13ch;
  }
  .bs-about-1-sec-title .bs-sec-title-1 br {
    display: none;
  }
}
.bs-about-1-item {
  height: 400px;
  cursor: none;
}
.bs-about-1-item a {
  cursor: none;
  width: 100%;
  height: 100%;
}
.bs-about-1-item img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-about-1-item:hover img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.bs-about-1-slider {
  margin-right: -500px;
  cursor: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-about-1-slider {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-about-1-slider {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-1-slider {
    margin-right: 0px;
  }
}
.bs-about-1-slider-drag {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  background: var(--bs-clr-pr-1);
  display: inline-flex;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 15px;
  justify-content: center;
  align-items: center;
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
  z-index: 2;
  pointer-events: none;
  cursor: none;
}

/* ===== Philosophy Legacy Section ===== */
.ts-phil-legacy-area {
  padding: 120px 0 100px;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.ts-phil-legacy-area::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 1px solid rgba(26, 38, 83, 0.04);
  pointer-events: none;
}
.ts-phil-legacy-area::after {
  content: "";
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  border: 1px dashed rgba(247, 141, 32, 0.08);
  pointer-events: none;
}

/* Header */
.ts-phil-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 70px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(26, 38, 83, 0.08);
}
.ts-phil-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}
.ts-phil-eyebrow-line {
  width: 40px;
  height: 2px;
  background: #F78D20;
  display: block;
}
.ts-phil-eyebrow-text {
  font-family: 'Albert Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #F78D20;
}
.ts-phil-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 600;
  line-height: 1.1;
  color: #1A2653;
}
.ts-phil-intro-text {
  font-family: 'Albert Sans', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.85;
  color: rgba(26, 38, 83, 0.55);
  max-width: 520px;
}

/* Tab Navigation */
.ts-phil-tabs-nav {
  display: flex;
  gap: 0;
  border-bottom: 2px solid rgba(26, 38, 83, 0.06);
  margin-bottom: 50px;
}
.ts-phil-tab-btn {
  flex: 1;
  background: none;
  border: none;
  padding: 20px 24px 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
  transition: all 0.4s ease;
}
.ts-phil-tab-btn:hover {
  background: rgba(26, 38, 83, 0.02);
}
.ts-phil-tab-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 28px;
  font-weight: 700;
  color: rgba(26, 38, 83, 0.12);
  line-height: 1;
  transition: color 0.4s ease;
}
.ts-phil-tab-btn.active .ts-phil-tab-num {
  color: #F78D20;
}
.ts-phil-tab-label {
  font-family: 'Albert Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(26, 38, 83, 0.4);
  transition: color 0.4s ease;
}
.ts-phil-tab-btn.active .ts-phil-tab-label {
  color: #1A2653;
  font-weight: 600;
}
.ts-phil-tab-bar {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #F78D20;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.ts-phil-tab-btn.active .ts-phil-tab-bar {
  transform: scaleX(1);
}

/* Tab Panes */
.ts-phil-tab-pane {
  display: none;
  opacity: 0;
  transform: translateY(16px);
}
.ts-phil-tab-pane.active {
  display: block;
  animation: tsPhilPaneFade 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes tsPhilPaneFade {
  to { opacity: 1; transform: translateY(0); }
}

/* Pane Grid */
.ts-phil-pane-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  gap: 50px;
  align-items: start;
}
.ts-phil-pane-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 600;
  color: #1A2653;
  margin-bottom: 22px;
  line-height: 1.25;
}
.ts-phil-pane-desc {
  font-family: 'Albert Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: rgba(26, 38, 83, 0.6);
  margin-bottom: 18px;
}

/* Stats Row */
.ts-phil-pane-stat-row {
  display: flex;
  gap: 40px;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(26, 38, 83, 0.08);
}
.ts-phil-pane-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ts-phil-pane-stat-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  font-weight: 700;
  color: #F78D20;
  line-height: 1;
}
.ts-phil-pane-stat-label {
  font-family: 'Albert Sans', sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(26, 38, 83, 0.4);
}

/* Pillars (Tab 2) */
.ts-phil-pane-pillars {
  display: flex;
  gap: 24px;
  margin-top: 32px;
}
.ts-phil-pillar {
  flex: 1;
  background: rgba(26, 38, 83, 0.02);
  border: 1px solid rgba(26, 38, 83, 0.06);
  border-radius: 12px;
  padding: 22px 20px;
  transition: all 0.35s ease;
}
.ts-phil-pillar:hover {
  background: rgba(247, 141, 32, 0.04);
  border-color: rgba(247, 141, 32, 0.15);
  transform: translateY(-3px);
}
.ts-phil-pillar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(247, 141, 32, 0.1);
  color: #F78D20;
  font-size: 16px;
  margin-bottom: 14px;
  transition: background 0.3s ease;
}
.ts-phil-pillar:hover .ts-phil-pillar-icon {
  background: #F78D20;
  color: #fff;
}
.ts-phil-pillar-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px;
  font-weight: 600;
  color: #1A2653;
  margin-bottom: 6px;
}
.ts-phil-pillar-desc {
  font-family: 'Albert Sans', sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(26, 38, 83, 0.5);
}

/* Timeline (Tab 3) */
.ts-phil-pane-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 32px;
  padding-top: 28px;
  border-top: 1px solid rgba(26, 38, 83, 0.08);
  position: relative;
}
.ts-phil-pane-timeline::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 28px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #F78D20, rgba(247, 141, 32, 0.1));
}
.ts-phil-timeline-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
  position: relative;
}
.ts-phil-timeline-year {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1A2653;
  min-width: 50px;
  text-align: right;
}
.ts-phil-timeline-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 2.5px solid #F78D20;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
.ts-phil-timeline-item:hover .ts-phil-timeline-dot {
  background: #F78D20;
  box-shadow: 0 0 0 4px rgba(247, 141, 32, 0.15);
}
.ts-phil-timeline-text {
  font-family: 'Albert Sans', sans-serif;
  font-size: 15px;
  color: rgba(26, 38, 83, 0.6);
  line-height: 1.5;
}

/* Side Visual Card */
.ts-phil-pane-card {
  background: linear-gradient(145deg, #1A2653 0%, #0f1b3d 100%);
  border-radius: 16px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
}
.ts-phil-pane-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(247, 141, 32, 0.1);
  pointer-events: none;
}
.ts-phil-pane-card::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.ts-phil-pane-card-icon {
  margin-bottom: 24px;
  opacity: 0.9;
}
.ts-phil-pane-card-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}
.ts-phil-pane-card-cite {
  font-family: 'Albert Sans', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #F78D20;
  position: relative;
  z-index: 1;
}
.ts-phil-pane-card--belief {
  background: linear-gradient(145deg, #1a3a6e 0%, #152d54 100%);
}
.ts-phil-pane-card--legacy {
  background: linear-gradient(145deg, #2a1e4d 0%, #1a1536 100%);
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 991px) {
  .ts-phil-legacy-area { padding: 90px 0 80px; }
  .ts-phil-header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ts-phil-intro-text { max-width: 100%; }
  .ts-phil-tabs-nav {
    flex-direction: column;
    gap: 4px;
    border-bottom: none;
  }
  .ts-phil-tab-btn {
    border-bottom: 2px solid rgba(26, 38, 83, 0.06);
  }
  .ts-phil-tab-bar {
    bottom: -2px;
  }
  .ts-phil-pane-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .ts-phil-pane-pillars {
    flex-direction: column;
  }
  .ts-phil-pane-stat-row {
    flex-wrap: wrap;
    gap: 24px;
  }
}
@media (max-width: 575px) {
  .ts-phil-legacy-area { padding: 70px 0 60px; }
  .ts-phil-header { margin-bottom: 40px; padding-bottom: 30px; }
  .ts-phil-pane-card { padding: 28px 22px; }
  .ts-phil-pane-timeline::before { left: 55px; }
}

/* ===== About Intro Section ===== */
.bs-about-intro-area {
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.bs-about-intro-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 58, 95, 0.03) 0%, transparent 70%);
  pointer-events: none;
}
.bs-about-intro-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.bs-about-intro-header {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(8, 20, 33, 0.08);
}
.bs-about-intro-num {
  font-family: var(--bs-font-1);
  font-size: clamp(28px, 2.5vw, 40px);
  font-weight: 400;
  color: #1A2653;
  line-height: 1;
  flex: 0 0 auto;
}
.bs-about-intro-heading {
  flex: 1;
}
.bs-about-intro-label {
  font-family: var(--bs-font-2);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(8, 20, 33, 0.4);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.bs-about-intro-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1A2653;
  display: inline-block;
  animation: bsIntroDotPulse 2s ease-in-out infinite;
}
@keyframes bsIntroDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(30, 58, 95, 0.5); }
  50% { box-shadow: 0 0 0 6px rgba(30, 58, 95, 0); }
}
.bs-about-intro-title {
  font-family: var(--bs-font-1);
  font-size: clamp(52px, 6.5vw, 110px);
  font-weight: 700;
  line-height: 0.95;
  color: #081421;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
.bs-about-intro-title::after {
  display: none;
}
.bs-about-intro-body {
  display: flex;
  align-items: stretch;
  padding-top: 50px;
  gap: 48px;
}
.bs-about-intro-divider {
  width: 1px;
  background: linear-gradient(to bottom, #1A2653 0%, rgba(30, 58, 95, 0.15) 100%);
  flex: 0 0 1px;
  align-self: stretch;
}
.bs-about-intro-content {
  flex: 1;
  max-width: 720px;
}
.bs-about-intro-text {
  font-family: var(--bs-font-2);
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 300;
  line-height: 1.85;
  color: rgba(8, 20, 33, 0.6);
}
.bs-about-intro-signature {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 36px;
}
.bs-about-intro-sig-line {
  width: 40px;
  height: 1px;
  background: #1A2653;
}
.bs-about-intro-sig-text {
  font-family: var(--bs-font-1);
  font-size: 15px;
  font-weight: 600;
  color: rgba(8, 20, 33, 0.45);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Inline variant (inside index about section) */
.bs-about-intro-inline {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  width: 100%;
}
.bs-about-intro-inline .bs-about-intro-left {
  min-width: 220px;
}
.bs-about-intro-inline .bs-about-intro-title {
  font-size: clamp(42px, 4.5vw, 72px);
  color: #081421;
}
.bs-about-intro-inline .bs-about-intro-label {
  color: rgba(8, 20, 33, 0.5);
}
.bs-about-intro-inline .bs-about-intro-text {
  color: rgba(8, 20, 33, 0.7);
  font-size: clamp(17px, 1.4vw, 22px);
}
.bs-about-intro-inline .bs-about-intro-line {
  background: linear-gradient(to bottom, rgba(30, 58, 95, 0.5), transparent);
}

/* â”€â”€â”€ About V2 â€“ editorial stacked layout â”€â”€â”€ */
.ts-about-content-v2 {
  display: block;
  position: relative;
  overflow: visible;
}

/* decorative ghost quote mark */
.ts-about-v2-ghost {
  position: absolute;
  top: -40px;
  right: 40px;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(180px, 18vw, 300px);
  font-weight: 700;
  line-height: 1;
  color: rgba(26, 38, 83, 0.035);
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* eyebrow */
.ts-about-v2-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.ts-about-v2-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F78D20;
  display: inline-block;
  flex-shrink: 0;
  animation: tsAboutDotPulse 2.4s ease-in-out infinite;
}
@keyframes tsAboutDotPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(247, 141, 32, 0.5); }
  50% { box-shadow: 0 0 0 7px rgba(247, 141, 32, 0); }
}
.ts-about-v2-eyebrow-line {
  width: 36px;
  height: 1.5px;
  background: linear-gradient(90deg, #F78D20, rgba(247, 141, 32, 0.15));
  display: inline-block;
  flex-shrink: 0;
}
.ts-about-v2-eyebrow-text {
  font-family: 'Albert Sans', var(--bs-font-1);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: rgba(26, 38, 83, 0.45);
}

.ts-about-v2-top {
  margin-bottom: clamp(36px, 4vw, 60px);
  position: relative;
  z-index: 1;
}
.ts-about-v2-heading {
  font-family: 'Cormorant Garamond', var(--bs-font-1);
  font-size: clamp(56px, 7vw, 110px);
  font-weight: 600;
  line-height: 1.05;
  color: #1A2653;
  letter-spacing: -0.03em;
  margin-top: 0;
}
.ts-about-v2-heading::after {
  display: none;
}
.ts-about-v2-accent {
  color: #F78D20;
  font-style: italic;
}

/* divider with accent marker */
.ts-about-v2-bottom {
  position: relative;
  z-index: 1;
}
.ts-about-v2-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #1A2653 0%, rgba(26, 38, 83, 0.15) 50%, transparent 100%);
  margin-bottom: clamp(32px, 3.5vw, 52px);
  position: relative;
}
.ts-about-v2-divider-marker {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #F78D20;
  border-radius: 50%;
  background: #fff;
}

/* two columns */
.ts-about-v2-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 100px);
  align-items: start;
}

/* left column with vertical accent */
.ts-about-v2-col-left {
  position: relative;
  padding-left: 28px;
}
.ts-about-v2-col-accent {
  position: absolute;
  left: 0;
  top: 4px;
  width: 3px;
  height: 48px;
  background: linear-gradient(180deg, #F78D20, rgba(247, 141, 32, 0.1));
  border-radius: 2px;
}

.ts-about-v2-text {
  font-family: var(--bs-font-2);
  font-size: clamp(17px, 1.35vw, 21px);
  font-weight: 300;
  line-height: 1.85;
  color: rgba(8, 20, 33, 0.65);
}

/* right column */
.ts-about-v2-col-right {
  display: flex;
  flex-direction: column;
}
.ts-about-v2-text-2 {
  font-family: var(--bs-font-2);
  font-size: clamp(16px, 1.25vw, 19px);
  font-weight: 400;
  line-height: 1.8;
  color: rgba(8, 20, 33, 0.5);
}

/* button wrap */
.ts-about-v2-btn-wrap {
  margin-top: 36px;
}
.ts-about-v2-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  transition: gap 0.4s;
}
.ts-about-v2-btn-text {
  font-family: 'Albert Sans', var(--bs-font-1);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: #1A2653;
  padding: 16px 30px;
  background: #fff;
  border: 1.5px solid rgba(26, 38, 83, 0.15);
  border-radius: 60px 0 0 60px;
  transition: background 0.4s, color 0.4s, border-color 0.4s;
}
.ts-about-v2-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background: #1A2653;
  color: #fff;
  font-size: 14px;
  border-radius: 0 50% 50% 0;
  flex-shrink: 0;
  transition: background 0.4s, transform 0.4s;
}
.ts-about-v2-btn:hover {
  gap: 0;
}
.ts-about-v2-btn:hover .ts-about-v2-btn-text {
  background: #1A2653;
  color: #fff;
  border-color: #1A2653;
}
.ts-about-v2-btn:hover .ts-about-v2-btn-icon {
  background: #F78D20;
}

@media only screen and (max-width: 991px) {
  .ts-about-v2-cols {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .ts-about-v2-heading {
    font-size: clamp(40px, 10vw, 56px);
  }
  .ts-about-v2-ghost {
    font-size: 140px;
    right: 10px;
    top: -30px;
  }
  .ts-about-v2-col-left {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .bs-about-intro-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 32px;
  }
  .bs-about-intro-body {
    flex-direction: column;
    gap: 24px;
    padding-top: 32px;
  }
  .bs-about-intro-divider {
    width: 40px;
    height: 1px;
    flex: 0 0 1px;
  }
  .bs-about-intro-wrap,
  .bs-about-intro-inline {
    flex-direction: column;
    gap: 30px;
  }
  .bs-about-intro-left {
    min-width: auto;
  }
}

.bs-about-1-content {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bs-about-1-content.ts-about-content-v2 {
  display: block;
}
.bs-about-1-content .disc {
  font-size: 35px;
  line-height: 1.285;
  max-width: 920px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-about-1-content .disc {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-1-content .disc {
    font-size: 26px;
  }
}
.bs-about-1-content .btn-wrap {
  flex: 0 0 auto;
  margin-top: 24px;
}

.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-1 {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 248, 248, 0.94) 100%);
  border: 1.5px solid rgba(30, 58, 95, 0.62);
  color: #111;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 0 0 1px rgba(30, 58, 95, 0.08);
  position: relative;
  overflow: hidden;
}
.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-1::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.26) 100%);
  opacity: 1;
  z-index: 0;
}
.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-1::after {
  content: "";
  position: absolute;
  top: 0;
  left: -34%;
  width: 34%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.62) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-18deg);
  animation: bs-liquid-btn-sheen 3.6s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-1 .text,
.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-1 .icon {
  position: relative;
  z-index: 2;
}
.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-1 .shape {
  display: none;
}
.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-1 .icon i:nth-child(2) {
  color: #111;
}
.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-1:hover {
  background: linear-gradient(135deg, #1A2653 0%, #2a5080 100%);
  color: #fff;
  border-color: #1A2653;
  box-shadow: 0 16px 34px rgba(30, 58, 95, 0.36);
}
.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-1:hover .icon i:nth-child(2) {
  color: #fff;
}
@keyframes bs-liquid-btn-sheen {
  0% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  20% {
    opacity: 0.75;
  }
  65% {
    transform: translateX(420%) skewX(-18deg);
    opacity: 0.25;
  }
  100% {
    transform: translateX(460%) skewX(-18deg);
    opacity: 0;
  }
}

.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-2 {
  background: #fff;
  color: #1A2653;
  border: 2px solid #1A2653;
  box-shadow: 0 12px 24px rgba(30, 58, 95, 0.16);
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.35s ease;
  border-radius: 30px;
}

.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-2::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 120px;
  bottom: -10px;
  left: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 400" preserveAspectRatio="none"><defs><filter id="blur"><feGaussianBlur in="SourceGraphic" stdDeviation="2"/></filter></defs><path fill="%231e3a5f" d="M0,150 Q240,80 480,150 T960,150 T1440,150 T1920,150 Q1950,180 1950,250 Q1920,300 1920,400 L0,400 Q0,300 0,250 Q30,180 0,150 Z" filter="url(%23blur)"></path></svg>') no-repeat;
  background-size: 100% 100%;
  animation: bs-amoeba-wave 6s ease-in-out infinite;
  opacity: 0.9;
  z-index: 1;
}

.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-2 .text {
  position: relative;
  z-index: 10;
  font-weight: 600;
  font-size: 16px;
  color: #1A2653;
}

.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-2:hover {
  background: #1A2653;
  color: #fff;
  border-color: #1A2653;
  box-shadow: 0 16px 34px rgba(30, 58, 95, 0.32);
  transform: translateY(-2px);
}

.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-2:hover .text {
  color: #fff;
}

.bs-home-1 .bs-about-1-content .btn-wrap .bs-btn-2:hover::before {
  opacity: 1;
}

@keyframes bs-amoeba-wave {
  0% {
    transform: translateX(0) translateY(0);
  }
  25% {
    transform: translateX(-40px) translateY(-8px);
  }
  50% {
    transform: translateX(-80px) translateY(0);
  }
  75% {
    transform: translateX(-40px) translateY(8px);
  }
  100% {
    transform: translateX(0) translateY(0);
  }
}

/* blob-btn-about */
.blob-btn-about {
  position: relative;
  padding: 16px 44px;
  border: 2px solid rgba(30, 58, 95, 0.6);
  background: #fff;
  cursor: pointer;
  font-size: 28px;
  font-weight: 500;
  color: #1a1a1a;
  letter-spacing: 0.5px;
  overflow: hidden;
  border-radius: 40px;
  transition: color 0.3s ease, border-color 0.3s ease;
  display: inline-block;
  min-height: 60px;
  line-height: 1;
}
.blob-btn-about__text {
  position: relative;
  z-index: 10;
  text-transform: lowercase;
  pointer-events: none;
  display: inline-block;
  mix-blend-mode: normal;
  color: #1a1a1a;
}
.blob-btn-about__blob {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: 1;
  overflow: visible;
}
.blob-btn-about__wave {
  fill: #1A2653;
}
.blob-btn-about__wave--back {
  opacity: 0.55;
  animation: blob-about-wave 3s ease-in-out infinite;
}
.blob-btn-about__wave--front {
  opacity: 1;
  animation: blob-about-wave 2s ease-in-out infinite reverse;
}
.blob-btn-about:hover {
  border-color: #1A2653;
}
.blob-btn-about:hover .blob-btn-about__text {
  color: #1a1a1a;
}
@keyframes blob-about-wave {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
}
/* blob-btn-about-end */

/* 
    about-1-end
*/
/* 
    about-3-start
*/
.bs-about-3-wrap {
  display: grid;
  grid-template-columns: 1fr 2.15fr;
  gap: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-3-wrap {
    grid-template-columns: 1fr;
  }
}

.bs-about-3-sec-title {
  max-width: 870px;
  z-index: 2;
}

.bs-about-3-content {
  padding-top: 60px;
}

.bs-about-3-content .disc {
  color: #7a7a7a;
  margin-bottom: 24px;
}

.bs-about-3-content-list {
  margin-bottom: 50px;
}

.bs-about-3-content-list li {
  font-size: 17px;
  color: #3c3c3c;
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.bs-about-3-content-list li:not(:last-child) {
  margin-bottom: 15px;
}
.bs-about-3-content-list li i {
  color: var(--bs-clr-pr-1);
}
.bs-about-3-img-1 {
  text-align: right;
  width: 87%;
  position: absolute;
  right: 0;
  top: -290px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-3-img-1 {
    display: none;
  }
}
.bs-about-3-img-2 {
  height: 544px;
}
.bs-about-3-feature {
  display: flex;
  justify-content: end;
  gap: 6px;
  padding-right: 25px;
  margin-top: -186px;
  flex-wrap: wrap;
}
.bs-about-3-feature-single {
  background: #000;
  max-width: 242px;
  width: 100%;
  padding: 40px 30px;
}
.bs-about-3-feature-single .icon {
  font-size: 68px;
  color: var(--bs-clr-pr-1);
  margin-bottom: 30px;
}
.bs-about-3-feature-single .icon i {
  transform-origin: center top;
}
.bs-about-3-feature-single .title {
  font-size: 22px;
  color: var(--bs-clr-white-1);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}
.bs-about-3-feature-single .disc {
  font-size: 15px;
  color: #c3c3c3;
  line-height: 21px;
  text-transform: capitalize;
}
.bs-about-3-feature-single:hover .icon i {
  animation: swing 1s;
}

/* 
    about-3-end
*/
/* 
    about-4-start
*/
.bs-about-4-subtitle {
  margin-bottom: 60px;
}
.bs-about-4-wrap {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-4-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-about-4-content .inner-div {
  padding-left: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-4-content .inner-div {
    padding-left: 0px;
  }
}
.bs-about-4-content .title {
  margin-bottom: 24px;
}
.bs-about-4-content .disc {
  margin-bottom: 46px;
}
.bs-about-4-content .btn-wrap {
  margin-bottom: 50px;
}
.bs-about-4-content .illus {
  margin-bottom: 40px;
}
.bs-about-4-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .bs-about-4-feature {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-about-4-feature {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-about-4-feature-single .item-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  background: #F5F5F5;
  color: var(--bs-clr-h-4);
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.bs-about-4-feature-single .item-icon::after {
  content: "";
  width: 1px;
  height: 65px;
  position: absolute;
  right: -5px;
  top: 0;
  background: #060606;
  opacity: 24%;
}
.bs-about-4-feature-single .item-icon::before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: #060606;
  opacity: 24%;
}
.bs-about-4-feature-single .item-title {
  font-size: 20px;
  margin-bottom: 12px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-about-4-feature-single .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(-2px);
}
.bs-about-4-feature-single .item-disc {
  font-size: 17px;
  line-height: 24px;
}
.bs-about-4-feature-single:hover .item-icon i {
  animation: jackInTheBox 1s;
}
.bs-about-4-right {
  position: relative;
  z-index: 1;
  margin-right: -116px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-4-right {
    margin-right: 0px;
  }
}
.bs-about-4-right .illus-2 {
  width: 88%;
  position: absolute;
  left: -29%;
  bottom: 30%;
  z-index: -1;
}
.bs-about-4-img {
  max-width: 540px;
  height: 710px;
  margin-left: auto;
}
.bs-about-4-project {
  max-width: 285px;
  border-right: 24px solid #fff;
  border-top: 24px solid #fff;
  padding: 45px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bs-about-4-project .icon {
  color: var(--bs-clr-white-1);
  font-size: 56px;
  margin-bottom: 60px;
}
.bs-about-4-project .title {
  font-size: 24px;
  color: var(--bs-clr-white-1);
  margin-bottom: 18px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-about-4-project .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(-2px);
}
.bs-about-4-project .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
}
.bs-about-4-project:hover .icon i {
  animation: jackInTheBox 1s;
}

/* 
    about-4-end
*/
/* 
    about-5-start
*/
.bs-about-5-bg-shape {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.bs-about-5-bg-shape-2 {
  width: 42%;
  position: absolute;
  bottom: 8%;
  left: 0;
  z-index: -1;
}
.bs-about-5-sec-title {
  max-width: 980px;
  margin-left: auto;
}
.bs-about-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.32fr;
  gap: 88px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-about-5-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-about-5-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.bs-about-5-left .disc {
  margin-bottom: 31px;
}
.bs-about-5-left .btn-wrap {
  margin-bottom: 55px;
}
.bs-about-5-img-1 {
  height: 473px;
  border-radius: 12px;
}
.bs-about-5-img-2 {
  height: 485px;
  margin-bottom: 47px;
  border-radius: 12px;
}
.bs-about-5-feature {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px 30px;
}
@media (max-width: 767px) {
  .bs-about-5-feature {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-about-5-feature {
    grid-template-columns: auto auto;
  }
}
.bs-about-5-feature li i {
  font-size: 16px;
  opacity: 0.8;
  margin-right: 5px;
  transform: translateY(-1px);
}
.bs-about-5-ethos {
  max-width: 520px;
}
.bs-about-5-ethos .title {
  margin-bottom: 16px;
}
.bs-about-5-ethos .disc {
  margin-bottom: 24px;
}
.bs-about-5-ethos-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  color: var(--bs-clr-h-4);
}
.bs-about-5-ethos-link:hover {
  color: var(--bs-clr-pr-1);
}

/* 
    about-5-end
*/
/*
    19. projects
*/
/* 
    projects-1-start
*/
.bs-projects-1-bg-img {
  width: 15%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.bs-projects-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-1-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.bs-projects-1-tabs-btn .nav-link {
  background: transparent;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0.01em;
  line-height: 2;
  position: relative;
  z-index: 1;
  transition: 0.5s;
  color: var(--bs-clr-black-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-projects-1-tabs-btn .nav-link {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-projects-1-tabs-btn .nav-link {
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-1-tabs-btn .nav-link {
    font-size: 28px;
  }
}
.bs-projects-1-tabs-btn .nav-link:not(:last-child) {
  margin-bottom: 20px;
}
.bs-projects-1-tabs-btn .nav-link::after {
  content: "";
  width: 220px;
  height: 100%;
  background: rgba(26, 38, 83, 0.04);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  border-radius: 50px 0 0 50px;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .bs-projects-1-tabs-btn .nav-link::after {
    display: none;
  }
}
.bs-projects-1-tabs-btn .nav-link .img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 123px;
  transition: 0.5s;
  opacity: 0;
}
@media (max-width: 767px) {
  .bs-projects-1-tabs-btn .nav-link .img {
    display: none;
  }
}
.bs-projects-1-tabs-btn .nav-link .year {
  font-family: 'Albert Sans', var(--bs-font-1);
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 500;
  margin-left: 22px;
  transform: translateY(-15px);
  transition: 0.5s;
  opacity: 0;
  color: var(--bs-clr-accent-1);
}
.bs-projects-1-tabs-btn .nav-link .right-arrow {
  width: 185px;
  position: absolute;
  left: 93%;
  top: 44%;
  transform: translateY(-50%);
  transition: 0.5s;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-1-tabs-btn .nav-link .right-arrow {
    display: none;
  }
}
.bs-projects-1-tabs-btn .nav-link:is(.active) {
  padding-left: 90px;
  font-weight: 600;
  color: var(--bs-clr-pr-1);
}
@media (max-width: 767px) {
  .bs-projects-1-tabs-btn .nav-link:is(.active) {
    padding-left: 0px;
  }
}
.bs-projects-1-tabs-btn .nav-link:is(.active)::after {
  left: -75px;
  opacity: 1;
}
.bs-projects-1-tabs-btn .nav-link:is(.active) .img {
  opacity: 1;
  left: -76px;
}
.bs-projects-1-tabs-btn .nav-link:is(.active) .right-arrow {
  opacity: 1;
  left: 105%;
}
.bs-projects-1-tabs-btn .nav-link:is(.active) .year {
  opacity: 1;
}
.bs-projects-1-tabs-item {
  perspective: 2000px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 1;
}
.bs-projects-1-tabs-item .main-img {
  transform: translateY(50px);
  transition: var(--bs-cube-1);
}
.bs-projects-1-tabs-item-table {
  border: 1px solid #000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: -27px;
  background: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s var(--bs-cube-1);
  transform-origin: 50% 100%;
  transform: rotateX(-39deg) translateY(60px);
}
@media (max-width: 767px) {
  .bs-projects-1-tabs-item-table {
    grid-template-columns: 1fr;
  }
}
.bs-projects-1-tabs-item-table .title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 22px 10px;
}
@media (max-width: 767px) {
  .bs-projects-1-tabs-item-table .title {
    border-right: none;
  }
}
.bs-projects-1-tabs-item-table .title-2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
}
.bs-projects-1-tabs-item-table .disc {
  font-size: 15px;
  text-transform: capitalize;
  color: #545454;
  font-weight: 500;
  text-align: center;
  padding: 11px 10px;
  border-right: 1px solid #000;
}
@media (max-width: 767px) {
  .bs-projects-1-tabs-item-table .disc {
    border-bottom: 1px solid #000;
  }
}
.bs-projects-1-tabs-item-table .start .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-projects-1-tabs-item-table .start .wrap {
    height: 100%;
  }
}

.bs-projects-1-tabs-pane .tab-pane:is(.show) .bs-projects-1-tabs-item-table {
  transform: rotateX(0deg) translateY(0px);
}
.bs-projects-1-tabs-pane .tab-pane:is(.show) .bs-projects-1-tabs-item .main-img {
  transform: translateY(0);
}

/* 
    projects-1-end
*/
/* 
    projects-2-end
*/
.bs-projects-2-sec-title .bs-subtitle-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: unset;
}
.bs-projects-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-projects-2-wrap {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .bs-projects-2-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.bs-projects-2-item {
  transform-origin: left top;
}
.bs-projects-2-item:not(:last-child) {
  margin-bottom: 80px;
}
.bs-projects-2-item .item-img {
  height: 390px;
  margin-bottom: 33px;
}
.bs-projects-2-item .item-img a {
  width: 100%;
  height: 100%;
}
.bs-projects-2-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-2-item .item-img {
    height: 350px;
  }
}
.bs-projects-2-item .item-disc {
  position: absolute;
  top: 25px;
  left: 25px;
  font-family: var(--bs-font-2);
  text-transform: capitalize;
  font-size: 15px;
  background: #fff;
  border-radius: 100px;
  padding: 9px 18px;
}
.bs-projects-2-item .item-title {
  font-family: var(--bs-font-2);
  font-size: 30px;
  font-weight: 700;
  transition: 0.5s var(--bs-cube-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-projects-2-item .item-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-projects-2-item .item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bs-projects-2-item .item-title {
    font-size: 22px;
  }
}
.bs-projects-2-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(-3px);
}
.bs-projects-2-item:hover .item-img img {
  transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}
.bs-projects-2-item:is(.has-style-2) {
  max-width: 605px;
  margin-left: auto;
}
.bs-projects-2-item:is(.has-style-2) .item-img {
  height: 556px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-2-item:is(.has-style-2) .item-img {
    height: 350px;
  }
}
.bs-projects-2-item:is(.has-style-3) {
  max-width: 602px;
}
.bs-projects-2-item:is(.has-style-3) .item-img {
  height: 556px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-2-item:is(.has-style-3) .item-img {
    height: 350px;
  }
}
.bs-projects-2-item:is(.has-style-4) {
  max-width: 602px;
}

/* 
    projects-2-end
*/
/* 
    projects-3-start
*/
.bs-projects-3-area {
  padding-top: 210px;
  padding-bottom: 130px;
}
.bs-projects-3-content {
  display: flex;
  align-items: center;
  gap: 30px 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bs-projects-3-content .disc {
  color: #2e2e2e;
  max-width: 330px;
  width: 100%;
}
.bs-projects-3-tabs-btn {
  flex: 0 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
.bs-projects-3-tabs-btn .nav-link {
  font-size: 18px;
  background: transparent;
  text-transform: capitalize;
  color: var(--bs-clr-black-1);
  font-weight: 300;
  transition: 0.4s var(--bs-cube-2);
}
.bs-projects-3-tabs-btn .nav-link:is(.active) {
  color: var(--bs-clr-pr-1);
}
.bs-projects-3-tabs-btn .nav-link:not(.active):hover {
  color: var(--bs-clr-pr-1);
}
.bs-projects-3-item {
  height: 555px;
  position: relative;
  z-index: 1;
}
.bs-projects-3-item .item-img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.bs-projects-3-item .item-img::after {
  background: var(--bs-clr-pr-1);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  transition: 0.7s var(--bs-cube-2);
  opacity: 0;
}
.bs-projects-3-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-projects-3-item .title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 24px;
  padding: 15px;
  color: var(--bs-clr-white-1);
  opacity: 0;
  transition: 0.7s var(--bs-cube-2);
}
@media (max-width: 767px) {
  .bs-projects-3-item .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-projects-3-item .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-projects-3-item {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-projects-3-item {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-3-item {
    height: 400px;
  }
}
.bs-projects-3-item:hover .item-img::after {
  opacity: 1;
}
.bs-projects-3-item:hover .item-img img {
  transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}
.bs-projects-3-item:hover .title {
  opacity: 1;
}
.bs-projects-3-item:is(.has-lg-size) {
  height: 770px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-projects-3-item:is(.has-lg-size) {
    height: 650px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-projects-3-item:is(.has-lg-size) {
    height: 600px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-projects-3-item:is(.has-lg-size) {
    height: 550px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-projects-3-item:is(.has-lg-size) {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-3-item:is(.has-lg-size) {
    height: 400px;
  }
}
.bs-projects-3-item:is(.has-md-size) {
  height: 700px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-projects-3-item:is(.has-md-size) {
    height: 610px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-projects-3-item:is(.has-md-size) {
    height: 570px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-projects-3-item:is(.has-md-size) {
    height: 540px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-projects-3-item:is(.has-md-size) {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-3-item:is(.has-md-size) {
    height: 400px;
  }
}
.bs-projects-3-item:is(.has-sm-size) {
  height: 620px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-projects-3-item:is(.has-sm-size) {
    height: 580px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-projects-3-item:is(.has-sm-size) {
    height: 540px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-projects-3-item:is(.has-sm-size) {
    height: 520px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-projects-3-item:is(.has-sm-size) {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-3-item:is(.has-sm-size) {
    height: 400px;
  }
}
.bs-projects-3-slider {
  margin-right: -510px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-projects-3-slider {
    margin-right: -370px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-projects-3-slider {
    margin-right: -200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-projects-3-slider {
    margin-right: 0px;
  }
}
.bs-projects-3-slider-pagi {
  width: 100% !important;
  justify-content: center;
}

/* 
    projects-3-end
*/
/* 
    projects-4-start
*/
.bs-project-4-content .title {
  font-size: 240px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  display: flex;
  justify-content: center;
  will-change: transform, opacity;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-project-4-content .title {
    font-size: 200px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-4-content .title {
    font-size: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-4-content .title {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .bs-project-4-content .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-project-4-content .title {
    font-size: 100px;
  }
}
.bs-project-4-content .title-2 {
  justify-content: space-between;
  margin-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-content .title-2 {
    justify-content: center;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-4-card {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-card-single {
    margin-bottom: 50px;
  }
}
.bs-project-4-card-single .card-img {
  height: 575px;
  box-shadow: 0px -12px 20px rgba(0, 0, 0, 0.08);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-project-4-card-single .card-img {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-4-card-single .card-img {
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-card-single .card-img {
    height: 400px;
  }
}
.bs-project-4-card-single .card-img a {
  width: 100%;
  height: 100%;
}
.bs-project-4-card-single .content {
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 34px 0;
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-4-card-single .content {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .bs-project-4-card-single .content {
    opacity: 1;
    flex-wrap: wrap;
  }
}
.bs-project-4-card-single .title {
  font-size: 32px;
  max-width: 495px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-project-4-card-single .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(-2px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-4-card-single .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .bs-project-4-card-single .title {
    font-size: 22px;
  }
}
.bs-project-4-card-single .card-details {
  display: flex;
  gap: 50px;
}
.bs-project-4-card-single .card-details li {
  color: var(--bs-clr-h-4);
  text-transform: capitalize;
}
.bs-project-4-card-single .card-details li span {
  display: block;
  font-size: 16px;
  color: #7A7A7A;
}
.bs-project-4-height {
  height: 3000px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-height {
    height: auto;
  }
}
.bs-project-4-card {
  position: relative;
  will-change: transform, opacity;
  height: 100%;
}
.bs-project-4-card-single {
  will-change: transform, opacity;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform-origin: top;
  transition: 1s var(--bs-cube-2);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-4-card-single {
    position: unset;
  }
}
.bs-project-4-card-single:nth-child(1) {
  z-index: 1;
}
.bs-project-4-card-single:nth-child(2) {
  z-index: -1;
}
.bs-project-4-card-single:nth-child(3) {
  z-index: -2;
}
.bs-project-4-card-single:nth-child(4) {
  z-index: -3;
}
.bs-project-4-card-single:nth-child(5) {
  z-index: -4;
}
.bs-project-4-card-single:nth-child(6) {
  z-index: -5;
}
.bs-project-4-card-single:nth-child(7) {
  z-index: -6;
}
.bs-project-4-card-single:nth-child(8) {
  z-index: -6;
}

/* 
    projects-4-end
*/
/* 
    projects-5-start
*/
.bs-project-5-sec-title {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 140px;
  line-height: 0.885;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}
.bs-project-5-sec-title span {
  color: #CFCFCF;
  display: inline;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-project-5-sec-title {
    font-size: 120px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-project-5-sec-title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-5-sec-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-5-sec-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .bs-project-5-sec-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-project-5-sec-title {
    font-size: 50px;
  }
}
.bs-project-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.75fr;
  gap: 135px;
  align-items: end;
  margin-bottom: 73px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-5-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-5-wrap {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.bs-project-5-wrap-2 {
  margin-bottom: 45px;
}
.bs-project-5-wrap-3 {
  display: grid;
  grid-template-columns: 1.75fr 1fr;
  gap: 135px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-5-wrap-3 {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-5-wrap-3 {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.bs-project-5-wrap-3 .bs-project-5-item:nth-child(1) {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-5-wrap-3 .bs-project-5-item:nth-child(1) {
    margin-top: 0px;
  }
}
.bs-project-5-item {
  background: #fff;
}
.bs-project-5-item .main-img {
  height: 512px;
  margin-bottom: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-5-item .main-img {
    height: 400px;
  }
}
.bs-project-5-item .main-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-project-5-item .main-img a {
  width: 100%;
  height: 100%;
}
.bs-project-5-item .title {
  font-size: 28px;
  transition: 0.4s var(--bs-cube-2);
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .bs-project-5-item .title {
    font-size: 24px;
  }
}
.bs-project-5-item .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(3px);
}
.bs-project-5-item .item-list {
  display: flex;
  gap: 7px 18.5px;
  flex-wrap: wrap;
}
.bs-project-5-item .item-list li {
  font-size: 16px;
  text-transform: capitalize;
  opacity: 80%;
  position: relative;
  z-index: 1;
}
.bs-project-5-item .item-list li:not(:last-child)::after {
  content: "//";
  margin-left: 18.5px;
}
.bs-project-5-item:hover .main-img img {
  transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}
.bs-project-5-item:is(.height-2) .main-img {
  height: 588px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-5-item:is(.height-2) .main-img {
    height: 430px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-5-item:is(.height-2) .main-img {
    height: 400px;
  }
}
.bs-project-5-item:is(.height-2) .main-img a {
  width: 100%;
  height: 100%;
}
.bs-project-5-item:is(.height-3) .main-img {
  height: 720px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-5-item:is(.height-3) .main-img {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-5-item:is(.height-3) .main-img {
    height: 400px;
  }
}
.bs-project-5-item:is(.height-4) .main-img {
  height: 620px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-5-item:is(.height-4) .main-img {
    height: 620px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-5-item:is(.height-4) .main-img {
    height: 400px;
  }
}
.bs-project-5-item:is(.height-5) .main-img {
  height: 584px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-5-item:is(.height-5) .main-img {
    height: 520px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-5-item:is(.height-5) .main-img {
    height: 400px;
  }
}
.bs-project-5-all-btn {
  text-align: center;
  padding: 11px;
}
.bs-project-5-all-btn .bs-pr-btn-3 {
  background: var(--bs-clr-pr-1);
}
.bs-project-5-all-btn .bs-pr-btn-3::after {
  background: var(--bs-clr-h-4);
}
.bs-project-5-all-btn .bs-pr-btn-3 .text:nth-child(2) {
  color: var(--bs-clr-pr-1);
}

/* 
    projects-5-end
*/
/*
    20. work
*/
/* 
    work-1-start
*/
.bs-work-1-area {
  padding-top: 140px;
  padding-bottom: 210px;
}
.bs-work-1-bg-img {
  width: 41%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bs-work-1-wrap {
  display: grid;
  grid-template-columns: 1.475fr 1fr;
  gap: 70px;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-work-1-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.bs-work-1-tabs-btn .nav-link {
  font-size: 80px;
  font-weight: 400;
  color: #878787;
  display: flex;
  line-height: 1.2;
  background: transparent;
  width: 100%;
  text-transform: capitalize;
  padding: 41px 0;
  gap: 15px;
  position: relative;
  z-index: 1;
  transition: var(--bs-cube-1);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bs-work-1-tabs-btn .nav-link {
    font-size: 30px;
  }
}
.bs-work-1-tabs-btn .nav-link:not(:first-child) {
  border-top: 1px solid #878787;
}
.bs-work-1-tabs-btn .nav-link .number {
  font-size: 25px;
  font-weight: 700;
  transform: translateY(-5px);
}
.bs-work-1-tabs-btn .nav-link .line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  left: 89%;
  z-index: -1;
  height: 1px;
  width: 260px;
  background-color: var(--bs-clr-pr-1);
  transition: 0.5s var(--bs-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-work-1-tabs-btn .nav-link .line {
    display: none;
  }
}
.bs-work-1-tabs-btn .nav-link:is(.active) {
  color: var(--bs-clr-pr-1);
  font-weight: 500;
}
.bs-work-1-tabs-btn .nav-link:is(.active) .line {
  transform: translateY(-50%) scaleX(1);
}
.bs-work-1-tabs-item-single .item-img {
  height: 495px;
  margin-bottom: 35px;
  transform: translateY(50px);
  transition: var(--bs-cube-1);
  opacity: 0;
}
.bs-work-1-tabs-item-single .item-disc {
  color: #7a7a7a;
  font-family: var(--bs-font-2);
  line-height: 24px;
  margin-bottom: 30px;
  transform: translateY(50px);
  transition: var(--bs-cube-1);
  opacity: 0;
}
.bs-work-1-tabs-item-single .item-btn {
  transform: translateY(50px);
  transition: var(--bs-cube-1);
  opacity: 0;
}
.bs-work-1-tabs-item-single .bs-btn-1 {
  background: var(--bs-clr-black-1);
  text-transform: capitalize;
}
.bs-work-1-tabs-item-single .bs-btn-1 .shape {
  background: var(--bs-clr-pr-1);
}
.bs-work-1-tabs-item-single .bs-btn-1:hover {
  color: var(--bs-clr-black-1);
}
.bs-work-1-tabs-item .tab-pane:is(.show) .bs-work-1-tabs-item-single .item-img {
  transform: translateY(0);
  opacity: 1;
}
.bs-work-1-tabs-item .tab-pane:is(.show) .bs-work-1-tabs-item-single .item-disc {
  transform: translateY(0);
  transition-delay: 0.3s;
  opacity: 1;
}
.bs-work-1-tabs-item .tab-pane:is(.show) .bs-work-1-tabs-item-single .item-btn {
  transform: translateY(0);
  transition-delay: 0.5s;
  opacity: 1;
}

/* 
    work-1-end
*/
/* 
    work-3-start
*/
.bs-work-3-wrap {
  display: flex;
}
.bs-work-3-item {
  max-width: 485px;
  height: 540px;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  overflow: hidden;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-work-3-item {
    max-width: 400px;
    height: 480px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-work-3-item {
    max-width: 300px;
    height: 350px;
  }
}
.bs-work-3-item::after {
  background: var(--bs-clr-pr-1);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  transition: 0.7s var(--bs-cube-2);
  opacity: 0;
}
.bs-work-3-item .item-img {
  width: 100%;
  height: 100%;
}
.bs-work-3-item .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  gap: 30px;
  z-index: 1;
  transition: 0.7s var(--bs-cube-2);
  opacity: 0;
}
.bs-work-3-item .content .circle {
  width: 85px;
  height: 85px;
  background: #fff;
  border-radius: 50%;
  transition: 0.7s cubic-bezier(0.32, 2, 0.55, 0.27);
  transform: translateY(-290px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  color: var(--bs-clr-pr-1);
}
.bs-work-3-item:hover::after {
  opacity: 1;
}
.bs-work-3-item:hover .content {
  opacity: 1;
}
.bs-work-3-item:hover .content .circle {
  transform: translateY(0px);
}

/* 
    work-3-end
*/
/* 
    work-5-start
*/
.bs-work-5-sec-title {
  max-width: 790px;
}
.bs-work-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-work-5-wrap {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .bs-work-5-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-work-5-wrap {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.bs-work-5-card {
  background: var(--bs-clr-white-1);
  border: 1px solid #A3ADAF;
  position: relative;
  z-index: 1;
  padding: 48px 40px;
  transition: 0.4s var(--bs-cube-2);
  overflow: hidden;
  margin-left: -1px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-work-5-card {
    padding: 48px 20px;
  }
}
.bs-work-5-card .title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-work-5-card .disc {
  opacity: 80%;
  margin-bottom: 40px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-work-5-card .disc {
    margin-bottom: 30px;
  }
}
.bs-work-5-card .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: 0.4s var(--bs-cube-2);
  opacity: 0;
  transform: translateY(50px);
}
.bs-work-5-card .number {
  font-size: 95px;
  font-weight: 700;
  line-height: 0.75;
  text-align: right;
  -webkit-text-stroke: 1.5px #F78D20;
  -webkit-text-fill-color: transparent;
  transition: 0.4s var(--bs-cube-2);
}
.bs-work-5-card:hover {
  background: #1A2653;
}
.bs-work-5-card:hover .title, .bs-work-5-card:hover .disc {
  color: var(--bs-clr-white-1);
}
.bs-work-5-card:hover .bg-img {
  opacity: 1;
  transform: translateY(0);
}

/* 
    work-5-end
*/
/* 
    work-6-start
*/
.bs-work-process-sec-title {
  max-width: 995px;
}
.bs-work-process-img {
  height: 586px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-work-process-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bs-work-process-img {
    height: 400px;
  }
}
.bs-work-process-item {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
.bs-work-process-item-single {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-work-process-item-single {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .bs-work-process-item-single {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
.bs-work-process-item-single:not(:last-child) {
  margin-bottom: 64px;
}
.bs-work-process-item-single:not(:last-child) .item-line {
  height: calc(100% + 64px);
}
.bs-work-process-item-single:not(:last-child) .item-line::after {
  bottom: 148px;
}
.bs-work-process-item-single .item-img {
  mask-image: url("../img/work/w6-img-mask.png");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% 100%;
  -webkit-mask-size: 100% 100%;
  mask-position: center center;
  height: 290px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-work-process-item-single .item-img {
    mask-size: 115% 100%;
    -webkit-mask-size: 115% 100%;
    border-radius: 12px;
  }
}
.bs-work-process-item-single .item-line {
  width: 1px;
  height: 100%;
  background: var(--bs-clr-pr-1);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .bs-work-process-item-single .item-line {
    display: none;
  }
}
.bs-work-process-item-single .item-line::after {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 86px;
  left: -13px;
  background: var(--bs-clr-pr-1);
  border-radius: 50%;
  border: 5px solid #fff;
  outline: 1px solid var(--bs-clr-pr-1);
}
.bs-work-process-item-single .content {
  align-self: center;
  position: relative;
  z-index: 1;
}
.bs-work-process-item-single .title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-work-process-item-single .title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .bs-work-process-item-single .title {
    font-size: 24px;
  }
}
.bs-work-process-item-single .number {
  font-size: 60px;
  font-weight: 900;
  color: #EDF1F4;
  line-height: 1;
  position: absolute;
  left: -36px;
  top: -30px;
  z-index: -1;
}
@media (max-width: 767px) {
  .bs-work-process-item-single .number {
    left: 0px;
  }
}
.bs-work-process-item-single:nth-child(even) {
  direction: rtl;
}
.bs-work-process-item-single:nth-child(even) .item-img {
  mask-image: url("../img/work/w6-img-mask-2.png");
}
.bs-work-process-item-single:nth-child(even) .content {
  text-align: left;
}

/* 
    work-6-end
*/
/*
    21. property
*/
/* 
    property-1-start
*/
.bs-property-1-sec-title .bs-subtitle-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: unset;
}
.bs-property-1-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.bs-property-1-item {
  display: grid;
  grid-template-columns: 1fr 1.23fr;
  gap: 60px;
  align-items: center;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-property-1-item {
    gap: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-property-1-item {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-property-1-item {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.bs-property-1-item .item-meta {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  text-transform: unset;
}
.bs-property-1-item .item-meta span:nth-child(1) {
  padding: 13px 21px;
}
.bs-property-1-item .item-meta span:nth-child(2) {
  padding: 7px 6px;
  background: var(--bs-clr-black-1);
  color: var(--bs-clr-white-1);
}
.bs-property-1-item .img-wrap {
  display: grid;
  grid-template-columns: 2.4fr 1fr;
}
.bs-property-1-item .img-wrap .item-img a {
  width: 100%;
  height: 100%;
}
.bs-property-1-item .img-wrap .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-property-1-item .item-date {
  background: #f5f5f5;
  display: inline-block;
  text-transform: uppercase;
  font-size: 15px;
  color: #363636;
  font-weight: 500;
  border-radius: 100px;
  padding: 12px 27px;
  margin-bottom: 15px;
}
.bs-property-1-item .item-title {
  color: #363636;
  font-size: 42px;
  margin-bottom: 29px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-property-1-item .item-title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-property-1-item .item-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-property-1-item .item-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-property-1-item .item-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .bs-property-1-item .item-title {
    font-size: 24px;
  }
}
.bs-property-1-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(3px);
}
.bs-property-1-item .bs-btn-1 {
  background: var(--bs-clr-black-1);
  text-transform: capitalize;
}
.bs-property-1-item .bs-btn-1 .shape {
  background: var(--bs-clr-pr-1);
}
.bs-property-1-item .bs-btn-1:hover {
  color: var(--bs-clr-black-1);
}
.bs-property-1-item:hover .item-img img {
  transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}
.bs-property-1-item:not(:last-child) {
  padding-bottom: 65px;
  border-bottom: 1px solid #808080;
  margin-bottom: 65px;
}

/* 
    property-1-end
*/
/*
    22. showcase
*/
/* 
    showcase-1-start
*/
.bs-showcase-1-area {
  background-color: #131513;
}
.bs-showcase-1-item {
  text-align: center;
}
.bs-showcase-1-item .item-img {
  height: 655px;
}
.bs-showcase-1-item .item-img a {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-showcase-1-item .item-img {
    height: 555px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-showcase-1-item .item-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bs-showcase-1-item .item-img {
    height: 400px;
  }
}
.bs-showcase-1-item .subtitle {
  font-family: var(--allura);
  color: var(--bs-clr-white-1);
  font-size: 200px;
  line-height: 1;
  margin-top: -120px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-showcase-1-item .subtitle {
    font-size: 150px;
    margin-top: -80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-showcase-1-item .subtitle {
    font-size: 130px;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .bs-showcase-1-item .subtitle {
    font-size: 90px;
    margin-top: -30px;
  }
}
.bs-showcase-1-item .title {
  font-size: 60px;
  color: var(--bs-clr-white-1);
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 38px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-showcase-1-item .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-showcase-1-item .title {
    font-size: 40px;
    max-width: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-showcase-1-item .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bs-showcase-1-item .title {
    font-size: 30px;
  }
}
.bs-showcase-1-item .title a {
  transition: 0.4s var(--bs-cube-2);
}
.bs-showcase-1-item .title a:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(3px);
}
.bs-showcase-1-item .item-btn {
  font-size: 18px;
  color: var(--bs-clr-white-1);
  letter-spacing: -0.03em;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  transition: 0.4s var(--bs-cube-2);
}
.bs-showcase-1-item .item-btn:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(3px);
}
.bs-showcase-1-slider .swiper-container .swiper-slide .bs-showcase-1-item .item-img img {
  transform: translateY(-50%);
  filter: blur(20px);
  transition: 0.5s var(--bs-cube-1);
  transition-delay: 0s;
}
.bs-showcase-1-slider .swiper-container .swiper-slide .bs-showcase-1-item .subtitle {
  transform: translateY(-100%);
  filter: blur(20px);
  transition: 0.5s var(--bs-cube-1);
  transition-delay: 0s;
}
.bs-showcase-1-slider .swiper-container .swiper-slide .bs-showcase-1-item .title {
  transform: translateY(-100%);
  filter: blur(20px);
  transition: 0.5s var(--bs-cube-1);
  transition-delay: 0s;
  opacity: 0;
}
.bs-showcase-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-showcase-1-item .item-img img {
  transform: translateY(0);
  filter: blur(0px);
  transition-delay: 0.3s;
}
.bs-showcase-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-showcase-1-item .subtitle {
  transform: translateY(0);
  filter: blur(0px);
  transition-delay: 0.6s;
}
.bs-showcase-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-showcase-1-item .title {
  transform: translateY(0);
  filter: blur(0px);
  transition-delay: 0.9s;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-showcase-1-slider-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
  }
}
.bs-showcase-1-slider-btn .single-btn {
  width: 113px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-showcase-1-slider-btn .single-btn {
    width: 50px;
  }
}
.bs-showcase-1-slider-btn .lw-sh1-prev {
  position: absolute;
  bottom: 7%;
  left: 230px;
  z-index: 2;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-showcase-1-slider-btn .lw-sh1-prev {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-showcase-1-slider-btn .lw-sh1-prev {
    position: unset;
  }
}
.bs-showcase-1-slider-btn .lw-sh1-next {
  position: absolute;
  right: 230px;
  bottom: 7%;
  z-index: 2;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-showcase-1-slider-btn .lw-sh1-next {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-showcase-1-slider-btn .lw-sh1-next {
    position: unset;
  }
}

/* 
    showcase-1-end
*/
/* 
    showcase-3-start
*/
.bs-showcase-3-area {
  padding-top: 480px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-showcase-3-area {
    padding-top: 240px;
  }
}
.bs-showcase-3-area::after {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0.6;
}
.bs-showcase-3-wrap {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-showcase-3-wrap {
    flex-wrap: wrap;
    gap: 50px;
  }
}
.bs-showcase-3-content {
  max-width: 885px;
}
.bs-showcase-3-content-trust {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.bs-showcase-3-content-trust .icon {
  font-size: 35px;
  color: #3BFB4E;
}
.bs-showcase-3-content-trust .bs-star-1 {
  font-size: 15px;
  color: #1A2653;
}
.bs-showcase-3-content-trust .disc {
  font-size: 15px;
  text-transform: capitalize;
  color: var(--bs-clr-white-1);
}
.bs-showcase-3-content-title {
  font-size: 85px;
  letter-spacing: -0.02em;
  line-height: 1.058;
  color: var(--bs-clr-white-1);
  margin-bottom: 30px;
}
.bs-showcase-3-content-title span {
  font-weight: 300;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-showcase-3-content-title {
    font-size: 65px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-showcase-3-content-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-showcase-3-content-title {
    font-size: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-showcase-3-content-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bs-showcase-3-content-title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-showcase-3-content-title {
    font-size: 40px;
  }
}
.bs-showcase-3-slider {
  max-width: 440px;
  flex: 0 0 auto;
  width: 100%;
}
.bs-showcase-3-slider-item .item-img {
  width: 100%;
  height: 230px;
}
.bs-showcase-3-slider-item .item-img a {
  width: 100%;
  height: 100%;
}
.bs-showcase-3-slider-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-showcase-3-slider-item .item-title {
  background: var(--bs-clr-white-1);
  font-size: 20px;
  padding: 16px 89px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-showcase-3-slider-item .item-title:hover {
  color: var(--bs-clr-pr-1);
}
.bs-showcase-3-slider-item:hover img {
  transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}
.bs-showcase-3-slider-pagi {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  position: absolute;
  bottom: 13px;
  left: 30px;
  z-index: 1;
  width: auto !important;
  background-color: var(--bs-clr-white-1);
}
.bs-showcase-3-slider-btn {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 40px;
  bottom: 12px;
  z-index: 1;
  background-color: var(--bs-clr-white-1);
}
.bs-showcase-3-slider-btn .btn-elm {
  font-size: 20px;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.4s var(--bs-cube-2);
}
.bs-showcase-3-slider-btn .btn-elm:hover {
  color: var(--bs-clr-pr-1);
  opacity: 1;
}

/* 
    showcase-3-end
*/
/*
    23. award
*/
/* 
    award-1-start
*/
.bs-award-1-sec-title .bs-subtitle-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: unset;
}
.bs-award-1-item {
  border-top: 1px solid #A9A9A9;
  padding: 24px 0;
}
.bs-award-1-item-wrap {
  display: flex;
  justify-content: space-between;
  gap: 65px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-award-1-item-wrap {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-award-1-item-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.bs-award-1-item .content-wrap {
  position: relative;
  z-index: 1;
}
.bs-award-1-item .item-logo {
  max-width: 170px;
  text-align: center;
  width: 100%;
}
.bs-award-1-item .item-img {
  max-width: 222px;
  height: 62px;
  width: 100%;
}
.bs-award-1-item .item-date {
  flex: 0 0 auto;
  font-family: var(--bs-font-2);
  max-width: 174px;
  width: 100%;
}
.bs-award-1-item .item-date i {
  color: #5C5C5C;
  margin-right: 5px;
}
.bs-award-1-item .item-disc {
  color: #7a7a7a;
  font-family: var(--bs-font-2);
  line-height: 24px;
}
.bs-award-1-item .project-img {
  max-width: 145px;
  width: 100%;
}
.bs-award-1-item .item-title {
  font-size: 28px;
  letter-spacing: -0.03em;
  margin-bottom: 23px;
}
.bs-award-1-item .secend-content {
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: end;
  gap: 55px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  transition: var(--bs-cube-1);
  transition-delay: 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-award-1-item .secend-content {
    gap: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-award-1-item .secend-content {
    display: none;
  }
}
.bs-award-1-item .secend-content .item-disc {
  margin-bottom: 30px;
}
.bs-award-1-item .first-content {
  display: flex;
  align-items: center;
  gap: 70px;
  transition: var(--bs-cube-1);
  transition-delay: 0.3s;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-award-1-item .first-content {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .bs-award-1-item .first-content {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-award-1-item:hover .first-content {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition-delay: 0s;
  }
}
.bs-award-1-item:hover .secend-content {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition-delay: 0.3s;
}

/* 
    award-1-end
*/
/* 
    award-5-start
*/
.bs-award-5-area {
  background-color: #F5F5F5;
  border-radius: 24px;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-award-5-area {
    padding-bottom: 100px;
  }
}
.bs-award-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1.52fr;
  gap: 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-award-5-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-award-5-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.bs-award-5-img {
  max-width: 428px;
  height: 540px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-award-5-img {
    height: 440px;
  }
}
@media (max-width: 767px) {
  .bs-award-5-img {
    height: 400px;
  }
}
.bs-award-5-item-single {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid rgba(6, 6, 6, 0.2);
  padding: 18px 28px;
  gap: 32px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-award-5-item-single:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .bs-award-5-item-single {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-award-5-item-single {
    flex-wrap: nowrap;
  }
}
.bs-award-5-item-single .year {
  font-size: 48px;
  line-height: 1;
  font-weight: 800;
  opacity: 8%;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-award-5-item-single .year {
    font-size: 36px;
  }
}
.bs-award-5-item-single .title {
  font-size: 24px;
  font-weight: 400;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-award-5-item-single .title {
    font-size: 22px;
  }
}
.bs-award-5-item-single .icon {
  margin-left: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid var(--bs-clr-black-2);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-clr-black-2);
  font-size: 18px;
  opacity: 72%;
  transform: rotate(-45deg);
  transition: 0.4s var(--bs-cube-2);
  flex: 0 0 auto;
}
.bs-award-5-item-single .item-img {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.bs-award-5-item-single:hover {
  background-color: var(--bs-clr-h-4);
  z-index: 2;
}
.bs-award-5-item-single:hover .year, .bs-award-5-item-single:hover .title {
  color: var(--bs-clr-white-1);
  opacity: 1;
}
.bs-award-5-item-single:hover .icon {
  color: var(--bs-clr-white-1);
  border-color: var(--bs-clr-white-1);
  opacity: 1;
}

/* 
    award-5-end
*/
/* 
    award-6-start
*/
.bs-award-6-area {
  margin-top: -300px;
}
.bs-award-6-wrap {
  background: #F7F6F1;
  padding: 62px 68px;
}
@media (max-width: 767px) {
  .bs-award-6-wrap {
    padding: 62px 30px;
  }
}
.bs-award-6-wrap .title {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 26px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-award-6-wrap .title {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  .bs-award-6-wrap .title {
    font-size: 40px;
  }
}
.bs-award-6-wrap .disc {
  margin-bottom: 64px;
}
.bs-award-6-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 95px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-award-6-item {
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-award-6-item {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-award-6-item {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-award-6-item {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
.bs-award-6-item-single .icon {
  width: 52px;
  height: 52px;
  background: rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 30px;
  color: #000;
}
.bs-award-6-item-single .top {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  border-bottom: 1px solid rgba(29, 29, 61, 0.2);
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.bs-award-6-item-single .item-disc {
  font-size: 20px;
}
.bs-award-6-item-single .year {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: rgba(0, 0, 0, 0.16);
}

/* 
    award-6-end
*/
/*
    24. brand
*/
/* 
    brand-4-start
*/
.bs-brand-4-wrap {
  display: inline-flex;
  gap: 32px;
  width: 100%;
  flex: 0 0 auto;
}
.bs-brand-4-item {
  max-width: 280px;
  width: 100%;
  height: 120px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex: 0 0 auto;
  overflow: hidden;
  transition: 0.4s var(--bs-cube-2);
  background-color: #fff;
}
.bs-brand-4-item:hover {
  transform: scale(0.9);
}
.bs-brand-4-item:hover img {
  animation: zoomInDown2 1s;
}

/* 
    brand-4-end
*/
/*
    25. marquee-text
*/
/* 
    marquee-text-1-start
*/
.bs-marquee-text-1-wrap {
  display: flex;
  gap: 50px;
}
.bs-marquee-text-1-wrap .title {
  font-size: 125px;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  -webkit-text-stroke: 1px #c9c9c9;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-marquee-text-1-wrap .title {
    font-size: 110px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-marquee-text-1-wrap .title {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-marquee-text-1-wrap .title {
    font-size: 90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-marquee-text-1-wrap .title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-marquee-text-1-wrap .title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .bs-marquee-text-1-wrap .title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-marquee-text-1-wrap .title {
    font-size: 60px;
  }
}

/* 
    marquee-text-1-end
*/
/*
    26. video
*/
/* 
    video-1-start
*/
.bs-video-1-content-img {
  height: 870px;
}
.bs-video-1-content-img > a {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-video-1-content-img {
    height: 770px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-video-1-content-img {
    height: 670px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-video-1-content-img {
    height: 570px;
  }
}
@media (max-width: 767px) {
  .bs-video-1-content-img {
    height: 500px;
  }
}
.bs-video-1-content-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bs-video-1-content .title {
  position: absolute;
  bottom: -30px;
  left: 0;
  font-size: 150px;
  color: var(--bs-clr-white-1);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
  align-items: center;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-video-1-content .title {
    font-size: 130px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-video-1-content .title {
    font-size: 110px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-video-1-content .title {
    font-size: 90px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-video-1-content .title {
    font-size: 80px;
    bottom: 0px;
  }
}
@media (max-width: 767px) {
  .bs-video-1-content .title {
    font-size: 40px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-video-1-content .title {
    font-size: 60px;
    bottom: 0px;
  }
}
.bs-video-1-content-list {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  background: #2c2c2c;
  max-width: 600px;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .bs-video-1-content-list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-video-1-content-list {
    grid-template-columns: 1.3fr 1fr;
  }
}
.bs-video-1-content-list .main-img {
  font-size: 0;
  height: 105px;
}
.bs-video-1-content-list .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-video-1-content-list .list li {
  font-size: 16px;
  letter-spacing: 0em;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.5;
}
.bs-video-1-content-list .list li:not(:last-child) {
  margin-bottom: 5px;
}
.bs-video-1-play-btn {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 
    video-1-end
*/
/* 
    video-2-start
*/
@media (max-width: 767px) {
  .bs-video-1-content-img:is(.has-video-2) {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-video-1-content-img:is(.has-video-2) {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-video-1-content-img:is(.has-video-2) {
    height: 500px;
  }
}
.bs-video-1-content-img:is(.has-video-2) .bs-video-1-play-btn {
  top: 50%;
}

/* 
    video-2-end
*/
/* 
    video-4-start
*/
.bs-video-4-content {
  height: 710px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-video-4-content {
    height: 650px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-video-4-content {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-video-4-content {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-video-4-content {
    height: 500px;
  }
}
.bs-video-4-text {
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-video-4-text {
    bottom: -10px;
  }
}
.bs-video-4-text-item {
  font-size: 235px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  text-shadow: 4px 4px 0px #6A6A6A;
  color: var(--bs-clr-h-4);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-video-4-text-item {
    font-size: 210px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-video-4-text-item {
    font-size: 190px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-video-4-text-item {
    font-size: 170px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-video-4-text-item {
    font-size: 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-video-4-text-item {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .bs-video-4-text-item {
    font-size: 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-video-4-text-item {
    font-size: 110px;
  }
}
.bs-video-4-text-item .split-line div div {
  transform-origin: center bottom;
  transition: var(--bs-cube-1);
}
.bs-video-4-text-item .split-line div div:hover {
  color: var(--bs-clr-pr-1);
  transform: scaleY(130%);
}

/* 
    video-4-end
*/
/* 
    video-5-start
*/
.bs-video-5-area {
  height: 900px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-video-5-area {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-video-5-area {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-video-5-area {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .bs-video-5-area {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-video-5-area {
    height: 500px;
  }
}
.bs-video-5-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

/* 
    video-5-end
*/
/*
    27. experience
*/
/* 
    expertise-4-start
*/
.bs-expertise-4-area {
  margin-top: -48px;
}
.bs-expertise-4-wrap {
  height: 445px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.bs-expertise-4-title {
  text-align: center;
  font-size: 167px;
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--bs-clr-pr-1);
  opacity: 16%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 40%;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-expertise-4-title {
    font-size: 127px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-expertise-4-title {
    font-size: 97px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-expertise-4-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .bs-expertise-4-title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-expertise-4-title {
    font-size: 50px;
  }
}
.bs-expertise-4-title > span:nth-child(2) {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .bs-expertise-4-area {
    margin-top: -24px;
  }
  .bs-expertise-4-title > span:nth-child(2) {
    margin-top: 6px;
  }
}
.bs-expertise-4-box {
  position: relative;
  overflow: hidden;
  height: 645px;
  margin-top: -200px;
}
.bs-expertise-4-box > .single-tag {
  position: absolute;
  display: inline-block;
  margin-bottom: 0;
  left: 0;
  top: 0;
  user-select: none;
  pointer-events: auto;
}
.bs-expertise-4-box .single-tag-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  filter: drop-shadow(4px 16px 32px rgba(0, 0, 0, 0.08));
  user-select: none;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .bs-expertise-4-box .single-tag-item {
    font-size: 18px;
  }
}
.bs-expertise-4-box .single-tag-item .icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #FCE8A4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--bs-clr-white-1);
}
@media (max-width: 767px) {
  .bs-expertise-4-box .single-tag-item .icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }
}
.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-2) {
  background: #d5e0ed;
}
.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-3) {
  background: #E4FBC1;
}
.bs-expertise-4-box .single-tag-item .icon:is(.has-clr-4) {
  background: #C4D9FF;
}
.bs-expertise-4-box .single-tag-item .text {
  background: #fff;
  border-radius: 100px;
  padding: 17px 40px;
}
@media (max-width: 767px) {
  .bs-expertise-4-box .single-tag-item .text {
    padding: 10px 20px;
  }
}

/* 
    expertise-4-end
*/
/*
    28. choose
*/
/* 
    choose-4-start
*/
.bs-choose-4-area {
  background-color: var(--bs-clr-h-4);
}
.bs-choose-4-subtitle {
  color: var(--bs-clr-white-1);
  border-color: rgba(255, 255, 255, 0.32);
}
.bs-choose-4-wrap {
  display: grid;
  grid-template-columns: 1.33fr 1fr;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-choose-4-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-bottom: 50px;
  }
}
.bs-choose-4-content {
  transform-origin: left top;
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}
.bs-choose-4-content::after {
  content: "";
  width: 200%;
  height: 100%;
  right: 0;
  top: 0;
  background: #3C3D40;
  z-index: -1;
  position: absolute;
}
.bs-choose-4-content .title {
  color: var(--bs-clr-white-1);
  margin-bottom: 25px;
  max-width: 570px;
}
.bs-choose-4-content .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
  margin-bottom: 47px;
  max-width: 520px;
  max-width: 565px;
}
.bs-choose-4-progress {
  max-width: 565px;
}
.bs-choose-4-progress-item {
  padding-bottom: 30px;
}
.bs-choose-4-progress-item .progress-title {
  font-size: 14px;
  text-transform: uppercase;
  color: var(--bs-clr-white-1);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.bs-choose-4-progress-item .progress-title .counter {
  margin-left: auto;
}
.bs-choose-4-progress-item .progress-line {
  position: relative;
  z-index: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}
.bs-choose-4-progress-item .progress-line-fill {
  position: absolute;
  height: 100%;
  background: #fff;
}
.bs-choose-4-progress-item .progress-line-fill::after {
  content: "";
  width: 1px;
  height: 13px;
  background: #fff;
  position: absolute;
  right: 0;
  top: -6px;
}
.bs-choose-4-right {
  padding-top: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-choose-4-right {
    padding-top: 0px;
  }
}
.bs-choose-4-feature {
  display: flex;
  margin-top: -300px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-choose-4-feature {
    margin-top: -200px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-choose-4-feature {
    margin-top: -200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-choose-4-feature {
    margin-top: -160px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-choose-4-feature {
    margin-top: -100px;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .bs-choose-4-feature {
    margin-top: 0px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
  }
}
.bs-choose-4-feature .item-margin {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .bs-choose-4-feature .item-margin {
    scroll-snap-align: center;
  }
}
.bs-choose-4-feature .item-margin:not(:first-child) {
  margin-left: -150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-choose-4-feature .item-margin:not(:first-child) {
    margin-left: -120px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-choose-4-feature .item-margin:not(:first-child) {
    margin-left: -90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-choose-4-feature .item-margin:not(:first-child) {
    margin-left: -70px;
  }
}
@media (max-width: 767px) {
  .bs-choose-4-feature .item-margin:not(:first-child) {
    margin-left: -40px;
  }
}
.bs-choose-4-feature .item-margin:hover {
  position: relative;
  z-index: 2;
}
.bs-choose-4-feature-single {
  width: 445px;
  height: 445px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  padding: 30px;
  background: rgba(6, 6, 6, 0.06);
  backdrop-filter: blur(20px);
  border: 1px solid transparent;
  position: relative;
  z-index: 1;
  transition: 1s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-choose-4-feature-single {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-choose-4-feature-single {
    width: 350px;
    height: 350px;
    padding: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-choose-4-feature-single {
    width: 300px;
    height: 300px;
    padding: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-choose-4-feature-single {
    width: 250px;
    height: 250px;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .bs-choose-4-feature-single {
    width: 220px;
    height: 220px;
    padding: 15px;
  }
}
.bs-choose-4-feature-single::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(270deg, #3C3D40, #B9B8B3);
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  animation: rotateGradient 3s linear infinite; /* Animation applied here */
  transition: 0.5s var(--bs-cube-2);
}

.bs-choose-4-feature-single .icon {
  width: 104px;
  height: 104px;
  background: var(--bs-clr-black-2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  border-radius: 50%;
  color: var(--bs-clr-white-1);
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-choose-4-feature-single .icon {
    width: 70px;
    height: 70px;
    font-size: 34px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-choose-4-feature-single .icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .bs-choose-4-feature-single .icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.bs-choose-4-feature-single .title {
  font-size: 24px;
  color: var(--bs-clr-white-1);
  margin-bottom: 14px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-choose-4-feature-single .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-choose-4-feature-single .title {
    font-size: 15px;
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .bs-choose-4-feature-single .title {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.bs-choose-4-feature-single .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(-2px);
}
.bs-choose-4-feature-single .disc {
  max-width: 301px;
  text-align: center;
  color: var(--bs-clr-white-1);
  opacity: 80%;
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
  .bs-choose-4-feature-single .disc {
    max-width: 221px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-choose-4-feature-single .disc {
    max-width: 180px;
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .bs-choose-4-feature-single .disc {
    max-width: 160px;
    font-size: 10px;
  }
}
.bs-choose-4-feature-single:hover {
  border-color: var(--bs-clr-pr-1);
}
.bs-choose-4-feature-single:hover::before {
  opacity: 0;
}
.bs-choose-4-feature-single:hover .icon i {
  animation: jackInTheBox 1s;
}
.bs-choose-4-content-height {
  height: 1200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-choose-4-content-height {
    height: auto;
  }
}

/* 
    choose-4-end
*/
/*
    29. services
*/
/* 
    services-1-start
*/
.bs-services-1-sec-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-1-sec-title {
    flex-wrap: wrap;
    gap: 70px;
  }
}
.bs-services-1-sec-title .left {
  max-width: 640px;
  width: 100%;
}
.bs-services-1-tabs-btn {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-1-tabs-btn {
    margin-bottom: 0px;
  }
}
.bs-services-1-tabs-btn .nav-link {
  background: transparent;
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-size: 30px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-1-tabs-btn .nav-link {
    font-size: 26px;
  }
}
.bs-services-1-tabs-btn .nav-link span {
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
  position: absolute;
  width: 95px;
  transition: 0.5s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-1-tabs-btn .nav-link span {
    width: 55px;
  }
}
.bs-services-1-tabs-btn .nav-link:is(.active) span {
  transform: translate(-50%, -50%) scale(1);
}
.bs-services-1-tabs-btn .nav-link:hover:not(.active) {
  color: var(--bs-clr-pr-1);
}
.bs-services-1-item .main-img {
  height: 690px;
  margin-bottom: 26px;
}
.bs-services-1-item .main-img a {
  width: 100%;
  height: 100%;
}
.bs-services-1-item .main-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-services-1-item .main-img {
    height: 590px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-services-1-item .main-img {
    height: 500px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-services-1-item .main-img {
    height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-1-item .main-img {
    height: 400px;
  }
}
.bs-services-1-item .content-wrap {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 25px;
  transform: translateY(-50px);
  opacity: 0;
  transition: 0.5s;
}
.bs-services-1-item .shape {
  width: 68px;
  height: 68px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-1-item .shape {
    width: 30px;
  }
}
.bs-services-1-item .shape img {
  transform: rotate(90deg);
  transition: 0.5s;
}
.bs-services-1-item .subtitle {
  font-size: 19px;
  font-weight: 400;
  color: #352828;
  margin-bottom: 6px;
}
.bs-services-1-item .title {
  font-size: 35px;
  font-weight: 800;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-services-1-item .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-1-item .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-1-item .title {
    font-size: 22px;
  }
}
.bs-services-1-item .title:hover {
  color: var(--bs-clr-pr-1);
}
.bs-services-1-item .item-btn {
  display: inline-flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: var(--bs-clr-pr-1);
  border-radius: 50%;
  color: var(--bs-clr-white-1);
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: -156px;
}
.bs-services-1-item .item-btn::after {
  content: "";
  width: 2px;
  height: 140px;
  background: var(--bs-clr-pr-1);
  position: absolute;
  top: 100%;
  transition: 0.5s;
  transform-origin: top;
  transform: scaleY(0);
}
.bs-services-1-slider {
  margin-right: -360px;
  margin-left: -40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-1-slider {
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-next) .bs-services-1-item .content-wrap {
    transform: translateY(0px);
    opacity: 1;
  }
  .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-next) .bs-services-1-item .item-btn::after {
    transform: scaleY(1);
    transition-delay: 0.3s;
  }
  .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-next) .bs-services-1-item .shape img {
    transform: rotate(0deg);
  }
  .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-next) .bs-services-1-item:hover .main-img img {
    transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
  }
}
@media (max-width: 767px) {
  .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-1-item .content-wrap {
    transform: translateY(0px);
    opacity: 1;
  }
  .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-1-item .item-btn::after {
    transform: scaleY(1);
    transition-delay: 0.3s;
  }
  .bs-services-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-1-item .shape img {
    transform: rotate(0deg);
  }
}

/* 
    services-1-end
*/
/* 
    services-3-start
*/
.bs-services-3-sec-title .bs-subtitle-1 {
  color: var(--bs-clr-white-1);
  text-transform: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bs-services-3-sec-title .bs-sec-title-3 {
  color: var(--bs-clr-white-1);
}
.bs-services-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-services-3-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-services-3-card {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 26, 73);
  background-color: rgb(1, 13, 33);
  position: relative;
  z-index: 1;
  padding: 25px 55px;
  padding-top: 45px;
  margin-top: -1px;
  margin-left: -1px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-services-3-card {
    padding: 25px 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-3-card {
    padding: 25px 25px;
  }
}
.bs-services-3-card .card-icon {
  color: var(--bs-clr-pr-1);
  font-size: 70px;
  margin-bottom: 39px;
}
.bs-services-3-card .card-icon i {
  transform-origin: center top;
}
.bs-services-3-card .card-title {
  font-size: 30px;
  color: var(--bs-clr-white-1);
  font-weight: 700;
  margin-bottom: 7px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-services-3-card .card-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(3px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-services-3-card .card-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-3-card .card-title {
    font-size: 22px;
  }
}
.bs-services-3-card .card-disc {
  font-size: 16px;
  color: #c3c3c3;
  margin-bottom: 28px;
}
.bs-services-3-card .card-btn {
  display: inline-flex;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 26, 73);
  border-radius: 50%;
  background-color: rgb(1, 10, 26);
  border-width: 1px;
  border-color: rgb(0, 26, 73);
  border-radius: 50%;
  background-color: rgb(1, 10, 26);
  transition: 0.4s var(--bs-cube-2);
}
.bs-services-3-card .card-btn:hover {
  background: var(--bs-clr-pr-1);
}
.bs-services-3-card .card-btn {
  display: inline-flex;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(0, 26, 73);
  border-radius: 50%;
  background-color: rgb(1, 10, 26);
  width: 54px;
  height: 54px;
  justify-content: center;
  align-items: center;
  color: var(--bs-clr-white-1);
  font-size: 18px;
}
.bs-services-3-card .card-number {
  font-size: 100px;
  position: absolute;
  right: 65px;
  top: 26px;
  font-weight: 700;
  line-height: 1;
  -webkit-text-stroke: 1px #001a49;
  -webkit-text-fill-color: transparent;
}
.bs-services-3-card:hover .card-icon i {
  animation: swing 1s;
}
.bs-services-3-all-btn .bs-btn-1 .shape {
  background-color: var(--bs-clr-white-1);
}

/* 
    services-3-end
*/
/* 
    services-4-start
*/
.bs-services-4-area {
  position: relative;
  z-index: 1;
  background: var(--bs-clr-h-4);
}
.bs-services-4-subtitle {
  color: var(--bs-clr-white-1);
  border-color: rgba(255, 255, 255, 0.32);
}
.bs-services-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 80px;
}
@media (min-width: 1800px) {
  .bs-services-4-wrap {
    margin-right: -296px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-services-4-img {
  width: 15.7%;
  height: 353px;
  border-right: 15px solid #202020;
  border-top: 15px solid #202020;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-img {
    display: none;
  }
}
.bs-services-4-content .title {
  color: var(--bs-clr-white-1);
  margin-bottom: 25px;
}
.bs-services-4-content .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
  margin-bottom: 47px;
  max-width: 520px;
}
.bs-services-4-content .bs-pr-btn-2 {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.72);
}
.bs-services-4-content .bs-pr-btn-2 .text::before {
  color: var(--bs-clr-white-1);
}
.bs-services-4-content .bs-pr-btn-2:hover {
  border-color: transparent;
}
.bs-services-4-item {
  display: flex;
  justify-content: end;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-4-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .bs-services-4-item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.bs-services-4-item-single {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 68px 50px;
  width: 108px;
  transition: 1s var(--bs-cube-2);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-4-item-single {
    padding: 68px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-4-item-single {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .bs-services-4-item-single {
    width: 100%;
    padding: 68px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-4-item-single {
    width: 100%;
    padding: 68px 50px;
  }
}
.bs-services-4-item-single .default-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 72px 16px;
  background-color: #383838;
  align-items: center;
  transition: 0.5s var(--bs-cube-2);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .default-content {
    opacity: 0;
  }
}
.bs-services-4-item-single .active-content {
  transition: 0.5s var(--bs-cube-2);
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .active-content {
    opacity: 1;
  }
}
.bs-services-4-item-single .title {
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.071;
  margin-bottom: 54px;
  transition: 1s var(--bs-cube-2);
  opacity: 0;
  transition-delay: 0s;
  transform: translateY(10px);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .title br {
    display: none;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-4-item-single .title {
    font-size: 30px;
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .title {
    opacity: 1;
    transform: translateY(0);
    font-size: 30px;
    margin-bottom: 24px;
  }
}
.bs-services-4-item-single .title a {
  transition: 0.4s var(--bs-cube-2);
}
.bs-services-4-item-single .title a:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(3px);
}
.bs-services-4-item-single .title-2 {
  writing-mode: sideways-lr;
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  color: var(--bs-clr-white-1);
}
.bs-services-4-item-single .disc {
  transition: 1s var(--bs-cube-2);
  transform: translateY(10px);
  opacity: 0;
  transition-delay: 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .disc {
    opacity: 1;
    transform: translateY(0);
  }
}
.bs-services-4-item-single .main-img {
  max-width: 272px;
  height: 320px;
  margin-bottom: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single .main-img {
    height: 250px;
  }
}
.bs-services-4-item-single .img-2 {
  height: 90px;
  filter: grayscale(1);
}
.bs-services-4-item-single:is(.active) {
  width: 620px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-4-item-single:is(.active) {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-4-item-single:is(.active) {
    width: 100%;
  }
}
.bs-services-4-item-single:is(.active) .default-content {
  opacity: 0;
}
.bs-services-4-item-single:is(.active) .active-content {
  opacity: 1;
}
.bs-services-4-item-single:is(.active) .title {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translateY(0);
}
.bs-services-4-item-single:is(.active) .disc {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translateY(0);
}
.bs-services-4-item-single:nth-child(2) .default-content {
  background-color: #6A6A6A;
}
.bs-services-4-item-single:nth-child(3) .default-content {
  background-color: #4C4C4C;
}

/* 
    services-4-end
*/
/* 
    services-5-start
*/
.bs-services-5-wrap {
  display: grid;
  grid-template-columns: 1.72fr 1fr;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-5-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.bs-services-5-sec-title {
  max-width: 644px;
}
.bs-services-5-left {
  z-index: 2;
}
.bs-services-5-left .inner-div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .bs-services-5-left .inner-div {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-5-left .inner-div {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-services-5-left .inner-div .disc {
  margin-bottom: 32px;
}
.bs-services-5-left .bg-color {
  background: #F1F2EB;
  width: 200%;
  height: 77.5%;
  position: absolute;
  right: -126px;
  bottom: 0;
  z-index: -1;
  border-radius: 0 32px 0 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-services-5-left .bg-color {
    width: 150%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-5-left .bg-color {
    display: none;
  }
}
.bs-services-5-left-icon {
  position: absolute;
  top: 16%;
  right: -74px;
  font-size: 148px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-5-left-icon {
    right: 0px;
    font-size: 100px;
  }
}
.bs-services-5-img-1 {
  height: 163px;
  border-radius: 12px;
  filter: grayscale(1);
}
.bs-services-5-img-1.has-color-video {
  filter: grayscale(0);
}
.bs-services-5-img-1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bs-services-5-img {
  height: 1052px;
  border-radius: 40px 0 0 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-services-5-img {
    height: 800px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-5-img {
    height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-5-img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .bs-services-5-img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-5-img {
    height: 500px;
  }
}
.bs-services-5-img-border-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 84%;
  height: 100%;
  border: 1px solid #A3ADAF;
  border-radius: 40px 0 0 0;
  z-index: -4;
  background: #fff;
  transition: 0.5s var(--bs-cube-2);
}
.bs-services-5-img-border-2 {
  position: absolute;
  top: 30px;
  right: 0;
  width: 90%;
  height: 100%;
  border: 1px solid #A3ADAF;
  border-radius: 40px 0 0 0;
  z-index: -3;
  background: #fff;
  transition: 0.5s var(--bs-cube-2);
}
.bs-services-5-img-border-3 {
  position: absolute;
  top: 60px;
  right: 0;
  width: 95%;
  height: 100%;
  border: 1px solid #A3ADAF;
  border-radius: 40px 0 0 0;
  z-index: -2;
  background: #fff;
  transition: 0.5s var(--bs-cube-2);
}
.bs-services-5-slider {
  margin-right: -297px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-services-5-slider {
    margin-right: -197px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-services-5-slider {
    margin-right: -100px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-5-slider {
    margin-right: 0px;
  }
}
.bs-services-5-slider-single {
  padding-top: 90px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: 0.4s var(--bs-cube-2);
}
.bs-services-5-slider .swiper-container .swiper-slide .bs-services-5-img-border-3 {
  top: 90px;
}
.bs-services-5-slider .swiper-container .swiper-slide .bs-services-5-img-border-2 {
  top: 90px;
}
.bs-services-5-slider .swiper-container .swiper-slide .bs-services-5-img-border-1 {
  top: 90px;
}
.bs-services-5-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-5-slider-single {
  transform: scale(100%);
}
.bs-services-5-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-5-img-border-3 {
  top: 60px;
}
.bs-services-5-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-5-img-border-2 {
  top: 30px;
  transition-delay: 0.5s;
}
.bs-services-5-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-services-5-img-border-1 {
  top: 0px;
  transition-delay: 1s;
}
.bs-services-5-item-single {
  display: flex;
  position: relative;
  z-index: 1;
  gap: 36px;
  font-size: 24px;
  text-transform: uppercase;
  align-items: center;
  border-bottom: 1px solid var(--bs-clr-h-4);
  padding: 33px 0;
}
.bs-services-5-item-single:nth-child(1) {
  border-top: 1px solid var(--bs-clr-h-4);
}
@media (max-width: 767px) {
  .bs-services-5-item-single {
    flex-wrap: wrap;
  }
}
.bs-services-5-item-single .number {
  width: 32px;
  height: 32px;
  border: 1px solid;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  opacity: 60%;
  transition: 0.4s var(--bs-cube-2);
}
.bs-services-5-item-single .title {
  opacity: 60%;
  transition: 0.4s var(--bs-cube-2);
}
.bs-services-5-item-single .icon {
  margin-left: auto;
  transform: rotate(-45deg);
  transition: 0.4s var(--bs-cube-2);
}
.bs-services-5-item-single .item-img {
  position: absolute;
  top: 50%;
  right: 22%;
  transform: translateY(-50%) scale(0);
  width: 200px;
  height: 252px;
  transition: 0.4s var(--bs-cube-2);
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-services-5-item-single .item-img {
    display: none;
  }
}
.bs-services-5-item-single .item-img img {
  border-radius: 8px;
}
.bs-services-5-item-single .item-img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #E1E2D6;
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: rotate(0deg);
  transition: 0.4s var(--bs-cube-2);
}
.bs-services-5-item-single:hover .number {
  background: var(--bs-clr-pr-1);
  color: var(--bs-clr-white-1);
  border-color: transparent;
  opacity: 1;
}
.bs-services-5-item-single:hover .title {
  opacity: 1;
}
.bs-services-5-item-single:hover .icon {
  color: var(--bs-clr-pr-1);
}
.bs-services-5-item-single:hover .item-img {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}
.bs-services-5-item-single:hover .item-img::after {
  transform: rotate(10deg);
  transition-delay: 0.3s;
}

/* 
    services-5-end
*/
/*
    30. core-services
*/
/* 
    core-services-2-start
*/
.bs-core-services-2-item {
  text-align: center;
  position: relative;
  z-index: 1;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  transition: 0.5s var(--bs-cube-2);
  padding: 48px 20px;
  margin-top: -1px;
  overflow: hidden;
}
.bs-core-services-2-item > .item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bs-core-services-2-item .item-title {
  font-size: 105px;
  text-transform: unset;
  font-weight: 400;
  color: var(--bs-clr-white-1);
  display: inline-flex;
  transition: 0.3s var(--bs-cube-1);
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-core-services-2-item .item-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-core-services-2-item .item-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-core-services-2-item .item-title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-core-services-2-item .item-title {
    font-size: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-core-services-2-item .item-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bs-core-services-2-item .item-title {
    font-size: 30px;
  }
}
.bs-core-services-2-item .item-title .small-text {
  font-size: 15px;
  margin-top: 10px;
}
.bs-core-services-2-item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.3s var(--bs-cube-1);
}
.bs-core-services-2-item .item-img img {
  object-position: center 0%;
  transition: 2s var(--bs-cube-1);
}
.bs-core-services-2-item .content-wrap {
  transform: translateX(10%);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 60px;
  opacity: 0;
  transition: 0.3s var(--bs-cube-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-core-services-2-item .content-wrap {
    flex-wrap: wrap;
  }
}
.bs-core-services-2-item .content-wrap .item-title {
  font-weight: 700;
  text-transform: capitalize;
}
.bs-core-services-2-item .item-disc {
  font-family: var(--bs-font-2);
  font-weight: 500;
  line-height: 24px;
  color: var(--bs-clr-white-1);
  max-width: 440px;
  text-align: left;
}
.bs-core-services-2-item .item-btn {
  flex: 0 0 auto;
}
.bs-core-services-2-item:hover {
  border-color: var(--bs-clr-pr-1);
  z-index: 2;
}
.bs-core-services-2-item:hover > .item-title {
  left: 35%;
  opacity: 0;
}
.bs-core-services-2-item:hover .content-wrap {
  transform: translateX(0);
  opacity: 1;
}
.bs-core-services-2-item:hover .item-img {
  opacity: 1;
}
.bs-core-services-2-item:hover .item-img img {
  object-position: center 100%;
}

/* 
    core-services-2-end
*/
/*
    31. testimonial
*/

/* â”€â”€ ts-testimonial (philosophy page) â”€â”€ */
.ts-testimonial-area {
  padding: 120px 0 100px;
  background: #f8f7f4;
  position: relative;
  overflow: hidden;
}
.ts-testimonial-area::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(247,141,32,0.05);
  pointer-events: none;
}

/* header */
.ts-testimonial-header {
  text-align: center;
  margin-bottom: 60px;
}
.ts-testimonial-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}
.ts-testimonial-eyebrow-line {
  width: 32px;
  height: 2px;
  background: #F78D20;
  display: inline-block;
}
.ts-testimonial-eyebrow-text {
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F78D20;
}
.ts-testimonial-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4vw, 54px);
  font-weight: 600;
  color: #1A2653;
  line-height: 1.15;
  margin: 0;
}

/* stage */
.ts-testimonial-stage {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.ts-testimonial-quote-mark {
  margin-bottom: 30px;
}
.ts-testimonial-quote-mark svg {
  width: 64px;
  height: auto;
}

/* slides */
.ts-testimonial-slides {
  position: relative;
  min-height: 260px;
}
.ts-testimonial-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0.5s;
}
.ts-testimonial-slide.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0s 0s;
}

/* quote */
.ts-testimonial-quote {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.6;
  color: #1A2653;
  margin: 0 0 40px;
  padding: 0;
  border: none;
}
.ts-testimonial-quote em {
  font-style: italic;
  font-weight: 600;
  color: #F78D20;
}

/* author */
.ts-testimonial-author {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}
.ts-testimonial-author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid #F78D20;
}
.ts-testimonial-author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ts-testimonial-author-info {
  text-align: left;
}
.ts-testimonial-author-name {
  font-family: "Albert Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1A2653;
  margin: 0 0 3px;
  line-height: 1.2;
}
.ts-testimonial-author-role {
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #777;
  margin: 0;
  letter-spacing: 0.02em;
}

/* navigation */
.ts-testimonial-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 48px;
}
.ts-testimonial-nav-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid #d0d0d0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #1A2653;
  transition: all 0.3s ease;
}
.ts-testimonial-nav-btn:hover {
  background: #1A2653;
  border-color: #1A2653;
  color: #fff;
}
.ts-testimonial-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}
.ts-testimonial-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0d0d0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ts-testimonial-dot.active {
  background: #F78D20;
  transform: scale(1.25);
}

/* trust strip */
.ts-testimonial-trust {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-top: 70px;
  padding-top: 50px;
  border-top: 1px solid rgba(26,38,83,0.1);
}
.ts-testimonial-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.ts-testimonial-trust-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 700;
  color: #1A2653;
  line-height: 1;
}
.ts-testimonial-trust-label {
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #888;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.ts-testimonial-trust-divider {
  width: 1px;
  height: 40px;
  background: rgba(26,38,83,0.12);
}

/* responsive */
@media (max-width: 991px) {
  .ts-testimonial-area { padding: 90px 0 70px; }
  .ts-testimonial-header { margin-bottom: 45px; }
  .ts-testimonial-trust { gap: 30px; }
  .ts-testimonial-trust-num { font-size: 30px; }
}
@media (max-width: 767px) {
  .ts-testimonial-area { padding: 70px 0 55px; }
  .ts-testimonial-slides { min-height: 320px; }
  .ts-testimonial-trust { flex-wrap: wrap; gap: 24px; }
  .ts-testimonial-trust-divider { display: none; }
  .ts-testimonial-quote { font-size: 20px; }
  .ts-testimonial-nav { margin-top: 35px; }
}
/* â”€â”€ ts-testimonial end â”€â”€ */

/* 
    testimonial-1-start
*/
.bs-testimonial-1-wrap {
  display: grid;
  grid-template-columns: 1.26fr 1fr;
  gap: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-testimonial-1-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-1-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.bs-testimonial-1-item {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 40px;
}
@media (max-width: 767px) {
  .bs-testimonial-1-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-testimonial-1-item {
    grid-template-columns: 1fr 1.6fr;
  }
}
.bs-testimonial-1-item .item-img {
  height: 650px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-testimonial-1-item .item-img {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-testimonial-1-item .item-img {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .bs-testimonial-1-item .item-img {
    height: 400px;
  }
}
.bs-testimonial-1-item-author {
  position: relative;
  z-index: 1;
}
.bs-testimonial-1-item-author::after {
  content: "";
  width: 160px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 24%;
  left: 79%;
}
.bs-testimonial-1-item-author .main-img {
  height: 360px;
  margin-bottom: 20px;
}
.bs-testimonial-1-item-author .name {
  font-size: 28px;
  font-weight: 600;
  font-family: "Albert Sans", sans-serif;
  letter-spacing: -0.01em;
  margin-bottom: 7px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-1-item-author .name {
    font-size: 22px;
  }
}
.bs-testimonial-1-item-author .bio {
  display: inline-flex;
  gap: 10px;
  font-size: 14px;
  font-family: "Albert Sans", sans-serif;
  font-weight: 500;
  text-transform: none;
  color: #555;
  letter-spacing: 0.02em;
}
.bs-testimonial-1-item-author .bio img {
  flex: 0 0 auto;
}
.bs-testimonial-1-item-comment {
  font-size: 32px;
  line-height: 1.45;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  color: #1A2653;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-1-item-comment {
    font-size: 30px;
  }
}
.bs-testimonial-1-item-comment i {
  font-weight: 600;
  font-style: italic;
  color: #F78D20;
}
.bs-testimonial-1-rating {
  display: flex;
  gap: 50px;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 75px;
}
@media (max-width: 767px) {
  .bs-testimonial-1-rating {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-testimonial-1-rating {
    flex-wrap: nowrap;
  }
}
.bs-testimonial-1-rating .left {
  flex: 0 0 auto;
}
.bs-testimonial-1-rating .rating-number {
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 14px;
}
.bs-testimonial-1-rating .rating-number span {
  font-size: 18px;
  font-weight: 400;
}
.bs-testimonial-1-rating .disc {
  display: flex;
  align-items: center;
  gap: 15px;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  color: #444;
}
.bs-testimonial-1-slider .swiper-container .swiper-slide .bs-testimonial-1-item .item-img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 1s var(--bs-cube-1);
  transition-delay: 0s;
}
.bs-testimonial-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-1-item .item-img {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition-delay: 0.5s;
}

/* 
    testimonial-1-end
*/
/* 
    testimonial-3-start
*/
.bs-testimonial-3-wrap {
  display: grid;
  gap: 50px;
  grid-template-columns: 1fr 1.18fr;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-3-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-testimonial-3-item .icon {
  font-size: 76px;
  display: inline-block;
  margin-left: 135px;
  position: relative;
  z-index: 2;
}
.bs-testimonial-3-item .icon::after {
  content: "";
  width: 150%;
  height: 4px;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f5f5f5;
  z-index: -1;
}
.bs-testimonial-3-item .comment {
  border-radius: 30px;
  border: 4px solid #000;
  font-size: 24px;
  line-height: 1.333;
  padding: 90px 46px;
  background: #f5f5f5;
  position: relative;
  margin-top: -45px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-3-item .comment {
    font-size: 20px;
    padding: 90px 25px;
  }
}
.bs-testimonial-3-item .comment svg {
  position: absolute;
  bottom: -20px;
  left: 50px;
  z-index: -1;
}
.bs-testimonial-3-item .item-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 35px;
}
.bs-testimonial-3-item .item-author-img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
}
.bs-testimonial-3-item .item-author .name {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-3-item .item-author .name {
    font-size: 20px;
  }
}
.bs-testimonial-3-item .item-author .bio {
  font-size: 17px;
  text-transform: uppercase;
  color: #717171;
}
.bs-testimonial-3-accordion {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-3-accordion {
    margin-top: 0px;
  }
}
.bs-testimonial-3-accordion .bs-accordion-item {
  background-color: #fff;
  padding-bottom: 0;
  border: 2px solid transparent !important;
  transition: 0.5s var(--bs-cube-2);
}
.bs-testimonial-3-accordion .bs-accordion-item:not(:last-child) {
  margin-bottom: 15px;
}
.bs-testimonial-3-accordion .bs-accordion-item .item-title {
  letter-spacing: -0.03em;
  font-size: 26px;
  padding: 23px 40px;
  padding-left: 65px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-3-accordion .bs-accordion-item .item-title {
    font-size: 20px;
    padding: 23px 20px;
    padding-left: 20px;
  }
}
.bs-testimonial-3-accordion .bs-accordion-item .item-title:is(:not(.collapsed)) .icon i {
  transform: rotate(0deg);
}
.bs-testimonial-3-accordion .bs-accordion-item .item-title:is(:not(.collapsed)) .icon i::before {
  content: "\f068";
}
.bs-testimonial-3-accordion .bs-accordion-item .item-body p {
  padding-left: 65px;
  font-weight: 400;
  padding-bottom: 30px;
  color: #7a7a7a;
  max-width: 610px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-3-accordion .bs-accordion-item .item-body p {
    padding-left: 20px;
  }
}
.bs-testimonial-3-accordion .bs-accordion-item:is(.active) {
  background: #f0f4f8;
  border-color: var(--bs-clr-pr-1) !important;
}

/* 
    testimonial-3-end
*/
/* 
    testimonial-4-start
*/
.bs-testimonial-4-area {
  margin-left: 40px;
  margin-right: 40px;
  margin-top: -200px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-4-area {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.bs-testimonial-4-bg {
  width: 100%;
  height: 630px;
  background: #F7F6F1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bs-testimonial-4-content .inner-div {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-testimonial-4-content .inner-div .title {
  max-width: 700px;
}
.bs-testimonial-4-content .inner-div .btn-wrap {
  flex: 0 0 auto;
}
.bs-testimonial-4-slider {
  margin-left: -260px;
  margin-right: -300px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-4-slider {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bs-testimonial-4-slider-item {
  display: grid;
  grid-template-columns: 1fr 2.1fr;
  align-items: center;
  border-radius: 12px;
  padding: 24px;
  background: #fff;
  gap: 48px;
  filter: drop-shadow(6px 12px 20px rgba(0, 0, 0, 0.08));
}
@media (max-width: 767px) {
  .bs-testimonial-4-slider-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-testimonial-4-slider-item {
    grid-template-columns: 1fr 2.1fr;
  }
}
.bs-testimonial-4-slider-item .item-img {
  border-radius: 12px;
  filter: grayscale(1);
  background: rgba(255, 191, 0, 0.3411764706);
  height: 360px;
}
.bs-testimonial-4-slider-item .item-img img {
  object-position: top;
}
.bs-testimonial-4-slider-item .bs-star-1 {
  color: var(--bs-clr-pr-1);
  font-size: 16px;
  margin-bottom: 23px;
}
.bs-testimonial-4-slider-item .comment {
  color: var(--bs-clr-h-4);
  font-size: 22px;
  line-height: 1.545;
  margin-bottom: 72px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-4-slider-item .comment {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
.bs-testimonial-4-slider-item .name {
  color: var(--bs-clr-h-4);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 22px;
}
.bs-testimonial-4-slider-item .bio {
  font-size: 16px;
}
.bs-testimonial-4-slider .swiper-container {
  padding: 50px 0;
}
.bs-testimonial-4-slider-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.bs-testimonial-4-slider-btn .pagination {
  max-width: 300px;
  width: 100%;
}
.bs-testimonial-4-slider-btn .pagination .bs-t4-pagination {
  height: 2px;
  background: #E4E4E4;
}
.bs-testimonial-4-slider-btn .pagination .swiper-pagination-progressbar-fill {
  background: var(--bs-clr-h-4);
}
.bs-testimonial-4-slider-btn .btn-elm {
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: 500;
  transition: 0.4s var(--bs-cube-2);
  opacity: 50%;
  cursor: pointer;
}
.bs-testimonial-4-slider-btn .btn-elm:hover {
  opacity: 1;
}

/* 
    testimonial-4-end
*/
/* 
    testimonial-5-start
*/
.bs-testimonial-5-area {
  background-color: #F1F2EB;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-5-area {
    padding-bottom: 100px;
  }
}
.bs-testimonial-5-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 71px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-testimonial-5-wrap {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .bs-testimonial-5-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.bs-testimonial-5-sec-title .disc {
  max-width: 530px;
  margin-top: 20px;
}
.bs-testimonial-5-rating-box {
  max-width: 278px;
  width: 100%;
  background: var(--bs-clr-black-2);
  padding: 30px 40px;
  margin-left: auto;
}
.bs-testimonial-5-rating-box .line-1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 500%;
  height: 1px;
  background: #A3ADAF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-5-rating-box .line-1 {
    display: none;
  }
}
.bs-testimonial-5-rating-box .line-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 1px;
  height: 200%;
  background: #A3ADAF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-5-rating-box .line-2 {
    display: none;
  }
}
.bs-testimonial-5-rating-box .line-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 500%;
  height: 1px;
  background: #A3ADAF;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-5-rating-box .line-3 {
    display: none;
  }
}
.bs-testimonial-5-rating-box .title {
  font-size: 24px;
  text-transform: capitalize;
  color: var(--bs-clr-white-1);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 22px;
}
.bs-testimonial-5-rating-box .title i {
  color: var(--bs-clr-pr-1);
}
.bs-testimonial-5-rating-box-author {
  display: flex;
  margin-bottom: 25px;
}
.bs-testimonial-5-rating-box-author .author-img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--bs-clr-black-2);
  margin-right: -16px;
}
.bs-testimonial-5-rating-box .disc {
  color: var(--bs-clr-white-1);
}
.bs-testimonial-5-img {
  height: 774px;
}
@media (max-width: 767px) {
  .bs-testimonial-5-img {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-testimonial-5-img {
    height: 450px;
  }
}
/* Principles slider ? Home Five */
.bs-home-5 .bs-testimonial-5-wrap {
  display: none;
}
.bs-home-5 .bs-testimonial-5-wrap-2 {
  display: block;
  margin-top: -28px;
}
.bs-home-5 .bs-principles-5-slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
/* Fix Swiper fade overlap ? ensure inactive slides are hidden */
.bs-home-5 .bs-principles-5-slider .swiper-slide {
  opacity: 0 !important;
  visibility: hidden;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}
.bs-home-5 .bs-principles-5-slider .swiper-slide-active {
  opacity: 1 !important;
  visibility: visible;
}
.bs-home-5 .bs-principles-5-slide {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  padding: 112px 0 58px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.bs-home-5 .bs-principles-5-slide::before {
  content: none;
}
.bs-home-5 .bs-principles-5-intro {
  position: absolute;
  left: 0;
  top: 6px;
  max-width: 560px;
}
.bs-home-5 .bs-principles-5-intro-title {
  margin: 0 0 8px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0.2px;
}
.bs-home-5 .bs-principles-5-intro-disc {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: rgba(17, 17, 17, 0.78);
}
.bs-home-5 .bs-principles-5-num {
  position: relative;
  font-size: 186px;
  font-weight: 500;
  line-height: 1;
  min-width: 230px;
  color: #111111;
  letter-spacing: -3px;
  padding-right: 52px;
  flex-shrink: 0;
  font-family: inherit;
}
.bs-home-5 .bs-principles-5-num::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 0;
  width: 1px;
  height: 286px;
  background: rgba(0, 0, 0, 0.8);
}
.bs-home-5 .bs-principles-5-content {
  max-width: 700px;
  padding-top: 18px;
}
.bs-home-5 .bs-principles-5-thumb {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 155px;
}
.bs-home-5 .bs-principles-5-title {
  margin-bottom: 12px;
  font-size: 60px;
  line-height: 1.1;
}
.bs-home-5 .bs-principles-5-pagi {
  position: absolute;
  left: 66px;
  bottom: 0;
  text-align: left;
  width: auto;
  z-index: 2;
}
.bs-home-5 .bs-principles-5-pagi .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 8px 0 0 !important;
  border-radius: 50%;
  opacity: 1;
  background: #c9c9c9;
}
.bs-home-5 .bs-principles-5-pagi .swiper-pagination-bullet-active {
  background: #111111;
}
@media (max-width: 767px) {
  .bs-home-5 .bs-principles-5-slide {
    gap: 18px;
    padding: 28px 0 58px;
    flex-direction: column;
  }
  .bs-home-5 .bs-principles-5-slide::before {
    display: none;
  }
  .bs-home-5 .bs-principles-5-intro {
    position: static;
    max-width: 100%;
    margin-bottom: 8px;
  }
  .bs-home-5 .bs-principles-5-intro-title {
    font-size: 18px;
  }
  .bs-home-5 .bs-principles-5-intro-disc {
    font-size: 14px;
  }
  .bs-home-5 .bs-principles-5-num {
    font-size: 86px;
    min-width: 100%;
    padding-right: 0;
    letter-spacing: -1px;
  }
  .bs-home-5 .bs-principles-5-num::after {
    display: none;
  }
  .bs-home-5 .bs-principles-5-content {
    max-width: 100%;
    padding-top: 0;
  }
  .bs-home-5 .bs-principles-5-thumb {
    position: static;
    width: 100%;
    height: 180px;
    margin-bottom: 18px;
  }
  .bs-home-5 .bs-principles-5-title {
    font-size: 34px;
  }
  .bs-home-5 .bs-principles-5-pagi {
    left: 0;
  }
}
/* Testimonial image ? Home Five */
.bs-home-5 .bs-testimonial-5-img {
  height: auto;
}
.bs-home-5 .bs-testimonial-5-img img {
  height: auto !important;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .bs-home-5 .bs-testimonial-5-img {
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-home-5 .bs-testimonial-5-img {
    height: auto;
  }
}
.bs-testimonial-5-wrap-2 {
  display: flex;
  gap: 68px;
  align-items: end;
  margin-top: -175px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-testimonial-5-wrap-2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .bs-testimonial-5-wrap-2 {
    margin-top: 50px;
    flex-wrap: wrap;
  }
}
.bs-testimonial-5-wrap-2 .bottom-line {
  background: #A3ADAF;
  position: absolute;
  bottom: 0;
  left: 346px;
  width: 200%;
  height: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-5-wrap-2 .bottom-line {
    display: none;
  }
}
.bs-testimonial-5-img-slider {
  margin-bottom: 95px;
  max-width: 278px;
  width: 100%;
  flex: 0 0 auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-5-img-slider {
    margin-bottom: 0px;
  }
}
.bs-testimonial-5-img-slider-single {
  height: 456px;
}
@media (max-width: 767px) {
  .bs-testimonial-5-img-slider-single {
    height: 356px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-testimonial-5-img-slider-single {
    height: 456px;
  }
}
.bs-testimonial-5-img-slider-pagi {
  position: absolute;
  top: unset !important;
  bottom: 16px !important;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.bs-testimonial-5-img-slider-pagi span {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: var(--bs-clr-white-1);
  opacity: 32%;
}
.bs-testimonial-5-img-slider-pagi span:is(.swiper-pagination-bullet-active) {
  width: 12px;
  height: 12px;
  opacity: 1;
}
.bs-testimonial-5-content-slider {
  padding: 71px 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-5-content-slider {
    padding: 0;
  }
}
.bs-testimonial-5-content-slider-single .bs-star-1 {
  font-size: 16px;
  color: var(--bs-clr-pr-1);
  margin-bottom: 25px;
}
.bs-testimonial-5-content-slider-single .bs-star-1 i {
  transition: 0.4s var(--bs-cube-2);
}
.bs-testimonial-5-content-slider-single .comment {
  font-size: 22px;
  color: var(--bs-clr-h-4);
  margin-bottom: 31px;
  transition: 0.4s var(--bs-cube-1);
}
.bs-testimonial-5-content-slider-single .name {
  font-size: 22px;
  line-height: 30px;
  transition: 0.4s var(--bs-cube-1);
}
.bs-testimonial-5-content-slider-single .disc {
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.4s var(--bs-cube-1);
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide .bs-testimonial-5-content-slider-single .bs-star-1 i {
  opacity: 0;
  transition-delay: 0s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide .bs-testimonial-5-content-slider-single .comment {
  transform: translateY(50%);
  opacity: 0;
  transition-delay: 0s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide .bs-testimonial-5-content-slider-single .name {
  transform: translateY(100%);
  opacity: 0;
  transition-delay: 0s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide .bs-testimonial-5-content-slider-single .disc {
  transform: translateY(100%);
  opacity: 0;
  transition-delay: 0s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i {
  opacity: 1;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(1) {
  transition-delay: 1s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(2) {
  transition-delay: 1.2s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(3) {
  transition-delay: 1.4s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(4) {
  transition-delay: 1.6s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .bs-star-1 i:nth-child(5) {
  transition-delay: 1.8s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .comment {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 0.7s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .name {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 1s;
}
.bs-testimonial-5-content-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-testimonial-5-content-slider-single .disc {
  transform: translateY(0%);
  opacity: 1;
  transition-delay: 1.3s;
}

/* 
    testimonial-5-end
*/
/* 
    testimonial-6-start
*/
.bs-testimonial-6-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-testimonial-6-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-testimonial-6-wrap .bs-testimonial-4-slider-item {
    gap: 20px;
  }
}
.bs-testimonial-6-wrap .bs-testimonial-4-slider-item:hover {
  filter: drop-shadow(6px 12px 40px rgba(0, 0, 0, 0.08));
}

/* 
    testimonial-6-end
*/
/*
    19. projects
*/
/* 
    contact-1-start
*/
.bs-contact-1-bg-color {
  background-color: #f5f5f5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 260px);
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-1-bg-color {
    height: calc(100% - 220px);
  }
}
.bs-contact-1-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-contact-1-wrap {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-1-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.bs-contact-1-img {
  height: 635px;
}
@media (max-width: 767px) {
  .bs-contact-1-img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-contact-1-img {
    height: 500px;
  }
}
.bs-contact-1-video {
  max-width: 295px;
  height: 315px;
  margin-top: -230px;
  margin-left: auto;
  position: relative;
  z-index: 1;
  text-align: right;
  padding: 50px;
}
.bs-contact-1-video .bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bs-contact-1-video .bs-play-btn-2 {
  text-align: left;
}
.bs-contact-1-counter {
  display: flex;
  align-items: center;
  gap: 45px;
}
@media (max-width: 767px) {
  .bs-contact-1-counter {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-contact-1-counter {
    flex-wrap: nowrap;
  }
}
.bs-contact-1-counter-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bs-contact-1-counter-item .number {
  font-size: 120px;
  font-weight: 500;
  border-bottom: 6px solid #000;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-1-counter-item .number {
    font-size: 70px;
  }
}
.bs-contact-1-counter-item .disc {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

/* 
    contact-1-end
*/
/* 
    contact-4-start
*/
.bs-contact-4-area {
  padding-top: 460px;
  padding-bottom: 172px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-area {
    padding-top: 360px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-area {
    padding-top: 200px;
  }
}
.bs-contact-4-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1070px;
  z-index: -1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-contact-4-bg {
    height: 800px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-bg {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-contact-4-bg {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-bg {
    height: 500px;
  }
}
.bs-contact-4-bg .glow-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 340px !important;
  z-index: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-contact-4-bg .glow-1 {
    height: 250px !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-bg .glow-1 {
    height: 200px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-bg .glow-1 {
    height: 150px !important;
  }
}
.bs-contact-4-wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto;
  margin-right: -95px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-wrap {
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-contact-4-wrap {
    margin-right: 0px;
    grid-template-columns: 1.2fr 1fr;
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-wrap {
    margin-right: 0px;
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.bs-contact-4-form {
  background: #F7F6F1;
  padding: 68px 60px;
  margin-top: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-form {
    padding: 68px 30px;
  }
}
.bs-contact-4-form .title {
  font-size: 36px;
  font-weight: 700;
  color: var(--bs-clr-h-4);
  margin-bottom: 29px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-contact-4-form .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-contact-4-form .title {
    font-size: 24px;
  }
}
.bs-contact-4-form .bs-form-1 {
  grid-template-columns: 1fr;
  gap: 36px;
}
.bs-contact-4-form .bs-form-1-item-label {
  font-size: 14px;
  font-family: var(--bs-font-3);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}
.bs-contact-4-form .bs-form-1-item-input {
  height: 50px;
  padding: 0;
  border-color: #D9D9D9;
  color: #888888;
  font-family: var(--bs-font-3);
  font-weight: 400;
}
.bs-contact-4-form .bs-form-1-item-input:is(textarea) {
  height: 70px;
  padding-top: 10px;
}
.bs-contact-4-form .bs-form-1-item:last-child {
  margin-top: 0;
  padding-top: 30px;
}
.bs-contact-4-title {
  margin-left: 65px;
  align-self: end;
  margin-bottom: -80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-title {
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
.bs-contact-4-img {
  width: 290px;
  height: 686px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-contact-4-img {
    height: 556px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-4-img {
    height: 500px;
    width: 100%;
  }
}

/* 
    contact-4-end
*/
/*
    33. team
*/
/* 
    team-1-start
*/
.bs-team-1-item {
  padding-top: 20px;
  transition: 0.5s;
}
.bs-team-1-item .item-img {
  height: 455px;
  width: 100%;
  background-color: #F0F1F3;
}
.bs-team-1-item .content-wrap {
  background: var(--bs-clr-pr-1);
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-left: 35px;
  transform: translateY(-100%);
  transition: 0.5s;
  opacity: 0;
}
.bs-team-1-item .social-link {
  display: flex;
  flex-direction: column;
}
.bs-team-1-item .social-link .link {
  width: 54px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d9530d;
  color: #fff;
  transition: 0.4s var(--bs-cube-2);
}
.bs-team-1-item .social-link .link:nth-child(2) {
  background: #1A2653;
}
.bs-team-1-item .social-link .link:hover {
  background: var(--bs-clr-black-1);
}
.bs-team-1-item .name {
  font-size: 25px;
  color: #fff;
  margin-bottom: 0px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-team-1-item .name:hover {
  color: var(--bs-clr-black-1);
}
@media (max-width: 767px) {
  .bs-team-1-item .name {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-1-item .name {
    font-size: 24px;
  }
}
.bs-team-1-item .bio {
  font-size: 13px;
  text-transform: capitalize;
  color: #fff;
}
.bs-team-1-item:hover {
  background-color: var(--bs-clr-pr-1);
}
.bs-team-1-item:hover .content-wrap {
  transform: translateY(-1%);
  opacity: 1;
}
.bs-team-1-slider .swiper-container .swiper-slide:nth-child(odd) .bs-team-1-item {
  margin-top: 20px;
}
.bs-team-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-team-1-item {
  background-color: var(--bs-clr-pr-1);
}
.bs-team-1-slider .swiper-container .swiper-slide:is(.swiper-slide-active) .bs-team-1-item .content-wrap {
  transform: translateY(-1%);
  opacity: 1;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-1-slider-btn {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-top: 30px;
  }
}
.bs-team-1-slider .lw-team1-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -140px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-team-1-slider .lw-team1-prev {
    left: -60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-1-slider .lw-team1-prev {
    position: unset;
    transform: unset;
  }
}
.bs-team-1-slider .lw-team1-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -140px;
  z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-team-1-slider .lw-team1-next {
    right: -60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-1-slider .lw-team1-next {
    position: unset;
    transform: unset;
  }
}

/* 
    team-1-end
*/
/* 
    team-3-start
*/
.bs-team-3-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-3-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-team-3-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-team-3-item {
  padding: 10px 0;
  background: transparent;
  position: relative;
  z-index: 1;
  height: 570px;
  transition: background 0.5s;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-3-item {
    height: 500px;
  }
}
.bs-team-3-item .item-img {
  width: 100%;
  height: calc(100% - 35px);
  transition: 0.5s var(--bs-cube-2);
}
.bs-team-3-item .item-img img {
  object-position: top;
}
.bs-team-3-item .content-wrap {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  display: flex;
  justify-content: space-between;
}
.bs-team-3-item .content {
  padding: 10px;
  padding-left: 35px;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 5px #ECECEC;
  width: 100%;
  transition: 0.5s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-3-item .content {
    padding: 10px;
    padding-left: 15px;
  }
}
.bs-team-3-item .name {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-team-3-item .name {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-3-item .name {
    font-size: 22px;
  }
}
.bs-team-3-item .name:hover {
  color: var(--bs-clr-pr-1);
}
.bs-team-3-item .bio {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}
.bs-team-3-item .social-link {
  display: grid;
  grid-template-columns: 1fr 1fr;
  transform: translateX(-140%);
  transition: 0.5s var(--bs-cube-2);
  opacity: 0;
}
.bs-team-3-item .social-link .social-elm {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  width: 70px;
  background: var(--bs-clr-black-1);
  color: var(--bs-clr-white-1);
  border: 1px solid #262626;
  transition: 0.5s var(--bs-cube-2);
}
.bs-team-3-item .social-link .social-elm:hover {
  background-color: var(--bs-clr-pr-1);
}
.bs-team-3-item:hover {
  background: var(--bs-clr-pr-1);
}
.bs-team-3-item:hover .item-img {
  height: 100%;
}
.bs-team-3-item:hover .content {
  box-shadow: none;
}
.bs-team-3-item:hover .social-link {
  transform: translateX(0);
  opacity: 1;
}
.bs-team-3-all-btn {
  text-align: center;
  font-size: 20px;
}
.bs-team-3-all-btn a {
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.5s var(--bs-cube-2);
}
.bs-team-3-all-btn a:hover {
  color: var(--bs-clr-pr-1);
}

/* 
    team-3-end
*/
/* 
    team-4-start
*/
.bs-team-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-4-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-team-4-img {
  height: 478px;
}
@media (min-width: 1800px) {
  .bs-team-4-img {
    margin-right: -300px;
  }
}
.bs-team-4-content {
  max-width: 543px;
}
.bs-team-4-content .title {
  margin-bottom: 25px;
}
.bs-team-4-content .disc {
  margin-bottom: 47px;
}
.bs-team-4-member {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-4-member {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-team-4-member {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-4-member {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-team-4-member-single .member-img {
  height: 400px;
}
.bs-team-4-member-single .member-img a {
  width: 100%;
  height: 100%;
}
.bs-team-4-member-single .member-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-team-4-member-single .content {
  max-width: 258px;
  border: 1px solid rgba(54, 54, 54, 0.52);
  background: var(--bs-clr-white-1);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 21px 10px;
  margin-top: -50px;
}
.bs-team-4-member-single .content::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  right: -16px;
  top: -16px;
  border-width: 0 0 1px 1px;
  transform-origin: bottom left;
}
.bs-team-4-member-single .content::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-style: solid;
  border-color: var(--bs-clr-pr-1);
  transition: all 0.5s ease-in-out;
  z-index: 1;
  left: -16px;
  bottom: -16px;
  border-width: 1px 1px 0 0;
  transform-origin: top right;
}
.bs-team-4-member-single .content .line-1 {
  position: absolute;
  background: var(--bs-clr-pr-1);
  width: 100%;
  height: 1px;
  top: -1px;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: 1s var(--bs-cube-2);
}
.bs-team-4-member-single .content .line-2 {
  position: absolute;
  background: var(--bs-clr-pr-1);
  width: 1px;
  height: 100%;
  top: 0px;
  right: -1px;
  transform-origin: top;
  transform: scaleY(0);
  transition: 1s var(--bs-cube-2);
}
.bs-team-4-member-single .content .line-3 {
  position: absolute;
  background: var(--bs-clr-pr-1);
  width: 100%;
  height: 1px;
  bottom: -1px;
  left: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: 1s var(--bs-cube-2);
}
.bs-team-4-member-single .content .line-4 {
  position: absolute;
  background: var(--bs-clr-pr-1);
  width: 1px;
  height: 100%;
  top: 0px;
  left: -1px;
  transform-origin: bottom;
  transform: scaleY(0);
  transition: 1s var(--bs-cube-2);
}
.bs-team-4-member-single .name {
  font-size: 22px;
  margin-bottom: 5px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-team-4-member-single .name:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(-3px);
}
.bs-team-4-member-single .bio {
  text-transform: capitalize;
  letter-spacing: -0.03em;
}
.bs-team-4-member-single:hover .member-img img {
  transform: perspective(2000px) rotateX(0.1deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}
.bs-team-4-member-single:hover .content .line-1 {
  transform: scaleX(1);
}
.bs-team-4-member-single:hover .content .line-2 {
  transform: scaleY(1);
}
.bs-team-4-member-single:hover .content .line-3 {
  transform: scaleX(1);
}
.bs-team-4-member-single:hover .content .line-4 {
  transform: scaleY(1);
}

/* 
    team-4-end
*/
/* 
    team-5-start
*/
.bs-team-5-bg-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 550px;
  background: var(--bs-clr-h-4);
  z-index: -1;
}
.bs-team-5-sec-title {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.bs-team-5-sec-title .bs-subtitle-5 {
  color: var(--bs-clr-white-1);
  opacity: 64%;
}
.bs-team-5-sec-title .bs-sec-title-4 {
  color: var(--bs-clr-white-1);
}
.bs-team-5-member .main-img {
  height: 420px;
}
.bs-team-5-member .main-img a {
  width: 100%;
  height: 100%;
}
.bs-team-5-member .content {
  margin-top: -71px;
  text-align: center;
  background: var(--bs-clr-h-4);
  max-width: 224px;
  padding: 42px 10px;
  margin-left: auto;
  margin-right: auto;
  clip-path: polygon(calc(50% - 0px) calc(100% - 0.625px), calc(50% - 0px) calc(100% - 0.625px), calc(50% - 18.0846067px) calc(100% - 1.5715285px), calc(50% - 35.2704896px) calc(100% - 4.311268px), calc(50% - 51.3209529px) calc(100% - 8.6944495px), calc(50% - 65.9993008px) calc(100% - 14.571304px), calc(50% - 79.0688375px) calc(100% - 21.7920625px), calc(50% - 90.2928672px) calc(100% - 30.206956px), calc(50% - 99.4346941px) calc(100% - 39.6662155px), calc(50% - 106.2576224px) calc(100% - 50.020072px), calc(50% - 110.5249563px) calc(100% - 61.1187565px), calc(50% - 112px) calc(100% - 72.8125px), 0px calc(50% - 0.3125px), 1.4750437px calc(50% - 12.0061706px), 5.7423776px calc(50% - 23.1048128px), 12.5653059px calc(50% - 33.4586522px), 21.7071328px calc(50% - 42.9179144px), 32.9311625px calc(50% - 51.332825px), 46.0006992px calc(50% - 58.5536096px), 60.6790471px calc(50% - 64.4304938px), 76.7295104px calc(50% - 68.8137032px), 93.9153933px calc(50% - 71.5534634px), 112px calc(50% - 72.5px), calc(50% - 0px) calc(50% - 72.5px), calc(50% + 18.084631px) calc(50% - 71.5534634px), calc(50% + 35.270528px) calc(50% - 68.8137032px), calc(50% + 51.320997px) calc(50% - 64.4304938px), calc(50% + 65.999344px) calc(50% - 58.5536096px), calc(50% + 79.068875px) calc(50% - 51.332825px), calc(50% + 90.292896px) calc(50% - 42.9179144px), calc(50% + 99.434713px) calc(50% - 33.4586522px), calc(50% + 106.257632px) calc(50% - 23.1048128px), calc(50% + 110.524959px) calc(50% - 12.0061706px), calc(50% + 112px) calc(50% - 0.3125px), calc(100% - 0px) calc(50% - 0.3125px), calc(100% - 1.475041px) calc(50% + 11.3812435px), calc(100% - 5.742368px) calc(50% + 22.479928px), calc(100% - 12.565287px) calc(50% + 32.8337845px), calc(100% - 21.707104px) calc(50% + 42.293044px), calc(100% - 32.931125px) calc(50% + 50.7079375px), calc(100% - 46.000656px) calc(50% + 57.928696px), calc(100% - 60.679003px) calc(50% + 63.8055505px), calc(100% - 76.729472px) calc(50% + 68.188732px), calc(100% - 93.915369px) calc(50% + 70.9284715px), calc(100% - 112px) calc(50% + 71.875px));
  transition: 0.4s var(--bs-cube-2);
  transform: translateY(10px);
  opacity: 0;
}
.bs-team-5-member .name {
  font-size: 22px;
  color: var(--bs-clr-white-1);
  letter-spacing: -0.03em;
  margin-bottom: 6px;
  transition: 0.4s var(--bs-cube-2);
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
}
.bs-team-5-member .name a {
  transition: 0.4s var(--bs-cube-2);
}
.bs-team-5-member .name a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-team-5-member .bio {
  text-transform: capitalize;
  color: var(--bs-clr-white-1);
  opacity: 80%;
  transition: 0.4s var(--bs-cube-2);
  transform: translateY(50px);
  opacity: 0;
  transition-delay: 0s;
}
.bs-team-5-member:hover .content {
  transform: translateY(0);
  opacity: 1;
}
.bs-team-5-member:hover .content .name {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.bs-team-5-member:hover .content .bio {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}
.bs-team-5-slider .bs-slider-btn-1 {
  width: 48px;
  height: 48px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background: var(--bs-clr-white-1);
  border: none;
  color: var(--bs-clr-black-1);
  opacity: 1;
}
.bs-team-5-slider .bs-slider-btn-1:hover {
  background: var(--bs-clr-pr-1);
}
.bs-team-5-slider .slider-btn-left {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  left: -24px;
  z-index: 1;
}
@media (max-width: 767px) {
  .bs-team-5-slider .slider-btn-left {
    left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-5-slider .slider-btn-left {
    left: -24px;
  }
}
.bs-team-5-slider .slider-btn-right {
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: -24px;
  z-index: 1;
}
@media (max-width: 767px) {
  .bs-team-5-slider .slider-btn-right {
    right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-5-slider .slider-btn-right {
    right: -24px;
  }
}

/* 
    team-5-end
*/
/* 
    team-6-start
*/
.bs-team-6-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: start;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-6-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-team-6-wrap .bs-team-1-item:nth-child(odd) {
  margin-top: 20px;
}
.bs-team-6-wrap .bs-team-1-item:is(.active) {
  background-color: var(--bs-clr-pr-1);
}
.bs-team-6-wrap .bs-team-1-item:is(.active) .content-wrap {
  transform: translateY(-1%);
  opacity: 1;
}

/* 
    team-6-end
*/
/* 
    team-7-start
*/
.bs-team-7-sec-title {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
.bs-team-7-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-team-7-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-7-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-team-7-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-7-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-team-7-wrap .bs-team-5-member:is(.active) .content {
  transform: translateY(0);
  opacity: 1;
}
.bs-team-7-wrap .bs-team-5-member:is(.active) .content .name {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.bs-team-7-wrap .bs-team-5-member:is(.active) .content .bio {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.3s;
}

/* 
    team-7-end
*/
/* 
    team-8-start
*/
.bs-team-8-area .bs-team-4-member-single {
  position: relative;
  z-index: 1;
}

/* 
    team-8-end
*/
/*
    34. price
*/
/* 
    price-5-start
*/
.bs-price-5-sec-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.bs-price-5-wrap {
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1.27fr 1fr;
  gap: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-price-5-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-price-5-tabs-btn {
  margin-bottom: 35px;
}
.bs-price-5-tabs-btn-single {
  border-radius: 8px;
  border: 1px solid rgba(6, 6, 6, 0.16);
  text-align: left;
  background: transparent;
  padding: 20px;
  display: flex;
  position: relative;
  z-index: 1;
  gap: 12px;
  transition: 0.4s var(--bs-cube-2);
  align-items: center;
  padding-left: 32px;
}
@media (max-width: 767px) {
  .bs-price-5-tabs-btn-single {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-price-5-tabs-btn-single {
    flex-wrap: nowrap;
  }
}
.bs-price-5-tabs-btn-single .check-btn {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 1px solid rgba(6, 6, 6, 0.16);
  border-radius: 50%;
  position: relative;
  z-index: 1;
  transition: 0.4s var(--bs-cube-2);
  align-self: self-start;
  margin-top: 9px;
}
@media (max-width: 767px) {
  .bs-price-5-tabs-btn-single .check-btn {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-price-5-tabs-btn-single .check-btn {
    margin-top: 9px;
  }
}
.bs-price-5-tabs-btn-single .check-btn::after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: var(--bs-clr-pr-1);
  border-radius: 50%;
  transition: 0.4s var(--bs-cube-2);
}
.bs-price-5-tabs-btn-single .title {
  font-size: 20px;
  margin-bottom: 8px;
}
.bs-price-5-tabs-btn-single .disc {
  font-size: 17px;
  max-width: 296px;
}
.bs-price-5-tabs-btn-single .btn-img {
  width: 126px;
  flex: 0 0 auto;
}
.bs-price-5-tabs-btn-single:hover {
  border-color: var(--bs-clr-pr-1);
}
.bs-price-5-tabs-btn-single:is(.active) {
  border-color: var(--bs-clr-pr-1);
}
.bs-price-5-tabs-btn-single:is(.active) .check-btn {
  border-color: var(--bs-clr-pr-1);
}
.bs-price-5-tabs-btn-single:is(.active) .check-btn::after {
  transform: translate(-50%, -50%) scale(1);
}
.bs-price-5-tabs-btn li:not(:last-child) {
  margin-bottom: 28px;
}
.bs-price-5-tabs-pane-single {
  background: var(--bs-clr-h-4);
  border-radius: 8px;
  padding: 8px 8px;
}
.bs-price-5-tabs-pane-single .box-border {
  border: 1px solid #fff;
  padding: 40px 40px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .bs-price-5-tabs-pane-single .box-border {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-price-5-tabs-pane-single .box-border {
    padding: 40px 40px;
  }
}
.bs-price-5-tabs-pane-single .title {
  font-size: 22px;
  color: var(--bs-clr-white-1);
  margin-bottom: 20px;
}
.bs-price-5-tabs-pane-single .item-price {
  color: var(--bs-clr-white-1);
  line-height: 1;
  margin-bottom: 40px;
}
.bs-price-5-tabs-pane-single .item-price .dollar {
  color: var(--bs-clr-pr-1);
  font-size: 36px;
  font-weight: 800;
  transform: translateY(-15px);
}
.bs-price-5-tabs-pane-single .item-price .price {
  font-size: 56px;
  font-weight: 700;
}
.bs-price-5-tabs-pane-single .item-price .time {
  font-size: 18px;
  font-weight: 400;
}
.bs-price-5-tabs-pane-single .line {
  background: #fff;
  height: 1px;
  opacity: 20%;
  margin-bottom: 35px;
}
.bs-price-5-tabs-pane-single .feature-list {
  margin-bottom: 36px;
}
.bs-price-5-tabs-pane-single .feature-list li {
  color: var(--bs-clr-white-1);
  text-transform: capitalize;
}
.bs-price-5-tabs-pane-single .feature-list li:not(:last-child) {
  margin-bottom: 24px;
}
.bs-price-5-tabs-pane-single .feature-list li i {
  font-size: 16px;
  margin-right: 8px;
}
.bs-price-5-tabs-pane-single .price-btn {
  width: 100%;
  background: var(--bs-clr-white-1);
  padding: 14px;
  color: var(--bs-clr-black-1);
}

/* 
    price-5-end
*/
/*
    35. gallery
*/
/* 
    gallery-2-start
*/
.bs-gallery-2-wrap {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
  align-items: start;
  perspective: 2000px;
  transform-style: preserve-3d;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-gallery-2-wrap {
    grid-template-columns: 1fr 1.5fr;
  }
}
@media (max-width: 767px) {
  .bs-gallery-2-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-gallery-2-wrap .left {
  display: grid;
  gap: 20px;
}
.bs-gallery-2-wrap .meddle {
  display: grid;
  gap: 20px;
}
.bs-gallery-2-wrap .meddle-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  align-items: end;
}
.bs-gallery-2-wrap .meddle-row-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}
.bs-gallery-2-wrap .right {
  display: grid;
  align-self: center;
  gap: 80px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-gallery-2-wrap .right {
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-column-start: 1;
    grid-column-end: -1;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .bs-gallery-2-wrap .right {
    gap: 20px;
  }
}
.bs-gallery-2-wrap .bs-btn-1 {
  border: 1px solid var(--bs-clr-black-1);
  background: transparent;
  color: var(--bs-clr-black-1);
}
.bs-gallery-2-wrap .bs-btn-1 .shape {
  background: var(--bs-clr-pr-1);
}
.bs-gallery-2-wrap .bs-btn-1 .icon i:nth-child(2) {
  color: var(--bs-clr-black-1);
}
.bs-gallery-2-wrap .bs-btn-1:hover {
  border-color: transparent;
}
.bs-gallery-2-sec-title .bs-sec-title-1 {
  font-size: 60px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-gallery-2-sec-title .bs-sec-title-1 {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-gallery-2-sec-title .bs-sec-title-1 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-gallery-2-sec-title .bs-sec-title-1 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-gallery-2-sec-title .bs-sec-title-1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .bs-gallery-2-sec-title .bs-sec-title-1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-gallery-2-sec-title .bs-sec-title-1 {
    font-size: 35px;
  }
}
.bs-gallery-2-img {
  width: 100%;
  height: 270px;
}
.bs-gallery-2-img:is(.xs-size) {
  height: 230px;
}
.bs-gallery-2-img:is(.sm-size) {
  height: 357px;
}

/* 
    gallery-2-end
*/
/*
    36. counter
*/
/* 
    counter-2-start
*/
.bs-counter-2-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-counter-2-wrap {
    gap: 40px;
  }
}
.bs-counter-2-wrap .shape {
  font-size: 30px;
  margin-top: 4%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-counter-2-wrap .shape {
    display: none;
  }
}
.bs-counter-2-item .item-number {
  font-size: 150px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-counter-2-item .item-number {
    font-size: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-counter-2-item .item-number {
    font-size: 110px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-counter-2-item .item-number {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-counter-2-item .item-number {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .bs-counter-2-item .item-number {
    font-size: 50px;
  }
}
.bs-counter-2-item .item-disc {
  font-size: 20px;
  line-height: 24px;
  text-transform: capitalize;
  color: #081421;
  max-width: 140px;
}

/* 
    counter-2-end
*/
/*
    37. sponsor
*/
/* 
    sponsor-1-start
*/
.bs-sponsor-1-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 40px;
  align-items: center;
  padding: 50px 0;
}
.bs-sponsor-1-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  opacity: 20%;
}
.bs-sponsor-1-line:nth-child(2) {
  top: unset;
  bottom: 0;
}
.bs-sponsor-1-item {
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.bs-sponsor-1-item img {
  transition: var(--bs-cube-1);
}
.bs-sponsor-1-item img:nth-child(1) {
  position: absolute;
  transform: translateX(100%);
}
.bs-sponsor-1-item:hover img:nth-child(2) {
  transform: translateX(-100%);
}
.bs-sponsor-1-item:hover img:nth-child(1) {
  transform: translateX(0%);
}

/* 
    sponsor-1-end
*/
/*
    38. faqs
*/
/* 
    faq-1-start
*/
.bs-accordion-item {
  padding-bottom: 25px;
}
.bs-accordion-item:not(:last-child) {
  border-bottom: 1px solid #000;
  margin-bottom: 25px;
}
.bs-accordion-item .item-title {
  border: none;
  outline: none;
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  background: transparent;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 25px;
  transition: 0.5s var(--bs-cube-2);
  align-items: center;
}
@media (max-width: 767px) {
  .bs-accordion-item .item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-accordion-item .item-title {
    font-size: 22px;
  }
}
.bs-accordion-item .item-title .shape {
  width: 68px;
  height: 68px;
  border-radius: 10px;
  background: #ededed;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.bs-accordion-item .item-title .shape img {
  transform-origin: center top;
}
.bs-accordion-item .item-title .icon {
  font-size: 25px;
  margin-left: auto;
}
.bs-accordion-item .item-title .icon i {
  transition: 0.5s;
}
.bs-accordion-item .item-title:hover {
  color: var(--bs-clr-pr-1);
}
.bs-accordion-item .item-title:hover .shape img {
  animation: swing 1s;
}
.bs-accordion-item .item-title:is(:not(.collapsed)) .icon i {
  transform: rotate(180deg);
}
.bs-accordion-item .item-body p {
  padding-left: 95px;
  font-weight: 500;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .bs-accordion-item .item-body p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-accordion-item .item-body p {
    font-size: 18px;
  }
}

.bs-faq-1-bg-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 20%;
}
.bs-faq-1-tabs-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 75px;
}
.bs-faq-1-tabs-btn .nav-link {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: -0.01em;
  color: var(--bs-clr-white-1);
  background: var(--bs-clr-black-1);
  font-weight: 600;
  line-height: 1.5;
  padding: 19px 29px;
  border-radius: 100px;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .bs-faq-1-tabs-btn .nav-link {
    padding: 12px 20px;
  }
}
.bs-faq-1-tabs-btn .nav-link:is(.active) {
  background: var(--bs-clr-pr-1);
}
.bs-faq-1-tabs-btn .nav-link:not(.active):hover {
  color: var(--bs-clr-pr-1);
}
.bs-faq-1-tabs-content {
  max-width: 905px;
  margin-left: auto;
  margin-right: auto;
}

/* 
    faq-1-end
*/

/*
    faq-enhanced-animations
*/
/* Step number badge inside tab buttons */
.bs-faq-enhanced .bs-faq-1-tabs-btn .nav-link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.4s ease;
}
.bs-faq-enhanced .bs-faq-1-tabs-btn .nav-link .btn-num {
  font-family: var(--bs-font-2);
  font-size: 13px;
  font-weight: 700;
  opacity: 0.5;
  transition: opacity 0.4s;
}
.bs-faq-enhanced .bs-faq-1-tabs-btn .nav-link:is(.active) .btn-num {
  opacity: 1;
}
.bs-faq-enhanced .bs-faq-1-tabs-btn .nav-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(30, 58, 95, 0.2);
}
.bs-faq-enhanced .bs-faq-1-tabs-btn .nav-link:is(.active) {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(30, 58, 95, 0.25);
}
/* Shimmer sweep on active tab */
.bs-faq-enhanced .bs-faq-1-tabs-btn .nav-link:is(.active)::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  animation: bsFaqShimmer 2s ease-in-out infinite;
}
@keyframes bsFaqShimmer {
  0% { left: -100%; }
  100% { left: 100%; }
}

/* Tab content fade-slide animation */
.bs-faq-enhanced .bs-faq-1-tabs-content .tab-pane {
  transition: none;
}
.bs-faq-enhanced .bs-faq-1-tabs-content .tab-pane.fade {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.bs-faq-enhanced .bs-faq-1-tabs-content .tab-pane.fade.show {
  opacity: 1;
  transform: translateY(0);
}

/* Accordion item stagger entrance */
.bs-faq-enhanced .bs-accordion-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.bs-faq-enhanced .tab-pane.show .bs-accordion-item:nth-child(1) { transition-delay: 0.05s; }
.bs-faq-enhanced .tab-pane.show .bs-accordion-item:nth-child(2) { transition-delay: 0.12s; }
.bs-faq-enhanced .tab-pane.show .bs-accordion-item:nth-child(3) { transition-delay: 0.19s; }
.bs-faq-enhanced .tab-pane.show .bs-accordion-item:nth-child(4) { transition-delay: 0.26s; }

/* Accordion expand/collapse body smooth */
.bs-faq-enhanced .accordion-collapse {
  transition: height 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.bs-faq-enhanced .item-body {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.35s 0.1s ease, transform 0.35s 0.1s ease;
}
.bs-faq-enhanced .accordion-collapse.show .item-body,
.bs-faq-enhanced .accordion-collapse.collapsing .item-body {
  opacity: 1;
  transform: translateY(0);
}

/* Chevron icon rotation */
.bs-faq-enhanced .item-title .icon {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.bs-faq-enhanced .item-title:not(.collapsed) .icon {
  transform: rotate(180deg);
}

/* Left-border accent on open accordion */
.bs-faq-enhanced .bs-accordion-item {
  position: relative;
  transition: background 0.35s ease;
}
.bs-faq-enhanced .bs-accordion-item:has(.accordion-collapse.show) {
  background: rgba(30, 58, 95, 0.03);
}

/*
    faq-enhanced-end
*/

/*
    ts-process-section
*/
.ts-process-section {
  padding: 140px 0 120px;
  background: #0c1224;
  position: relative;
  overflow: hidden;
}

/* Giant watermark */
.ts-process-watermark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(120px, 16vw, 280px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.015);
  letter-spacing: 0.08em;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 0;
}

/* Header */
.ts-process-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 90px;
  position: relative;
  z-index: 1;
}
.ts-process-header .bs-subtitle-1 {
  color: rgba(255,255,255,0.5);
}
.ts-process-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(46px, 5.5vw, 80px);
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin: 10px 0 0;
}
.ts-process-header-text {
  font-family: var(--bs-font-1);
  font-size: clamp(14px, 1.1vw, 17px);
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  max-width: 340px;
  margin: 0;
  flex-shrink: 0;
}

/* Track = container for rows */
.ts-process-track {
  position: relative;
  z-index: 1;
}

/* Centre SVG spine */
.ts-process-spine {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
  z-index: 0;
  overflow: visible;
}
.ts-spine-bg {
  stroke: rgba(255, 255, 255, 0.06);
  stroke-width: 2;
}
.ts-spine-fill {
  stroke: var(--bs-clr-accent-1);
  stroke-width: 2;
  stroke-dasharray: 100%;
  stroke-dashoffset: 100%;
}

/* Row = 3-column grid: card | node | spacer */
.ts-process-row {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: start;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
.ts-process-row:last-child {
  margin-bottom: 0;
}

/* Node (dot on the spine) */
.ts-process-node {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.ts-process-node span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #0c1224;
  border: 2px solid rgba(255,255,255,0.15);
  display: block;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
}
.ts-process-row.is-active .ts-process-node span {
  border-color: var(--bs-clr-accent-1);
  background: var(--bs-clr-accent-1);
  box-shadow: 0 0 0 8px rgba(247, 141, 32, 0.15), 0 0 30px rgba(247, 141, 32, 0.2);
}

/* Spacer occupies the empty column */
.ts-process-spacer {
  min-height: 1px;
}

/* Card */
.ts-process-card {
  position: relative;
  padding: 36px 32px 32px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
  transition: border-color 0.5s, background 0.5s, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.ts-process-card:hover {
  border-color: rgba(247, 141, 32, 0.2);
  background: rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}

/* Ghost number behind card */
.ts-process-ghost {
  position: absolute;
  top: -10px;
  right: 16px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(90px, 8vw, 140px);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.025);
  line-height: 1;
  pointer-events: none;
  user-select: none;
  transition: color 0.6s;
}
.ts-process-card:hover .ts-process-ghost {
  color: rgba(247, 141, 32, 0.06);
}

/* Icon */
.ts-process-icon {
  width: 48px;
  height: 48px;
  color: var(--bs-clr-accent-1);
  margin-bottom: 20px;
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ts-process-card:hover .ts-process-icon {
  transform: scale(1.12) rotate(-5deg);
}

/* Card title */
.ts-process-card-title {
  font-family: var(--bs-font-1);
  font-size: clamp(22px, 1.6vw, 28px);
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
  line-height: 1.2;
}

/* Card description */
.ts-process-card-desc {
  font-family: var(--bs-font-1);
  font-size: clamp(14px, 1vw, 16px);
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.75;
  margin: 0;
}

/* Left row: card is in column 1 */
.ts-process-left .ts-process-card {
  text-align: right;
}
.ts-process-left .ts-process-ghost {
  right: auto;
  left: 16px;
}
.ts-process-left .ts-process-icon {
  margin-left: auto;
}

/* Responsive â€” tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ts-process-section {
    padding: 100px 0 80px;
  }
  .ts-process-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 70px;
  }
  .ts-process-header-text {
    max-width: 100%;
  }
  .ts-process-row {
    grid-template-columns: 1fr 48px 1fr;
    margin-bottom: 40px;
  }
  .ts-process-card {
    padding: 28px 24px 24px;
  }
}

/* Responsive â€” mobile: stack vertically, spine on left */
@media (max-width: 767px) {
  .ts-process-section {
    padding: 70px 0 60px;
  }
  .ts-process-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px;
    gap: 16px;
  }
  .ts-process-header-text {
    max-width: 100%;
  }
  .ts-process-watermark {
    display: none;
  }
  .ts-process-spine {
    left: 20px;
    transform: none;
  }
  .ts-process-row {
    grid-template-columns: 1fr;
    padding-left: 52px;
    margin-bottom: 36px;
  }
  .ts-process-row.ts-process-left .ts-process-card,
  .ts-process-row.ts-process-right .ts-process-card {
    text-align: left;
  }
  .ts-process-left .ts-process-ghost,
  .ts-process-right .ts-process-ghost {
    right: 12px;
    left: auto;
  }
  .ts-process-left .ts-process-icon,
  .ts-process-right .ts-process-icon {
    margin-left: 0;
  }
  .ts-process-node {
    position: absolute;
    left: -40px;
    top: 36px;
    padding: 0;
  }
  .ts-process-spacer {
    display: none;
  }
  .ts-process-card {
    padding: 24px 20px 20px;
  }
  .ts-process-ghost {
    font-size: 80px;
  }
}

/*
    ts-process-section-end
*/
.bs-faqs-6-wrap {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 55px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-faqs-6-wrap {
    grid-template-columns: 1fr;
  }
}

/* 
    faq-6-end
*/

/*
    ts-why-section
*/
.ts-why-section {
  padding: 50px 0 10px;
  background: #fff;
  position: relative;
  overflow: clip;
}

/* Header row */
.ts-why-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 50px;
}
.ts-why-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(38px, 4.5vw, 64px);
  font-weight: 400;
  color: var(--bs-clr-pr-1);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 12px 0 0;
}
.ts-why-header-right {
  max-width: 380px;
  flex-shrink: 0;
  padding-top: 20px;
}
.ts-why-intro {
  font-family: var(--bs-font-1);
  font-size: clamp(14px, 1.05vw, 17px);
  color: #5a6070;
  line-height: 1.75;
  margin: 0 0 24px;
}
.ts-why-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Albert Sans', var(--bs-font-1);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--bs-clr-accent-1);
  text-decoration: none;
  transition: gap 0.4s cubic-bezier(0.22, 1, 0.36, 1), color 0.3s;
}
.ts-why-link:hover {
  gap: 16px;
  color: var(--bs-clr-pr-1);
}
.ts-why-link svg {
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.ts-why-link:hover svg {
  transform: translateX(4px);
}

/* Staggered 4-card grid */
.ts-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 80px;
}

/* Card base */
.ts-why-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  cursor: default;
}
.ts-why-card-tall {
  min-height: 480px;
}
.ts-why-card-short {
  min-height: 420px;
}
/* Stagger: even cards push down */
.ts-why-card:nth-child(2) { margin-top: 60px; }
.ts-why-card:nth-child(4) { margin-top: 60px; }

/* Card background layer */
.ts-why-card-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #f5f6fa 0%, #eceef5 100%);
  transition: background 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 0;
}
.ts-why-card:hover .ts-why-card-bg {
  background: linear-gradient(145deg, var(--bs-clr-pr-1) 0%, #0f1a3d 100%);
}

/* Card content */
.ts-why-card-content {
  position: relative;
  z-index: 1;
  padding: 36px 28px 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Number */
.ts-why-card-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(52px, 5vw, 72px);
  font-weight: 300;
  color: rgba(26, 38, 83, 0.06);
  line-height: 1;
  margin-bottom: 4px;
  transition: color 0.5s;
}
.ts-why-card:hover .ts-why-card-num {
  color: rgba(247, 141, 32, 0.2);
}

/* Icon */
.ts-why-card-icon {
  width: 56px;
  height: 56px;
  color: var(--bs-clr-accent-1);
  margin-bottom: 20px;
  transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.5s;
}
.ts-why-card:hover .ts-why-card-icon {
  transform: scale(1.15) rotate(-8deg);
  color: rgba(247, 141, 32, 0.8);
}

/* Title */
.ts-why-card-title {
  font-family: var(--bs-font-1);
  font-size: clamp(20px, 1.5vw, 26px);
  font-weight: 600;
  color: var(--bs-clr-pr-1);
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
  transition: color 0.5s;
}
.ts-why-card:hover .ts-why-card-title {
  color: #fff;
}

/* Description */
.ts-why-card-desc {
  font-family: var(--bs-font-1);
  font-size: clamp(13px, 0.95vw, 15px);
  color: #6b7385;
  line-height: 1.75;
  margin: 0;
  flex: 1;
  transition: color 0.5s;
}
.ts-why-card:hover .ts-why-card-desc {
  color: rgba(255, 255, 255, 0.55);
}

/* Bottom accent line */
.ts-why-card-line {
  width: 0;
  height: 3px;
  border-radius: 2px;
  background: var(--bs-clr-accent-1);
  margin-top: 24px;
  transition: width 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.ts-why-card:hover .ts-why-card-line {
  width: 60px;
}

/* Stats ribbon */
.ts-why-stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0;
  margin-top: 70px;
  padding: 48px 64px;
  background: linear-gradient(135deg, #1A2653 0%, #1e2d5e 50%, #1A2653 100%);
  border-radius: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 100px rgba(26, 38, 83, 0.2);
}
.ts-why-stats::before {
  content: '';
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 141, 32, 0.1) 0%, transparent 70%);
  filter: blur(80px);
  top: -140px;
  right: -60px;
  pointer-events: none;
}
.ts-why-stats::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247, 141, 32, 0.06) 0%, transparent 70%);
  filter: blur(50px);
  bottom: -80px;
  left: -40px;
  pointer-events: none;
}
.ts-why-stat {
  flex: 1;
  text-align: center;
  padding: 10px 32px;
  position: relative;
}
.ts-why-stat-icon {
  width: 44px;
  height: 44px;
  margin: 0 auto 12px;
  color: #F78D20;
  opacity: 0.6;
  transition: all 0.4s ease;
}
.ts-why-stat-icon svg {
  width: 100%;
  height: 100%;
}
.ts-why-stat:hover .ts-why-stat-icon {
  opacity: 1;
  transform: translateY(-3px) scale(1.05);
}
.ts-why-stat-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(52px, 5vw, 80px);
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  display: inline;
}
.ts-why-stat-suffix {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(32px, 3vw, 48px);
  font-weight: 400;
  color: #F78D20;
  line-height: 1;
}
.ts-why-stat-label {
  display: block;
  font-family: var(--bs-font-1);
  font-size: clamp(11px, 0.9vw, 14px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-top: 14px;
}
.ts-why-stat-bar {
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #F78D20, transparent);
  margin: 20px auto 0;
  border-radius: 2px;
  transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.ts-why-stat:hover .ts-why-stat-bar {
  width: 60px;
}
.ts-why-stat-divider {
  width: 1px;
  align-self: stretch;
  background: linear-gradient(180deg, transparent 5%, rgba(255, 255, 255, 0.08) 50%, transparent 95%);
  flex-shrink: 0;
  position: relative;
}
.ts-why-stat-divider-dot {
  display: none;
}

/* Responsive â€” tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ts-why-section {
    padding: 80px 0 50px;
  }
  .ts-why-header {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
  }
  .ts-why-header-right {
    max-width: 100%;
    padding-top: 0;
  }
  .ts-why-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .ts-why-card:nth-child(2),
  .ts-why-card:nth-child(4) {
    margin-top: 40px;
  }
  .ts-why-card-tall,
  .ts-why-card-short {
    min-height: 380px;
  }
}

/* Responsive â€” mobile */
@media (max-width: 767px) {
  .ts-why-section {
    padding: 70px 0 50px;
  }
  .ts-why-header {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
  .ts-why-header-right {
    max-width: 100%;
    padding-top: 0;
  }
  .ts-why-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ts-why-card:nth-child(2),
  .ts-why-card:nth-child(4) {
    margin-top: 0;
  }
  .ts-why-card-tall,
  .ts-why-card-short {
    min-height: 320px;
  }
  .ts-why-card-content {
    padding: 28px 22px 24px;
  }
  .ts-why-stats {
    flex-wrap: wrap;
    gap: 0;
    padding: 36px 24px;
    border-radius: 16px;
  }
  .ts-why-stat {
    flex: 0 0 calc(50% - 1px);
    padding: 16px 12px;
  }
  .ts-why-stat-divider {
    display: none;
  }
  .ts-why-stat-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
  }
}
/*
    ts-why-section-end
*/

/* Section connector between Why & CTA */
.ts-section-connector {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    background: #ffffff;
    position: relative;
    z-index: 2;
}
.ts-connector-track {
    position: relative;
    width: 1px;
    height: 80px;
    background: linear-gradient(180deg, rgba(26,38,83,0.04), rgba(247,141,32,0.08));
    overflow: hidden;
}
/* travelling pulse segments */
.ts-connector-pulse {
    position: absolute;
    left: -1px;
    width: 3px;
    height: 22px;
    border-radius: 2px;
    background: linear-gradient(180deg, transparent 0%, #F78D20 40%, #F78D20 60%, transparent 100%);
    animation: connPulse 1.8s cubic-bezier(0.4,0,0.2,1) infinite;
    opacity: 0;
}
.ts-connector-pulse-2 {
    height: 14px;
    animation-delay: 0.65s;
}
.ts-connector-pulse-3 {
    height: 8px;
    width: 2px;
    left: 0;
    animation-delay: 1.25s;
}
@keyframes connPulse {
    0%   { top: -24px; opacity: 0; }
    8%   { opacity: 0.9; }
    85%  { opacity: 0.7; }
    100% { top: calc(100% + 4px); opacity: 0; }
}
/* glowing endpoint dot */
.ts-connector-dot {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #F78D20;
    margin-top: 0;
    box-shadow: 0 0 6px rgba(247,141,32,0.4);
    animation: connDotGlow 2.4s ease-in-out infinite;
}
@keyframes connDotGlow {
    0%, 100% { box-shadow: 0 0 6px rgba(247,141,32,0.35); }
    50%      { box-shadow: 0 0 14px rgba(247,141,32,0.7), 0 0 28px rgba(247,141,32,0.2); }
}
/* expanding sonar rings */
.ts-connector-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid rgba(247,141,32,0.5);
    animation: connRing 2.4s ease-out infinite;
    pointer-events: none;
}
.ts-connector-ring-2 {
    animation-delay: 1.2s;
}
@keyframes connRing {
    0%   { width: 10px; height: 10px; opacity: 0.6; }
    100% { width: 36px; height: 36px; opacity: 0; }
}

/*
/*
    ts-cta-section-start
*/
.ts-cta-section {
    position: relative;
    background: #0c1224;
    padding: clamp(48px, 4vw, 68px) 0;
    overflow: hidden;
}

/* â”€â”€â”€ Background layers â”€â”€â”€ */
.ts-cta-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.ts-cta-bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, #0c1224 0%, #142046 30%, #1A2653 50%, #142046 70%, #0c1224 100%);
}
.ts-cta-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(255,255,255,0.03) 1px, transparent 0);
    background-size: 48px 48px;
}

/* glowing orbs */
.ts-cta-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}
.ts-cta-bg-orb-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(247,141,32,0.18) 0%, transparent 70%);
    top: -200px;
    right: -150px;
    animation: ctaOrb1 10s ease-in-out infinite;
}
.ts-cta-bg-orb-2 {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(26,38,83,0.6) 0%, transparent 70%);
    bottom: -120px;
    left: -100px;
    animation: ctaOrb2 12s ease-in-out infinite;
}
.ts-cta-bg-orb-3 {
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(247,141,32,0.08) 0%, transparent 70%);
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    animation: ctaOrb3 8s ease-in-out infinite;
}
@keyframes ctaOrb1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%      { transform: translate(-30px, 20px) scale(1.1); }
    66%      { transform: translate(20px, -15px) scale(0.95); }
}
@keyframes ctaOrb2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50%      { transform: translate(25px, -20px) scale(1.08); }
}
@keyframes ctaOrb3 {
    0%, 100% { transform: translate(-50%, -50%) scale(1); opacity: 0.5; }
    50%      { transform: translate(-50%, -50%) scale(1.3); opacity: 1; }
}

/* scan line */
.ts-cta-scanline {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(247,141,32,0.3) 30%, rgba(247,141,32,0.6) 50%, rgba(247,141,32,0.3) 70%, transparent 100%);
    z-index: 1;
    animation: ctaScanline 4s ease-in-out infinite;
    pointer-events: none;
}
@keyframes ctaScanline {
    0%   { top: -2px; opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { top: calc(100% + 2px); opacity: 0; }
}

/* giant ghost text */
.ts-cta-ghost-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(120px, 14vw, 220px);
    font-weight: 700;
    color: rgba(255,255,255,0.02);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    pointer-events: none;
    z-index: 0;
    white-space: nowrap;
    user-select: none;
}

/* â”€â”€â”€ Inner container â”€â”€â”€ */
.ts-cta-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

/* top decorative bar */
.ts-cta-top-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 16px;
}
.ts-cta-top-bar-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #F78D20;
    animation: ctaTopDotPulse 2.4s ease-in-out infinite;
}
.ts-cta-top-bar-dot:last-child {
    animation-delay: 1.2s;
}
@keyframes ctaTopDotPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(247,141,32,0.5); opacity: 0.5; }
    50%      { box-shadow: 0 0 0 8px rgba(247,141,32,0); opacity: 1; }
}
.ts-cta-top-bar-line {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, rgba(247,141,32,0.05), rgba(247,141,32,0.4), rgba(247,141,32,0.05));
}
.ts-cta-top-bar-label {
    font-family: 'Albert Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: rgba(247,141,32,0.5);
}

/* â”€â”€â”€ Hero content â”€â”€â”€ */
.ts-cta-hero {
    margin-bottom: 20px;
}
.ts-cta-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Albert Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #F78D20;
    margin-bottom: 12px;
}
.ts-cta-eyebrow-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #F78D20;
    box-shadow: 0 0 12px rgba(247,141,32,0.5);
}
.ts-cta-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(34px, 3.8vw, 56px);
    font-weight: 400;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}
.ts-cta-subtitle {
    font-family: 'Albert Sans', sans-serif;
    font-size: clamp(16px, 1.3vw, 20px);
    font-weight: 300;
    line-height: 1.75;
    color: rgba(255,255,255,0.4);
    max-width: 560px;
    margin: 0 auto;
}

/* â”€â”€â”€ Buttons â”€â”€â”€ */
.ts-cta-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.ts-cta-btn-primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0;
    text-decoration: none;
    overflow: hidden;
    border-radius: 60px;
}
.ts-cta-btn-primary-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #F78D20, #e07a18);
    border-radius: 60px;
    transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
    z-index: 0;
}
.ts-cta-btn-primary:hover .ts-cta-btn-primary-bg {
    transform: scale(1.05);
}
.ts-cta-btn-primary-text {
    position: relative;
    z-index: 1;
    font-family: 'Albert Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #ffffff;
    padding: 16px 28px 16px 34px;
}
.ts-cta-btn-primary-arrow {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.15);
    border-radius: 50%;
    margin-right: 4px;
    color: #fff;
    transition: background 0.4s, transform 0.4s;
}
.ts-cta-btn-primary:hover .ts-cta-btn-primary-arrow {
    background: rgba(255,255,255,0.3);
    transform: translateX(3px);
}
.ts-cta-btn-primary:hover {
    box-shadow: 0 20px 60px rgba(247,141,32,0.35);
    transform: translateY(-3px);
    transition: box-shadow 0.4s, transform 0.4s;
}

.ts-cta-btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 16px 34px;
    background: transparent;
    color: rgba(255,255,255,0.6);
    font-family: 'Albert Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 60px;
    text-decoration: none;
    transition: all 0.4s ease;
}
.ts-cta-btn-ghost:hover {
    border-color: rgba(255,255,255,0.4);
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(255,255,255,0.06);
}

/* â”€â”€â”€ Flanked 3-column layout â”€â”€â”€ */
.ts-cta-flanked {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: stretch;
    gap: 0;
    min-height: 320px;
}
.ts-cta-flank {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 0;
}
.ts-cta-flank-left {
    align-items: flex-start;
    padding-left: 0;
}
.ts-cta-flank-right {
    align-items: flex-end;
    padding-right: 0;
}
.ts-cta-center {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ts-cta-trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.ts-cta-trust-num {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 2.5vw, 38px);
    font-weight: 600;
    color: #F78D20;
    line-height: 1;
    letter-spacing: -0.02em;
}
.ts-cta-trust-label {
    font-family: 'Albert Sans', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
}

/* â”€â”€â”€ Bottom edge â”€â”€â”€ */
.ts-cta-bottom-edge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
}
.ts-cta-bottom-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.ts-cta-bottom-badge svg {
    flex-shrink: 0;
}
.ts-cta-bottom-badge span {
    font-family: 'Albert Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255,255,255,0.35);
    letter-spacing: 0.5px;
}
.ts-cta-bottom-line {
    width: 40px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(247,141,32,0.3), transparent);
}

/* â”€â”€â”€ Responsive â”€â”€â”€ */
@media (max-width: 991px) {
    .ts-cta-section {
        padding: 40px 0;
    }
    .ts-cta-flanked {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .ts-cta-flank {
        flex-direction: row;
        justify-content: center;
        gap: 40px;
    }
    .ts-cta-flank-left,
    .ts-cta-flank-right {
        justify-self: center;
        padding: 0;
    }
    .ts-cta-flank-left { order: 2; }
    .ts-cta-center { order: 1; }
    .ts-cta-flank-right { order: 3; }
    .ts-cta-top-bar-line {
        width: 30px;
    }
}
@media (max-width: 575px) {
    .ts-cta-section {
        padding: 32px 0;
    }
    .ts-cta-title {
        font-size: 36px;
    }
    .ts-cta-actions {
        flex-direction: column;
    }
    .ts-cta-btn-primary-text {
        padding: 18px 28px 18px 32px;
        font-size: 13px;
    }
    .ts-cta-btn-primary-arrow {
        width: 48px;
        height: 48px;
    }
    .ts-cta-btn-ghost {
        padding: 18px 34px;
        font-size: 13px;
    }
    .ts-cta-flank {
        gap: 24px;
    }
    .ts-cta-trust-num {
        font-size: 28px;
    }
    .ts-cta-ghost-text {
        font-size: 80px;
    }
}
/*
    ts-cta-section-end
*/

/*
    39. blog
*/
/* 
    blog-1-start
*/
.bs-blog-1-bg-color {
  background-color: #eef4eb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 264px);
  z-index: -1;
}
.bs-blog-1-wrap {
  perspective: 2000px;
  transform-style: preserve-3d;
}
.bs-blog-1-item {
  display: grid;
  grid-template-columns: 1fr 1.23fr;
  gap: 65px;
  position: relative;
  z-index: 1;
  align-items: center;
  border: 2px solid #000;
  background-color: #eef4eb;
  padding: 80px 90px;
  margin-top: -2px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-1-item {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-1-item {
    padding: 60px 30px;
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .bs-blog-1-item {
    padding: 60px 20px;
    gap: 35px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-1-item {
    padding: 60px 30px;
    gap: 35px;
    grid-template-columns: 1fr;
  }
}
.bs-blog-1-item .item-img {
  height: 380px;
}
.bs-blog-1-item .item-img a {
  width: 100%;
  height: 100%;
}
.bs-blog-1-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-blog-1-item .content {
  max-width: 530px;
}
.bs-blog-1-item .item-date {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  background: var(--bs-clr-pr-1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--bs-clr-white-1);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  gap: 3px;
  position: absolute;
  top: 91px;
  left: 43.5%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-1-item .item-date {
    left: 0%;
    transform: unset;
  }
}
.bs-blog-1-item .item-title {
  font-size: 40px;
  font-weight: 800;
  color: #262524;
  margin-bottom: 20px;
  transition: 0.5s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-1-item .item-title {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-1-item .item-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-blog-1-item .item-title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-1-item .item-title {
    font-size: 28px;
  }
}
.bs-blog-1-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(3px);
}
.bs-blog-1-item .blog-meta {
  font-size: 15px;
  color: #262524;
  text-transform: capitalize;
  font-weight: 700;
  display: inline-flex;
  background: #fff;
  gap: 17px;
  padding: 7px 14px;
  border-radius: 20px;
  flex-wrap: wrap;
  margin-bottom: 11px;
}
.bs-blog-1-item .item-disc {
  font-size: 20px;
  margin-bottom: 23px;
}
.bs-blog-1-item:hover img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.bs-blog-1-item:nth-child(even) {
  direction: rtl;
}
.bs-blog-1-item:nth-child(even) .content {
  max-width: 530px;
  text-align: left;
  margin-right: auto;
  direction: ltr;
}
.bs-blog-1-item:nth-child(even) .item-date {
  left: unset;
  right: 37.5%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-1-item:nth-child(even) .item-date {
    right: 31.5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-1-item:nth-child(even) .item-date {
    right: 0%;
  }
}
.bs-blog-1-all-btn {
  font-size: 20px;
}
.bs-blog-1-all-btn a {
  font-weight: 700;
  line-height: 1.05;
  border-bottom: 2px solid;
  transition: 0.4s var(--bs-cube-2);
}
.bs-blog-1-all-btn a:hover {
  color: var(--bs-clr-pr-1);
}

/* 
    blog-1-end
*/
/* 
    blog-2-start
*/
.bs-blog-2-border {
  border: 1px solid #000;
  border-radius: 10px;
  padding: 80px 120px;
  padding-top: 100px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-blog-2-border {
    padding: 80px 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-blog-2-border {
    padding: 80px 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-2-border {
    padding: 80px 30px;
  }
}
.bs-blog-2-sec-title .bs-subtitle-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-transform: unset;
}
.bs-blog-2-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-2-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-blog-2-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-blog-2-item {
  transform-origin: left top;
}
.bs-blog-2-item .item-img {
  height: 220px;
  margin-bottom: 20px;
}
.bs-blog-2-item .item-img a {
  width: 100%;
  height: 100%;
}
.bs-blog-2-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-blog-2-item .item-title {
  font-size: 21px;
  color: #363636;
  margin-bottom: 10px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-blog-2-item .item-title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(3px);
}
.bs-blog-2-item .item-date {
  font-family: var(--bs-font-2);
  color: #a6a6a6;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
}
.bs-blog-2-item:hover .item-img img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}

/* 
    blog-2-end
*/
/* 
    blog-3-start
*/
.bs-blog-3-wrap {
  border: 2px solid #000;
  padding: 85px 65px;
  transform-origin: left;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-3-wrap {
    padding: 85px 30px;
  }
}
.bs-blog-3-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-3-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-blog-3-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-3-item {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-blog-3-item-single {
  transform-origin: left;
}
.bs-blog-3-item-single .item-img {
  height: 240px;
}
.bs-blog-3-item-single .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-blog-3-item-single .item-date {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  background: #f9f9f9;
  display: inline-block;
  padding: 8px 17px;
  border-radius: 100px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-left: 25px;
  margin-top: -17px;
  margin-bottom: 5px;
}
.bs-blog-3-item-single .item-date::after {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--bs-clr-pr-1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100px;
  transition: 0.5s var(--bs-cube-2);
  transform: translateX(-100%);
}
.bs-blog-3-item-single .item-title {
  font-size: 26px;
  line-height: 1.153;
  font-weight: 700;
  margin-bottom: 6px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-3-item-single .item-title {
    font-size: 22px;
  }
}
.bs-blog-3-item-single .item-title:hover {
  transform: translateX(3px);
  color: var(--bs-clr-pr-1);
}
.bs-blog-3-item-single .item-disc {
  font-size: 17px;
  color: #7a7a7a;
}
.bs-blog-3-item-single:hover .item-date::after {
  transform: translateX(0);
}
.bs-blog-3-item-single:hover .item-img img {
  transform: perspective(2000px) rotateX(0.03deg) rotateY(0deg) scaleX(1.05) scaleY(1.05);
}

/* 
    blog-3-end
*/
/* 
    blog-4-start
*/
.bs-blog-4-content {
  margin-bottom: 49px;
}
.bs-blog-4-content .inner-div {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bs-blog-4-content .inner-div .title {
  max-width: 700px;
}
.bs-blog-4-content .inner-div .btn-wrap {
  flex: 0 0 auto;
}
.bs-blog-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-blog-4-wrap {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-4-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-blog-4-item .item-img {
  height: 500px;
  filter: grayscale(1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-blog-4-item .item-img {
    height: 450px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-4-item .item-img {
    height: 400px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-4-item .item-img {
    height: 350px;
  }
}
.bs-blog-4-item .item-img img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-blog-4-item .item-img a {
  width: 100%;
  height: 100%;
}
.bs-blog-4-item .item-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #F5F5F5;
  font-size: 16px;
  margin-left: auto;
  margin-right: 32px;
  margin-top: -30px;
  position: relative;
  z-index: 1;
  transition: 0.4s var(--bs-cube-2);
}
.bs-blog-4-item .author {
  padding-left: 52px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1;
  margin-top: -14px;
  margin-bottom: 20px;
}
.bs-blog-4-item .author::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  top: 10px;
  left: 0;
  background: var(--bs-clr-black-2);
}
.bs-blog-4-item .title {
  font-size: 28px;
  line-height: 1.142;
  letter-spacing: -0.02em;
  margin-bottom: 22px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-blog-4-item .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateY(-3px);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-4-item .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bs-blog-4-item .title {
    font-size: 22px;
  }
}
.bs-blog-4-item .item-meta {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  text-transform: capitalize;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 0;
}
.bs-blog-4-item .item-meta .read {
  margin-left: auto;
}
.bs-blog-4-item .item-meta .categories {
  padding-right: 12px;
  position: relative;
  z-index: 1;
  color: var(--bs-clr-h-4);
  font-weight: 500;
}
.bs-blog-4-item .item-meta .categories::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--bs-clr-black-1);
  position: absolute;
  top: 11px;
  right: 0;
}
.bs-blog-4-item:hover .item-btn {
  background: var(--bs-clr-pr-1);
  color: var(--bs-clr-white-1);
}
.bs-blog-4-item:hover .item-img {
  filter: grayscale(0);
}
.bs-blog-4-item:hover .item-img img {
  transform: perspective(2000px) rotateX(0.1deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}

/* 
    blog-4-end
*/
/* 
    blog-5-start
*/
.bs-blog-5-sec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.bs-blog-5-sec-title .left {
  max-width: 644px;
}
.bs-blog-5-wrap {
  display: flex;
  gap: 36px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-5-wrap {
    flex-wrap: wrap;
  }
}
.bs-blog-5-item {
  transition: 0.5s var(--bs-cube-2);
  flex-grow: 1;
  width: 33%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-5-item {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .bs-blog-5-item {
    width: 100%;
  }
}
.bs-blog-5-item .main-img {
  transition: 0.5s var(--bs-cube-2);
  height: 276px;
  border-radius: 12px;
  margin-bottom: 24px;
}
.bs-blog-5-item .item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.bs-blog-5-item .item-meta li {
  background: #F1F2EB;
  backdrop-filter: blur(4px);
  border-radius: 4px;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 500;
  padding: 4px 14px;
}
.bs-blog-5-item .title {
  font-size: 24px;
  line-height: 1.166;
  margin-bottom: 12px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-blog-5-item .title:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(3px);
}
@media (min-width: 1800px), only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-blog-5-item:is(.active) {
    flex: 0 0 auto;
    width: 600px;
  }
  .bs-blog-5-item:is(.active) .main-img {
    height: 414px;
  }
}

/* 
    blog-5-end
*/
/*
    40. office
*/
/* 
    office-1-start
*/
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-office-1-area {
    padding-top: 50px;
  }
}
.bs-office-1-wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 50px;
  align-items: center;
  margin-right: -170px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-office-1-wrap {
    margin-right: -60px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-office-1-wrap {
    margin-right: 0px;
    grid-template-columns: 1fr 0.5fr;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-office-1-wrap {
    grid-template-columns: 1fr 0.2fr;
    margin-right: 0px;
    align-items: end;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-office-1-wrap {
    grid-template-columns: 1fr;
    margin-right: 0px;
    align-items: end;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-office-1-left {
    padding-bottom: 50px;
  }
}
.bs-office-1-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-office-1-item {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .bs-office-1-item {
    gap: 30px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-office-1-item {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.bs-office-1-card:not(:last-child) {
  padding-right: 60px;
  border-right: 1px solid #BBBBBB;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-office-1-card:not(:last-child) {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-office-1-card:not(:last-child) {
    padding-right: 0px;
    border-right: none;
  }
}
.bs-office-1-card .card-img {
  height: 140px;
  margin-bottom: 25px;
}
.bs-office-1-card .title {
  font-size: 24px;
  font-weight: 700;
  font-family: var(--bs-font-2);
  margin-bottom: 7px;
}
.bs-office-1-card .disc {
  font-family: var(--bs-font-2);
  margin-bottom: 6px;
}
.bs-office-1-card .link {
  display: block;
  font-family: var(--bs-font-2);
  font-weight: 500;
  text-transform: capitalize;
  transition: 0.4s var(--bs-cube-2);
}
.bs-office-1-card .link:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(3px);
}
.bs-office-1-card .link:not(:last-child) {
  margin-bottom: 16px;
}
.bs-office-1-card .link:last-child {
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-office-1-bg-img {
    max-width: 400px;
  }
}

/* 
    office-1-end
*/
/* 
    follow-us-3-start
*/
.bs-follow-3-sec-title .bs-subtitle-1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.bs-follow-3-link .link-elm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: var(--bs-font-2);
  text-transform: capitalize;
  font-size: 47px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  gap: 45px;
  color: #212121;
  padding: 35px 0;
  padding-right: 110px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-follow-3-link .link-elm {
    font-size: 36px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .bs-follow-3-link .link-elm {
    font-size: 30px;
    padding-right: 0;
  }
}
.bs-follow-3-link .link-elm:not(:last-child) {
  border-bottom: 1px solid #212121;
}
.bs-follow-3-link .link-elm .icon {
  transition: 0.4s var(--bs-cube-2);
}
.bs-follow-3-link .link-elm .text {
  margin-right: auto;
  transition: 0.4s var(--bs-cube-2);
}
.bs-follow-3-link .link-elm .arrow {
  font-size: 32px;
  transform: rotate(-45deg);
  transition: 0.4s var(--bs-cube-2);
}
.bs-follow-3-link .link-elm:hover .arrow {
  color: var(--bs-clr-pr-1);
  transform: rotate(0);
}
.bs-follow-3-link .link-elm:hover .text {
  color: var(--bs-clr-pr-1);
}
.bs-follow-3-link .link-elm:hover .icon {
  color: var(--bs-clr-pr-1);
}

/* 
    follow-us-3-end
*/
/* 
    office-3-start
*/
.bs-office-3-area {
  background-color: #eef4eb;
}
.bs-office-3-area .bs-office-1-left {
  max-width: 1065px;
  padding-bottom: 0;
}
.bs-office-3-area .bs-office-1-card {
  padding-bottom: 70px;
}
.bs-office-3-line {
  width: 100%;
  height: 1px;
  background: #BBBBBB;
}
.bs-office-3-bg-img {
  width: 28%;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-office-3-bg-img {
    display: none;
  }
}

/* 
    office-3-end
*/
/*
    41. breadcrumb
*/
/* 
    breadcrumb-start
*/
.breadcrumb-area {
  padding-top: 0;
  min-height: 450px;
  display: flex;
  align-items: center;
}
.breadcrumb-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.breadcrumb-bg-img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.breadcrumb-bg-img img {
  opacity: 28%;
}
.breadcrumb-wrap {
  display: flex;
  flex-direction: column;
  gap: 72px;
  position: relative;
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 60px;
}
.breadcrumb-area:not(.has-2):not(.has-career-page):not(.has-blog-details) .breadcrumb-wrap {
  width: 100%;
}
.breadcrumb-area.has-inline-crumb .breadcrumb-wrap {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
.breadcrumb-area.has-inline-crumb .breadcrumb-list {
  margin-left: auto;
  align-self: center;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area {
    min-height: 380px;
  }
  .breadcrumb-area.has-inline-crumb .breadcrumb-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .breadcrumb-area.has-inline-crumb .breadcrumb-list {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area {
    min-height: 340px;
  }
  .breadcrumb-area.has-inline-crumb .breadcrumb-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .breadcrumb-area.has-inline-crumb .breadcrumb-list {
    margin-left: 0;
  }
}
.breadcrumb-title {
  font-family: var(--bs-font-1);
  font-size: 90px;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .breadcrumb-title {
    font-size: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-title {
    font-size: 50px;
  }
}
.breadcrumb-list {
  position: relative;
  z-index: 1;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.74) 0%, rgba(255, 255, 255, 0.5) 100%);
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 16px;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  backdrop-filter: blur(14px) saturate(140%);
  display: inline-block;
  margin-left: auto;
  padding: 12px 28px;
  overflow: hidden;
  isolation: isolate;
}
.breadcrumb-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: -70%;
  width: 55%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(105deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.52) 48%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  animation: breadcrumbLiquidShine 4s ease-in-out infinite;
  will-change: transform;
}
.breadcrumb-list a, .breadcrumb-list span {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-family: var(--bs-font-2);
  line-height: 28px;
  color: var(--bs-clr-h-4);
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.breadcrumb-list a {
  padding-right: 30px;
  position: relative;
  transition: 300ms;
}
.breadcrumb-list a:hover {
  color: var(--bs-clr-pr-1);
}
.breadcrumb-list a::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 13px;
  transform: translateY(-50%);
  background-image: url(../img/breadcrumb/icon.svg);
  width: 18px;
  height: 18px;
}
.breadcrumb-list span {
  opacity: 60%;
}
.breadcrumb-list-shape {
  position: absolute;
  bottom: 220%;
  right: 113%;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb-list-shape {
    display: none;
  }
}
.breadcrumb-back-page-btn {
  font-family: var(--bs-font-1);
  display: flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.02em;
  font-size: 18px;
  color: var(--bs-clr-black-1);
  transition: 0.4s var(--bs-cube-2);
}
.breadcrumb-back-page-btn i {
  color: var(--bs-clr-pr-1);
}
.breadcrumb-back-page-btn:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(-3px);
}
.breadcrumb-img {
  margin-right: -90px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb-img {
    margin-right: 0px;
  }
}
.breadcrumb-img::before {
  content: "";
  width: 100%;
  height: 165px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.breadcrumb-area:is(.has-2) {
  min-height: auto;
  display: block;
  padding-top: 0;
}
.breadcrumb-area:is(.has-2) .breadcrumb-wrap {
  gap: 64px;
  padding-top: 85px;
  padding-bottom: 75px;
}
.breadcrumb-area:is(.has-2) .breadcrumb-title {
  color: var(--bs-clr-black-1);
}
.breadcrumb-area:is(.has-2) .breadcrumb-bg-shape {
  width: 35%;
  text-align: right;
  position: absolute;
  right: -20px;
  top: 28%;
}

@keyframes breadcrumbLiquidShine {
  0% {
    transform: translateX(0) skewX(-18deg);
    opacity: 0;
  }
  20% {
    opacity: 0.65;
  }
  60% {
    transform: translateX(300%) skewX(-18deg);
    opacity: 0.28;
  }
  100% {
    transform: translateX(330%) skewX(-18deg);
    opacity: 0;
  }
}

/* 
    breadcrumb-end
*/
/* 
    breadcrumb-career-page-start
*/
.breadcrumb-area:is(.has-career-page) {
  min-height: auto;
  display: block;
  padding-top: 192px;
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 66px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap {
    grid-template-columns: 1fr;
  }
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .left {
  padding-top: 30px;
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
  max-width: 485px;
  margin-bottom: 32px;
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
  height: 760px;
  border-radius: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
    height: 660px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
    height: 560px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .big-img {
    height: 500px;
  }
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-wrap .sm-img {
  max-width: 544px;
  height: 365px;
  border-radius: 16px;
  margin-left: auto;
  margin-top: 35px;
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-title {
  font-size: 70px;
  max-width: 570px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .breadcrumb-area:is(.has-career-page) .breadcrumb-title {
    font-size: 50px;
  }
}
.breadcrumb-area:is(.has-career-page) .breadcrumb-bg-img {
  height: calc(100% - 310px);
}

/* 
    breadcrumb-career-page-end
*/
/* 
    breadcrumb-blog-details-start
*/
.breadcrumb-area:is(.has-blog-details) {
  padding-top: 180px;
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-wrap {
  gap: 60px;
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-back-page-btn {
  color: var(--bs-clr-white-1);
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-back-page-btn:hover {
  color: var(--bs-clr-pr-1);
}
.breadcrumb-area:is(.has-blog-details) .breadcrumb-title {
  text-align: center;
}

/* 
    breadcrumb-blog-details-end
*/
/*
    42. service-details
*/
/* 
    services-details-start
*/
.bs-services-details-slider {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 2.3fr 1fr;
  gap: 40px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .bs-services-details-slider {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-details-slider {
    grid-template-columns: 2.3fr 1fr;
  }
}
.bs-services-details-slider-1-img {
  height: 720px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-services-details-slider-1-img {
    height: 620px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-services-details-slider-1-img {
    height: 650px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-details-slider-1-img {
    height: 600px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-details-slider-1-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bs-services-details-slider-1-img {
    height: 350px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-details-slider-1-img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .bs-services-details-slider-2 {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-details-slider-2 {
    display: block;
  }
}
.bs-services-details-slider-btn-posi {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 1;
}
.bs-services-details-slider-btn-flex {
  display: flex;
  justify-content: space-between;
}
.bs-services-details-slider-btn-flex .bs-slider-btn-1 {
  width: 48px;
  height: 48px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  background: var(--bs-clr-white-1);
  border: none;
  color: var(--bs-clr-black-1);
  opacity: 1;
}
.bs-services-details-slider-btn-flex .bs-slider-btn-1:hover {
  background: var(--bs-clr-pr-1);
}
.bs-services-details-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.bs-services-details-content h1, .bs-services-details-content h2, .bs-services-details-content h3, .bs-services-details-content h4, .bs-services-details-content h5, .bs-services-details-content h6 {
  font-family: var(--bs-font-pr-1);
  color: #000;
  line-height: 1.23;
  margin-top: 54px;
  margin-bottom: 24px;
  font-weight: 600;
}
.bs-services-details-content p, .bs-services-details-content span, .bs-services-details-content li {
  font-family: var(--bs-font-pr-1);
  color: #444444;
  font-size: 18px;
  line-height: 28px;
}
.bs-services-details-content h1 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-details-content h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-details-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-services-details-content h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-details-content h1 {
    font-size: 26px;
  }
}
.bs-services-details-content h2 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .bs-services-details-content h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-details-content h2 {
    font-size: 26px;
  }
}
.bs-services-details-content h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .bs-services-details-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-details-content h3 {
    font-size: 26px;
  }
}
.bs-services-details-content h4 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .bs-services-details-content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-details-content h4 {
    font-size: 26px;
  }
}
.bs-services-details-content h5 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .bs-services-details-content h5 {
    font-size: 18px;
  }
}
.bs-services-details-content h6 {
  font-size: 18px;
}
.bs-services-details-content-feature {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}
.bs-services-details-content-feature:nth-of-type(1) {
  margin-top: 35px;
}
.bs-services-details-content-feature .icon {
  font-size: 24px;
}
.bs-services-details-content-feature h1, .bs-services-details-content-feature h2, .bs-services-details-content-feature h3, .bs-services-details-content-feature h4, .bs-services-details-content-feature h5, .bs-services-details-content-feature h6 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
}
.bs-services-details-content-feature p {
  margin-bottom: 0;
}
.bs-services-details-content-img {
  height: 520px;
  margin-top: 60px;
  margin-left: -365px;
  margin-right: -365px;
}
.bs-services-details-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-services-details-content-img {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-services-details-content-img {
    height: 500px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .bs-services-details-content-img {
    height: 350px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-details-content-img {
    height: 400px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bs-services-details-testimonial {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}
@media (max-width: 767px) {
  .bs-services-details-testimonial {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-services-details-testimonial {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-services-details-testimonial .bs-testimonial-2-slider-item {
  border-radius: 12px;
  padding: 40px 32px;
  background: #F6F6F6;
}
@media (max-width: 767px) {
  .bs-services-details-testimonial .bs-testimonial-2-slider-item {
    padding: 40px 20px;
  }
}
.bs-services-details-testimonial .bs-testimonial-2-slider-item .img-flex {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 19px;
}
.bs-services-details-testimonial .bs-testimonial-2-slider-item .item-name {
  font-family: var(--bs-font-1);
  color: var(--bs-clr-black-1);
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0px;
  margin-top: 0;
}
.bs-services-details-testimonial .bs-testimonial-2-slider-item .item-disc {
  font-family: var(--bs-font-1);
  color: var(--bs-clr-black-1);
  font-size: 15px;
  line-height: 1.5;
  margin-bottom: 0;
}
.bs-services-details-testimonial .bs-testimonial-2-slider-item .item-rating {
  color: #FCA804;
  font-size: 16px;
  margin-bottom: 19px;
}
.bs-services-details-testimonial .bs-testimonial-2-slider-item .item-comment {
  font-family: var(--bs-font-1);
  color: #444444;
  line-height: 28px;
  margin-bottom: 0;
}

.bs-accordion:is(.has-details-page) .bs-accordion-item {
  border: 1px solid #E7EAF2;
  border-radius: 12px;
  padding-bottom: 0;
}
.bs-accordion:is(.has-details-page) .bs-accordion-item:is(.active) {
  background-color: #F3F3F3;
}
.bs-accordion:is(.has-details-page) .bs-accordion-item:not(:last-child) {
  margin-bottom: 12px;
}
.bs-accordion:is(.has-details-page) .bs-accordion-item .item-title {
  font-size: 20px;
  font-weight: 500;
  gap: 12px;
  padding: 25px 32px;
}
.bs-accordion:is(.has-details-page) .bs-accordion-item .item-title .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #444444;
  transition: 0.4s var(--bs-cube-1);
  opacity: 40%;
}
.bs-accordion:is(.has-details-page) .bs-accordion-item .item-title:is(:not(.collapsed)) .dot {
  opacity: 1;
}
.bs-accordion:is(.has-details-page) .bs-accordion-item .item-body p {
  padding-left: 53px;
  font-weight: 400;
  padding-bottom: 25px;
  line-height: 26px;
}

/* 
    services-details-end
*/
/*
    43. team-details
*/
/* 
    team-details-1-start
*/
.bs-team-details-area {
  padding-top: 100px;
}
.bs-team-details-person {
  display: grid;
  grid-template-columns: 1fr 1.27fr;
  gap: 100px;
  margin-top: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-team-details-person {
    gap: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-details-person {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
.bs-team-details-person-img {
  height: 820px;
}
.bs-team-details-person-img img {
  object-position: top;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-details-person-img {
    height: 600px;
  }
}
@media (max-width: 767px) {
  .bs-team-details-person-img {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-details-person-img {
    height: 500px;
  }
}
.bs-team-details-person-social {
  background: #fff;
  border: 1px solid #EEEEEE;
  display: inline-flex;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: -12px 12px 36px rgba(0, 0, 0, 0.12);
}
.bs-team-details-person-social a {
  display: inline-flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #000;
  transition: all 0.3s var(--bs-cube-2);
}
.bs-team-details-person-social a:not(:last-child) {
  border-right: 1px solid #EEEEEE;
}
.bs-team-details-person-social a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-team-details-person-info .person-name {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-team-details-person-info .person-name {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-team-details-person-info .person-name {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-details-person-info .person-name {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .bs-team-details-person-info .person-name {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-details-person-info .person-name {
    font-size: 28px;
  }
}
.bs-team-details-person-info .person-bio {
  font-size: 20px;
  font-weight: 500;
  color: var(--bs-clr-pr-1);
  margin-bottom: 29px;
}
.bs-team-details-person-info .person-disc {
  margin-bottom: 29px;
}
.bs-team-details-person-info .person-degi {
  margin-bottom: 30px;
}
.bs-team-details-person-info .person-degi li {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: #444444;
}
.bs-team-details-person-info .person-degi li:not(:last-child) {
  margin-bottom: 17px;
}
.bs-team-details-person-info .person-degi li b {
  color: #000;
  font-weight: 500;
  display: inline-block;
  width: 20%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-details-person-info .person-degi li b {
    width: 30%;
  }
}
.bs-team-details-person-info .info-subtitle {
  font-size: 24px;
  margin-bottom: 17px;
}
.bs-team-details-disc {
  background: #1D1D3D;
  padding-top: 200px;
  margin-top: -100px;
  padding-bottom: 375px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-details-disc {
    margin-top: 100px;
    padding-top: 100px;
  }
}
.bs-team-details-disc-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 180px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-team-details-disc-wrap {
    gap: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-details-disc-wrap {
    gap: 60px;
    grid-template-columns: 1fr;
  }
}
.bs-team-details-disc-content .title {
  font-size: 40px;
  margin-bottom: 17px;
  color: var(--bs-clr-white-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-details-disc-content .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .bs-team-details-disc-content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-details-disc-content .title {
    font-size: 28px;
  }
}
.bs-team-details-disc-content .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
}
.bs-team-details-disc-content .disc:not(:last-child) {
  margin-bottom: 20px;
}
.bs-team-details-disc-skill > .title {
  font-size: 40px;
  margin-bottom: 17px;
  color: var(--bs-clr-white-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-team-details-disc-skill > .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .bs-team-details-disc-skill > .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-details-disc-skill > .title {
    font-size: 28px;
  }
}
.bs-team-details-disc-skill .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
  margin-bottom: 35px;
}
.bs-team-details-contact {
  margin-top: -338px;
}
.bs-team-details-contact-row {
  background: #F6F6F6;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-details-contact-row {
    grid-template-columns: 1fr;
  }
}
.bs-team-details-contact-form {
  padding: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-team-details-contact-form {
    padding: 64px 30px;
  }
}
.bs-team-details-contact-form .title {
  color: #000;
  font-size: 32px;
  line-height: 1.12;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-team-details-contact-form .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-team-details-contact-form .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-team-details-contact-form .title {
    font-size: 26px;
  }
}
.bs-team-details-contact-form .fx-form-1-input {
  background: transparent;
}

/* 
    team-details-1-end
*/
/*
    44. project-details
*/
/* 
    services-details-start
*/
.bs-project-details-img {
  height: 800px;
  margin-left: -130px;
  margin-right: -130px;
  margin-bottom: 32px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-project-details-img {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-project-details-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 700px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-project-details-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 600px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-details-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-details-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 400px;
  }
}
.bs-project-details-meta {
  margin-left: -130px;
  margin-right: -130px;
  background: #000;
  padding: 46px 50px;
  display: flex;
  justify-content: space-between;
  gap: 20px 50px;
  list-style: none;
  margin-bottom: 0;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-project-details-meta {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-details-meta {
    margin-left: 0px;
    margin-right: 0px;
    padding: 46px 20px;
    flex-wrap: wrap;
    gap: 15px 20px;
  }
}
.bs-project-details-meta li {
  font-family: var(--bs-font-1);
  font-size: 20px;
  color: var(--bs-clr-white-1);
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
}
.bs-project-details-meta li b {
  font-weight: 500;
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}
.bs-project-details-meta li:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  padding-right: 98px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
  .bs-project-details-meta li:not(:last-child) {
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-details-meta li:not(:last-child) {
    padding-right: 0px;
    border-right: none;
  }
}
.bs-project-details-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}
.bs-project-details-content h1, .bs-project-details-content h2, .bs-project-details-content h3, .bs-project-details-content h4, .bs-project-details-content h5, .bs-project-details-content h6 {
  font-family: var(--bs-font-pr-1);
  color: #000;
  line-height: 1.23;
  margin-top: 54px;
  margin-bottom: 24px;
  font-weight: 600;
}
.bs-project-details-content p, .bs-project-details-content span, .bs-project-details-content li {
  font-family: var(--bs-font-pr-1);
  color: #444444;
  font-size: 18px;
  line-height: 28px;
}
.bs-project-details-content h1 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-details-content h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-details-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-project-details-content h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-project-details-content h1 {
    font-size: 26px;
  }
}
.bs-project-details-content h2 {
  font-size: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-details-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-project-details-content h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-project-details-content h2 {
    font-size: 26px;
  }
}
.bs-project-details-content h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .bs-project-details-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-project-details-content h3 {
    font-size: 26px;
  }
}
.bs-project-details-content h4 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .bs-project-details-content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-project-details-content h4 {
    font-size: 26px;
  }
}
.bs-project-details-content h5 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .bs-project-details-content h5 {
    font-size: 18px;
  }
}
.bs-project-details-content h6 {
  font-size: 18px;
}
.bs-project-details-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
.bs-project-details-content ul li {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.bs-project-details-content ul li::after {
  content: "";
  background-image: url(../img/illus/pin-icon.svg);
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
}
.bs-project-details-content ul li:not(:last-child) {
  margin-bottom: 13px;
}
.bs-project-details-content .big-letter {
  font-size: 40px;
  color: #000;
}
.bs-project-details-content .inner-img {
  margin-left: -365px;
  margin-right: -365px;
  height: 650px;
  margin-top: 58px;
}
.bs-project-details-content .inner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-project-details-content .inner-img {
    height: 600px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-project-details-content .inner-img {
    height: 550px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-project-details-content .inner-img {
    height: 500px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-project-details-content .inner-img {
    height: 450px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .bs-project-details-content .inner-img {
    height: 400px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bs-project-details-content-gallery {
  margin-left: -240px;
  margin-right: -240px;
  display: grid;
  gap: 32px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-details-content-gallery {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bs-project-details-content-gallery .img-elm {
  width: 100%;
  height: 100%;
  height: 396px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-details-content-gallery .img-elm {
    height: 300px;
  }
}
.bs-project-details-content-gallery .img-elm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bs-project-details-content-gallery .row-1 {
  display: grid;
  grid-template-columns: 1.52fr 1fr;
  gap: 32px;
}
@media (max-width: 767px) {
  .bs-project-details-content-gallery .row-1 {
    grid-template-columns: 1fr;
  }
}
.bs-project-details-content-gallery .row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 767px) {
  .bs-project-details-content-gallery .row-2 {
    grid-template-columns: 1fr;
  }
}
.bs-project-details-content-gallery .row-2 .img-elm {
  height: 309px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-project-details-content-gallery .row-2 .img-elm {
    height: 250px;
  }
}

/* 
    project-details-end
*/
/*
    45. career
*/
/* 
    career-page-start
*/
.bs-career-sec-title {
  max-width: 975px;
  margin-left: auto;
  margin-right: auto;
}
.bs-career-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-career-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .bs-career-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-career-item {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-career-item-single {
  border: 1px solid #DBDBDB;
  border-radius: 8px;
  padding: 43px 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-career-item-single {
    padding: 34px 20px;
  }
}
.bs-career-item-single .item-icon {
  width: 52px;
  margin-bottom: 24px;
}
.bs-career-item-single .item-title {
  font-size: 20px;
  margin-bottom: 16px;
}
.bs-career-item-single .item-disc {
  font-size: 16px;
  line-height: 26px;
}
.bs-career-item-single:hover .item-icon svg {
  animation: jackInTheBox 1s;
}
.bs-career-item-single:hover .item-icon i {
  animation: jackInTheBox 1s;
}

/* 
    career-page-end
*/
/*
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
    DRIVERS SECTION (founders-message)
    â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€
*/
.ts-fmsg-drivers {
  position: relative;
  background: linear-gradient(168deg, #0b1530 0%, #1A2653 50%, #0f1b3d 100%);
  padding: 120px 0 130px;
  overflow: hidden;
}

/* â”€â”€ Background elements â”€â”€ */
.ts-fmsg-drivers-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ts-fmsg-drivers-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}
.ts-fmsg-drivers-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  opacity: 0.35;
}
.ts-fmsg-drivers-bg-orb--1 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #F78D20 0%, transparent 70%);
  top: -100px;
  right: -80px;
  animation: fmsgFloat1 14s ease-in-out infinite;
}
.ts-fmsg-drivers-bg-orb--2 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, #3b6cf5 0%, transparent 70%);
  bottom: -80px;
  left: -60px;
  animation: fmsgFloat2 16s ease-in-out infinite;
}
.ts-fmsg-drivers-bg-line {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.08;
}
.ts-fmsg-drivers-bg-path {
  fill: none;
  stroke: #F78D20;
  stroke-width: 2;
  stroke-dasharray: 12 8;
}

/* â”€â”€ Section header â”€â”€ */
.ts-fmsg-drivers-header {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
.ts-fmsg-drivers-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Albert Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #F78D20;
  margin-bottom: 18px;
}
.ts-fmsg-drivers-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F78D20;
  animation: fmsgNodePulse 2s ease-in-out infinite;
}
.ts-fmsg-drivers-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 16px;
}
.ts-fmsg-drivers-subtitle {
  font-family: 'Albert Sans', sans-serif;
  font-size: 18px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto;
}

/* â”€â”€ Horizontal connector â”€â”€ */
.ts-fmsg-drivers-connector {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto 50px;
  height: 2px;
}
.ts-fmsg-drivers-connector-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #F78D20 20%, #3b6cf5 80%, transparent);
  opacity: 0.4;
  transform-origin: left center;
}

/* â”€â”€ Cards grid â”€â”€ */
.ts-fmsg-drivers-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1100px;
  margin: 0 auto;
}
.ts-fmsg-drivers-grid .ts-fmsg-drivers-card:nth-child(4),
.ts-fmsg-drivers-grid .ts-fmsg-drivers-card:nth-child(5) {
  grid-column: auto;
}

/* â”€â”€ Individual card â”€â”€ */
.ts-fmsg-drivers-card {
  position: relative;
}
.ts-fmsg-drivers-card-inner {
  position: relative;
  background: linear-gradient(145deg, rgba(26,38,83,0.7), rgba(15,27,61,0.85));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 40px 32px 36px;
  height: 100%;
  transition: transform 0.45s cubic-bezier(.25,.46,.45,.94),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
  overflow: hidden;
}
.ts-fmsg-drivers-card-inner::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: radial-gradient(ellipse at 30% 0%, rgba(247,141,32,0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.ts-fmsg-drivers-card:hover .ts-fmsg-drivers-card-inner {
  transform: translateY(-6px);
  border-color: rgba(247,141,32,0.3);
  box-shadow: 0 20px 50px rgba(0,0,0,0.35), 0 0 30px rgba(247,141,32,0.08);
}
.ts-fmsg-drivers-card:hover .ts-fmsg-drivers-card-inner::before {
  opacity: 1;
}

/* num */
.ts-fmsg-drivers-card-num {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px;
  font-weight: 700;
  color: rgba(247,141,32,0.1);
  line-height: 1;
  position: absolute;
  top: 16px;
  right: 24px;
  transition: color 0.4s ease;
}
.ts-fmsg-drivers-card:hover .ts-fmsg-drivers-card-num {
  color: rgba(247,141,32,0.22);
}

/* icon */
.ts-fmsg-drivers-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, #F78D20 0%, #e07510 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: #fff;
  box-shadow: 0 6px 20px rgba(247,141,32,0.3);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.ts-fmsg-drivers-card:hover .ts-fmsg-drivers-card-icon {
  transform: scale(1.08) rotate(-3deg);
  box-shadow: 0 8px 28px rgba(247,141,32,0.45);
}

/* title */
.ts-fmsg-drivers-card-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 14px;
  line-height: 1.3;
}

/* desc */
.ts-fmsg-drivers-card-desc {
  font-family: 'Albert Sans', sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
}

/* accent bar */
.ts-fmsg-drivers-card-accent {
  position: absolute;
  bottom: 0;
  left: 32px;
  right: 32px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(90deg, #F78D20, #3b6cf5);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s cubic-bezier(.25,.46,.45,.94);
}
.ts-fmsg-drivers-card:hover .ts-fmsg-drivers-card-accent {
  transform: scaleX(1);
}

/* â”€â”€ 5th card centred (3+2 layout) â”€â”€ */
@media (min-width: 992px) {
  .ts-fmsg-drivers-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .ts-fmsg-drivers-grid .ts-fmsg-drivers-card:nth-child(1) { grid-column: 1 / 3; }
  .ts-fmsg-drivers-grid .ts-fmsg-drivers-card:nth-child(2) { grid-column: 3 / 5; }
  .ts-fmsg-drivers-grid .ts-fmsg-drivers-card:nth-child(3) { grid-column: 5 / 7; }
  .ts-fmsg-drivers-grid .ts-fmsg-drivers-card:nth-child(4) { grid-column: 2 / 4; }
  .ts-fmsg-drivers-grid .ts-fmsg-drivers-card:nth-child(5) { grid-column: 4 / 6; }
}
@media (max-width: 991px) {
  .ts-fmsg-drivers { padding: 90px 0 100px; }
  .ts-fmsg-drivers-title { font-size: 36px; }
  .ts-fmsg-drivers-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
}
@media (max-width: 575px) {
  .ts-fmsg-drivers { padding: 70px 0 80px; }
  .ts-fmsg-drivers-title { font-size: 28px; }
  .ts-fmsg-drivers-subtitle { font-size: 15px; }
  .ts-fmsg-drivers-header { margin-bottom: 48px; }
  .ts-fmsg-drivers-grid { grid-template-columns: 1fr; gap: 18px; }
  .ts-fmsg-drivers-card-inner { padding: 32px 24px 28px; }
  .ts-fmsg-drivers-card-num { font-size: 44px; }
  .ts-fmsg-drivers-connector { display: none; }
}

/* 
    career-offer-start
*/

/* â”€â”€ Accordion Section Container â”€â”€ */
.ts-fmsg-accordion-area {
  position: relative;
  background: linear-gradient(165deg, #f4f7f1 0%, #eef3ec 40%, #e8eee4 100%);
  padding: 120px 0 130px;
  overflow: hidden;
}

/* â”€â”€ Decorative Stroked Circles â”€â”€ */
.ts-acc-circle {
  position: absolute;
  border-radius: 50%;
  border: 1.5px solid rgba(247, 141, 32, 0.15);
  pointer-events: none;
  z-index: 0;
}
.ts-acc-circle-1 {
  width: 400px;
  height: 400px;
  top: -200px;
  left: -80px;
  border: none;
  overflow: visible;
}
.ts-acc-circle-1 .ts-acc-draw-circle {
  stroke-dasharray: 1244;
  stroke-dashoffset: 1244;
}

.ts-acc-circle-3 {
  width: 450px;
  height: 450px;
  bottom: -160px;
  right: -140px;
  border-color: rgba(247, 141, 32, 0.08);
  animation: ts-acc-float 18s ease-in-out infinite;
}
.ts-acc-circle-4 {
  width: 90px;
  height: 90px;
  top: 40%;
  left: 4%;
  border-width: 2px;
  border-color: rgba(59, 108, 245, 0.12);
  animation: ts-acc-float 12s ease-in-out infinite 3s;
}
.ts-acc-circle-5 {
  width: 140px;
  height: 140px;
  bottom: 15%;
  left: 8%;
  border-style: dashed;
  border-color: rgba(247, 141, 32, 0.1);
  animation: ts-acc-spin 30s linear infinite;
}
@keyframes ts-acc-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes ts-acc-float {
  0%, 100% { transform: translateY(0) scale(1); }
  50%      { transform: translateY(-20px) scale(1.04); }
}



/* â”€â”€ Header â”€â”€ */
.ts-acc-header {
  position: relative;
  z-index: 1;
}
.ts-acc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Albert Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #F78D20;
  margin-bottom: 18px;
}
.ts-acc-eyebrow-dot {
  width: 8px;
  height: 8px;
  background: #F78D20;
  border-radius: 50%;
  display: inline-block;
  animation: ts-acc-pulse 2s ease-in-out infinite;
}
@keyframes ts-acc-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.4; transform: scale(0.7); }
}
.ts-acc-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px;
  font-weight: 700;
  color: #1A2653;
  line-height: 1.2;
  margin-bottom: 16px;
  white-space: nowrap;
}
.ts-acc-subtitle {
  font-family: 'Albert Sans', sans-serif;
  font-size: 17px;
  color: #555;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.65;
}

/* â”€â”€ Accordion Wrapper â”€â”€ */
.ts-acc-wrapper {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

/* â”€â”€ Accordion Items â”€â”€ */
.ts-acc-item {
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  margin-bottom: 16px;
  transition: box-shadow 0.4s ease, border-color 0.4s ease, transform 0.3s ease;
  overflow: hidden;
}
.ts-acc-item:hover {
  box-shadow: 0 8px 32px rgba(26, 38, 83, 0.08);
  border-color: rgba(247, 141, 32, 0.2);
  transform: translateY(-2px);
}

/* â”€â”€ Trigger Button â”€â”€ */
.ts-acc-item-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  background: none;
  border: none;
  padding: 28px 32px;
  cursor: pointer;
  gap: 20px;
  text-align: left;
  transition: padding 0.35s ease;
}
.ts-acc-item-trigger:not(.collapsed) {
  padding-bottom: 12px;
}
.ts-acc-item-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: 14px;
  font-weight: 700;
  color: #F78D20;
  width: 36px;
  height: 36px;
  border: 1.5px solid rgba(247, 141, 32, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease, color 0.3s ease;
}
.ts-acc-item-trigger:not(.collapsed) .ts-acc-item-number {
  background: #F78D20;
  color: #fff;
  border-color: #F78D20;
}
.ts-acc-item-name {
  flex: 1;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px;
  font-weight: 600;
  color: #1A2653;
  line-height: 1.3;
}
.ts-acc-item-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1.5px solid #c5c5c5;
  border-radius: 50%;
  font-size: 12px;
  color: #1A2653;
  flex-shrink: 0;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
.ts-acc-item-trigger:not(.collapsed) .ts-acc-item-icon {
  transform: rotate(45deg);
  background: #1A2653;
  color: #fff;
  border-color: #1A2653;
}

/* â”€â”€ Item Body â”€â”€ */
.ts-acc-item-body {
  padding: 0 32px 28px 88px;
}

/* â”€â”€ Tags row â”€â”€ */
.ts-acc-item-tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.ts-acc-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(247, 141, 32, 0.08);
  border: 1px solid rgba(247, 141, 32, 0.15);
  border-radius: 100px;
  padding: 6px 16px;
}
.ts-acc-tag-label {
  font-family: 'Albert Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #F78D20;
}
.ts-acc-tag-value {
  font-family: 'Albert Sans', sans-serif;
  font-size: 14px;
  color: #363636;
  font-weight: 500;
}

/* â”€â”€ Description â”€â”€ */
.ts-acc-item-desc {
  font-family: 'Albert Sans', sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #363636;
  margin: 0;
  max-width: 720px;
}

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 991px) {
  .ts-fmsg-accordion-area { padding: 80px 0 90px; }
  .ts-acc-title { font-size: 36px; }
  .ts-acc-item-name { font-size: 22px; }
  .ts-acc-item-body { padding-left: 68px; }
  .ts-acc-circle-1 { width: 280px; height: 280px; top: -140px; }
  .ts-acc-circle-3 { width: 280px; height: 280px; }
}
@media (max-width: 575px) {
  .ts-fmsg-accordion-area { padding: 60px 0 70px; }
  .ts-acc-title { font-size: 28px; }
  .ts-acc-subtitle { font-size: 15px; }
  .ts-acc-item-trigger { padding: 20px 18px; gap: 14px; }
  .ts-acc-item-name { font-size: 19px; }
  .ts-acc-item-number { width: 30px; height: 30px; font-size: 12px; }
  .ts-acc-item-body { padding: 0 18px 22px 62px; }
  .ts-acc-item-tags { gap: 8px; }
  .ts-acc-tag { padding: 5px 12px; }
  .ts-acc-tag-label { font-size: 10px; }
  .ts-acc-tag-value { font-size: 13px; }
  .ts-acc-item-desc { font-size: 14px; }
  .ts-acc-circle-2 { display: none; }
  .ts-acc-circle-4 { display: none; }
  .ts-acc-dots { display: none; }
}

/*
    career-offer-end
*/
/*
    46. career-single
*/
/* 
    career-single-start
*/
.bs-career-single-content {
  max-width: 730px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-career-single-content {
    margin-bottom: 50px;
  }
}
.bs-career-single-content h1, .bs-career-single-content h2, .bs-career-single-content h3, .bs-career-single-content h4, .bs-career-single-content h5, .bs-career-single-content h6 {
  font-family: var(--bs-font-pr-1);
  color: #000;
  line-height: 1.23;
  margin-bottom: 16px;
  font-weight: 700;
}
.bs-career-single-content h1:not(:first-child), .bs-career-single-content h2:not(:first-child), .bs-career-single-content h3:not(:first-child), .bs-career-single-content h4:not(:first-child), .bs-career-single-content h5:not(:first-child), .bs-career-single-content h6:not(:first-child) {
  margin-top: 45px;
}
.bs-career-single-content p, .bs-career-single-content span, .bs-career-single-content li {
  font-family: var(--bs-font-pr-1);
  color: #444444;
  font-size: 18px;
  line-height: 28px;
}
.bs-career-single-content h1 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-career-single-content h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-career-single-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-career-single-content h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-career-single-content h1 {
    font-size: 26px;
  }
}
.bs-career-single-content h2 {
  font-size: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-career-single-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-career-single-content h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-career-single-content h2 {
    font-size: 26px;
  }
}
.bs-career-single-content h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .bs-career-single-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-career-single-content h3 {
    font-size: 26px;
  }
}
.bs-career-single-content h4 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .bs-career-single-content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-career-single-content h4 {
    font-size: 26px;
  }
}
.bs-career-single-content h5 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .bs-career-single-content h5 {
    font-size: 18px;
  }
}
.bs-career-single-content h6 {
  font-size: 18px;
}
.bs-career-single-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 40px;
}
.bs-career-single-content ul li {
  position: relative;
  z-index: 1;
  padding-left: 30px;
}
.bs-career-single-content ul li::after {
  content: "";
  background-image: url(../img/illus/check-icon.svg);
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
}
.bs-career-single-content ul li:not(:last-child) {
  margin-bottom: 13px;
}
.bs-career-single-sidebar {
  background: #F7F6F1;
  padding: 48px 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-career-single-sidebar {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .bs-career-single-sidebar {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-career-single-sidebar {
    padding: 40px;
  }
}
.bs-career-single-sidebar:not(:last-child) {
  margin-bottom: 40px;
}
.bs-career-single-sidebar-list li {
  font-family: var(--bs-font-1);
  color: #000;
  font-size: 18px;
  line-height: 28px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #DFE1E5;
  padding-bottom: 17px;
}
.bs-career-single-sidebar-list li:not(:last-child) {
  margin-bottom: 18px;
}
.bs-career-single-sidebar-list li span {
  opacity: 72%;
  margin-left: auto;
}
.bs-career-single-sidebar-btn {
  width: 100%;
  text-align: center;
  border: 2px solid var(--fx-clr-pr-1);
  background: transparent;
  padding: 17px 27px;
}
.bs-career-single-sidebar-btn .text::before {
  color: var(--fx-clr-pr-1);
}
.bs-career-single-sidebar-btn:hover {
  background: var(--fx-clr-pr-1);
}
.bs-career-single-form {
  grid-template-columns: 1fr;
  gap: 20px;
}
.bs-career-single-form-box .box-icon {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.bs-career-single-form .bs-form-1-item-label {
  font-size: 14px;
  font-weight: 400;
  opacity: 56%;
}
.bs-career-single-form .bs-form-1-item-input {
  border-bottom: 1px solid #CED3CA;
  font-size: 16px;
  padding: 0;
  color: #000;
  font-weight: 400;
}
.bs-career-single-form .bs-form-1-item .bs-btn-1 {
  width: 100%;
  justify-content: center;
}
.bs-career-single-form .bs-form-1-item::after {
  height: 1px;
}
.bs-career-single-form .bs-form-1-item:focus-within .bs-form-1-item-label {
  opacity: 1;
}
.bs-career-single-form .bs-form-1-item:focus-within::after {
  transform: scaleX(1);
}
.bs-career-single-form .bs-form-1-item:last-child {
  margin-top: 10px;
}

/* 
    career-single-end
*/
/*
    47. blog-details
*/
/* 
    blog-details-start
*/
.bs-blog-page-2-wrap {
  display: grid;
  grid-template-columns: 2.07fr 1fr;
  gap: 32px;
  align-items: start;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-page-2-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.bs-blog-page-2-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 767px) {
  .bs-blog-page-2-item {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-page-2-item {
    grid-template-columns: 1fr 1fr;
  }
}
.bs-blog-page-2-item .bs-blog-4-item .item-img {
  filter: grayscale(0);
}

.bs-blog-page-sidebar {
  background: #EEF3EC;
}
.bs-blog-page-sidebar-widget {
  padding: 44px 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-page-sidebar-widget {
    padding: 44px 20px;
  }
}
@media (max-width: 767px) {
  .bs-blog-page-sidebar-widget {
    padding: 44px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-page-sidebar-widget {
    padding: 44px 32px;
  }
}
.bs-blog-page-sidebar-widget:not(:last-child) {
  border-bottom: 1px solid rgba(12, 12, 12, 0.16);
}
.bs-blog-page-sidebar-widget .widget-title {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: -5px;
}

.bs-sidebar-search {
  position: relative;
  z-index: 1;
}
.bs-sidebar-search-input {
  font-family: var(--bs-font-3);
  border: none;
  outline: none;
  margin: 0;
  background: #fff;
  height: 54px;
  width: 100%;
  border-radius: 6px;
  padding-left: 20px;
  padding-right: 60px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.3);
}
.bs-sidebar-search-btn {
  width: 54px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  background: var(--bs-clr-pr-1);
  border-radius: 0 4px 4px 0;
  color: #fff;
  transition: all 0.3s ease;
}
.bs-sidebar-search-btn:hover {
  background: #000;
}
.bs-sidebar-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bs-sidebar-categories a {
  font-family: var(--bs-font-1);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.82);
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  padding-left: 24px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #DFE1E5;
  transition: all 0.4s var(--bs-cube-2);
}
.bs-sidebar-categories a::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #CACACA;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 23px;
  transition: all 0.4s var(--bs-cube-2);
}
.bs-sidebar-categories a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-sidebar-categories a:hover::after {
  border-color: transparent;
  background: var(--bs-clr-pr-1);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-sidebar-blog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }
}
@media (max-width: 767px) {
  .bs-sidebar-blog {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0 30px;
  }
}
.bs-sidebar-blog-single {
  border-bottom: none;
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 24px;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-sidebar-blog-single {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .bs-sidebar-blog-single {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-sidebar-blog-single {
    grid-template-columns: 1fr 1.45fr;
  }
}
.bs-sidebar-blog-single:not(:last-child) {
  margin-bottom: 28px;
}
.bs-sidebar-blog-single .item-img {
  height: 160px;
  margin-bottom: 0px;
  border-radius: 5px;
}
.bs-sidebar-blog-single .item-meta {
  font-size: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 2px 15px;
  margin-bottom: 10px;
}
.bs-sidebar-blog-single .title {
  font-size: 20px;
  line-height: 26px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-sidebar-blog-single .title:hover {
  color: var(--bs-clr-pr-1);
}
.bs-sidebar-tags {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bs-sidebar-tags a {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--lw-font-2);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  display: inline-block;
  padding: 7px 16px;
  border-radius: 2px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-sidebar-tags a:hover {
  color: #000;
  background: var(--bs-clr-pr-1);
}

.bs-blog-page-3-item-single {
  padding: 32px 32px;
  border: 1px solid #DFE1E5;
}
@media (max-width: 767px) {
  .bs-blog-page-3-item-single {
    padding: 25px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-page-3-item-single {
    padding: 32px 32px;
  }
}
.bs-blog-page-3-item-single:not(:last-child) {
  margin-bottom: 32px;
}
.bs-blog-page-3-item-single .item-img {
  height: 380px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .bs-blog-page-3-item-single .item-img {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-page-3-item-single .item-img {
    height: 350px;
  }
}
.bs-blog-page-3-item-single .item-img img {
  transform-origin: left;
  transition: 0.5s;
}
.bs-blog-page-3-item-single .item-img .swiper-container {
  width: 100%;
  height: 100%;
}
.bs-blog-page-3-item-single .item-img .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.bs-blog-page-3-item-single .item-img .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.bs-blog-page-3-item-single .item-img .blog-img-navi-btn {
  transform: translateY(-50%);
  z-index: 1;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 2px solid #fff;
  transition: 0.3s;
}
.bs-blog-page-3-item-single .item-img .blog-img-navi-btn:hover {
  background: var(--bs-clr-pr-1);
  border-color: transparent;
}
.bs-blog-page-3-item-single .item-img .bs-blog-img-next {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.bs-blog-page-3-item-single .item-img .bs-blog-img-prev {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.bs-blog-page-3-item-single .item-img .item-img-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.bs-blog-page-3-item-single .item-img .bs-play-btn-5 {
  width: 84px;
  height: 84px;
}
.bs-blog-page-3-item-single .item-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 50px;
  padding: 28px 0;
}
.bs-blog-page-3-item-single .item-meta .meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .bs-blog-page-3-item-single .item-meta .meta-item {
    font-size: 16px;
  }
}
.bs-blog-page-3-item-single .item-title {
  font-size: 32px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 17px;
  transition: 0.2s;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-blog-page-3-item-single .item-title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-page-3-item-single .item-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .bs-blog-page-3-item-single .item-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-page-3-item-single .item-title {
    font-size: 22px;
  }
}
.bs-blog-page-3-item-single .item-title:hover {
  color: var(--bs-clr-pr-1);
}
.bs-blog-page-3-item-single .item-disc {
  margin-bottom: 24px;
}
.bs-blog-page-3-item-single .item-btn {
  text-transform: uppercase;
  display: inline-flex;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  align-items: center;
  gap: 11px;
  transition: 0.3s;
}
.bs-blog-page-3-item-single .item-btn i {
  width: 32px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--bs-clr-pr-1);
  border-radius: 50%;
  color: #000;
  transition: 0.3s;
  font-size: 20px;
}
.bs-blog-page-3-item-single .item-btn:hover {
  color: var(--bs-clr-pr-1);
}
.bs-blog-page-3-item-single .item-btn:hover i {
  transform: translateX(5px);
}

.bs-blog-details-meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 80px;
  background: #F5F5F5;
  padding: 23px 59px;
  justify-content: center;
  align-self: center;
  margin-top: 50px;
}
.bs-blog-details-meta .meta-item {
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 20px;
  gap: 8px;
  font-weight: 500;
  text-transform: capitalize;
}
.bs-blog-details-meta .meta-item svg path {
  fill: var(--bs-clr-pr-1);
}
.bs-blog-details-content {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
.bs-blog-details-content h1, .bs-blog-details-content h2, .bs-blog-details-content h3, .bs-blog-details-content h4, .bs-blog-details-content h5, .bs-blog-details-content h6 {
  font-family: var(--bs-font-pr-1);
  color: #000;
  line-height: 1.23;
  margin-top: 54px;
  margin-bottom: 24px;
  font-weight: 600;
}
.bs-blog-details-content p, .bs-blog-details-content span, .bs-blog-details-content li {
  font-family: var(--bs-font-pr-1);
  color: #444444;
  font-size: 18px;
  line-height: 28px;
}
.bs-blog-details-content h1 {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-blog-details-content h1 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-details-content h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-blog-details-content h1 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content h1 {
    font-size: 26px;
  }
}
.bs-blog-details-content h2 {
  font-size: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-blog-details-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-blog-details-content h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content h2 {
    font-size: 26px;
  }
}
.bs-blog-details-content h3 {
  font-size: 26px;
}
@media (max-width: 767px) {
  .bs-blog-details-content h3 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content h3 {
    font-size: 26px;
  }
}
.bs-blog-details-content h4 {
  font-size: 28px;
}
@media (max-width: 767px) {
  .bs-blog-details-content h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content h4 {
    font-size: 26px;
  }
}
.bs-blog-details-content h5 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .bs-blog-details-content h5 {
    font-size: 18px;
  }
}
.bs-blog-details-content h6 {
  font-size: 18px;
}
.bs-blog-details-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}
.bs-blog-details-content ul li {
  padding-left: 22px;
  position: relative;
  z-index: 1;
  display: flex;
  gap: 8px;
}
@media (max-width: 767px) {
  .bs-blog-details-content ul li {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content ul li {
    flex-wrap: nowrap;
  }
}
.bs-blog-details-content ul li:not(:last-child) {
  margin-bottom: 17px;
}
.bs-blog-details-content ul li::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  background-color: var(--bs-clr-pr-1);
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.bs-blog-details-content ul li b {
  max-width: 155px;
  width: 100%;
}
.bs-blog-details-content blockquote {
  font-family: var(--bs-font-pr-1);
  background: #F6F6F6;
  border-radius: 12px;
  padding: 35px 40px;
  color: #000;
  font-weight: 400;
  position: relative;
  z-index: 1;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 60px;
  overflow: hidden;
  border-left: 4px solid var(--bs-clr-pr-1);
  margin-top: 55px;
}
.bs-blog-details-content blockquote span {
  color: var(--bs-clr-pr-1);
}
.bs-blog-details-content blockquote::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url("../img/illus/quote.svg") no-repeat;
  left: 31px;
  top: 26px;
  position: absolute;
  z-index: -1;
}
.bs-blog-details-content cite {
  font-family: var(--bs-font-pr-1);
  display: block;
  font-weight: 700;
  color: #000;
  font-style: normal;
  padding-left: 72px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  font-size: 18px;
}
@media (max-width: 767px) {
  .bs-blog-details-content cite {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-content cite {
    font-size: 18px;
  }
}
.bs-blog-details-content cite::after {
  content: "";
  width: 62px;
  height: 2px;
  border-radius: 20px;
  background: var(--bs-clr-pr-1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.bs-blog-details-content .big-letter {
  font-size: 40px;
  color: #000;
}
.bs-blog-details-content-img {
  height: 600px;
  margin-left: -365px;
  margin-right: -365px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-blog-details-content-img {
    margin-left: -265px;
    margin-right: -265px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-blog-details-content-img {
    margin-left: -165px;
    margin-right: -165px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-blog-details-content-img {
    margin-left: 0px;
    margin-right: 0px;
    height: 400px;
  }
}
.bs-blog-details-tag-share {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #DFE1E5;
  border-top: 1px solid #DFE1E5;
  padding: 34px 0;
  margin-top: 60px;
  margin-bottom: 64px;
}
.bs-blog-details-tag-share .bs-blog-share, .bs-blog-details-tag-share .bs-blog-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.bs-blog-details-tag-share .bs-blog-share .title, .bs-blog-details-tag-share .bs-blog-tag .title {
  margin-top: 0;
  line-height: 30px;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.bs-blog-details-tag-share .bs-blog-share .tag, .bs-blog-details-tag-share .bs-blog-tag .tag {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.92);
  background: #F4F4F4;
  line-height: 20px;
  border-radius: 5px;
  padding: 10px 19px;
  transition: all 0.3s ease;
}
.bs-blog-details-tag-share .bs-blog-share .tag:hover, .bs-blog-details-tag-share .bs-blog-tag .tag:hover {
  background: var(--bs-clr-pr-1);
  color: rgb(0, 0, 0);
}
.bs-blog-details-tag-share .bs-blog-share .link, .bs-blog-details-tag-share .bs-blog-tag .link {
  transition: all 0.3s ease;
}
.bs-blog-details-tag-share .bs-blog-share .link:hover, .bs-blog-details-tag-share .bs-blog-tag .link:hover {
  transform: scale(90%);
}
.bs-blog-details-tag-share .bs-blog-share .copylink, .bs-blog-details-tag-share .bs-blog-tag .copylink {
  display: flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  background: #DFE1E5;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.bs-blog-details-tag-share .bs-blog-share .copylink:hover, .bs-blog-details-tag-share .bs-blog-tag .copylink:hover {
  background: var(--bs-clr-pr-1);
}
.bs-blog-details-comment-item {
  background: #EEF3EC;
  border-radius: 8px;
  padding: 32px;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .bs-blog-details-comment-item {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-comment-item {
    flex-wrap: nowrap;
  }
}
.bs-blog-details-comment-item .img-wrap {
  flex: 0 0 auto;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #fff;
}
.bs-blog-details-comment-item .name {
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 15px;
  display: block;
}
.bs-blog-details-comment-item .comment-text {
  margin-bottom: 0;
}
.bs-blog-details-comment-from {
  background-color: #F4F4F4;
  border-radius: 8px;
  padding: 52px 52px;
}
@media (max-width: 767px) {
  .bs-blog-details-comment-from {
    padding: 52px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-blog-details-comment-from {
    padding: 52px 52px;
  }
}
.bs-blog-details-comment-from .form-title {
  margin-top: 0;
  font-size: 32px;
}
@media (max-width: 767px) {
  .bs-blog-details-comment-from .form-title {
    font-size: 24px;
  }
}
.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item-label {
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item-input {
  color: #888888;
}
.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item-input:is(textarea) {
  height: 70px;
}
.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item .bs-btn-1 {
  width: unset;
  justify-content: center;
}
.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item .bs-btn-1 .text {
  color: var(--bs-clr-white-1);
}
.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item .bs-btn-1 .icon {
  color: var(--bs-clr-white-1);
}
.bs-blog-details-comment-from .bs-career-single-form .bs-form-1-item .bs-btn-1:hover .text {
  color: var(--bs-clr-pr-1);
}

/* 
    blog-details-end
*/
/*
    48. contact-page
*/
/* 
    contact-6-start
*/
.bs-contact-6-wrap {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 85px;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-contact-6-wrap {
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-contact-6-wrap {
    grid-template-columns: 1fr;
  }
}
.bs-contact-6-img {
  height: 825px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-contact-6-img {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .bs-contact-6-img {
    height: 400px;
  }
}
.bs-contact-6-content .bs-form-1-item-label {
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.bs-contact-6-content .bs-form-1-item-input {
  color: #888888;
}
.bs-contact-6-content .bs-form-1-item-input:is(textarea) {
  height: 70px;
}
.bs-contact-6-content .bs-form-1-item .bs-btn-1 {
  width: unset;
  justify-content: center;
}
.bs-contact-6-content .bs-form-1-item .bs-btn-1 .text {
  color: var(--bs-clr-white-1);
}
.bs-contact-6-content .bs-form-1-item .bs-btn-1 .icon {
  color: var(--bs-clr-white-1);
}
.bs-contact-6-content .bs-form-1-item .bs-btn-1:hover .text {
  color: var(--bs-clr-pr-1);
}

.bs-contact-page-map {
  width: 100%;
  height: 690px;
  filter: grayscale(1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-contact-page-map {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-contact-page-map {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .bs-contact-page-map {
    height: 300px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-contact-page-map {
    height: 350px;
  }
}
.bs-contact-page-map iframe {
  width: 100%;
  height: 100%;
}

/* 
    contact-6-end
*/
/*
    49. error-page
*/
.bs-error-page-wrap {
  padding-top: 150px;
  background-repeat: no-repeat;
  padding-bottom: 160px;
}
@media (max-width: 767px) {
  .bs-error-page-wrap {
    padding-top: 0px;
    background-repeat: no-repeat;
    padding-bottom: 0px;
  }
}
.bs-error-page-content {
  max-width: 600px;
  margin-left: auto;
}
.bs-error-page-content .title-1 {
  font-size: 76px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .bs-error-page-content .title-1 {
    font-size: 30px;
  }
}
.bs-error-page-content .title-2 {
  font-size: 90px;
  color: var(--bs-clr-pr-1);
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .bs-error-page-content .title-2 {
    font-size: 30px;
  }
}
.bs-error-page-content .disc {
  max-width: 418px;
  margin-bottom: 32px;
}
.bs-error-page-content .bs-btn-1 {
  background: var(--bs-clr-black-1);
}
.bs-error-page-content .bs-btn-1 .shape {
  background: var(--bs-clr-pr-1);
}
.bs-error-page-content .bs-btn-1 .icon i:nth-child(2) {
  color: var(--bs-clr-white-1);
}
.bs-error-page-content .bs-btn-1:hover {
  color: var(--bs-clr-white-1);
}

/*
    50. footer
*/
/* 
    footer-1-start
*/
.bs-footer-1-area {
  background-color: #eef4eb;
}
.bs-footer-1-bg-img {
  width: 12%;
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-1-bg-img {
    display: none;
  }
}
.bs-footer-1-wrap {
  display: flex;
  gap: 50px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bs-footer-1-widget {
  flex: 0 0 auto;
  flex-wrap: wrap;
}
.bs-footer-1-widget-title {
  font-family: var(--bs-font-2);
  text-transform: capitalize;
  letter-spacing: -0.03em;
  font-weight: 700;
  font-size: 25px;
  color: #081421;
  margin-bottom: 13px;
}
.bs-footer-1-logo {
  margin-bottom: 33px;
}
.bs-footer-1-disc {
  max-width: 400px;
  color: #7a7a7a;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-1-disc {
    max-width: 270px;
  }
}
.bs-footer-1-menu li:not(:last-child) {
  margin-bottom: 13px;
}
.bs-footer-1-menu li a {
  font-family: var(--bs-font-2);
  text-transform: capitalize;
  color: #7a7a7a;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 10px;
  transition: 0.5s var(--bs-cube-2);
}
.bs-footer-1-menu li a i {
  font-size: 15px;
  color: #000000;
  transition: 0.5s var(--bs-cube-2);
}
.bs-footer-1-menu li a:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(3px);
}
.bs-footer-1-menu li a:hover i {
  transform: translateX(5px);
  color: var(--bs-clr-pr-1);
}
.bs-footer-1-copyright {
  border-top: 1px solid #AFAFAF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 30px;
  padding: 19px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-1-copyright {
    justify-content: center;
  }
}
.bs-footer-1-copyright-text {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  color: #081421;
}
.bs-footer-1-copyright-menu {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.bs-footer-1-copyright-menu li a {
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  transition: 0.5s var(--bs-cube-2);
}
.bs-footer-1-copyright-menu li a:hover {
  color: var(--bs-clr-pr-1);
}

/* 
    footer-1-end
*/

/* â”€â”€ Explore Bridge Section â”€â”€ */
.ts-explore-bridge {
  background: #f5f5f0;
  padding: 100px 0 110px;
  position: relative;
}
.ts-explore-header {
  margin-bottom: 56px;
}
.ts-explore-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Albert Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #F78D20;
  margin-bottom: 16px;
}
.ts-explore-eyebrow-dot {
  width: 8px;
  height: 8px;
  background: #F78D20;
  border-radius: 50%;
  display: inline-block;
  animation: ts-explore-pulse 2s ease-in-out infinite;
}
@keyframes ts-explore-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}
.ts-explore-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 44px;
  font-weight: 700;
  color: #1A2653;
  margin-bottom: 14px;
  line-height: 1.2;
}
.ts-explore-subtitle {
  font-family: 'Albert Sans', sans-serif;
  font-size: 17px;
  color: #6b7280;
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.65;
}

/* Grid */
.ts-explore-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .ts-explore-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .ts-explore-grid {
    grid-template-columns: 1fr;
  }
}

/* Cards */
.ts-explore-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  padding: 36px 28px 32px;
  border: 1px solid rgba(26, 38, 83, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.ts-explore-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #F78D20, #3b6cf5);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ts-explore-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(26, 38, 83, 0.1);
  border-color: rgba(247, 141, 32, 0.15);
}
.ts-explore-card:hover::before {
  transform: scaleX(1);
}

/* Accent card (Get in Touch) */
.ts-explore-card-accent {
  background: #1A2653;
}
.ts-explore-card-accent .ts-explore-card-title {
  color: #fff;
}
.ts-explore-card-accent .ts-explore-card-desc {
  color: rgba(255, 255, 255, 0.6);
}
.ts-explore-card-accent .ts-explore-card-link {
  color: #F78D20;
}
.ts-explore-card-accent .ts-explore-card-icon {
  background: rgba(247, 141, 32, 0.15);
  color: #F78D20;
}
.ts-explore-card-accent:hover {
  box-shadow: 0 16px 48px rgba(26, 38, 83, 0.25);
}

/* Card icon */
.ts-explore-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(247, 141, 32, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #F78D20;
  margin-bottom: 22px;
  transition: background 0.3s ease, transform 0.3s ease;
}
.ts-explore-card:hover .ts-explore-card-icon {
  background: #F78D20;
  color: #fff;
  transform: scale(1.08);
}
.ts-explore-card-accent:hover .ts-explore-card-icon {
  background: #F78D20;
  color: #fff;
}

/* Card text */
.ts-explore-card-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1A2653;
  margin-bottom: 10px;
  line-height: 1.3;
}
.ts-explore-card-desc {
  font-family: 'Albert Sans', sans-serif;
  font-size: 14.5px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

/* Card link */
.ts-explore-card-link {
  font-family: 'Albert Sans', sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1A2653;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease, gap 0.3s ease;
}
.ts-explore-card-link i {
  font-size: 11px;
  transition: transform 0.3s ease;
}
.ts-explore-card:hover .ts-explore-card-link {
  color: #F78D20;
  gap: 12px;
}
.ts-explore-card:hover .ts-explore-card-link i {
  transform: translateX(3px);
}
.ts-explore-card-accent:hover .ts-explore-card-link {
  color: #F78D20;
}

/* Responsive tweaks */
@media (max-width: 991px) {
  .ts-explore-bridge { padding: 80px 0 90px; }
  .ts-explore-title { font-size: 36px; }
}
@media (max-width: 575px) {
  .ts-explore-bridge { padding: 60px 0 70px; }
  .ts-explore-title { font-size: 28px; }
  .ts-explore-subtitle { font-size: 15px; }
  .ts-explore-card { padding: 28px 22px 26px; }
}
/* â”€â”€ Explore Bridge End â”€â”€ */

/* 
    footer-2-start
*/
.bs-footer-2-line {
  display: flex;
  height: 8px;
  width: 1920px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-2-line {
    width: 1220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-footer-2-line {
    width: 900px;
  }
}
@media (max-width: 767px) {
  .bs-footer-2-line {
    width: 800px;
  }
}
.bs-footer-2-line span {
  background: #0c1224;
  width: 50%;
  height: 100%;
  flex: 0 0 auto;
}
.bs-footer-2-line span:nth-child(2) {
  background: #F78D20;
}
.bs-footer-2-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bs-footer-2-logo {
  margin-bottom: 39px;
}
.bs-footer-2-top {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-footer-2-top {
    grid-template-columns: 1.5fr 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-2-top {
    grid-template-columns: 1fr;
  }
}
.bs-footer-2-top-content .title {
  font-size: 45px;
  line-height: 1.222;
  color: var(--bs-clr-white-1);
  font-weight: 500;
  margin-bottom: 15px;
  max-width: 660px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-footer-2-top-content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-footer-2-top-content .title {
    font-size: 38px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-2-top-content .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-footer-2-top-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .bs-footer-2-top-content .title {
    font-size: 26px;
  }
}
.bs-footer-2-top-content .disc {
  font-family: var(--bs-font-2);
  color: #7a7a7a;
  line-height: 24px;
  margin-bottom: 51px;
  max-width: 670px;
}
.bs-footer-2-top-content-social {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 45px;
  margin-bottom: 42px;
}
.bs-footer-2-top-content-social .link {
  color: var(--bs-clr-white-1);
  font-size: 22px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  letter-spacing: -0.03em;
  gap: 5px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-2-top-content-social .link {
    font-size: 18px;
  }
}
.bs-footer-2-top-content-social .link i {
  font-size: 18px;
  transform: rotate(-45deg);
  margin-top: 5px;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-2-top-content-social .link i {
    font-size: 14px;
    margin-top: 0px;
  }
}
.bs-footer-2-top-content-social .link:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-2-top-content-social .link:hover i {
  transform: rotate(0deg);
}
.bs-footer-2-top-content-link {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 27px;
  padding: 6px 0;
  position: relative;
  z-index: 1;
}
.bs-footer-2-top-content-link .bg-color {
  background: linear-gradient(90deg, rgb(240, 99, 25) 0%, rgb(240, 99, 25) 86%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  width: 170%;
  height: 100%;
  z-index: -1;
}
.bs-footer-2-top-content-link li a {
  font-family: var(--bs-font-2);
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #1d1b1b;
  position: relative;
  z-index: 1;
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-2-top-content-link li a:hover {
  color: var(--bs-clr-white-1);
}
.bs-footer-2-top-content-link li:not(:last-child) a::after {
  content: "*";
  font-size: 15px;
  position: absolute;
  right: -18px;
  top: 1px;
}
.bs-footer-2-top-form {
  border-left: 1px solid #242424;
  grid-template-columns: 1fr;
  padding: 0 70px;
  gap: 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-2-top-form {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-2-top-form {
    padding: 0 0px;
    border-left: none;
  }
}
.bs-footer-2-top-form .bs-form-1-item::after {
  display: none;
}
.bs-footer-2-top-form .bs-form-1-item-input {
  color: #999999;
  font-family: var(--bs-font-2);
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  border-bottom: 1px solid #999999;
  height: 50px;
}
.bs-footer-2-top-form .bs-form-1-item-input:focus-within {
  border-color: var(--bs-clr-pr-1);
}
.bs-footer-2-top-form .bs-form-1-item .form-btn-2 {
  background: #fff;
  font-family: var(--bs-font-2);
  color: #1a1a1a;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.15;
  border: 2px solid rgba(30, 58, 95, 0.65);
  border-radius: 40px;
  padding: 16px 36px;
  font-size: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s var(--bs-cube-2);
}
.bs-footer-2-top-form .bs-form-1-item .form-btn-2::before,
.bs-footer-2-top-form .bs-form-1-item .form-btn-2::after {
  content: "";
}
.bs-footer-2-top-form .bs-form-1-item .form-btn-2:hover {
  border-color: #1A2653;
}
.bs-footer-2-top-form .bs-form-1-item:last-child {
  margin-top: 0;
  padding-top: 40px;
}
.bs-footer-2-widgets {
  display: flex;
  gap: 70px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-footer-2-widgets {
    gap: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-2-widgets {
    gap: 50px;
    flex-wrap: wrap;
  }
}

.bs-footer-2-widgets .bs-footer-1-widget-title {
  color: var(--bs-clr-white-1);
  margin-bottom: 18px;
}
.bs-footer-2-widgets .bs-footer-1-widget-title span {
  color: var(--bs-clr-pr-1);
}
.bs-footer-2-widgets .bs-footer-1-widget:last-child {
  flex: unset;
}
.bs-footer-2-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 395px;
  width: 100%;
  gap: 12px;
}
.bs-footer-2-gallery .img-item {
  overflow: hidden;
  height: 110px;
}
.bs-footer-2-gallery .img-item img {
  transition: transform 500ms;
  transform: perspective(0px) rotateX(0deg) rotateY(0deg) scaleX(1) scaleY(1);
  transform-origin: center center;
}
.bs-footer-2-gallery .img-item:hover img {
  transform: perspective(2000px) rotateX(0.06deg) rotateY(0deg) scaleX(1.1) scaleY(1.1);
}
.bs-footer-2-copyright {
  margin-left: -100px;
  display: flex;
  align-items: start;
  gap: 70px;
}
@media only screen and (min-width: 1600px) and (max-width: 1799px), only screen and (min-width: 1400px) and (max-width: 1599px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-2-copyright {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-2-copyright {
    margin-left: 0px;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.bs-footer-2-copyright-text {
  color: var(--bs-clr-white-1);
  font-size: 16px;
  font-weight: 500;
  padding: 8px 61px;
  position: relative;
  z-index: 1;
  margin-top: 18px;
  white-space: nowrap;
}
.bs-footer-2-copyright-text .bg-color {
  background: linear-gradient(270deg, rgb(2, 71, 104) 0%, rgb(2, 71, 104) 95%, rgba(0, 212, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 370%;
  height: 100%;
  z-index: -1;
}
.bs-footer-2-copyright-text a {
  transition: 0.5s var(--bs-cube-2);
}
.bs-footer-2-copyright-text a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-2-copyright-mail {
  color: var(--bs-clr-white-1);
  font-size: clamp(18px, 3vw, 55px);
  line-height: 1.2;
  font-weight: 500;
  transition: 0.5s var(--bs-cube-2);
  white-space: nowrap;
}
.bs-footer-2-copyright-mail span {
  color: #F78D20;
  transition: 0.5s var(--bs-cube-2);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bs-footer-2-copyright-mail {
    font-size: 55px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bs-footer-2-copyright-mail {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-2-copyright-mail {
    font-size: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-footer-2-copyright-mail {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .bs-footer-2-copyright-mail {
    font-size: 20px;
  }
}
.bs-footer-2-copyright-mail:hover {
  color: #F78D20;
}
.bs-footer-2-copyright-mail:hover span {
  color: var(--bs-clr-white-1);
}
.bs-footer-2-marquee-2 {
  height: 8px;
}

.bs-footer-1-menu:is(.has-footer-2) a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.bs-footer-1-menu:is(.has-footer-2) a i {
  color: #F78D20;
}
.bs-footer-1-menu:is(.has-footer-2) a:hover {
  color: #F78D20;
}
.bs-footer-1-menu:is(.has-footer-2) a:hover i {
  color: #F78D20;
}

/* Footer-2 navy background override */
.bs-footer-2-area {
  background-color: #1A2653;
}
.bs-footer-2-bg-img {
  display: none;
}

/* 
    footer-2-end
*/
/* 
    footer-4-start
*/
.bs-footer-4-area {
  background: var(--bs-clr-h-4);
}
.bs-footer-4-bg {
  position: absolute;
  bottom: 9%;
  left: 0;
  z-index: -1;
  width: 100%;
  text-align: center;
}
.bs-footer-4-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .bs-footer-4-wrap {
    gap: 50px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bs-footer-4-wrap {
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}
.bs-footer-4-widget {
  display: flex;
  gap: 50px 120px;
  flex-wrap: wrap;
}
.bs-footer-4-logo {
  margin-bottom: 50px;
}
.bs-footer-4-menu li:not(:last-child) {
  margin-bottom: 14px;
}
.bs-footer-4-menu li a {
  font-family: var(--bs-font-3);
  color: var(--bs-clr-white-1);
  text-transform: capitalize;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-4-menu li a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-4-contact .title {
  font-size: 80px;
  color: var(--bs-clr-white-1);
  font-weight: 500;
  margin-bottom: 41px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-4-contact .title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-footer-4-contact .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .bs-footer-4-contact .title {
    font-size: 40px;
  }
}
.bs-footer-4-contact .link-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--bs-clr-white-1);
}
.bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
  font-size: 28px;
  color: #888888;
  border-bottom: 1px solid #888888;
  line-height: 2;
  position: relative;
  z-index: 1;
  width: 100%;
  transition: 0.4s var(--bs-cube-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .bs-footer-4-contact .disc-elm, .bs-footer-4-contact .link-elm {
    font-size: 20px;
  }
}
.bs-footer-4-contact .disc-elm::after, .bs-footer-4-contact .link-elm::after {
  content: "";
  width: 0%;
  height: 1px;
  background: var(--bs-clr-pr-1);
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: 1s;
}
.bs-footer-4-contact .disc-elm:is(a):hover, .bs-footer-4-contact .link-elm:is(a):hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-4-contact .disc-elm:is(a):hover::after, .bs-footer-4-contact .link-elm:is(a):hover::after {
  width: 100%;
}
.bs-footer-4-contact .disc-elm:not(:last-child), .bs-footer-4-contact .link-elm:not(:last-child) {
  margin-bottom: 43px;
}
.bs-footer-4-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding: 28px 0;
}
.bs-footer-4-copyright-flex {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-4-copyright-flex {
    justify-content: center;
    gap: 20px;
  }
}
.bs-footer-4-copyright-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.64);
}
.bs-footer-4-copyright-text a {
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-4-copyright-text a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-4-copyright-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 48px;
}
.bs-footer-4-copyright-social .elm-link {
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(255, 255, 255, 0.64);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-4-copyright-social .elm-link i {
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-4-copyright-social .elm-link:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-4-copyright-social .elm-link:hover i {
  color: var(--bs-clr-pr-1);
}

/* 
    footer-4-end
*/
/* 
    footer-5-start
*/
.bs-footer-5-area {
  background: var(--bs-clr-h-4);
}
.bs-footer-5-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  padding-bottom: 60px;
}
.bs-footer-5-top-logo {
  max-width: 190px;
}
.bs-footer-5-top-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.bs-footer-5-top-live-chat {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 767px) {
  .bs-footer-5-top-live-chat {
    flex-wrap: wrap;
  }
}
.bs-footer-5-top-live-chat .person-img {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.bs-footer-5-top-live-chat .person-img-single {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  filter: grayscale(1);
}
.bs-footer-5-top-live-chat .title {
  color: var(--bs-clr-white-1);
  font-size: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-5-top-live-chat .title {
    font-size: 24px;
  }
}
.bs-footer-5-top-live-chat .title a {
  color: var(--bs-clr-pr-1);
  border-bottom: 1px solid;
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-5-top-live-chat .title a:hover {
  border-color: transparent;
}
.bs-footer-5-wrap {
  display: grid;
  grid-template-columns: 1.38fr 1fr;
  gap: 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bs-footer-5-wrap {
    align-items: start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-5-wrap {
    align-items: start;
    grid-template-columns: 1fr;
  }
}
.bs-footer-5-widget-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
}
.bs-footer-5-widget-wrap .hr-line {
  width: 1px;
  background: #fff;
  opacity: 24%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-5-widget-wrap .hr-line {
    display: none;
  }
}
.bs-footer-5-widget {
  margin-bottom: 55px;
}
.bs-footer-5-widget .title {
  color: var(--bs-clr-pr-1);
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 31px;
}
.bs-footer-5-widget .inner-div {
  display: flex;
  justify-content: space-between;
  gap: 120px;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-5-widget .inner-div {
    gap: 50px;
  }
}
.bs-footer-5-menu li:not(:last-child) {
  margin-bottom: 11px;
}
.bs-footer-5-menu li a {
  font-family: var(--bs-font-3);
  color: var(--bs-clr-white-1);
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-5-menu li a:hover {
  color: var(--bs-clr-pr-1);
  transform: translateX(3px);
}
.bs-footer-5-contact {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding-top: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-5-contact {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.bs-footer-5-contact-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.bs-footer-5-contact-item .icon {
  width: 68px;
  height: 68px;
  background: #252525;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border-radius: 8px;
  color: var(--bs-clr-pr-1);
  flex: 0 0 auto;
}
.bs-footer-5-contact-item .disc, .bs-footer-5-contact-item .elm-link {
  color: var(--bs-clr-white-1);
}
.bs-footer-5-contact-item .elm-link {
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-5-contact-item .elm-link:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-5-contact-item:hover .icon i {
  animation: jackInTheBox 1s;
}
.bs-footer-5-contact-item:hover .icon svg {
  animation: jackInTheBox 1s;
}
.bs-footer-5-newsletter {
  background: #252525;
  border-radius: 16px;
  padding: 55px 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-5-newsletter {
    padding: 55px 30px;
  }
}
.bs-footer-5-newsletter .title {
  font-size: 36px;
  color: var(--bs-clr-white-1);
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-5-newsletter .title {
    font-size: 30px;
  }
}
.bs-footer-5-newsletter .disc {
  color: var(--bs-clr-white-1);
  opacity: 80%;
  margin-bottom: 39px;
}
.bs-footer-5-newsletter-form {
  position: relative;
  z-index: 1;
  margin-bottom: 38px;
}
.bs-footer-5-newsletter-form .form-input {
  height: 56px;
  border-radius: 6px;
  background: #2C2C2C;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: var(--bs-font-3);
  color: rgba(255, 255, 255, 0.52);
  width: 100%;
  padding: 0 24px;
}
.bs-footer-5-newsletter-form .form-btn {
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 4px;
  width: 48px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-5-newsletter-form .form-btn:hover {
  background: var(--bs-clr-pr-1);
  color: var(--bs-clr-white-1);
}
.bs-footer-5-newsletter-form .form-btn:hover i {
  animation: jackInTheBox 1s;
}
.bs-footer-5-newsletter-social {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.bs-footer-5-newsletter-social .social-elm {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-clr-white-1);
  border: 1px solid;
  border-radius: 50%;
  opacity: 40%;
  font-size: 16px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-5-newsletter-social .social-elm:hover {
  color: var(--bs-clr-pr-1);
  border-color: var(--bs-clr-pr-1);
  opacity: 1;
}
.bs-footer-5-newsletter-social .social-elm:hover i {
  animation: jackInTheBox 1s;
}
.bs-footer-5-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  padding: 26px 0;
}
.bs-footer-5-copyright-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .bs-footer-5-copyright-flex {
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
  }
}
.bs-footer-5-copyright-flex .copyright-text {
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
}
.bs-footer-5-copyright-flex .copyright-text a {
  color: var(--bs-clr-white-1);
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-5-copyright-flex .copyright-text a:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-5-copyright-social {
  display: flex;
  gap: 10px 48px;
  flex-wrap: wrap;
}
.bs-footer-5-copyright-social .social-elm {
  font-size: 16px;
  color: var(--bs-clr-white-1);
  text-transform: capitalize;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.4s var(--bs-cube-2);
}
.bs-footer-5-copyright-social .social-elm:hover {
  color: var(--bs-clr-pr-1);
}
.bs-footer-5-bg-img {
  height: 695px;
  filter: grayscale(1);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 24%;
  z-index: -1;
}

/* 
    footer-5-end
*/

/* ================================================
   SEVEN SPACES PAGE
   ================================================ */

/* Navigation Pills */
.bs-seven-spaces-nav .nav-pills {
  gap: 10px;
}
.bs-seven-spaces-nav .nav-link {
  background: transparent;
  border: 1px solid rgba(8, 20, 33, 0.15);
  color: #081421;
  font-family: var(--bs-font-1);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 12px 22px;
  border-radius: 50px;
  transition: all 0.35s ease;
  white-space: nowrap;
}
.bs-seven-spaces-nav .nav-link:hover {
  border-color: var(--bs-clr-pr-1);
  color: var(--bs-clr-pr-1);
}
.bs-seven-spaces-nav .nav-link.active {
  background: var(--bs-clr-pr-1);
  border-color: var(--bs-clr-pr-1);
  color: #fff;
}

/* Tab hover image preview card */
.ss-tab-preview {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  width: 280px;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(18px) saturate(1.5);
  -webkit-backdrop-filter: blur(18px) saturate(1.5);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow:
    0 32px 72px rgba(26,38,83,0.22),
    0 6px 18px rgba(26,38,83,0.10),
    inset 0 1px 0 rgba(255,255,255,0.9);
  opacity: 0;
  transform: translateY(18px) scale(0.86) rotate(-1.5deg);
  transition:
    opacity 0.36s cubic-bezier(0.22,1,0.36,1),
    transform 0.42s cubic-bezier(0.22,1,0.36,1);
  will-change: opacity, transform;
}
.ss-tab-preview--visible {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
}
/* image wrapper */
.ss-tab-preview-img-wrap {
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
  background: #e4e8f0;
}
.ss-tab-preview-img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 0.55s cubic-bezier(0.22,1,0.36,1), opacity 0.28s ease;
  opacity: 0;
}
.ss-tab-preview--visible .ss-tab-preview-img-wrap img {
  transform: scale(1);
  opacity: 1;
}
/* dark gradient at bottom of image */
.ss-tab-preview-img-wrap::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 56px;
  background: linear-gradient(to top, rgba(26,38,83,0.42), transparent);
  pointer-events: none;
}
.ss-tab-preview-label {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  font-family: var(--bs-font-1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #1A2653;
}
.ss-tab-preview-label::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #F78D20;
  flex-shrink: 0;
}

/* ================================================
   TS INLINE IMAGE GALLERY — reusable component
   ================================================ */

/* --- Gallery grid: 2–4 images in a mosaic --- */
.ts-img-gallery {
  display: grid;
  gap: 14px;
  margin: 36px 0;
}
.ts-img-gallery--2 {
  grid-template-columns: 1fr 1fr;
}
.ts-img-gallery--3 {
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: auto auto;
}
.ts-img-gallery--3 .ts-img-gallery-item:first-child {
  grid-row: 1 / 3;
}
.ts-img-gallery--4 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

/* --- Individual image card --- */
.ts-img-gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #e4e8f0;
}
.ts-img-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.22,1,0.36,1);
}
.ts-img-gallery-item:hover img {
  transform: scale(1.05);
}

/* --- Caption overlay at bottom --- */
.ts-img-gallery-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 28px 16px 14px;
  background: linear-gradient(to top, rgba(26,38,83,0.62), transparent);
  color: #fff;
  font-family: var(--bs-font-1);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.ts-img-gallery-item:hover .ts-img-gallery-caption {
  opacity: 1;
  transform: translateY(0);
}

/* --- Scroll reveal animation (GSAP applies these) --- */
.ts-img-gallery-item[data-gallery-reveal] {
  opacity: 0;
  transform: translateY(40px) scale(0.96);
}

/* --- Height constraints --- */
.ts-img-gallery--2 .ts-img-gallery-item {
  height: clamp(200px, 22vw, 320px);
}
.ts-img-gallery--3 .ts-img-gallery-item {
  min-height: clamp(160px, 16vw, 240px);
}
.ts-img-gallery--3 .ts-img-gallery-item:first-child {
  min-height: clamp(320px, 32vw, 480px);
}
.ts-img-gallery--4 .ts-img-gallery-item {
  height: clamp(170px, 18vw, 260px);
}

/* --- Responsive --- */
@media (max-width: 767px) {
  .ts-img-gallery--2,
  .ts-img-gallery--3,
  .ts-img-gallery--4 {
    grid-template-columns: 1fr;
  }
  .ts-img-gallery--3 .ts-img-gallery-item:first-child {
    grid-row: auto;
  }
  .ts-img-gallery--2 .ts-img-gallery-item,
  .ts-img-gallery--3 .ts-img-gallery-item,
  .ts-img-gallery--3 .ts-img-gallery-item:first-child,
  .ts-img-gallery--4 .ts-img-gallery-item {
    height: clamp(200px, 50vw, 280px);
    min-height: auto;
  }
}

/* Collection nav ? Explore All + expandable pills */
.bs-collection-nav-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Explore All trigger ? navy glassy liquid */
.bs-explore-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 24px;
  background: linear-gradient(135deg,
    rgba(30, 58, 95, 0.12) 0%,
    rgba(74, 122, 181, 0.08) 100%);
  border: 1px solid rgba(30, 58, 95, 0.25);
  border-radius: 50px;
  font-family: var(--bs-font-1);
  font-size: 14px;
  font-weight: 600;
  color: #1A2653;
  cursor: pointer;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 2px 12px rgba(30, 58, 95, 0.08),
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
/* shimmer on trigger */
.bs-explore-trigger::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(105deg,
    transparent 30%,
    rgba(255,255,255,0.3) 45%,
    rgba(255,255,255,0.15) 55%,
    transparent 70%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  opacity: 0;
}
.bs-explore-trigger:hover::after {
  left: 125%;
  opacity: 1;
}
.bs-explore-trigger:hover {
  background: linear-gradient(135deg,
    rgba(30, 58, 95, 0.18) 0%,
    rgba(74, 122, 181, 0.12) 100%);
  border-color: rgba(30, 58, 95, 0.4);
  box-shadow: 0 4px 20px rgba(30, 58, 95, 0.15),
              inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.bs-explore-text {
  transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1),
              opacity 0.3s ease,
              margin 0.4s ease;
  display: inline-block;
  overflow: hidden;
}
.bs-explore-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #1A2653;
  color: #1A2653;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
              background 0.4s ease,
              border-color 0.4s ease;
  flex-shrink: 0;
}
.bs-explore-arrow i {
  font-size: 12px;
  transition: transform 0.4s ease, color 0.3s ease;
}
/* expanded: hide text, just show arrow circle */
.bs-explore-trigger.bs-expanded {
  padding: 10px;
  gap: 0;
  background: linear-gradient(135deg, #1A2653 0%, #2a5080 100%);
  border-color: transparent;
}
.bs-explore-trigger.bs-expanded .bs-explore-text {
  width: 0 !important;
  opacity: 0;
  margin: 0;
  overflow: hidden;
}
.bs-explore-trigger.bs-expanded .bs-explore-arrow {
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}
.bs-explore-trigger.bs-expanded .bs-explore-arrow i {
  color: #fff;
  transform: rotate(180deg);
}

/* Pills container ? collapsed by default */
.bs-collection-pills {
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  transition: max-width 0.6s cubic-bezier(0.23, 1, 0.32, 1),
              opacity 0.5s ease 0.1s;
}
.bs-collection-pills.bs-pills-open {
  max-width: 100%;
  opacity: 1;
  overflow: visible;
}

/* pills inner ? NO outer container bg */
.bs-collection-pills .bs-seven-spaces-nav .nav-pills {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  gap: 10px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  flex-wrap: wrap;
}
.bs-collection-tabs-area .bs-seven-spaces-nav .nav-link {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg,
    rgba(26, 38, 83, 0.03) 0%,
    rgba(26, 38, 83, 0.07) 100%);
  border: 1.5px solid rgba(26, 38, 83, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 2px 8px rgba(26, 38, 83, 0.05);
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  color: #1A2653;
  z-index: 0;
}
/* shimmer sweep on hover */
.bs-collection-tabs-area .bs-seven-spaces-nav .nav-link::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(105deg,
    transparent 30%,
    rgba(255,255,255,0.4) 45%,
    rgba(255,255,255,0.2) 55%,
    transparent 70%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  opacity: 0;
  z-index: 1;
}
.bs-collection-tabs-area .bs-seven-spaces-nav .nav-link::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: linear-gradient(135deg,
    rgba(26, 38, 83, 0.85) 0%,
    rgba(26, 38, 83, 0.95) 100%);
  opacity: 0;
  transition: opacity 0.45s cubic-bezier(0.23, 1, 0.32, 1);
  z-index: -1;
}
.bs-collection-tabs-area .bs-seven-spaces-nav .nav-link:hover {
  border-color: rgba(26, 38, 83, 0.25);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.4),
    0 6px 20px rgba(26, 38, 83, 0.12);
  transform: translateY(-2px);
}
.bs-collection-tabs-area .bs-seven-spaces-nav .nav-link:hover::before {
  left: 125%;
  opacity: 1;
}
.bs-collection-tabs-area .bs-seven-spaces-nav .nav-link.active {
  background: linear-gradient(135deg, #1A2653 0%, #243670 100%);
  border-color: rgba(26, 38, 83, 0.6);
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 6px 24px rgba(26, 38, 83, 0.2);
}
.bs-collection-tabs-area .bs-seven-spaces-nav .nav-link.active::after {
  opacity: 0;
}

/* individual pill stagger on open */
.bs-collection-pills .nav-item {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.bs-collection-pills.bs-pills-open .nav-item:nth-child(1) { opacity: 1; transform: translateX(0); transition-delay: 0.05s; }
.bs-collection-pills.bs-pills-open .nav-item:nth-child(2) { opacity: 1; transform: translateX(0); transition-delay: 0.12s; }
.bs-collection-pills.bs-pills-open .nav-item:nth-child(3) { opacity: 1; transform: translateX(0); transition-delay: 0.19s; }
.bs-collection-pills.bs-pills-open .nav-item:nth-child(4) { opacity: 1; transform: translateX(0); transition-delay: 0.26s; }

@media (max-width: 991px) {
  .bs-collection-nav-wrap {
    flex-wrap: wrap;
  }
  .bs-collection-pills.bs-pills-open {
    max-width: 100%;
  }
  .bs-collection-pills .bs-seven-spaces-nav .nav-pills {
    flex-wrap: wrap;
  }
}

/* Space Detail Card */
.bs-space-detail {
  background: #fff;
  border: 1px solid rgba(8, 20, 33, 0.08);
  border-radius: 16px;
  overflow: hidden;
}

/* Space Header */
.bs-space-header {
  padding: 50px 50px 40px;
  border-bottom: 1px solid rgba(8, 20, 33, 0.08);
}
.bs-space-index {
  display: inline-block;
  font-family: var(--bs-font-2);
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  color: var(--bs-clr-pr-1);
  opacity: 0.2;
  margin-bottom: 10px;
}
.bs-space-name {
  font-family: var(--bs-font-2);
  font-size: 36px;
  font-weight: 700;
  color: #081421;
  line-height: 1.25;
  margin-bottom: 15px;
}
.bs-space-name em {
  font-style: italic;
  color: #F78D20;
}
.bs-space-tagline {
  font-family: var(--bs-font-1);
  font-size: 16px;
  font-style: italic;
  color: rgba(8, 20, 33, 0.6);
  line-height: 1.6;
}

.bs-space-label {
  font-family: var(--bs-font-1);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #F78D20;
  margin-bottom: 15px;
}

/* Space Body */
.bs-space-body {
  padding: 50px;
}
.bs-space-desc p {
  font-family: var(--bs-font-1);
  font-size: 16px;
  line-height: 1.8;
  color: rgba(8, 20, 33, 0.75);
  margin-bottom: 20px;
}
.bs-space-desc p strong {
  color: #081421;
  font-weight: 600;
}

/* Insight Box */
.bs-space-insight {
  background: rgba(8, 20, 33, 0.03);
  border-left: 3px solid var(--bs-clr-pr-1);
  padding: 25px 30px;
  border-radius: 0 10px 10px 0;
  margin-top: 30px;
}
.bs-space-insight h6 {
  font-family: var(--bs-font-1);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--bs-clr-pr-1);
  margin-bottom: 10px;
}
.bs-space-insight p {
  font-family: var(--bs-font-1);
  font-size: 15px;
  line-height: 1.7;
  color: rgba(8, 20, 33, 0.65);
  font-style: italic;
  margin: 0;
}

/* Features List */
.bs-space-features {
  background: rgba(8, 20, 33, 0.02);
  border-radius: 12px;
  padding: 35px 30px;
}
.bs-space-features-title {
  font-family: var(--bs-font-1);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--bs-clr-pr-1);
  margin-bottom: 25px;
}
.bs-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}
.bs-feature-item:last-child {
  margin-bottom: 0;
}
.bs-feature-dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: var(--bs-clr-pr-1);
  margin-top: 7px;
}
.bs-feature-item p {
  font-family: var(--bs-font-1);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(8, 20, 33, 0.7);
  margin: 0;
}
.bs-feature-item p strong {
  color: #081421;
  font-weight: 600;
}

/* Tab Pane Transitions */
.bs-seven-spaces-content .tab-pane.fade {
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(15px);
}
.bs-seven-spaces-content .tab-pane.fade.show {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
  .bs-space-header {
    padding: 35px 30px 30px;
  }
  .bs-space-body {
    padding: 35px 30px;
  }
  .bs-space-name {
    font-size: 28px;
  }
  .bs-space-index {
    font-size: 48px;
  }
  .bs-seven-spaces-nav .nav-pills {
    gap: 8px;
  }
  .bs-seven-spaces-nav .nav-link {
    font-size: 12px;
    padding: 10px 16px;
  }
}
@media (max-width: 767px) {
  .bs-space-header {
    padding: 25px 20px 20px;
  }
  .bs-space-body {
    padding: 25px 20px;
  }
  .bs-space-name {
    font-size: 24px;
  }
  .bs-space-index {
    font-size: 40px;
  }
  .bs-seven-spaces-nav .nav-link {
    font-size: 11px;
    padding: 8px 14px;
  }
  .bs-space-features {
    padding: 25px 20px;
    margin-top: 30px;
  }
}

/*
    seven-spaces-end
*/

/* ================================================
   ETHOS FRAMEWORK PAGE
   ================================================ */

/* â”€â”€ ts-principles (redesigned section 02) â”€â”€ */
.ts-principles-area {
  padding: 130px 0 120px;
  background: #0f1b3d;
  position: relative;
  overflow: hidden;
}
.ts-principles-area::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,141,32,0.06) 0%, transparent 70%);
  pointer-events: none;
}

/* header */
.ts-principles-header {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 70px;
}
.ts-principles-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.ts-principles-eyebrow-line {
  width: 32px;
  height: 2px;
  background: #F78D20;
  display: inline-block;
}
.ts-principles-eyebrow-text {
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F78D20;
}
.ts-principles-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 3.8vw, 56px);
  font-weight: 600;
  color: #fff;
  line-height: 1.15;
  margin: 0;
}
.ts-principles-header-desc {
  font-family: "Albert Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
  margin: 0;
}

/* grid â€” 2Ã—2 with stagger */
.ts-principles-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

/* card */
.ts-principle-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 20px;
  padding: 48px 40px 44px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.23,1,0.32,1),
              background 0.4s ease,
              border-color 0.4s ease;
}
.ts-principle-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.07);
  border-color: rgba(247,141,32,0.25);
}

/* accent bar at bottom */
.ts-principle-card-accent {
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
  height: 3px;
  background: #F78D20;
  border-radius: 3px 3px 0 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s cubic-bezier(0.23,1,0.32,1);
}
.ts-principle-card:hover .ts-principle-card-accent {
  transform: scaleX(1);
}

/* large stroke number */
.ts-principle-card-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(247,141,32,0.25);
  position: absolute;
  top: 28px;
  right: 36px;
  transition: -webkit-text-stroke-color 0.4s ease;
  pointer-events: none;
}
.ts-principle-card:hover .ts-principle-card-num {
  -webkit-text-stroke-color: rgba(247,141,32,0.5);
}

/* icon */
.ts-principle-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247,141,32,0.1);
  border-radius: 14px;
  margin-bottom: 28px;
  transition: background 0.4s ease, transform 0.4s ease;
}
.ts-principle-card:hover .ts-principle-card-icon {
  background: rgba(247,141,32,0.18);
  transform: scale(1.06);
}
.ts-principle-card-icon i {
  font-size: 24px;
  color: #F78D20;
}

/* title & desc */
.ts-principle-card-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
}
.ts-principle-card-desc {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255,255,255,0.5);
  margin: 0;
}

/* responsive */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ts-principles-area { padding: 110px 0 100px; }
  .ts-principles-header { gap: 50px; }
  .ts-principles-title { font-size: 48px; }
  .ts-principles-grid { gap: 24px; }
  .ts-principle-card { padding: 44px 36px 40px; }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ts-principles-area { padding: 100px 0 90px; }
  .ts-principles-header { gap: 40px; }
  .ts-principles-title { font-size: 44px; }
  .ts-principles-grid { gap: 22px; }
  .ts-principle-card { padding: 40px 32px 36px; }
  .ts-principle-card-num { font-size: 62px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ts-principles-area { padding: 90px 0 80px; }
  .ts-principles-header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 50px; }
  .ts-principles-header-desc { max-width: 600px; }
  .ts-principles-title { font-size: 40px; }
  .ts-principles-grid { gap: 20px; }
  .ts-principle-card { padding: 36px 28px 34px; }
  .ts-principle-card-num { font-size: 56px; top: 22px; right: 24px; }
  .ts-principle-card-icon { width: 50px; height: 50px; border-radius: 12px; }
  .ts-principle-card-icon i { font-size: 22px; }
  .ts-principle-card-title { font-size: 20px; }
  .ts-principle-card-desc { font-size: 14px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ts-principles-area { padding: 80px 0 70px; }
  .ts-principles-header { grid-template-columns: 1fr; gap: 20px; margin-bottom: 45px; }
  .ts-principles-header-desc { max-width: 100%; }
  .ts-principles-title { font-size: 36px; }
  .ts-principles-grid { grid-template-columns: 1fr 1fr; gap: 18px; }
  .ts-principle-card { padding: 32px 24px 30px; }
  .ts-principle-card-num { font-size: 50px; top: 18px; right: 20px; }
  .ts-principle-card-icon { width: 48px; height: 48px; margin-bottom: 22px; }
  .ts-principle-card-icon i { font-size: 20px; }
  .ts-principle-card-title { font-size: 19px; margin-bottom: 10px; }
  .ts-principle-card-desc { font-size: 14px; line-height: 1.65; }
  .ts-principle-card-accent { left: 24px; right: 24px; }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ts-principles-area { padding: 70px 0 60px; }
  .ts-principles-header { grid-template-columns: 1fr; gap: 18px; margin-bottom: 40px; }
  .ts-principles-title { font-size: 32px; }
  .ts-principles-header-desc { font-size: 15px; }
  .ts-principles-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .ts-principle-card { padding: 28px 22px 26px; }
  .ts-principle-card-num { font-size: 44px; top: 16px; right: 18px; }
  .ts-principle-card-icon { width: 44px; height: 44px; margin-bottom: 20px; border-radius: 10px; }
  .ts-principle-card-icon i { font-size: 18px; }
  .ts-principle-card-title { font-size: 17px; margin-bottom: 8px; }
  .ts-principle-card-desc { font-size: 13px; line-height: 1.6; }
  .ts-principle-card-accent { left: 22px; right: 22px; }
}
@media (max-width: 575px) {
  .ts-principles-area { padding: 60px 0 50px; }
  .ts-principles-header { grid-template-columns: 1fr; gap: 16px; margin-bottom: 35px; }
  .ts-principles-eyebrow { margin-bottom: 14px; }
  .ts-principles-eyebrow-text { font-size: 11px; }
  .ts-principles-title { font-size: 28px; }
  .ts-principles-title br { display: none; }
  .ts-principles-header-desc { font-size: 14px; line-height: 1.65; }
  .ts-principles-grid { grid-template-columns: 1fr; gap: 14px; }
  .ts-principle-card { padding: 28px 22px 26px; }
  .ts-principle-card-num { font-size: 42px; top: 14px; right: 16px; }
  .ts-principle-card-icon { width: 44px; height: 44px; margin-bottom: 18px; border-radius: 10px; }
  .ts-principle-card-icon i { font-size: 18px; }
  .ts-principle-card-title { font-size: 18px; margin-bottom: 8px; }
  .ts-principle-card-desc { font-size: 13px; line-height: 1.6; }
  .ts-principle-card-accent { left: 22px; right: 22px; }
}
/* â”€â”€ ts-principles end â”€â”€ */

/* â”€â”€ ts-framework-links (section 03 redesign) â”€â”€ */
.ts-framework-links-area {
  padding: 120px 0 110px;
  background: #fff;
  position: relative;
}
.ts-framework-links-area .bs-subtitle-5 {
  color: #F78D20;
}
.ts-framework-links-area .bs-subtitle-5 span {
  color: #F78D20;
}
.ts-framework-links-area .bs-sec-title-4 {
  color: #1A2653;
}

/* header */
.ts-framework-links-header {
  margin-bottom: 60px;
  max-width: 700px;
}
.ts-framework-links-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 3.4vw, 50px);
  font-weight: 600;
  color: #1A2653;
  line-height: 1.18;
  margin: 0;
}

/* grid */
.ts-framework-links-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

/* card */
.ts-framework-link-card {
  background: #f8f7f4;
  border: 1px solid rgba(26,38,83,0.06);
  border-radius: 20px;
  padding: 48px 40px 44px;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.23,1,0.32,1),
              border-color 0.4s ease,
              box-shadow 0.4s ease;
}
.ts-framework-link-card:hover {
  transform: translateY(-5px);
  border-color: rgba(247,141,32,0.2);
  box-shadow: 0 20px 50px rgba(26,38,83,0.06);
}

/* stroke number */
.ts-framework-link-card-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.5px rgba(247,141,32,0.2);
  position: absolute;
  top: 28px;
  right: 36px;
  pointer-events: none;
  transition: -webkit-text-stroke-color 0.4s ease;
}
.ts-framework-link-card:hover .ts-framework-link-card-num {
  -webkit-text-stroke-color: rgba(247,141,32,0.4);
}

/* icon */
.ts-framework-link-card-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(247,141,32,0.1);
  border-radius: 14px;
  margin-bottom: 28px;
  transition: background 0.4s ease, transform 0.4s ease;
}
.ts-framework-link-card:hover .ts-framework-link-card-icon {
  background: rgba(247,141,32,0.18);
  transform: scale(1.06);
}
.ts-framework-link-card-icon i {
  font-size: 24px;
  color: #F78D20;
}

/* title & desc */
.ts-framework-link-card-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #1A2653;
  margin: 0 0 14px;
}
.ts-framework-link-card-desc {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #666;
  margin: 0 0 28px;
}

/* button */
.ts-framework-link-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1A2653;
  text-decoration: none;
  padding: 12px 28px;
  border: 1.5px solid #1A2653;
  border-radius: 50px;
  transition: all 0.35s ease;
}
.ts-framework-link-card-btn svg {
  transition: transform 0.3s ease;
}
.ts-framework-link-card-btn:hover {
  background: #1A2653;
  color: #fff;
  border-color: #1A2653;
}
.ts-framework-link-card-btn:hover svg {
  transform: translateX(4px);
}

/* responsive */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ts-framework-links-area { padding: 100px 0 90px; }
  .ts-framework-link-card { padding: 44px 36px 40px; }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ts-framework-links-area { padding: 90px 0 80px; }
  .ts-framework-links-grid { gap: 26px; }
  .ts-framework-link-card { padding: 40px 32px 36px; }
  .ts-framework-link-card-num { font-size: 58px; }
  .ts-framework-link-card-title { font-size: 22px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ts-framework-links-area { padding: 80px 0 70px; }
  .ts-framework-links-header { margin-bottom: 45px; }
  .ts-framework-links-grid { gap: 22px; }
  .ts-framework-link-card { padding: 36px 28px 32px; }
  .ts-framework-link-card-num { font-size: 52px; top: 22px; right: 24px; }
  .ts-framework-link-card-icon { width: 50px; height: 50px; }
  .ts-framework-link-card-icon i { font-size: 22px; }
  .ts-framework-link-card-title { font-size: 20px; }
  .ts-framework-link-card-desc { font-size: 14px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ts-framework-links-area { padding: 70px 0 60px; }
  .ts-framework-links-header { margin-bottom: 40px; max-width: 100%; }
  .ts-framework-links-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .ts-framework-link-card { padding: 32px 24px 28px; }
  .ts-framework-link-card-num { font-size: 46px; top: 18px; right: 20px; }
  .ts-framework-link-card-icon { width: 48px; height: 48px; margin-bottom: 22px; }
  .ts-framework-link-card-icon i { font-size: 20px; }
  .ts-framework-link-card-title { font-size: 19px; }
  .ts-framework-link-card-desc { font-size: 14px; margin-bottom: 22px; }
  .ts-framework-link-card-btn { font-size: 13px; padding: 10px 22px; }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ts-framework-links-area { padding: 60px 0 50px; }
  .ts-framework-links-header { margin-bottom: 35px; max-width: 100%; }
  .ts-framework-links-title br { display: none; }
  .ts-framework-links-grid { grid-template-columns: 1fr; gap: 18px; }
  .ts-framework-link-card { padding: 30px 24px 26px; }
  .ts-framework-link-card-num { font-size: 44px; top: 16px; right: 20px; }
  .ts-framework-link-card-title { font-size: 19px; }
  .ts-framework-link-card-desc { font-size: 14px; margin-bottom: 20px; }
  .ts-framework-link-card-btn { font-size: 13px; padding: 10px 22px; }
}
@media (max-width: 575px) {
  .ts-framework-links-area { padding: 50px 0 45px; }
  .ts-framework-links-header { margin-bottom: 30px; max-width: 100%; }
  .ts-framework-links-title { font-size: 26px; }
  .ts-framework-links-title br { display: none; }
  .ts-framework-links-grid { grid-template-columns: 1fr; gap: 14px; }
  .ts-framework-link-card { padding: 28px 22px 24px; }
  .ts-framework-link-card-num { font-size: 40px; top: 14px; right: 16px; }
  .ts-framework-link-card-icon { width: 44px; height: 44px; margin-bottom: 18px; }
  .ts-framework-link-card-icon i { font-size: 18px; }
  .ts-framework-link-card-title { font-size: 18px; }
  .ts-framework-link-card-desc { font-size: 13px; line-height: 1.65; margin-bottom: 18px; }
  .ts-framework-link-card-btn { font-size: 12px; padding: 9px 20px; }
}
/* â”€â”€ ts-framework-links end â”€â”€ */

/* â”€â”€ ts-five-principles â€“ redesigned animated version â”€â”€ */
.ts-five-principles-area {
  padding: 140px 0 120px;
  background: #f8f7f4;
  position: relative;
  overflow: hidden;
}

/* floating gradient orbs */
.ts-five-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(80px);
  opacity: 0.45;
  will-change: transform;
}
.ts-five-orb--1 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(247,141,32,0.18), transparent 70%);
  top: -80px; left: -120px;
  animation: ts-orbFloat1 14s ease-in-out infinite;
}
.ts-five-orb--2 {
  width: 320px; height: 320px;
  background: radial-gradient(circle, rgba(26,38,83,0.10), transparent 70%);
  bottom: -60px; right: -100px;
  animation: ts-orbFloat2 18s ease-in-out infinite;
}
.ts-five-orb--3 {
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(247,141,32,0.10), transparent 70%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: ts-orbFloat3 12s ease-in-out infinite;
}
@keyframes ts-orbFloat1 {
  0%,100% { transform: translate(0, 0) scale(1); }
  33% { transform: translate(60px, 40px) scale(1.1); }
  66% { transform: translate(-30px, 80px) scale(0.95); }
}
@keyframes ts-orbFloat2 {
  0%,100% { transform: translate(0, 0) scale(1); }
  40% { transform: translate(-50px, -40px) scale(1.08); }
  70% { transform: translate(30px, -70px) scale(0.92); }
}
@keyframes ts-orbFloat3 {
  0%,100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-30%, -60%) scale(1.15); }
}

/* header */
.ts-five-header {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}
.ts-five-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 600;
  color: #1A2653;
  line-height: 1.18;
  margin: 0;
}
.ts-five-header-desc {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

/* â”€â”€ showcase: 3-column layout â”€â”€ */
.ts-five-showcase {
  display: grid;
  grid-template-columns: 220px 1fr 200px;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
  min-height: 460px;
  padding-top: var(--ts-five-dock-space, 0px);
  transition: padding-top 0.28s ease;
}

/* â”€â”€ big animated number (left) â”€â”€ */
.ts-five-big-num-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ts-five-big-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 2px rgba(247,141,32,0.15);
  transition: opacity 0.3s ease;
  user-select: none;
  position: relative;
}
.ts-five-big-num.switching {
  animation: ts-numSwitch 0.6s cubic-bezier(0.23,1,0.32,1);
}
@keyframes ts-numSwitch {
  0% { opacity: 1; transform: translateY(0) scale(1); }
  40% { opacity: 0; transform: translateY(-30px) scale(0.9); }
  60% { opacity: 0; transform: translateY(30px) scale(0.9); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* â”€â”€ content panes (centre) â”€â”€ */
.ts-five-content-col {
  position: relative;
  min-height: 380px;
}
.ts-five-pane {
  position: absolute;
  top: 0; left: 0; width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(24px);
  transition: opacity 0.55s cubic-bezier(0.23,1,0.32,1),
              transform 0.55s cubic-bezier(0.23,1,0.32,1),
              visibility 0s 0.55s;
}
.ts-five-pane.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.55s cubic-bezier(0.23,1,0.32,1) 0.05s,
              transform 0.55s cubic-bezier(0.23,1,0.32,1) 0.05s,
              visibility 0s 0s;
}
.ts-five-pane-inner {
  padding-right: 30px;
}

/* staggered children animation */
.ts-five-pane.active .ts-five-pane-tag,
.ts-five-pane.active .ts-five-pane-title,
.ts-five-pane.active .ts-five-pane-tagline,
.ts-five-pane.active .ts-five-pane-desc {
  animation: ts-contentReveal 0.6s cubic-bezier(0.23,1,0.32,1) both;
}
.ts-five-pane.active .ts-five-pane-tag      { animation-delay: 0.05s; }
.ts-five-pane.active .ts-five-pane-title    { animation-delay: 0.12s; }
.ts-five-pane.active .ts-five-pane-tagline  { animation-delay: 0.20s; }
.ts-five-pane.active .ts-five-pane-desc     { animation-delay: 0.28s; }
@keyframes ts-contentReveal {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* tag */
.ts-five-pane-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #F78D20;
  margin-bottom: 20px;
  opacity: 0;
}
.ts-five-pane-tag-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #F78D20;
  display: inline-block;
  animation: ts-dotPulse 2s ease-in-out infinite;
}
@keyframes ts-dotPulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.6); opacity: 0.5; }
}

/* title */
.ts-five-pane-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 600;
  color: #1A2653;
  line-height: 1.12;
  margin: 0 0 18px;
  opacity: 0;
}

/* tagline */
.ts-five-pane-tagline {
  font-family: "Albert Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  font-style: italic;
  color: rgba(247,141,32,0.75);
  margin: 0 0 22px;
  line-height: 1.5;
  opacity: 0;
}

/* desc */
.ts-five-pane-desc {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin: 0;
  opacity: 0;
}

/* â”€â”€ progress nav (right column) â”€â”€ */
.ts-five-progress-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  position: relative;
  padding: 10px 0;
}
.ts-five-nav-line {
  position: absolute;
  top: 30px; bottom: 30px;
  left: 50%;
  width: 1px;
  background: rgba(26,38,83,0.08);
  transform: translateX(-50%);
  z-index: 0;
}
.ts-five-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease;
}
.ts-five-nav-item:hover {
  transform: scale(1.08);
}
.ts-five-nav-ring {
  width: 40px; height: 40px;
  transform: rotate(-90deg);
}
.ts-five-nav-ring-bg {
  fill: none;
  stroke: rgba(26,38,83,0.08);
  stroke-width: 2;
}
.ts-five-nav-ring-fill {
  fill: none;
  stroke: #F78D20;
  stroke-width: 2.5;
  stroke-dasharray: 113.1;
  stroke-dashoffset: 113.1;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.4s cubic-bezier(0.23,1,0.32,1);
}
.ts-five-nav-item.active .ts-five-nav-ring-fill {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 6s linear;
}
.ts-five-nav-item.visited .ts-five-nav-ring-fill {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 0.4s ease;
}
.ts-five-nav-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 700;
  color: rgba(26,38,83,0.25);
  transition: color 0.3s ease;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.ts-five-nav-item.active .ts-five-nav-num {
  color: #F78D20;
}
.ts-five-nav-item.visited .ts-five-nav-num {
  color: #F78D20;
}
.ts-five-nav-label {
  font-family: "Albert Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(26,38,83,0.3);
  transition: color 0.3s ease;
  white-space: nowrap;
}
.ts-five-nav-item.active .ts-five-nav-label {
  color: #1A2653;
}

/* â”€â”€ bottom strip â”€â”€ */
.ts-five-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 80px;
  position: relative;
  z-index: 2;
}
.ts-five-sticky-dock {
  position: fixed;
  top: var(--ts-five-sticky-top, 96px);
  left: 50%;
  width: min(1344px, calc(100vw - 48px));
  transform: translate(-50%, -18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
  transition: opacity 0.28s ease, transform 0.28s ease, visibility 0.28s ease;
}
.ts-five-sticky-dock.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.ts-five-sticky-dock .ts-five-strip {
  margin-top: 0;
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.985);
  border: 1px solid rgba(26,38,83,0.10);
  box-shadow: 0 18px 44px rgba(26,38,83,0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.ts-five-sticky-dock .ts-five-strip-card {
  min-height: 84px;
  background: #ffffff;
  border-color: rgba(26,38,83,0.08);
}
.ts-five-sticky-dock .ts-five-strip-num {
  -webkit-text-stroke: 1px rgba(247,141,32,0.6);
}
.ts-five-sticky-dock .ts-five-strip-label {
  color: rgba(26,38,83,0.7);
}
.ts-five-sticky-dock .ts-five-strip-card.active .ts-five-strip-label {
  color: #1A2653;
}
.ts-five-strip.is-docked-source-hidden {
  visibility: hidden;
  pointer-events: none;
}
.ts-five-strip-card {
  background: #fff;
  border: 1px solid rgba(26,38,83,0.06);
  border-radius: 12px;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.23,1,0.32,1);
  position: relative;
  overflow: hidden;
}
.ts-five-strip-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 3px; height: 100%;
  background: #F78D20;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s cubic-bezier(0.23,1,0.32,1);
  border-radius: 3px 0 0 3px;
}
.ts-five-strip-card:hover,
.ts-five-strip-card.active {
  border-color: rgba(247,141,32,0.2);
  box-shadow: 0 8px 30px rgba(26,38,83,0.06);
  transform: translateY(-3px);
}
.ts-five-strip-card.active::before,
.ts-five-strip-card:hover::before {
  transform: scaleY(1);
}
.ts-five-strip-num {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(247,141,32,0.35);
  line-height: 1;
  min-width: 30px;
  transition: -webkit-text-stroke-color 0.3s ease;
}
.ts-five-strip-card.active .ts-five-strip-num {
  -webkit-text-stroke-color: #F78D20;
}
.ts-five-strip-label {
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(26,38,83,0.5);
  line-height: 1.3;
  transition: color 0.3s ease;
}
.ts-five-strip-card.active .ts-five-strip-label {
  color: #1A2653;
  font-weight: 600;
}

/* â”€â”€ responsive â”€â”€ */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .ts-five-principles-area { padding: 120px 0 100px; }
  .ts-five-showcase { grid-template-columns: 180px 1fr 180px; gap: 50px; }
  .ts-five-big-num { font-size: 170px; }
  .ts-five-strip { margin-top: 65px; }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ts-five-principles-area { padding: 100px 0 90px; }
  .ts-five-header { gap: 40px; margin-bottom: 60px; }
  .ts-five-showcase { grid-template-columns: 150px 1fr 160px; gap: 40px; }
  .ts-five-big-num { font-size: 150px; }
  .ts-five-strip { margin-top: 55px; gap: 12px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ts-five-principles-area { padding: 90px 0 80px; }
  .ts-five-header { grid-template-columns: 1fr; gap: 20px; margin-bottom: 50px; }
  .ts-five-showcase { grid-template-columns: 120px 1fr 140px; gap: 30px; min-height: 400px; }
  .ts-five-big-num { font-size: 120px; }
  .ts-five-strip { margin-top: 50px; gap: 10px; }
  .ts-five-sticky-dock { width: calc(100vw - 40px); }
  .ts-five-strip-card { padding: 18px 16px; }
  .ts-five-strip-label { font-size: 12px; }
  .ts-five-content-col { min-height: 340px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ts-five-principles-area { padding: 80px 0 70px; }
  .ts-five-header { grid-template-columns: 1fr; gap: 18px; margin-bottom: 45px; }
  .ts-five-showcase { grid-template-columns: 1fr; gap: 30px; min-height: auto; }
  .ts-five-big-num-wrap { display: none; }
  .ts-five-progress-nav {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    order: -1;
  }
  .ts-five-sticky-dock { display: none; }
  .ts-five-nav-line { display: none; }
  .ts-five-content-col { min-height: auto; }
  .ts-five-strip { grid-template-columns: repeat(3, 1fr); margin-top: 45px; }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ts-five-principles-area { padding: 65px 0 55px; }
  .ts-five-header { grid-template-columns: 1fr; gap: 14px; margin-bottom: 35px; }
  .ts-five-header-desc { font-size: 14px; }
  .ts-five-showcase { grid-template-columns: 1fr; gap: 24px; min-height: auto; }
  .ts-five-big-num-wrap { display: none; }
  .ts-five-progress-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    order: -1;
  }
  .ts-five-sticky-dock { display: none; }
  .ts-five-nav-line { display: none; }
  .ts-five-nav-label { display: none; }
  .ts-five-content-col { min-height: auto; }
  .ts-five-pane-inner { padding-right: 0; }
  .ts-five-pane-title { font-size: 28px; }
  .ts-five-pane-desc { font-size: 14px; }
  .ts-five-strip { grid-template-columns: repeat(2, 1fr); margin-top: 35px; gap: 10px; }
  .ts-five-strip-card { padding: 16px 14px; }
  .ts-five-strip-label { font-size: 12px; }
}
@media (max-width: 575px) {
  .ts-five-principles-area { padding: 55px 0 45px; }
  .ts-five-header { grid-template-columns: 1fr; gap: 12px; margin-bottom: 28px; }
  .ts-five-title { font-size: 28px; }
  .ts-five-header-desc { font-size: 13px; }
  .ts-five-showcase { grid-template-columns: 1fr; gap: 20px; min-height: auto; }
  .ts-five-big-num-wrap { display: none; }
  .ts-five-progress-nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    order: -1;
  }
  .ts-five-sticky-dock { display: none; }
  .ts-five-nav-line { display: none; }
  .ts-five-nav-label { display: none; }
  .ts-five-nav-ring { width: 34px; height: 34px; }
  .ts-five-content-col { min-height: auto; }
  .ts-five-pane-inner { padding-right: 0; }
  .ts-five-pane-title { font-size: 24px; }
  .ts-five-pane-tagline { font-size: 14px; }
  .ts-five-pane-desc { font-size: 13px; line-height: 1.7; }
  .ts-five-strip { grid-template-columns: 1fr 1fr; margin-top: 28px; gap: 8px; }
  .ts-five-strip-card { padding: 14px 12px; gap: 10px; }
  .ts-five-strip-num { font-size: 18px; }
  .ts-five-strip-label { font-size: 11px; }
}
/* â”€â”€ ts-five-principles end â”€â”€ */

/* -- ts-spaces-cta (Seven Spaces checklist CTA) -- */
.ts-spaces-cta-area {
  padding: 120px 0;
  background: #f7f5f1;
  position: relative;
}
.ts-spaces-cta-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 600;
  color: #1A2653;
  line-height: 1.22;
  margin: 0;
}
.ts-spaces-cta-desc {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}
.ts-spaces-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.ts-spaces-cta-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  background: #1A2653;
  color: #fff;
  border: none;
  border-radius: 60px;
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.23,1,0.32,1);
}
.ts-spaces-cta-btn-primary:hover {
  background: #F78D20;
  color: #fff;
  transform: translateY(-2px);
}
.ts-spaces-cta-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  background: transparent;
  color: #1A2653;
  border: 2px solid rgba(26,38,83,0.18);
  border-radius: 60px;
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.23,1,0.32,1);
}
.ts-spaces-cta-btn-outline:hover {
  border-color: #F78D20;
  color: #F78D20;
}

/* checklist card */
.ts-spaces-cta-checklist {
  background: #fff;
  border-radius: 22px;
  padding: 44px 40px;
  box-shadow: 0 8px 40px rgba(26,38,83,0.06);
  border: 1px solid rgba(26,38,83,0.06);
}
.ts-spaces-cta-checklist-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1A2653;
  margin: 0 0 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(26,38,83,0.08);
}
.ts-spaces-cta-check-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(26,38,83,0.05);
}
.ts-spaces-cta-check-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.ts-spaces-cta-check-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(247,141,32,0.1);
  color: #F78D20;
  margin-top: 1px;
}
.ts-spaces-cta-check-item p {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #444;
  margin: 0;
  padding-top: 4px;
}

/* responsive */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ts-spaces-cta-area { padding: 100px 0; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ts-spaces-cta-area { padding: 90px 0; }
  .ts-spaces-cta-checklist { padding: 36px 32px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ts-spaces-cta-area { padding: 80px 0; }
  .ts-spaces-cta-checklist { margin-top: 50px; padding: 36px 30px; }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ts-spaces-cta-area { padding: 65px 0; }
  .ts-spaces-cta-checklist { margin-top: 40px; padding: 30px 24px; border-radius: 16px; }
  .ts-spaces-cta-check-icon { width: 28px; height: 28px; border-radius: 6px; }
}
@media (max-width: 575px) {
  .ts-spaces-cta-area { padding: 55px 0; }
  .ts-spaces-cta-title { font-size: 26px; }
  .ts-spaces-cta-desc { font-size: 14px; }
  .ts-spaces-cta-actions { flex-direction: column; }
  .ts-spaces-cta-checklist { margin-top: 36px; padding: 26px 20px; border-radius: 14px; }
  .ts-spaces-cta-checklist-title { font-size: 16px; margin-bottom: 20px; padding-bottom: 16px; }
  .ts-spaces-cta-check-item { gap: 10px; padding: 10px 0; }
  .ts-spaces-cta-check-item p { font-size: 13.5px; }
  .ts-spaces-cta-check-icon { width: 26px; height: 26px; }
}
/* -- ts-spaces-cta end -- */

/* -- ts-phil (Philosophy section — bento grid glassmorphic) -- */
.ts-phil-area {
  padding: 140px 0 130px;
  background: #080e24;
  position: relative;
  overflow: hidden;
}
.ts-phil-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.ts-phil-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  pointer-events: none;
  z-index: 0;
}
.ts-phil-glow-1 {
  width: 500px;
  height: 500px;
  background: rgba(247,141,32,0.05);
  top: -10%;
  left: -5%;
}
.ts-phil-glow-2 {
  width: 420px;
  height: 420px;
  background: rgba(26,38,83,0.25);
  bottom: -10%;
  right: -5%;
}
.ts-phil-eyebrow {
  justify-content: center;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}

/* ── bento grid ── */
.ts-phil-bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 20px;
  position: relative;
  z-index: 2;
}

/* glassmorphic card base */
.ts-phil-card {
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 24px;
  padding: 44px 38px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.23,1,0.32,1);
  will-change: transform, opacity;
}
.ts-phil-card::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(247,141,32,0.15), transparent 40%, rgba(26,38,83,0.2) 90%);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}
.ts-phil-card:hover::before { opacity: 1; }
.ts-phil-card:hover {
  background: rgba(255,255,255,0.045);
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.3);
}

/* ── quote card — top row, spans 2 of 3 cols ── */
.ts-phil-card--quote {
  grid-column: 1 / 3;
  grid-row: 1;
  padding: 56px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ts-phil-quote-mark {
  font-family: "Cormorant Garamond", serif;
  font-size: 110px;
  line-height: 0.65;
  color: rgba(247,141,32,0.07);
  display: block;
  margin-bottom: 10px;
  pointer-events: none;
  user-select: none;
}
.ts-phil-quote {
  margin: 0 0 30px;
}
.ts-phil-quote-line {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(24px, 2.4vw, 38px);
  font-weight: 500;
  color: rgba(255,255,255,0.72);
  line-height: 1.45;
  margin: 0 0 6px;
  will-change: transform, opacity;
}
.ts-phil-quote-line:last-child { margin-bottom: 0; }
.ts-phil-quote-highlight { color: rgba(255,255,255,0.92); }
.ts-phil-quote-line em {
  font-style: italic;
  color: #F78D20;
  position: relative;
}
.ts-phil-quote-line em::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #F78D20, transparent);
  border-radius: 2px;
  opacity: 0.35;
}
.ts-phil-cite {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  will-change: transform, opacity;
}
.ts-phil-cite-line {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #F78D20);
  display: inline-block;
}
.ts-phil-cite-name {
  font-family: "Albert Sans", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
}

/* ── pillar cards ── */
.ts-phil-card--pillar {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* bento positions — Z pattern */
.ts-phil-card--pillar:nth-child(2) { grid-column: 3; grid-row: 1; }
.ts-phil-card--pillar:nth-child(3) { grid-column: 1; grid-row: 2; }
.ts-phil-card--pillar:nth-child(4) { grid-column: 2 / 4; grid-row: 2; }

.ts-phil-pillar-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(247,141,32,0.07);
  color: #F78D20;
  margin-bottom: 18px;
  transition: all 0.35s ease;
}
.ts-phil-card:hover .ts-phil-pillar-icon-wrap {
  background: rgba(247,141,32,0.14);
  transform: scale(1.08);
}
.ts-phil-pillar-num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 13px;
  font-weight: 700;
  color: #F78D20;
  opacity: 0.38;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.ts-phil-pillar-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.ts-phil-card:hover .ts-phil-pillar-title { color: #F78D20; }
.ts-phil-pillar-desc {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255,255,255,0.32);
  margin: 0;
}

/* ── responsive ── */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ts-phil-area { padding: 125px 0 115px; }
  .ts-phil-card--quote { padding: 50px 46px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ts-phil-area { padding: 110px 0 100px; }
  .ts-phil-bento { gap: 16px; }
  .ts-phil-card { padding: 36px 30px; border-radius: 20px; }
  .ts-phil-card--quote { padding: 42px 38px; }
  .ts-phil-quote-mark { font-size: 90px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ts-phil-area { padding: 90px 0 85px; }
  .ts-phil-bento {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .ts-phil-card--quote { grid-column: 1 / -1; }
  .ts-phil-card--pillar:nth-child(2) { grid-column: auto; grid-row: auto; }
  .ts-phil-card--pillar:nth-child(3) { grid-column: auto; grid-row: auto; }
  .ts-phil-card--pillar:nth-child(4) { grid-column: auto; grid-row: auto; }
  .ts-phil-card { padding: 32px 26px; border-radius: 18px; }
  .ts-phil-card--quote { padding: 38px 32px; }
  .ts-phil-quote-mark { font-size: 80px; }
  .ts-phil-glow-1 { width: 300px; height: 300px; }
  .ts-phil-glow-2 { width: 260px; height: 260px; }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ts-phil-area { padding: 75px 0 70px; }
  .ts-phil-eyebrow { margin-bottom: 40px; }
  .ts-phil-bento {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ts-phil-card--quote { grid-column: auto; padding: 34px 28px; }
  .ts-phil-card--pillar:nth-child(2),
  .ts-phil-card--pillar:nth-child(3),
  .ts-phil-card--pillar:nth-child(4) { grid-column: auto; grid-row: auto; }
  .ts-phil-card { padding: 28px 24px; border-radius: 16px; }
  .ts-phil-quote-mark { font-size: 70px; }
  .ts-phil-quote-line { font-size: 22px; }
  .ts-phil-glow { display: none; }
}
@media (max-width: 575px) {
  .ts-phil-area { padding: 60px 0 55px; }
  .ts-phil-eyebrow { margin-bottom: 34px; }
  .ts-phil-bento { grid-template-columns: 1fr; gap: 14px; }
  .ts-phil-card--quote { grid-column: auto; padding: 28px 22px; }
  .ts-phil-card--pillar:nth-child(2),
  .ts-phil-card--pillar:nth-child(3),
  .ts-phil-card--pillar:nth-child(4) { grid-column: auto; grid-row: auto; }
  .ts-phil-card { padding: 24px 20px; border-radius: 14px; }
  .ts-phil-quote-mark { font-size: 56px; }
  .ts-phil-quote-line { font-size: 20px; }
  .ts-phil-pillar-title { font-size: 16px; }
  .ts-phil-pillar-desc { font-size: 13px; }
  .ts-phil-glow { display: none; }
}
/* -- ts-phil end -- */
/* Ethos Cards â€” dark bg section â€” liquid style (legacy) */

/* -- ts-spaces-process (clean content list) -- */
.ts-spaces-process-area {
  padding: 120px 0;
  background: #fff;
  position: relative;
}

/* header: two-column */
.ts-spaces-process-header {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 70px;
}
.ts-spaces-process-header-left {
  flex: 0 0 52%;
  max-width: 52%;
}
.ts-spaces-process-header-right {
  flex: 1;
  padding-top: 46px;
}
.ts-spaces-process-area .ts-principles-eyebrow {
  margin-bottom: 22px;
}
.ts-spaces-process-area .ts-principles-eyebrow-line {
  background: #1A2653;
}
.ts-spaces-process-area .ts-principles-eyebrow-text {
  color: #1A2653;
}
.ts-spaces-process-title {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 3.2vw, 48px);
  font-weight: 600;
  color: #1A2653;
  line-height: 1.15;
  margin: 0;
}
.ts-spaces-process-subtitle {
  font-family: "Albert Sans", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin: 0;
}

/* ── content list ── */
.ts-spaces-process-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.ts-spaces-process-item {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  padding: 38px 0;
  border-bottom: 1px solid rgba(26,38,83,0.07);
  transition: all 0.4s ease;
  will-change: transform, opacity;
}
.ts-spaces-process-item:first-child {
  border-top: 1px solid rgba(26,38,83,0.07);
}
.ts-spaces-process-item:hover {
  padding-left: 12px;
}

/* number */
.ts-spaces-process-item-num {
  flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(26,38,83,0.1);
  transition: all 0.4s ease;
  padding-top: 4px;
  min-width: 56px;
}
.ts-spaces-process-item:hover .ts-spaces-process-item-num {
  -webkit-text-stroke-color: #F78D20;
}

/* content */
.ts-spaces-process-item-content {
  flex: 1;
}
.ts-spaces-process-item-title {
  font-family: "Albert Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1A2653;
  margin: 0 0 8px;
  line-height: 1.3;
  transition: color 0.3s ease;
}
.ts-spaces-process-item:hover .ts-spaces-process-item-title {
  color: #F78D20;
}
.ts-spaces-process-item-desc {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  color: #666;
  margin: 0;
  max-width: 680px;
}

/* duration */
.ts-spaces-process-item-duration {
  flex-shrink: 0;
  font-family: "Albert Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(26,38,83,0.35);
  padding-top: 6px;
  white-space: nowrap;
}

/* footer CTA */
.ts-spaces-process-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 60px;
  padding-top: 50px;
}
.ts-spaces-process-footer-text {
  font-family: "Albert Sans", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #1A2653;
  margin: 0;
}
.ts-spaces-process-footer .ts-spaces-cta-btn-primary:hover {
  background: #0f1b3d !important;
  box-shadow: 0 12px 35px rgba(26,38,83,0.18);
}

/* responsive */
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .ts-spaces-process-area { padding: 100px 0; }
  .ts-spaces-process-header { margin-bottom: 60px; gap: 40px; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ts-spaces-process-area { padding: 90px 0; }
  .ts-spaces-process-header { margin-bottom: 50px; gap: 32px; }
  .ts-spaces-process-item { gap: 28px; padding: 32px 0; }
  .ts-spaces-process-item-num { font-size: 36px; min-width: 48px; }
  .ts-spaces-process-item-title { font-size: 18px; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ts-spaces-process-area { padding: 80px 0; }
  .ts-spaces-process-header { flex-direction: column; gap: 16px; margin-bottom: 45px; }
  .ts-spaces-process-header-left { flex: none; max-width: 100%; }
  .ts-spaces-process-header-right { padding-top: 0; }
  .ts-spaces-process-item { gap: 24px; padding: 28px 0; }
  .ts-spaces-process-item-num { font-size: 32px; min-width: 44px; }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .ts-spaces-process-area { padding: 65px 0; }
  .ts-spaces-process-header { flex-direction: column; gap: 12px; margin-bottom: 38px; }
  .ts-spaces-process-header-left { flex: none; max-width: 100%; }
  .ts-spaces-process-header-right { padding-top: 0; }
  .ts-spaces-process-title { font-size: 28px; }
  .ts-spaces-process-subtitle { font-size: 14px; }
  .ts-spaces-process-item { flex-wrap: wrap; gap: 16px; padding: 26px 0; }
  .ts-spaces-process-item-num { font-size: 28px; min-width: 40px; }
  .ts-spaces-process-item-duration { width: 100%; padding-top: 0; padding-left: 56px; }
  .ts-spaces-process-footer { flex-direction: column; align-items: flex-start; gap: 20px; }
}
@media (max-width: 575px) {
  .ts-spaces-process-area { padding: 55px 0; }
  .ts-spaces-process-header { flex-direction: column; gap: 10px; margin-bottom: 32px; }
  .ts-spaces-process-header-left { flex: none; max-width: 100%; }
  .ts-spaces-process-header-right { padding-top: 0; }
  .ts-spaces-process-title { font-size: 26px; }
  .ts-spaces-process-subtitle { font-size: 13px; }
  .ts-spaces-process-item { flex-wrap: wrap; gap: 12px; padding: 22px 0; }
  .ts-spaces-process-item-num { font-size: 26px; min-width: 36px; }
  .ts-spaces-process-item-title { font-size: 17px; }
  .ts-spaces-process-item-desc { font-size: 13.5px; }
  .ts-spaces-process-item-duration { width: 100%; padding-top: 0; padding-left: 48px; font-size: 11px; }
  .ts-spaces-process-footer { flex-direction: column; align-items: flex-start; gap: 18px; }
  .ts-spaces-process-footer-text { font-size: 15px; }
}
/* -- ts-spaces-process end -- */
.bs-ethos-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 40px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
              border-color 0.4s ease,
              box-shadow 0.5s ease;
  transform-style: preserve-3d;
}
/* liquid blob background ? idle */
.bs-ethos-card::before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 58, 95, 0.25) 0%, transparent 70%);
  top: -60px;
  right: -60px;
  filter: blur(40px);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  z-index: 0;
}
/* liquid inner glow overlay */
.bs-ethos-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: radial-gradient(ellipse at var(--mx, 50%) var(--my, 50%),
    rgba(30, 58, 95, 0.12) 0%,
    transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}
.bs-ethos-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(30, 58, 95, 0.35);
  box-shadow: 0 0 40px rgba(30, 58, 95, 0.08),
              inset 0 0 30px rgba(30, 58, 95, 0.04);
  transform: translateY(-6px);
}
.bs-ethos-card:hover::before {
  opacity: 1;
  transform: scale(1.3) translate(10px, 10px);
}
.bs-ethos-card:hover::after {
  opacity: 1;
}
.bs-ethos-card > * {
  position: relative;
  z-index: 1;
}

.bs-ethos-card-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(30, 58, 95, 0.15);
  border-radius: 12px;
  margin-bottom: 25px;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
              background 0.4s ease;
}
.bs-ethos-card:hover .bs-ethos-card-icon {
  transform: scale(1.08) translateY(-2px);
  background: rgba(30, 58, 95, 0.22);
}
.bs-ethos-card-icon i {
  font-size: 28px;
  color: var(--bs-clr-pr-1);
}
.bs-ethos-card-title {
  font-family: var(--bs-font-2);
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}
.bs-ethos-card-text {
  font-family: var(--bs-font-1);
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

/* Scroll-reveal initial states */
.bs-ethos-reveal {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.bs-ethos-reveal.bs-revealed {
  opacity: 1;
  transform: translateY(0);
}
/* stagger card children */
.bs-ethos-reveal-stagger .col-lg-3:nth-child(1) .bs-ethos-card,
.bs-ethos-reveal-stagger .col-lg-6:nth-child(1) .bs-ethos-link-card { transition-delay: 0s; }
.bs-ethos-reveal-stagger .col-lg-3:nth-child(2) .bs-ethos-card,
.bs-ethos-reveal-stagger .col-lg-6:nth-child(2) .bs-ethos-link-card { transition-delay: 0.12s; }
.bs-ethos-reveal-stagger .col-lg-3:nth-child(3) .bs-ethos-card { transition-delay: 0.24s; }
.bs-ethos-reveal-stagger .col-lg-3:nth-child(4) .bs-ethos-card { transition-delay: 0.36s; }

/* Framework Link Cards ? liquid style */
.bs-ethos-link-card {
  background: #fff;
  border: 1px solid rgba(8, 20, 33, 0.08);
  border-radius: 16px;
  padding: 50px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
              border-color 0.4s ease,
              box-shadow 0.5s ease;
}
/* liquid soft blob */
.bs-ethos-link-card::before {
  content: '';
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 58, 95, 0.12) 0%, transparent 70%);
  bottom: -80px;
  left: -80px;
  filter: blur(50px);
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  z-index: 0;
}
/* liquid cursor-follow glow */
.bs-ethos-link-card::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: radial-gradient(ellipse at var(--mx, 50%) var(--my, 50%),
    rgba(30, 58, 95, 0.08) 0%,
    transparent 55%);
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
  z-index: 0;
}
.bs-ethos-link-card:hover {
  border-color: rgba(30, 58, 95, 0.2);
  box-shadow: 0 24px 60px rgba(8, 20, 33, 0.07),
              0 0 30px rgba(30, 58, 95, 0.05);
  transform: translateY(-6px);
}
.bs-ethos-link-card:hover::before {
  opacity: 1;
  transform: scale(1.4) translate(20px, -20px);
}
.bs-ethos-link-card:hover::after {
  opacity: 1;
}
.bs-ethos-link-card > * {
  position: relative;
  z-index: 1;
}

.bs-ethos-link-card-num {
  font-family: var(--bs-font-2);
  font-size: 48px;
  font-weight: 700;
  color: var(--bs-clr-pr-1);
  opacity: 0.2;
  line-height: 1;
  margin-bottom: 20px;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.bs-ethos-link-card:hover .bs-ethos-link-card-num {
  opacity: 0.35;
  transform: translateX(4px);
}
.bs-ethos-link-card-title {
  font-size: 26px;
  margin-bottom: 15px;
}

/* Principles slider section ? parallax rise */
.bs-principles-parallax {
  opacity: 0;
  transform: translateY(80px) scale(0.97);
  transition: opacity 0.9s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.9s cubic-bezier(0.23, 1, 0.32, 1);
}
.bs-principles-parallax.bs-revealed {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* liquid morphing border glow keyframes */
@keyframes bs-liquid-pulse {
  0%   { border-color: rgba(30, 58, 95, 0.08); box-shadow: 0 0 0 rgba(30, 58, 95, 0); }
  50%  { border-color: rgba(30, 58, 95, 0.20); box-shadow: 0 0 20px rgba(30, 58, 95, 0.06); }
  100% { border-color: rgba(30, 58, 95, 0.08); box-shadow: 0 0 0 rgba(30, 58, 95, 0); }
}

@media (max-width: 991px) {
  .bs-ethos-card {
    padding: 30px 25px;
  }
  .bs-ethos-link-card {
    padding: 35px 30px;
  }
  .bs-ethos-link-card-title {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .bs-ethos-card {
    padding: 25px 20px;
  }
  .bs-ethos-link-card {
    padding: 30px 25px;
  }
  /* reduce liquid blobs on mobile */
  .bs-ethos-card::before,
  .bs-ethos-link-card::before {
    display: none;
  }
}

/*
    ethos-framework-end
*/

/* ================================================
   COLLECTION PAGE ? Tab Layout + 3D Animations
   ================================================ */

/* reuse seven-spaces nav & detail styles ? 
   only collection-specific overrides here */

/* 3D Perspective Container */
.bs-collection-3d {
  perspective: 1200px;
}

/* Product Cards ? 3D enhanced */
.bs-product-card {
  background: #fff;
  border: 1px solid rgba(8, 20, 33, 0.06);
  border-radius: 14px;
  padding: 36px 30px;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1),
              box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1),
              border-color 0.4s ease;
  transform-style: preserve-3d;
  will-change: transform;
}
.bs-product-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #F78D20;
  transition: height 0.4s ease;
  border-radius: 0 0 3px 0;
}
.bs-product-card:hover {
  border-color: rgba(247, 141, 32, 0.2);
  box-shadow: 0 24px 60px rgba(8, 20, 33, 0.10),
              0 8px 20px rgba(30, 58, 95, 0.06);
  transform: translateY(-8px) rotateX(2deg) rotateY(-1deg);
}
.bs-product-card:hover::before {
  height: 100%;
}

/* Card inner content ? parallax offset on hover */
.bs-product-card:hover .bs-product-name {
  transform: translateZ(20px);
}
.bs-product-card .bs-product-name,
.bs-product-card .bs-product-desc,
.bs-product-card .bs-product-tags {
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.bs-product-card:hover .bs-product-desc {
  transform: translateZ(10px);
}
.bs-product-card:hover .bs-product-tags {
  transform: translateZ(15px);
}

.bs-product-name {
  font-family: var(--bs-font-2);
  font-size: 22px;
  font-weight: 700;
  color: #081421;
  margin-bottom: 14px;
  line-height: 1.3;
}
.bs-product-desc {
  font-family: var(--bs-font-1);
  font-size: 14px;
  line-height: 1.8;
  color: rgba(8, 20, 33, 0.65);
  margin-bottom: 20px;
}
.bs-product-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.bs-product-tag {
  font-family: var(--bs-font-1);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1A2653;
  border: 1px solid rgba(26, 38, 83, 0.15);
  padding: 6px 14px;
  border-radius: 50px;
  background: linear-gradient(135deg, rgba(26, 38, 83, 0.04) 0%, rgba(26, 38, 83, 0.08) 100%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 1px 3px rgba(26, 38, 83, 0.06);
  transition: all 0.35s ease;
}
.bs-product-tag:hover {
  background: linear-gradient(135deg, rgba(26, 38, 83, 0.08) 0%, rgba(26, 38, 83, 0.14) 100%);
  border-color: rgba(26, 38, 83, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 3px 8px rgba(26, 38, 83, 0.1);
}
.bs-product-card:hover .bs-product-tag {
  background: linear-gradient(135deg, rgba(26, 38, 83, 0.06) 0%, rgba(26, 38, 83, 0.12) 100%);
  border-color: rgba(26, 38, 83, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 2px 6px rgba(26, 38, 83, 0.08);
}

/* 3D reveal on scroll ? initial hidden state */
.bs-3d-card {
  opacity: 0;
  transform: perspective(1000px) rotateY(8deg) translateY(40px);
  transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1),
              transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
.bs-3d-card.bs-3d-visible {
  opacity: 1;
  transform: perspective(1000px) rotateY(0deg) translateY(0);
}

/* Scroll-split: cards start as one stacked, split to three */
.bs-space-body .row > .col-lg-4 {
  transition: transform 0.1s linear, opacity 0.1s linear;
  will-change: transform, opacity;
}

/* Bubble expand overlay ? lives inside .bs-collection-3d */
.bs-bubble-overlay {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(30, 58, 95,0.18) 0%, rgba(30, 58, 95,0.04) 50%, transparent 70%);
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: none;
}
.bs-bubble-overlay.bs-bubble-active {
  animation: bs-bubble-pop 0.75s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@keyframes bs-bubble-pop {
  0%   { width: 0; height: 0; opacity: 1; }
  60%  { opacity: 0.8; }
  100% { width: 220vw; height: 220vw; opacity: 0; }
}

/* Tab pane ? bubble-sourced entrance */
.bs-collection-3d {
  position: relative;
  overflow: hidden;
}
.bs-collection-3d .tab-pane {
  transition: opacity 0.15s ease;
}
.bs-collection-3d .tab-pane .bs-space-detail {
  opacity: 0;
  transform: translateY(30px) scale(0.97);
  transition: opacity 0.6s cubic-bezier(0.23,1,0.32,1),
              transform 0.6s cubic-bezier(0.23,1,0.32,1);
}
.bs-collection-3d .tab-pane.bs-tab-entered .bs-space-detail {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Responsive */
@media (max-width: 991px) {
  .bs-product-card {
    padding: 28px 24px;
  }
  .bs-product-card:hover {
    transform: translateY(-6px) rotateX(1deg);
  }
}
@media (max-width: 767px) {
  .bs-product-card {
    padding: 24px 20px;
  }
  .bs-product-name {
    font-size: 20px;
  }
  .bs-product-card:hover {
    transform: translateY(-4px);
  }
  .bs-3d-card {
    transform: perspective(1000px) rotateY(0deg) translateY(30px);
  }
}

/*
    collection-end
*/

/* Collection Closing Section ? white bg stats + links */
.bs-closing-stat {
  text-align: center;
  padding: 30px 20px;
}
.bs-closing-stat-num {
  font-family: var(--bs-font-2);
  font-size: 52px;
  font-weight: 700;
  color: #081421;
  line-height: 1;
  margin-bottom: 8px;
}
.bs-closing-stat-num span {
  color: var(--bs-clr-pr-1);
}
.bs-closing-stat-label {
  font-family: var(--bs-font-1);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bs-clr-pr-1);
  margin-bottom: 12px;
}
.bs-closing-stat-desc {
  font-family: var(--bs-font-1);
  font-size: 14px;
  line-height: 1.7;
  color: rgba(8, 20, 33, 0.55);
  margin: 0;
}

/* link boxes */
.bs-closing-link-box {
  background: #f9f9f9;
  border: 1px solid rgba(8, 20, 33, 0.06);
  border-radius: 14px;
  padding: 40px 36px;
  height: 100%;
  transition: border-color 0.4s ease, box-shadow 0.4s ease;
}
.bs-closing-link-box:hover {
  border-color: rgba(30, 58, 95, 0.15);
  box-shadow: 0 12px 40px rgba(8, 20, 33, 0.05);
}
.bs-closing-link-title {
  font-family: var(--bs-font-2);
  font-size: 22px;
  font-weight: 700;
  color: #081421;
  margin-bottom: 12px;
}
.bs-closing-link-desc {
  font-family: var(--bs-font-1);
  font-size: 14px;
  line-height: 1.75;
  color: rgba(8, 20, 33, 0.6);
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .bs-closing-stat-num {
    font-size: 42px;
  }
  .bs-closing-link-box {
    padding: 30px 28px;
  }
}
@media (max-width: 767px) {
  .bs-closing-stat-num {
    font-size: 36px;
  }
  .bs-closing-stat {
    padding: 20px 15px;
  }
  .bs-closing-link-box {
    padding: 28px 24px;
  }
  .bs-closing-link-title {
    font-size: 20px;
  }
}


/* closing link button — navy pill + orange circle arrow */
.bs-closing-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  border-radius: 50px;
  background: #1A2653;
  padding: 5px 5px 5px 28px;
  transition: background 0.35s ease, box-shadow 0.35s ease;
}
.bs-closing-link-btn:hover {
  background: #0f1b3d;
  box-shadow: 0 8px 24px rgba(26, 38, 83, 0.25);
}
.bs-closing-link-btn-text {
  font-family: var(--bs-font-1);
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.2px;
  margin-right: 18px;
  white-space: nowrap;
}
.bs-closing-link-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #F78D20;
  color: #fff;
  flex-shrink: 0;
  transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), background 0.35s ease;
}
.bs-closing-link-btn:hover .bs-closing-link-btn-icon {
  transform: translateX(3px);
  background: #e07010;
}

/* Glass Button ? liquid glassmorphism */
.bs-glass-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 36px;
  font-family: var(--bs-font-1);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.12) 0%,
    rgba(255,255,255,0.05) 40%,
    rgba(30, 58, 95,0.06) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 60px;
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.15),
              inset 0 1px 0 rgba(255, 255, 255, 0.15),
              inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  position: relative;
  overflow: hidden;
  transition: background 0.5s ease,
              border-color 0.5s ease,
              box-shadow 0.5s ease,
              transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
/* top-edge light refraction line */
.bs-glass-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  border-radius: 60px;
  pointer-events: none;
}
/* liquid shimmer sweep */
.bs-glass-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(105deg,
    transparent 30%,
    rgba(255,255,255,0.12) 45%,
    rgba(255,255,255,0.06) 55%,
    transparent 70%);
  transform: skewX(-20deg);
  transition: left 0.7s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
}
.bs-glass-btn:hover::after {
  left: 125%;
}
.bs-glass-btn:hover {
  background: linear-gradient(135deg,
    rgba(255,255,255,0.16) 0%,
    rgba(255,255,255,0.08) 40%,
    rgba(30, 58, 95,0.10) 100%);
  border-color: rgba(30, 58, 95, 0.45);
  box-shadow: 0 8px 40px rgba(30, 58, 95, 0.18),
              0 0 60px rgba(30, 58, 95, 0.06),
              inset 0 1px 0 rgba(255, 255, 255, 0.20),
              inset 0 -1px 0 rgba(255, 255, 255, 0.05);
  color: #fff;
  transform: translateY(-3px);
}
.bs-glass-btn i {
  font-size: 14px;
  transition: transform 0.4s ease;
}
.bs-glass-btn:hover i {
  transform: translateX(5px);
}

/* Header Glass Button ? Contact Us */
.bs-header-glass-btn {
  display: inline-flex;
  align-items: center;
  padding: 11px 28px;
  font-family: var(--bs-font-1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  color: #1A2653;
  background: linear-gradient(135deg,
    rgba(30, 58, 95, 0.08) 0%,
    rgba(74, 122, 181, 0.04) 100%);
  border: 1px solid rgba(30, 58, 95, 0.25);
  border-radius: 8px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 2px 10px rgba(30, 58, 95, 0.06),
              inset 0 1px 0 rgba(255, 255, 255, 0.25);
  position: relative;
  overflow: hidden;
  transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
}
/* shimmer sweep */
.bs-header-glass-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -75%;
  width: 50%;
  height: 200%;
  background: linear-gradient(105deg,
    transparent 30%,
    rgba(30, 58, 95, 0.15) 45%,
    rgba(255, 255, 255, 0.1) 55%,
    transparent 70%);
  transform: skewX(-20deg);
  transition: left 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: none;
  opacity: 0;
}
.bs-header-glass-btn:hover::after {
  left: 125%;
  opacity: 1;
}
.bs-header-glass-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #1A2653 0%, #2a5080 100%);
  border-color: transparent;
  box-shadow: 0 6px 24px rgba(30, 58, 95, 0.25),
              inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}

/* Header Outline Button â€” Burger Icon */
.bs-header-outline-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  background: transparent;
  border: 1.5px solid rgba(26,38,83,0.12);
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.35s ease;
}
.bs-header-outline-btn:hover {
  border-color: rgba(247,141,32,0.4);
}
.bs-header-outline-btn::before {
  display: none;
}
@keyframes bs-gradient-border-spin {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
/* burger layers */
.bs-header-outline-btn .line {
  display: block;
  height: 2px;
  border-radius: 2px;
  transition: all 0.35s ease;
}
.bs-header-outline-btn .line:nth-child(1) {
  width: 22px;
  background: #1A2653;
  margin-bottom: 5px;
}
.bs-header-outline-btn .line:nth-child(2) {
  width: 16px;
  background: #F78D20;
  margin-bottom: 5px;
}
.bs-header-outline-btn .line:nth-child(3) {
  width: 22px;
  background: #1A2653;
}
.bs-header-outline-btn:hover .line:nth-child(1) { background: #F78D20; width: 22px; }
.bs-header-outline-btn:hover .line:nth-child(2) { background: #1A2653; width: 22px; }
.bs-header-outline-btn:hover .line:nth-child(3) { background: #F78D20; width: 22px; }
.bs-header-outline-btn:hover {
  box-shadow: none;
}

/* Phone ? typewriter + backspace loop */
.bs-typewriter-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.bs-typewriter-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: 2px solid #1A2653;
  width: 0;
  animation: bs-type-delete 6s steps(26, end) infinite,
             bs-blink-caret 0.5s step-end infinite;
}
@keyframes bs-type-delete {
  0%   { width: 0; }
  35%  { width: 100%; }
  65%  { width: 100%; }
  95%  { width: 0; }
  100% { width: 0; }
}
@keyframes bs-blink-caret {
  0%, 100% { border-color: #1A2653; }
  50%      { border-color: transparent; }
}

/* Contact button â€” sleek Connect CTA */
.ts-header-connect {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  border-radius: 50px;
  background: #1A2653;
  padding: 4px;
  position: relative;
  min-width: 160px;
  height: 46px;
  z-index: 1;
  transition: background 0.5s cubic-bezier(0.4,0,0.2,1), box-shadow 0.5s;
}
.ts-connect-text {
  font-family: var(--bs-font-1);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  position: absolute;
  left: 26px;
  transition: left 0.5s cubic-bezier(0.4,0,0.2,1), color 0.4s;
  white-space: nowrap;
}
.ts-connect-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #F78D20;
  color: #fff;
  font-size: 13px;
  flex-shrink: 0;
  position: absolute;
  right: 4px;
  transition: right 0.5s cubic-bezier(0.4,0,0.2,1), left 0.5s cubic-bezier(0.4,0,0.2,1), background 0.4s, color 0.4s, transform 0.5s cubic-bezier(0.4,0,0.2,1);
}
.ts-header-connect:hover {
  background: #F78D20;
  box-shadow: 0 6px 24px rgba(247, 141, 32, 0.35);
}
.ts-header-connect:hover .ts-connect-text {
  left: 50px;
  color: #fff;
}
.ts-header-connect:hover .ts-connect-arrow {
  right: calc(100% - 42px);
  background: #fff;
  color: #1A2653;
  transform: rotate(-45deg);
}

/* Gemini-style animated gradient glow around Connect button */
.bs-btn-orbit-wrap {
  position: relative;
  display: inline-flex;
  border-radius: 50px;
}
.bs-btn-orbit-wrap::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 52px;
  background: conic-gradient(
    from var(--glow-angle, 0deg),
    #F78D20,
    #ff6b35,
    #e84393,
    #6c5ce7,
    #3b82f6,
    #00b894,
    #fdcb6e,
    #F78D20
  );
  opacity: 0.6;
  filter: blur(4px);
  z-index: -1;
  animation: geminiGlow 3s linear infinite;
}
.bs-btn-orbit-wrap::after {
  content: '';
  position: absolute;
  inset: -1.5px;
  border-radius: 51px;
  background: conic-gradient(
    from var(--glow-angle, 0deg),
    #F78D20,
    #ff6b35,
    #e84393,
    #6c5ce7,
    #3b82f6,
    #00b894,
    #fdcb6e,
    #F78D20
  );
  z-index: -1;
  animation: geminiGlow 3s linear infinite;
}
@property --glow-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes geminiGlow {
  to { --glow-angle: 360deg; }
}
.bs-btn-orbit-wrap:hover::before {
  opacity: 1;
  filter: blur(8px);
}

/* ===== Header Logo Blob on Hover ===== */
.bs-logo-bubble-wrap {
  position: relative;
}
.bs-logo-bubble-wrap img {
  position: relative;
  z-index: 2;
}

.bs-logo-blob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 68px;
  transform: translate(-50%, -48%) scale(0);
  background: linear-gradient(145deg,
    rgba(26,38,83,0.55) 0%,
    rgba(42,80,128,0.5) 30%,
    rgba(72,160,190,0.4) 60%,
    rgba(120,200,210,0.25) 100%);
  filter: blur(6px);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  border-radius: 42% 58% 62% 38% / 48% 35% 65% 52%;
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.bs-logo-bubble-wrap:hover .bs-logo-blob {
  opacity: 1;
  transform: translate(-50%, -48%) scale(1);
  animation: logoBlobMorph 4s ease-in-out infinite;
}

@keyframes logoBlobMorph {
  0% {
    border-radius: 42% 58% 62% 38% / 48% 35% 65% 52%;
    transform: translate(-50%, -48%) scale(1) rotate(0deg);
  }
  20% {
    border-radius: 55% 45% 38% 62% / 60% 50% 50% 40%;
    transform: translate(-50%, -48%) scale(1.05) rotate(18deg);
  }
  40% {
    border-radius: 38% 62% 55% 45% / 42% 62% 38% 58%;
    transform: translate(-50%, -48%) scale(1.08) rotate(40deg);
  }
  60% {
    border-radius: 60% 40% 45% 55% / 55% 38% 62% 45%;
    transform: translate(-50%, -48%) scale(1.03) rotate(65deg);
  }
  80% {
    border-radius: 45% 55% 58% 42% / 38% 55% 45% 62%;
    transform: translate(-50%, -48%) scale(1.06) rotate(85deg);
  }
  100% {
    border-radius: 42% 58% 62% 38% / 48% 35% 65% 52%;
    transform: translate(-50%, -48%) scale(1) rotate(0deg);
  }
}

/* Fullscreen bubble spread overlay */
.bs-bubble-overlay {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  overflow: hidden;
}
.bs-bubble-overlay .bs-spread-bubble {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, rgba(247, 160, 104, 0.7), rgba(30, 58, 95, 0.35));
  opacity: 0;
  transition: all 1.2s cubic-bezier(0.23, 1, 0.32, 1);
}
.bs-bubble-overlay.bs-spread-active .bs-spread-bubble {
  opacity: 1;
  animation: bsSpreadDrift 3s ease-in-out infinite alternate;
}
.bs-bubble-overlay.bs-spread-collapse .bs-spread-bubble {
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.55, 0, 1, 0.45);
}
@keyframes bsSpreadDrift {
  0% { transform: translate(0, 0) scale(1); }
  100% { transform: translate(var(--drift-x), var(--drift-y)) scale(var(--drift-s)); }
}


/* ========================================
   CONTACT PAGE — ts-contact
   ======================================== */

.ts-contact-area {
  padding: 100px 0 120px;
  position: relative;
  overflow: hidden;
  background: #fafbfe;
}

/* ---------- ambient background ---------- */
.ts-contact-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.ts-contact-bg-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #fafbfe 0%, #f0f2f9 40%, #fafbfe 70%, #f5f3ee 100%);
}
.ts-contact-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 1px 1px, rgba(26,38,83,0.03) 1px, transparent 0);
  background-size: 40px 40px;
}
.ts-contact-bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
}
.ts-contact-bg-orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(247,141,32,0.10) 0%, transparent 70%);
  top: -100px;
  right: -100px;
  animation: tsContactOrb1 12s ease-in-out infinite;
}
.ts-contact-bg-orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(26,38,83,0.06) 0%, transparent 70%);
  bottom: -80px;
  left: -60px;
  animation: tsContactOrb2 10s ease-in-out infinite;
}
@keyframes tsContactOrb1 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(-30px, 20px) scale(1.1); }
}
@keyframes tsContactOrb2 {
  0%, 100% { transform: translate(0,0) scale(1); }
  50% { transform: translate(20px, -15px) scale(1.05); }
}

/* ---------- intro ---------- */
.ts-contact-intro {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
.ts-contact-eyebrow {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.ts-contact-eyebrow .ts-principles-eyebrow-line {
  width: 36px;
  height: 2px;
  background: #F78D20;
  display: inline-block;
}
.ts-contact-eyebrow .ts-principles-eyebrow-text {
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #F78D20;
}
.ts-contact-heading {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(36px, 4.5vw, 60px);
  font-weight: 500;
  line-height: 1.15;
  color: #1A2653;
  margin: 0;
}
.ts-contact-intro-text {
  font-family: "Albert Sans", sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #5a6275;
  margin: 0;
}

/* ---------- info ribbon ---------- */
.ts-contact-ribbon {
  display: flex;
  align-items: stretch;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  margin-bottom: 56px;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(26,38,83,0.06);
  box-shadow: 0 8px 40px rgba(26,38,83,0.06);
  overflow: hidden;
  transition: box-shadow 0.4s ease;
}
.ts-contact-ribbon:hover {
  box-shadow: 0 12px 48px rgba(26,38,83,0.10);
}
.ts-contact-ribbon-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 32px;
  position: relative;
  transition: background 0.35s ease;
  cursor: default;
}
.ts-contact-ribbon-card:hover {
  background: rgba(247,141,32,0.03);
}
.ts-contact-ribbon-card:hover .ts-contact-ribbon-icon {
  background: #F78D20;
  color: #fff;
  transform: scale(1.08);
}
.ts-contact-ribbon-card:hover .ts-contact-ribbon-arrow {
  opacity: 1;
  transform: translateX(0);
}
.ts-contact-ribbon-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(247,141,32,0.08), rgba(247,141,32,0.15));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #F78D20;
  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}
.ts-contact-ribbon-body {
  flex: 1;
  min-width: 0;
}
.ts-contact-ribbon-label {
  font-family: "Albert Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #9098ad;
  margin: 0 0 3px;
}
.ts-contact-ribbon-value {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #1A2653;
  margin: 0;
}
a.ts-contact-ribbon-link {
  color: #1A2653;
  text-decoration: none;
  transition: color 0.3s;
}
a.ts-contact-ribbon-link:hover {
  color: #F78D20;
}
.ts-contact-ribbon-arrow {
  color: #F78D20;
  font-size: 14px;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.35s ease;
}
.ts-contact-ribbon-divider {
  width: 1px;
  align-self: stretch;
  margin: 18px 0;
  background: linear-gradient(180deg, transparent, rgba(26,38,83,0.10), transparent);
}

/* ---------- two-column grid ---------- */
.ts-contact-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 48px;
  align-items: start;
  position: relative;
  z-index: 1;
}

/* ---------- form column ---------- */
.ts-contact-form-wrap {
  background: #fff;
  border-radius: 24px;
  padding: 48px 44px;
  border: 1px solid rgba(26,38,83,0.06);
  box-shadow: 0 16px 64px rgba(26,38,83,0.06);
  position: relative;
  overflow: hidden;
}
.ts-contact-form-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #F78D20, #1A2653, #F78D20);
  background-size: 200% 100%;
  animation: tsContactFormShimmer 4s linear infinite;
}
@keyframes tsContactFormShimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}
.ts-contact-form-header {
  margin-bottom: 32px;
}
.ts-contact-form-badge {
  display: inline-block;
  font-family: "Albert Sans", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F78D20;
  background: rgba(247,141,32,0.08);
  padding: 6px 16px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.ts-contact-form-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  color: #1A2653;
  margin: 0 0 6px;
}
.ts-contact-form-subtitle {
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  color: #8a92a6;
  margin: 0;
}

/* fields */
.ts-contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.ts-contact-field {
  margin-bottom: 20px;
  position: relative;
}
.ts-contact-field label {
  display: block;
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #1A2653;
  margin-bottom: 8px;
}
.ts-contact-field input,
.ts-contact-field textarea {
  width: 100%;
  padding: 14px 18px;
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  color: #1A2653;
  background: #f7f8fb;
  border: 1.5px solid rgba(26,38,83,0.08);
  border-radius: 12px;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s, background 0.3s;
}
.ts-contact-field input::placeholder,
.ts-contact-field textarea::placeholder {
  color: #b0b6c7;
}
.ts-contact-field input:focus,
.ts-contact-field textarea:focus {
  border-color: #F78D20;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(247,141,32,0.08);
}
.ts-contact-field textarea {
  resize: vertical;
  min-height: 100px;
}

/* submit button */
.ts-contact-submit {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 40px;
  font-family: "Albert Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #fff;
  background: linear-gradient(135deg, #1A2653, #243670);
  border: none;
  border-radius: 60px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  margin-top: 8px;
}
.ts-contact-submit-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #F78D20, #e07a18);
  border-radius: 60px;
  transform: translateX(-101%);
  transition: transform 0.5s cubic-bezier(0.25,0.46,0.45,0.94);
  z-index: 0;
}
.ts-contact-submit:hover .ts-contact-submit-bg {
  transform: translateX(0);
}
.ts-contact-submit-text,
.ts-contact-submit-icon {
  position: relative;
  z-index: 1;
}
.ts-contact-submit-icon svg {
  transition: transform 0.4s ease;
}
.ts-contact-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(26,38,83,0.18);
}
.ts-contact-submit:hover .ts-contact-submit-icon svg {
  transform: translateX(4px) translateY(-4px);
}

/* ---------- right column ---------- */
.ts-contact-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* map */
.ts-contact-map {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(26,38,83,0.06);
  box-shadow: 0 8px 32px rgba(26,38,83,0.05);
  position: relative;
}
.ts-contact-map iframe {
  display: block;
  width: 100%;
  height: 320px;
}
.ts-contact-map-overlay {
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(26,38,83,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 10px 18px;
  border-radius: 12px;
  pointer-events: none;
}
.ts-contact-map-pin {
  display: flex;
  animation: tsMapPinBounce 2s ease-in-out infinite;
}
@keyframes tsMapPinBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.ts-contact-map-label {
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.3px;
}

/* trust signals */
.ts-contact-trust {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: linear-gradient(135deg, #1A2653 0%, #1e2d5e 50%, #1A2653 100%);
  border-radius: 20px;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(26,38,83,0.15);
}
.ts-contact-trust::before {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(247,141,32,0.12) 0%, transparent 70%);
  filter: blur(50px);
  top: -60px;
  right: -40px;
  pointer-events: none;
}
.ts-contact-trust-item {
  text-align: center;
  flex: 1;
}
.ts-contact-trust-num {
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.ts-contact-trust-label {
  font-family: "Albert Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-top: 8px;
}
.ts-contact-trust-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.12), transparent);
  flex-shrink: 0;
}

/* promise footer */
.ts-contact-promise {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(26,38,83,0.06);
}
.ts-contact-promise-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(34,197,94,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #22c55e;
}
.ts-contact-promise strong {
  font-family: "Albert Sans", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1A2653;
  display: block;
  margin-bottom: 2px;
}
.ts-contact-promise p {
  font-family: "Albert Sans", sans-serif;
  font-size: 13px;
  line-height: 1.6;
  color: #7a8299;
  margin: 0;
}

/* ---------- responsive ---------- */
@media (max-width: 991px) {
  .ts-contact-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ts-contact-intro .row {
    flex-direction: column;
    gap: 16px;
  }
  .ts-contact-ribbon {
    flex-direction: column;
    border-radius: 16px;
  }
  .ts-contact-ribbon-divider {
    width: auto;
    height: 1px;
    margin: 0 24px;
    background: linear-gradient(90deg, transparent, rgba(26,38,83,0.08), transparent);
  }
  .ts-contact-ribbon-card {
    padding: 22px 28px;
  }
}
@media (max-width: 575px) {
  .ts-contact-area {
    padding: 60px 0 80px;
  }
  .ts-contact-form-wrap {
    padding: 32px 22px;
    border-radius: 18px;
  }
  .ts-contact-form-row {
    grid-template-columns: 1fr;
  }
  .ts-contact-heading {
    font-size: 30px;
  }
  .ts-contact-ribbon-card {
    padding: 18px 20px;
    gap: 14px;
  }
  .ts-contact-ribbon-icon { width: 42px; height: 42px; border-radius: 10px; }
  .ts-contact-ribbon-value { font-size: 14px; }
  .ts-contact-map iframe { height: 240px; }
  .ts-contact-trust { padding: 24px 16px; border-radius: 14px; flex-wrap: wrap; gap: 16px; }
  .ts-contact-trust-item { flex: 0 0 calc(50% - 8px); }
  .ts-contact-trust-divider { display: none; }
  .ts-contact-submit { width: 100%; justify-content: center; }
}

/* ================================================================
   GLOBAL RESPONSIVE FIXES — Full device compatibility
   ================================================================ */

/* ---------- 480px header + connect button ---------- */
@media (max-width: 480px) {
  .bs-header-1-row { padding: 0 12px; min-height: 56px; gap: 8px; }
  .bs-header-1-area .bs-header-logo-1 img { width: 95px; }
  .bs-header-1-area.header-scrolled .bs-header-1-row { min-height: 50px; }
  .bs-header-1-area.header-scrolled .bs-header-logo-1 img { width: 85px; }
  .bs-header-1-action-link { gap: 10px; }
  .ts-header-connect { min-width: 130px; height: 40px; }
  .ts-connect-text { font-size: 12px; left: 18px; }
  .ts-connect-arrow { width: 32px; height: 32px; font-size: 11px; }
  .bs-header-outline-btn { width: 38px; height: 38px; }
  .bs-header-outline-btn .line:nth-child(1),
  .bs-header-outline-btn .line:nth-child(3) { width: 18px; }
  .bs-header-outline-btn .line:nth-child(2) { width: 13px; }
}

@media (max-width: 375px) {
  .bs-header-1-row { padding: 0 10px; }
  .bs-header-1-area .bs-header-logo-1 img { width: 85px; }
  .ts-header-connect { min-width: 110px; height: 38px; }
  .ts-connect-text { font-size: 11px; left: 14px; }
  .ts-connect-arrow { width: 30px; height: 30px; }
}

/* ---------- 767px connect button ---------- */
@media (max-width: 767px) {
  .ts-header-connect { min-width: 140px; height: 42px; }
  .ts-connect-text { font-size: 13px; left: 20px; }
  .ts-connect-arrow { width: 34px; height: 34px; font-size: 12px; }
}

/* ---------- Large utility padding/margin reduction for mobile ---------- */
@media (max-width: 767px) {
  .pt-90 { padding-top: 50px; }
  .pt-120 { padding-top: 60px; }
  .pt-130 { padding-top: 60px; }
  .pt-145 { padding-top: 60px; }
  .pt-170 { padding-top: 70px; }
  .pt-200 { padding-top: 80px; }
  .pt-220 { padding-top: 70px; }
  .pb-30 { padding-bottom: 20px; }
  .pb-60 { padding-bottom: 30px; }
  .pb-100 { padding-bottom: 50px; }
  .pb-145 { padding-bottom: 60px; }
  .mb-40 { margin-bottom: 24px; }
  .mb-50 { margin-bottom: 28px; }
  .mb-90 { margin-bottom: 40px; }
  .mb-155 { margin-bottom: 60px; }
}
@media (max-width: 480px) {
  .pt-90 { padding-top: 40px; }
  .pt-120 { padding-top: 50px; }
  .pt-130 { padding-top: 50px; }
  .pt-170 { padding-top: 50px; }
  .pt-200 { padding-top: 60px; }
  .pt-220 { padding-top: 50px; }
  .pb-60 { padding-bottom: 24px; }
  .pb-100 { padding-bottom: 40px; }
  .pb-145 { padding-bottom: 40px; }
  .mb-40 { margin-bottom: 20px; }
  .mb-90 { margin-bottom: 30px; }
  .mb-155 { margin-bottom: 40px; }
}

/* ---------- Hero 2 (origins/insight) mobile ---------- */
@media (max-width: 767px) {
  .bs-hero-2-area { padding-top: 80px; padding-bottom: 20px; }
  .bs-hero-2-wrap .item-row { flex-direction: column; gap: 16px; }
  .bs-hero-2-wrap .item-row-2 { flex-direction: column; gap: 8px; }
  .bs-hero-2-img-1,
  .bs-hero-2-img-2 { max-width: 60%; margin: 0 auto; }
  .bs-hero-2-marquee .bs-hero-2-marquee-text { font-size: 16px; }
  .bs-hero-2-bg-shape {
    width: clamp(140px, 35vw, 200px);
    height: clamp(100px, 25vw, 140px);
  }
  .ts-blob-label { font-size: 9px; }
}
@media (max-width: 480px) {
  .bs-hero-2-area { padding-top: 60px; }
  .bs-hero-2-img-1,
  .bs-hero-2-img-2 { max-width: 80%; }
  .bs-hero-2-marquee .bs-hero-2-marquee-text { font-size: 14px; }
  .bs-hero-2-bg-shape {
    width: 130px;
    height: 90px;
  }
  .ts-blob-label { font-size: 8px; }
}

/* ---------- About section mobile ---------- */
@media (max-width: 767px) {
  .bs-about-1-area { padding-top: 120px; padding-bottom: 30px; }
  .bs-about-1-sec-title { margin-bottom: 20px; }
  .bs-about-1-sec-title .bs-sec-title-1 { font-size: 26px; line-height: 1.25; }
  .bs-about-1-sec-title .bs-sec-title-1 br { display: none; }
  .bs-about-1-slider { margin-bottom: 24px; }
  .ts-about-v2-heading { font-size: clamp(32px, 9vw, 48px); }
  .ts-about-v2-ghost { font-size: 100px; right: 0; top: -20px; }
  .ts-about-v2-text { font-size: 15px; line-height: 1.7; }
  .ts-about-v2-text-2 { font-size: 14px; }
  .ts-about-v2-btn-text { font-size: 12px; padding: 14px 22px; }
  .ts-about-v2-btn-icon { width: 46px; height: 46px; }
  .ts-about-v2-btn-wrap { margin-top: 24px; }
}
@media (max-width: 480px) {
  .ts-about-v2-heading { font-size: 28px; }
  .ts-about-v2-ghost { font-size: 70px; }
  .ts-about-v2-col-left { padding-left: 16px; }
  .ts-about-v2-text { font-size: 14px; }
  .ts-about-v2-text-2 { font-size: 13px; }
}

/* ---------- Projects section mobile ---------- */
@media (max-width: 767px) {
  .bs-projects-1-area { padding-top: 50px; padding-bottom: 60px; }
  .bs-projects-1-sec-title { margin-bottom: 24px; }
  .bs-projects-1-sec-title .bs-sec-title-1 { font-size: 22px; line-height: 1.3; }
  .bs-projects-1-tabs-btn { flex-direction: column; gap: 0; }
  .bs-projects-1-tabs-btn .nav-link { font-size: 18px; padding: 14px 16px; }
  .bs-projects-1-tabs-item-table { flex-direction: column; gap: 12px; padding: 16px; }
  .bs-projects-1-tabs-item-table .start,
  .bs-projects-1-tabs-item-table .location { padding: 0; }
}
@media (max-width: 480px) {
  .bs-projects-1-tabs-btn .nav-link { font-size: 16px; padding: 12px 12px; }
  .bs-projects-1-tabs-btn .nav-link .year { font-size: 12px; }
}

/* ---------- Video section mobile ---------- */
@media (max-width: 767px) {
  .bs-video-1-content .title { font-size: 28px; line-height: 1.3; }
  .bs-video-1-content-list { flex-direction: column; gap: 12px; padding: 12px; }
  .bs-video-1-content-list .main-img { max-width: 100%; }
  .bs-play-btn-3 .icon { width: 60px; height: 60px; font-size: 18px; }
}
@media (max-width: 480px) {
  .bs-video-1-content .title { font-size: 22px; }
}

/* ---------- Services section mobile ---------- */
@media (max-width: 767px) {
  .bs-services-1-area { padding-top: 60px; padding-bottom: 40px; }
  .bs-services-1-sec-title { flex-direction: column; gap: 16px; margin-bottom: 24px; }
  .bs-services-1-sec-title .left .bs-sec-title-1 { font-size: 22px; line-height: 1.3; }
  .bs-services-1-tabs-btn {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: 6px;
  }
  .bs-services-1-tabs-btn .nav-item {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .bs-services-1-tabs-btn .nav-link {
    width: 100%;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    padding: 8px 4px;
    text-align: center;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }
  .bs-services-1-tabs-btn .nav-link span {
    width: 48px;
  }
  .bs-services-1-tabs-btn .nav-link.active {
    color: var(--bs-clr-pr-1);
  }
  .bs-services-1-item .content-wrap { padding: 16px 12px; }
  .bs-services-1-item .content-wrap .title { font-size: 18px; }
}
@media (max-width: 480px) {
  .bs-services-1-sec-title .left .bs-sec-title-1 { font-size: 20px; }
  .bs-services-1-tabs-btn .nav-link {
    min-height: 40px;
    font-size: 11px;
    padding: 6px 2px;
    letter-spacing: 0.03em;
  }
  .bs-services-1-tabs-btn .nav-link span {
    width: 42px;
  }
}

/* ---------- Core features flow section mobile ---------- */
@media (max-width: 767px) {
  .bs-core-features-1-area { padding-top: 50px; }
}

/* ---------- Choose/Principles section mobile ---------- */
@media (max-width: 480px) {
  .ts-vm-card { padding: 22px 16px; }
  .ts-vm-card-title { font-size: 18px; }
  .ts-vm-card-desc { font-size: 13px; }
}

/* ---------- CTA section 480px ---------- */
@media (max-width: 480px) {
  .ts-cta-section { padding: 28px 0; }
  .ts-cta-title { font-size: 28px; }
  .ts-cta-subtitle { font-size: 14px; }
  .ts-cta-btn-primary-text { padding: 14px 22px 14px 26px; font-size: 12px; }
  .ts-cta-btn-primary-arrow { width: 42px; height: 42px; }
  .ts-cta-btn-ghost { padding: 14px 24px; font-size: 12px; }
  .ts-cta-flank { gap: 16px; }
  .ts-cta-trust-num { font-size: 24px; }
  .ts-cta-ghost-text { font-size: 60px; }
  .ts-cta-eyebrow { font-size: 11px; letter-spacing: 0.15em; }
  .ts-cta-top-bar-label { font-size: 9px; }
}

/* ---------- Process section 480px ---------- */
@media (max-width: 480px) {
  .ts-process-section { padding: 50px 0 40px; }
  .ts-process-header { margin-bottom: 36px; gap: 12px; }
  .ts-process-title { font-size: 28px; }
  .ts-process-row { padding-left: 44px; margin-bottom: 28px; }
  .ts-process-card { padding: 20px 16px 16px; }
  .ts-process-card-title { font-size: 18px; }
  .ts-process-card-desc { font-size: 13px; }
  .ts-process-ghost { font-size: 60px; }
  .ts-process-spine { left: 14px; }
  .ts-process-node { left: -34px; }
}

/* ---------- Why section 480px ---------- */
@media (max-width: 480px) {
  .ts-why-section { padding: 50px 0 36px; }
  .ts-why-header { margin-bottom: 28px; }
  .ts-why-title { font-size: 28px; }
  .ts-why-card-tall,
  .ts-why-card-short { min-height: 280px; }
  .ts-why-card-content { padding: 22px 18px 20px; }
  .ts-why-card-title { font-size: 18px; }
  .ts-why-card-desc { font-size: 13px; }
  .ts-why-stats { padding: 28px 16px; border-radius: 14px; }
  .ts-why-stat { padding: 12px 8px; }
  .ts-why-stat-num { font-size: 36px; }
  .ts-why-stat-label { font-size: 9px; letter-spacing: 0.1em; }
}

/* ---------- Explore bridge section 480px ---------- */
@media (max-width: 480px) {
  .ts-explore-bridge { padding: 44px 0 50px; }
  .ts-explore-title { font-size: 24px; }
  .ts-explore-subtitle { font-size: 14px; }
  .ts-explore-header { margin-bottom: 32px; }
  .ts-explore-card { padding: 24px 18px 22px; }
  .ts-explore-card-title { font-size: 20px; }
  .ts-explore-card-desc { font-size: 13px; }
}

/* ---------- Footer mobile ---------- */
@media (max-width: 480px) {
  .bs-footer-2-wrap { padding-top: 60px; }
  .bs-footer-2-top-content .title { font-size: 22px; }
  .bs-footer-2-top-content .disc { font-size: 14px; margin-bottom: 30px; }
  .bs-footer-2-top-content-social { gap: 20px; margin-bottom: 24px; flex-direction: column; }
  .bs-footer-2-top-content-social .link { font-size: 16px; }
  .bs-footer-2-widgets { flex-direction: column; gap: 24px; }
  .bs-footer-2-line { width: 100vw; }
}

/* ---------- Section titles global mobile ---------- */
@media (max-width: 767px) {
  .bs-sec-title-1 { font-size: 24px; line-height: 1.3; }
  .bs-subtitle-1 { font-size: 12px; }
  .bs-h-2 { word-break: break-word; }
}
@media (max-width: 480px) {
  .bs-sec-title-1 { font-size: 22px; }
}

/* ---------- Global overflow safety ---------- */
@media (max-width: 767px) {
  .main-wrapper,
  body {
    overflow-x: hidden;
  }
  .bs-container-1 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 480px) {
  .bs-container-1 {
    padding-left: 12px;
    padding-right: 12px;
  }
}
