.mybtn-submit,
.mybtn2,
.play-icon i,
.text-reasons h3:nth-child(2) {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.demo-footer,
.number,
.play-icon i,
.pos-cen {
  text-align: center;
}
*,
::after,
::before,
y-iframe div iframe {
  box-sizing: border-box;
}
.csslider > .arrows,
.csslider > .navigation {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}
.mega-menu-heading,
.name:hover,
.top-links-item > a:hover {
  text-decoration: underline !important;
}

.cta,
.demo-footer > a {
  text-decoration: none;
}
.text-reasons {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transform: rotate(-10deg);
}
.number,
label {
  display: inline-block;
}
.heart,
.play-icon i {
  transform-origin: center;
}
.text-reasons h3:nth-child(3) {
  background: #00afe4;
  line-height: 1.5;
  padding-left: 2rem;
}
.text-reasons h3:nth-child(4) {
  background: #222529;
  font-size: 2.25rem;
  padding: 0.5rem 1.25rem;
  margin-left: 15%;
}
.text-reasons .highlighted-word {
  letter-spacing: -0.025em;
}
.text-reasons .highlighted-word:after {
  bottom: -0.33em;
  left: 10%;
  transform: scaleY(-1);
}
@media only screen and (max-width: 600px) and (min-width: 320px) {
  .mybtn2 {
    font-size: 10px !important;
    padding: 4px 12px !important;
    left: unset;
    top: 75%;
    right: -93px;
  }
  .modal.left.fade .modal-dialog {
    left: unset;
    right: -1px;
    top: 4.8rem;
  }
  .modal.left .modal-content {
    border-radius: 20px 3px 3px 20px;
  }
  .modal.left.fade.in .modal-dialog {
    left: 0;
    top: 13%;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 18px !important;
    height: 20px !important;
  }
}
.fbox-content p {
  color: #5c5c5c;
}
@media (min-width: 992px) {
  .mega-menu-style-2 .mega-menu-column {
    padding: 30px 6px 20px 15px;
  }
  .sub-menu-container .menu-item > .menu-link {
    font-weight: 700;
  }
  .sub-menu-container .menu-item > .menu-link:hover {
    font-weight: 600;
  }
  .sub-menu-container {
    width: 317px;
  }
  .my-roadmap-icons {
    width: 100%;
    height: 11rem;
    padding: 0;
    margin-bottom: 75px;
  }
  .header-size-md .menu-container > .menu-item > .menu-link {
    padding-top: 29px;
    padding-bottom: 29px;
    padding-left: 0;
    font-size: 15px;
  }
}
.play-icon i {
  width: 121px;
  height: 86px;
  line-height: 87px;
  font-size: 123px;
  background: linear-gradient(60deg, #fe8e03, #f30c0c, #ed9931, #eb981b);
  color: #fff;
  border-radius: 41%;
  padding-left: 0;
  transition: transform 0.3s;
  animation: 0.8s infinite alternate beat;
  background-size: 300% 300%;
}
@keyframes beat {
  to {
    transform: scale(1.04);
  }
}
.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 330px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.left .modal-content,
.modal.right .modal-content {
  overflow-y: auto;
  border-radius: 3px 20px 20px 3px;
}
.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px 15px 0;
}
.modal.left.fade .modal-dialog {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0.3s linear, left 1.2s ease-out;
  -moz-transition: opacity 0.3s linear, left 1.2s ease-out;
  -o-transition: opacity 0.3s linear, left 1.2s ease-out;
  transition: opacity 0.3s linear, left 1.2s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal.left.fade.in .modal-dialog {
  left: 0;
  top: 21%;
}
.modal.right.fade .modal-dialog {
  right: -320px;
  -webkit-transition: opacity 0.3s linear, right 1.2s ease-out;
  -moz-transition: opacity 0.3s linear, right 1.2s ease-out;
  -o-transition: opacity 0.3s linear, right 1.2s ease-out;
  transition: opacity 0.3s linear, right 1.2s ease-out;
}
.my-read-more,
.mybtn-submit,
.mybtn2,
.text-reasons h3:nth-child(2) {
  transition: transform 0.3s;
  animation: 3s infinite alternate animdgradient;
}
.modal.right.fade.in .modal-dialog {
  right: 0;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.modal-header {
  padding: 0 15px;
  border-bottom-color: #eee;
  background-color: #fafafa;
}
.demo {
  padding-top: 60px;
  padding-bottom: 110px;
}
.btn-demo {
  margin: 15px;
  padding: 10px 15px;
  border-radius: 0;
  font-size: 16px;
  background-color: #fff;
}
.btn-demo:focus,
.cta:focus {
  outline: 0;
}
.demo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: #212121;
}
.demo-footer > a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}
fieldset {
  margin-bottom: 30px;
  border: none;
}
legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
label.light {
  font-weight: 300;
  display: inline;
}
.number {
  background-color: #5fcf80;
  color: #fff;
  height: 30px;
  width: 30px;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
.mybtn-submit,
.mybtn2 {
  background: linear-gradient(60deg, #fe8e03, #f30c0c, #ed9931, #eb981b);
  background-size: 300% 300%;
}
.modal-header .close {
  position: absolute;
  right: 10%;
  font-size: 3em;
}
.modal-header .close span {
  position: absolute;
  right: -41%;
  top: 11px;
}
.mybtn2 {
  z-index: 5;
  transform: rotate(-90deg);
  /* width: 210px; */
  position: fixed;
  top: 50%;
  left: -90px;
}
@media only screen and (max-width: 600px) and (min-width: 320px) {
  .mybtn2 {
    font-size: 15px !important;
    font-weight: 600;
    padding: 4px 12px !important;
    left: unset;
    top: 50%;
    right: -89px;
    width: 210px;
  }
  .modal.left.fade .modal-dialog {
    left: unset;
    right: -1px;
    top: 4.8rem;
  }
  .modal.left .modal-content {
    border-radius: 20px 3px 3px 20px;
  }
  .modal.left.fade.in .modal-dialog {
    left: 0;
    top: 13%;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.my-form-control,
.my-ta {
  padding-left: 43px !important;
}
.form-icon {
  position: absolute !important;
}
.my-form-control {
  height: calc(1.5em + 0.9rem + 2px) !important;
}
.footer-logo {
  margin-top: 8px;
  padding-right: 18px;
  width: 25%;
}
.breadcrumb-item + .breadcrumb-item::before,
.swiper-navBtn:hover {
  color: #fff;
}
.my-toggle-header {
  font-weight: unset !important;
}
.my-nav-icon {
  width: 5% !important;
  margin-right: 10px !important;
}
.widget_links2 li a {
  color: #fe9b0e;
}
.widget_links2 li::before {
  content: "\e7a1" !important;
  font-family: font-icons;
  color: #fe9b0e;
  display: inline-block;
  position: relative;
  top: 1px;
  left: 0;
  margin-right: 8px;
}
.my-read-more {
  left: 43% !important;
  background: linear-gradient(60deg, #fe8e03, #f30c0c, #ed9931, #eb981b);
  background-size: 300% 300%;
}
@media screen and (max-width: 780px) {
  .fbox-center {
    -ms-flex-direction: column;
    flex-direction: unset;
    -ms-flex-align: center;
    align-items: unset;
    text-align: unset;
  }
  .my-read- more {
    left: 21% !important;
  }
}
.text-reasons label {
  font-size: 12.5rem;
  line-height: 0.8;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  text-shadow: 7px 6px 0 #00afe4;
}
.csslider > ul,
.cta span:nth-child(2),
.highlight-step,
.my-iframe div {
  position: relative;
}
blurIn {
  -webkit-animation-name: blurIn;
  animation-name: blurIn;
}
.appear-animation-visible,
.csslider > .navigation label:hover:after,
.csslider > input:first-of-type:checked ~ .navigation label:first-of-type:after,
.csslider
  > input:nth-of-type(10):checked
  ~ .navigation
  label:nth-of-type(10):after,
.csslider
  > input:nth-of-type(11):checked
  ~ .navigation
  label:nth-of-type(11):after,
.csslider
  > input:nth-of-type(2):checked
  ~ .navigation
  label:nth-of-type(2):after,
.csslider
  > input:nth-of-type(3):checked
  ~ .navigation
  label:nth-of-type(3):after,
.csslider
  > input:nth-of-type(4):checked
  ~ .navigation
  label:nth-of-type(4):after,
.csslider
  > input:nth-of-type(5):checked
  ~ .navigation
  label:nth-of-type(5):after,
.csslider
  > input:nth-of-type(6):checked
  ~ .navigation
  label:nth-of-type(6):after,
.csslider
  > input:nth-of-type(7):checked
  ~ .navigation
  label:nth-of-type(7):after,
.csslider
  > input:nth-of-type(8):checked
  ~ .navigation
  label:nth-of-type(8):after,
.csslider
  > input:nth-of-type(9):checked
  ~ .navigation
  label:nth-of-type(9):after {
  opacity: 1;
}
.z-index-1 {
  z-index: 1 !important;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
label {
  margin-bottom: 0.5rem;
}
.text-reasons h3 {
  text-transform: uppercase;
  padding: 0.75rem 1.3rem;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 0.4rem;
  font-weight: 800;
}
.text-reasons h3:nth-child(2) {
  background: 0 0/300% 300% #eb981b;
  margin-left: 0;
}
.text-reasons h3:nth-child(3) {
  margin-left: 6rem;
  font-size: 1.1rem;
}
html .text-color-dark {
  color: #fe6b03 !important;
}
.font-weight-extra-bold,
font-weight-extrabold {
  font-weight: 800 !important;
}
.line-height-1 {
  line-height: 1 !important;
}
.text-12 {
  font-size: 3.5em !important;
}
.text-6 {
  font-size: 1.8em !important;
  line-height: 1.2 !important;
  letter-spacing: -0.05em;
}
.my-fbox-icon {
  width: 7rem;
  height: 5rem;
}
.my-iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
y-iframe div iframe {
  background: url(demos/seo/images/macbookpro2.png) center center/contain
    no-repeat;
  padding: 14.5% 15.5% 16.8%;
  border-radius: 60px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 780px) {
  .fluid-width-video-wrapper,
  .my-video {
    height: 300px;
  }
  .start-cta {
    font-size: 1.5rem !important;
  }
  .my-iframe div iframe {
    padding: 18.5% 16.5% 21.8%;
  }
  .footer-logo {
    width: 58%;
  }
  .button.button-large {
    padding: 8px 17px;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.content-wrap {
  padding: 25px 0 !important;
}
.tagBx strong {
  display: block;
  color: #020a17;
  font-size: 15px;
  font-weight: 400;
}
.tagBx span {
  display: inline-block;
  background: #58b0e4;
  font-size: 15px;
  color: #fff;
  padding: 8px 12px;
  margin: 5px 5px 0 0;
  border-radius: 5px;
}
.pricing-title a {
  color: #58b0e4;
}
.pricing-title a:hover {
  color: #ed9521;
}
@media (max-width: 479px) {
  .tagBx span {
    font-size: 10px;
    padding: 5px 8px;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.top-links-item a {
  color: #444;
}
.my-top-link {
  width: 60px;
  height: 37px;
}
.top-links-item a img {
  top: -2px;
  width: 25px !important;
  height: 25px !important;
}
.my-top-image:hover {
  width: 19px;
  height: 19px;
}
.heart {
  animation: 1s infinite alternate beat;
}
.heading-block h2 {
  font-size: 42px;
  font-weight: 600 !important;
}
@media screen and (min-width: 780px) {
  .my-btn-banner {
    font-size: 1.5rem !important;
  }
}
.owl-prev {
  left: 0 !important;
}
.start-cta {
  font-size: 1.6rem !important;
}
.my-span {
  color: #fe9603 !important;
  width: fit-content;
}
.my-image-logo {
  width: 44%;
  margin-left: 107px;
  margin-top: -19px;
}
@media only screen and (min-width: 320px) and (max-width: 780px) {
  .my-image-logo {
    width: 53%;
    margin-left: 91px;
  }
  .slider .slider-inner {
    background-position: left !important;
  }
  .button.button-desc {
    font-size: 1rem;
  }
  .text-reasons h3:nth-child(2) {
    margin-left: 36px !important;
  }
  .heading-block h2 {
    font-size: 26px;
  }
  .my-roadmap-icons {
    width: 87% !important;
    height: 16rem !important;
  }
  .my-heading-block {
    text-align: center !important;
  }
  .my-roadmap-h4 {
    font-size: 1.4rem !important;
  }
  .my-badge {
    font-size: 22px !important;
    line-height: 1.2rem;
  }
  .my-heading-2 {
    font-size: 32px !important;
  }
  .fluid-width-video-wrapper,
  .my-video {
    height: 300px;
  }
  .start-cta2 {
    font-size: 1.6rem !important;
  }
  .read-more-wrap {
    margin-top: 35px;
  }
  .my-cta {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.grecaptcha-badge {
  display: none !important;
}
.mega-menu-style-2 .mega-menu-title > .menu-link {
  text-transform: unset !important;
}
.my-roadmap-icons {
  width: 7.5rem;
  height: 6rem;
}
@media (min-width: 992px) {
  .mega-menu-style-2 .mega-menu-column {
    padding: 30px 6px 20px 15px;
  }
  .sub-menu-container .menu-item > .menu-link {
    font-weight: 700;
  }
  .sub-menu-container .menu-item > .menu-link:hover {
    font-weight: 600;
  }
  .sub-menu-container {
    width: 317px;
  }
  .my-roadmap-icons {
    width: 83%;
    height: 11rem;
    padding: 0;
  }
}
.heading-block h4 {
  font-size: 1rem;
  font-weight: 600;
  text-transform: capitalize;
}
.svg-trigger {
  width: 57px;
  height: 57px;
}
.mega-menu-heading {
  color: #fe9603 !important;
  font-weight: 700;
}
.button-3d.button-teal:hover {
  background-color: #f0f8ff !important;
  color: #fe9617 !important;
}
.cta {
  display: flex;
  padding: 38px 33px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  background: #298ac3;
  transition: 1s;
  box-shadow: 6px 6px 0 #f6d368;
  transform: skewX(-15deg);
}
.csslider,
.csslider > .navigation label,
.csslider > ul > li {
  position: relative;
  display: inline-block;
}
.foot-email,
.top-links-item > a:hover {
  color: #ff8f00 !important;
}
.con-inf,
.my-top-image {
  transition: transform 0.3s ease-in-out;
}
.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #fbc638;
  color: #fff;
}
.cta span:nth-child(2) {
  transition: 0.5s;
  margin-right: 50px;
  width: 20px;
  margin-left: 30px;
  top: 12%;
}
.cta:hover span:nth-child(2) {
  transition: 0.5s;
  margin-right: 45px;
}
.cta span {
  transform: skewX(15deg);
}
path.one {
  transition: 0.4s;
  transform: translateX(-60%);
}
path.two {
  transition: 0.5s;
  transform: translateX(-30%);
}
.cta path.three {
  animation: 1s 0.2s infinite color_anim;
}
.cta path.one {
  transform: translateX(0);
  animation: 1s 0.6s infinite color_anim;
}
.cta path.two {
  transform: translateX(0);
  animation: 1s 0.4s infinite color_anim;
}
@keyframes color_anim {
  0%,
  100% {
    fill: white;
  }
  50% {
    fill: #fbc638;
  }
}
@media only screen and (max-device-width: 480px) {
  .cta {
    padding: 38px 21px;
    font-size: 26px;
  }
  .my-cta {
    font-size: 8px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
}
.my-cta {
  font-size: 15px !important;
}
.my-top-image {
  border-radius: unset !important;
  width: 25px !important;
  height: 25px !important;
}
@media (min-width: 321px) and (max-width: 480px) {
  .my-cta {
    font-size: 5px !important;
  }
  .top-links-item a img {
    top: -2px;
    width: 20px !important;
    height: 20px !important;
  }
  .header-size-md #header-wrap #logo img {
    height: 45px !important;
    max-width: 100px !important;
  }
  .top-links-item > a {
    padding: 7px !important;
    font-size: 10px !important;
  }
}
.jump-effect img {
  transition: transform 0.2s ease-in-out;
}
.jump-effect:hover img {
  transform: translateY(-20px);
}
small:hover {
  color: #ff9000 !important;
  text-decoration: underline;
}
.foot-email:hover {
  color: #343a40 !important;
}
.bg-white:hover,
.highlight-step {
  color: #fff !important;
}
@keyframes glow {
  0%,
  100%,
  50% {
    box-shadow: 0 0 80px #fea01c;
  }
}
.highlight-step {
  background-color: #fea01c;
  font-weight: 600;
  font-size: 16px;
  transform: scale(1.3);
  animation: 0.5s infinite alternate beat;
}
.highlight-step::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fea01c;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.con-inf:hover,
.my-top-image:hover {
  transform: scale(1.5);
}
.mlp {
  padding-left: 0 !important;
}
.testp-img {
  background-color: wheat;
}
.fivestar {
  font-weight: 900;
  color: #f8b805 !important;
  font-size: 25px !important;
  margin-bottom: 18px !important;
}
.test-card {
  border: 3px solid #fe9603 !important;
}
.owl-next,
.owl-prev {
  background-color: #fe9603 !important;
  color: #fff !important;
}
.owl-next i,
.owl-prev i {
  color: #fff !important;
}
.csslider {
  -moz-perspective: 1300px;
  -ms-perspective: 1300px;
  -webkit-perspective: 1300px;
  perspective: 1300px;
  text-align: left;
  margin-bottom: 22px;
}
.csslider > input {
  display: none;
}
.csslider > input:nth-of-type(10):checked ~ ul li:first-of-type {
  margin-left: -900%;
}
.csslider > input:nth-of-type(9):checked ~ ul li:first-of-type {
  margin-left: -800%;
}
.csslider > input:nth-of-type(8):checked ~ ul li:first-of-type {
  margin-left: -700%;
}
.csslider > input:nth-of-type(7):checked ~ ul li:first-of-type {
  margin-left: -600%;
}
.csslider > input:nth-of-type(6):checked ~ ul li:first-of-type {
  margin-left: -500%;
}
.csslider > input:nth-of-type(5):checked ~ ul li:first-of-type {
  margin-left: -400%;
}
.csslider > input:nth-of-type(4):checked ~ ul li:first-of-type {
  margin-left: -300%;
}
.csslider > input:nth-of-type(3):checked ~ ul li:first-of-type {
  margin-left: -200%;
}
.csslider > .navigation > div,
.csslider > input:nth-of-type(2):checked ~ ul li:first-of-type {
  margin-left: -100%;
}
.csslider > input:first-of-type:checked ~ ul li:first-of-type {
  margin-left: 0;
}
.csslider > ul {
  width: 100%;
  max-width: 820px;
  height: 420px;
  z-index: 1;
  font-size: 0;
  line-height: 0;
  border: 10px solid #fff;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.csslider > ul > li {
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 15px;
  font-size: initial;
  line-height: normal;
  -moz-transition: 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  -o-transition: 0.5s ease-out;
  -webkit-transition: 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  transition: 0.5s cubic-bezier(0.4, 1.3, 0.65, 1);
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: normal;
}
.csslider > .navigation {
  position: absolute;
  bottom: -8px;
  left: 50%;
  z-index: 10;
  margin-bottom: -10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.csslider > .navigation label {
  cursor: pointer;
  border-radius: 50%;
  margin: 0 4px;
  padding: 4px;
  background: #3a3a3a;
}
.csslider > .navigation label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  background: #ff8f00;
  border-radius: 50%;
  padding: 6px;
  opacity: 0;
}
.csslider > .arrows {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  left: -31px;
  top: 50%;
  width: 100%;
  height: 26px;
  padding: 0 31px;
  z-index: 0;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.csslider.inside .navigation {
  bottom: 10px;
  margin-bottom: 10px;
}
.csslider > .arrows label {
  display: none;
  position: absolute;
  top: -50%;
  padding: 13px;
  box-shadow: inset 2px -2px 0 1px #3a3a3a;
  cursor: pointer;
  -moz-transition: box-shadow 0.15s, margin 0.15s;
  -o-transition: box-shadow 0.15s, margin 0.15s;
  -webkit-transition: box-shadow 0.15s, margin 0.15s;
  transition: box-shadow 0.15s, margin 0.15s;
}
.csslider > .arrows label:hover {
  box-shadow: inset 3px -3px 0 2px #ff8f00;
  margin: 0;
}
.csslider > .arrows label:before {
  content: "";
  position: absolute;
  top: -100%;
  left: -100%;
  height: 300%;
  width: 300%;
}
.csslider.infinity > input:first-of-type:checked ~ .arrows label.goto-last,
.csslider > input:first-of-type:checked ~ .arrows > label:nth-of-type(0),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(10),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:first-of-type,
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(8) {
  display: block;
  left: 0;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.csslider.infinity > input:last-of-type:checked ~ .arrows label.goto-first,
.csslider > input:first-of-type:checked ~ .arrows > label:nth-of-type(2),
.csslider > input:nth-of-type(10):checked ~ .arrows > label:nth-of-type(11),
.csslider > input:nth-of-type(11):checked ~ .arrows > label:nth-of-type(12),
.csslider > input:nth-of-type(2):checked ~ .arrows > label:nth-of-type(3),
.csslider > input:nth-of-type(3):checked ~ .arrows > label:nth-of-type(4),
.csslider > input:nth-of-type(4):checked ~ .arrows > label:nth-of-type(5),
.csslider > input:nth-of-type(5):checked ~ .arrows > label:nth-of-type(6),
.csslider > input:nth-of-type(6):checked ~ .arrows > label:nth-of-type(7),
.csslider > input:nth-of-type(7):checked ~ .arrows > label:nth-of-type(8),
.csslider > input:nth-of-type(8):checked ~ .arrows > label:nth-of-type(9),
.csslider > input:nth-of-type(9):checked ~ .arrows > label:nth-of-type(10) {
  display: block;
  right: 0;
  left: auto;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
#slider1 {
  margin: 20px;
  font-family: Lato;
}
#slider1 > input:nth-of-type(3):checked ~ ul #bg {
  width: 80%;
  padding: 22px;
  -moz-transition: 0.5s 0.5s;
  -o-transition: 0.5s 0.5s;
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
}
#slider1 > input:nth-of-type(3):checked ~ ul #bg div {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0);
  -moz-transition: 0.5s 0.9s;
  -o-transition: 0.5s 0.9s;
  -webkit-transition: 0.5s 0.9s;
  transition: 0.5s 0.9s;
}
video {
  width: 710px;
  height: 400px;
  background: url("") 0 0 / cover no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.legal-emoji {
  font-size: 34px !important;
  margin-left: 45px !important;
  color: #fd9f19 !important;
}
.design-team-mob,
.map-title-mob {
  font-size: 42px !important;
  font-weight: 600 !important;
}
.slide-container {
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  padding: 30px 64px 0;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}
.slide-content {
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
}
.testimonial-card {
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid rgba(17, 24, 39, 0.1);
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06);
  height: 286px;
}
.testimonial-review-section .card.testimonial-card,
.testimonial-review-section .swiper-slide-duplicate {
  transform: none !important;
  opacity: 1 !important;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.06) !important;
}
.testimonial-card-content {
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
}
.star-row {
  margin-top: 5px;
}
.swiper-navBtn,
.swiper-pagination-bullet-active {
  background-color: #fea01c;
}
.name {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-align: left !important;
  padding-top: 7px;
  margin-bottom: 0 !important;
  margin-left: -7px;
}
.review-readmore {
  color: #000 !important;
  font-weight: 600;
}
.description {
  font-size: 16px;
  color: #000;
  text-align: left;
  line-height: 1.5;
}
.swiper-navBtn {
  transition: color 0.3s;
  color: #fff;
}
.swiper-navBtn::after,
.swiper-navBtn::before {
  font-size: 25px;
}
.swiper-button-next {
  right: 0 !important;
  transform: translate(50%, -50%) !important;
}
.swiper-button-prev {
  left: 0 !important;
  transform: translate(-50%, -50%) !important;
}
.testimonial-review-section .swiper-button-next,
.testimonial-review-section .swiper-button-prev {
  top: 50% !important;
  width: 54px !important;
  height: 54px !important;
  margin-top: 0 !important;
  border-radius: 50% !important;
  background-color: #fea01c !important;
  box-shadow: 0 10px 24px rgba(254, 160, 28, 0.35) !important;
  z-index: 5 !important;
}
.testimonial-review-section .swiper-button-next::after,
.testimonial-review-section .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.swiper-pagination-bullet {
  background-color: #fea01c;
  opacity: 1;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }
  .slide-content {
    margin: 0;
  }
  .swiper-navBtn {
    display: none;
  }
  .csslider > ul,
  .csslider ul {
    width: 100% !important;
    max-width: 100% !important;
  }
  .testimonial-review-section .testimonial-card .row,
  .testimonial-review-section .testimonial-card-content .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .testimonial-review-section .slide-container {
    padding: 18px 14px 0;
  }
  .testimonial-review-section .slide-content {
    border-radius: 18px;
  }
  .testimonial-review-section .testimonial-card {
    height: auto;
    min-height: 300px;
    border-radius: 18px;
  }
  .testimonial-review-section .testimonial-card-content {
    padding: 14px 14px 16px;
  }
  .testimonial-review-section .testimonial-card-content > .row:first-child {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
  }
  .testimonial-review-section .google-img-col {
    flex: 0 0 56px;
    max-width: 56px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .testimonial-review-section .testimonial-card-content > .row:first-child > .col-lg-6 {
    flex: 1 1 auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
  .testimonial-review-section .google-col {
    flex: 0 0 40px;
    max-width: 40px;
    margin-top: 0;
    padding-right: 0;
    text-align: right;
  }
  .testimonial-review-section .google-icon {
    width: 34px;
    height: auto;
  }
  .testimonial-review-section .name {
    margin-left: 0;
    padding-top: 0;
    font-size: 18px;
    line-height: 1.25;
  }
  .testimonial-review-section .star-row {
    margin-top: 10px;
    margin-bottom: 8px;
    display: block;
    width: 100%;
    clear: both;
  }
  .testimonial-review-section .icon-rate {
    font-size: 18px;
    display: block;
    width: 100%;
  }
  .testimonial-review-section .description {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.google-col {
  text-align: end;
  margin-top: 4px;
  padding-right: 26px;
}
.icon-rate {
  color: #fcbf02 !important;
  font-size: 24px;
}
.google-img-col {
  padding-right: 0 !important;
  padding-left: 14px !important;
}
@media only screen and (max-width: 480px) {
  .card,
  .csslider > ul,
  .fluid-width-video-wrapper {
    height: auto !important;
  }
  .testimonial-review-section .slide-container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .testimonial-review-section .testimonial-card {
    min-height: 320px;
  }
  .testimonial-review-section .testimonial-card-content {
    padding: 12px;
  }
  .testimonial-review-section .google-col {
    margin-top: 0;
    padding-right: 0;
  }
  .testimonial-review-section .name {
    font-size: 17px;
  }
  .client-img-60 {
    width: 60px !important;
  }
  .csslider > .arrows {
    position: absolute;
    left: 0 !important;
    top: 50% !important;
    width: 100%;
    height: 26px;
    padding: 0 10px !important;
    z-index: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
  }
  .csslider {
    display: block !important;
  }
  .csslider > ul {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  @media only screen and (max-width: 768px) {
    .csslider ul {
      width: 100%;
      max-width: 100%;
    }
    .csslider {
      display: block !important;
    }
    .csslider li {
      display: block;
      text-align: center;
    }
    .csslider li p {
      margin: 0;
    }
    .csslider li iframe,
    .csslider li video {
      width: 100%;
      height: 100% !important;
    }
  }
  .testimonial-card-page {
    height: 260px;
    margin-bottom: 20px;
    border: 1px solid #fe9603 !important;
  }
  .testpage-title-video {
    color: red !important;
    font-weight: 700 !important;
    font-size: 18px !important;
  }
  .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner-heading {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
  }
  .card-title-testimonial {
    font-size: 18px !important;
    color: #000 !important;
  }
  .map-title-mob,
  .testimonial-title-main {
    font-size: 32px !important;
    font-weight: 600 !important;
  }
  .testimonial-title-main {
    color: #333 !important;
  }
  .design-team-mob {
    font-size: 26px !important;
    font-weight: 600 !important;
  }
  .banner-section {
    padding: 30px 0 !important;
  }
  .page-google-slider {
    height: 450px !important;
  }
  .testp-img {
    margin-bottom: 30px;
  }
  .home-title-h {
    font-size: 32px !important;
  }
}

/* Banner consultation form on service pages */
.slider-element .col-lg-4 > .card.shadow-sm {
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  width: 100%;
  height: auto;
  flex-shrink: 1;
  opacity: 1 !important;
  transform: none !important;
  overflow: hidden;
}

.slider-element .col-lg-4 > .card.shadow-sm .card-body {
  padding: 24px 22px 22px;
}

.slider-element .col-lg-4 > .card.shadow-sm h4 {
  color: #1f2937;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 18px !important;
}

.slider-element .col-lg-4 > .card.shadow-sm .form-control {
  height: 46px;
  border: 1px solid #d9e2ec;
  background: #fff;
  color: #111827;
  box-shadow: none;
  border-radius: 10px;
}

.slider-element .col-lg-4 > .card.shadow-sm .form-control::placeholder {
  color: #8a97a6;
}

.slider-element .col-lg-4 > .card.shadow-sm .form-control:focus {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px rgba(14, 165, 233, 0.12);
}

.slider-element .col-lg-4 > .card.shadow-sm .form-group,
.slider-element .col-lg-4 > .card.shadow-sm .col-12 {
  margin-bottom: 12px;
}

.slider-element .col-lg-4 > .card.shadow-sm .row.mb-0 {
  margin-left: -6px;
  margin-right: -6px;
}

.slider-element .col-lg-4 > .card.shadow-sm .row.mb-0 > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 991px) {
  .slider-element .col-lg-4 > .card.shadow-sm {
    max-width: 520px;
    margin: 24px auto 0;
  }
}
.tool-subheading {
  font-size: 16px !important;
  margin-top: 15px !important;
  font-weight: 500 !important;
}
.banner-section {
  position: relative;
  background-image: url("../images/map4.png");
  background-size: cover;
  background-position: center;
  padding: 125px 0;
  text-align: center;
  color: #fff;
  height: 400px !important;
}
.banner-heading {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.page-google-slider {
  height: 360px;
}

/* Homepage video testimonials carousel */

/* #stage {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  overflow: hidden;
  padding: 12px 0 8px;
}

#track {
  display: flex;
  align-items: stretch;
  gap: 18px;
  will-change: transform;
  cursor: grab;
  height: 20rem;
}

#track.grabbing {
  cursor: grabbing;
}

#track .card {
  position: relative;
  flex: 0 0 clamp(320px, 38vw, 520px);
  width: clamp(320px, 38vw, 520px);
  aspect-ratio: 16 / 9;
  min-height: 0;
  border: 0;
  border-radius: 28px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  transform: scale(0.94);
  transform-origin: center center;
  opacity: 0.72;
  transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.35s ease;
}

#track .card.active {
  transform: scale(1.06);
  opacity: 1;
  box-shadow: none;
  outline: 3px solid rgba(254, 160, 28, 0.45);
  outline-offset: -3px;
  z-index: 2;
}

#track .card.near {
  transform: scale(0.96);
  opacity: 0.9;
}

#track .thumb,
#track iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}

#track iframe {
  border: 0;
  display: none;
  background: #000;
}

#track .veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.75) 100%);
  z-index: 1;
}

#track .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 72px;
  height: 50px;
  cursor: pointer;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.28));
}

#track .card.playing .thumb,
#track .card.playing .veil,
#track .card.playing .play-btn {
  opacity: 0;
  pointer-events: none;
}

#track .card.playing iframe {
  display: block;
}

.controls {
  margin-top: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.25);
  transition: transform 0.2s ease, background-color 0.2s ease, width 0.2s ease;
}

.dot.active {
  width: 28px;
  background: #fea01c;
}

.btn-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.nav-btn,
.auto-pill {
  border: 0;
  border-radius: 999px;
  background: #FBA01C;
  color: #fff;
  height: 48px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.16);
}

.nav-btn {
  width: 48px;
  padding: 0;
}

.nav-btn svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auto-pill {
  gap: 10px;
  font-weight: 600;
}

.auto-pill .pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fea01c;
  box-shadow: 0 0 0 0 rgba(254, 160, 28, 0.6);
  animation: pulseRing 1.8s infinite;
}

.auto-pill.paused .pulse {
  background: #9ca3af;
  animation: none;
}

@keyframes pulseRing {
  0% { box-shadow: 0 0 0 0 rgba(254, 160, 28, 0.55); }
  70% { box-shadow: 0 0 0 10px rgba(254, 160, 28, 0); }
  100% { box-shadow: 0 0 0 0 rgba(254, 160, 28, 0); }
}

@media (max-width: 767.98px) {
  #stage {
    padding: 8px 0 0;
  }

  #track {
    gap: 16px;
  }

  #track .card {
    flex-basis: calc(100vw - 28px);
    width: calc(100vw - 28px);
    aspect-ratio: 16 / 9;
    min-height: 0;
    transform: scale(0.98);
  }

  #track .card.active {
    transform: scale(1.01);
  }

  #track .card.near {
    transform: scale(0.98);
  }

  .controls {
    margin-top: 14px;
  }
}

#slider.home-slider,
#slider.home-slider .slider-inner {
  min-height: 680px !important;
}

@media (max-width: 767.98px) {
  #slider.home-slider,
  #slider.home-slider .slider-inner {
    min-height: 520px !important;
  }
} */


/* ==============  new video testmonial =========== */

:root{
  --accent:#2563EB;
  --accent-h:#1d4ed8;
  --yt-red:#FF0000;
  --yt-red-h:#cc0000;
  --dur:650ms;
  --ease:cubic-bezier(0.65,0,0.35,1);
  --card-radius:14px;
  --center-w:48%;
  --side-w:32%;
  --side-scale:0.88;
  --side-opacity:0.75;
  --side-offset:34%;
}

.testimonial-review-section{
  --center-w:38%;
  --side-w:24%;
  --side-scale:0.83;
  --side-opacity:0.7;
  --side-offset:36%;
}

.testimonial-review-section .home-title-h,
.testimonial-review-section .testimonial-title-main,
.testimonial-review-section .map-title-mob{
  font-size:clamp(24px,2.8vw,36px) !important;
  line-height:1.15;
}

.testimonial-review-section .fa-thumbs-up{
  font-size:clamp(28px,2.6vw,40px) !important;
}

.testimonial-review-section .carousel-stage{
  padding-bottom:24%;
  min-height:260px;
  overflow:visible;
}

/* body{
  font-family:'DM Sans',sans-serif;
  background:#0f0f0f;
  color:#fff;
  min-height:100vh;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:40px 16px;
} */

/* ── Page header ── */
.page-header{text-align:center;margin-bottom:44px}
.page-eyebrow{font-size:11px;font-weight:500;letter-spacing:4px;text-transform:uppercase;color:#aaa;margin-bottom:10px}
.page-title{font-family:'Cormorant Garamond',serif;font-size:clamp(30px,4vw,60px);font-weight:300;line-height:1;color:#fff;letter-spacing:-1px}
.page-title em{font-style:italic;font-weight:600;color:#fff}

/* ── Carousel shell ── */
.carousel-root{
  position:relative;
  width:100%;
  max-width:1280px;
  user-select:none;
}

.carousel-viewport{
  position:relative;
  width:100%;
}

/* Stage */
.carousel-stage{
  position:relative;
  width:100%;
  padding-bottom:30%;
  min-height:280px;
}

/* ── Slide base ── */
.slide{
  position:absolute;
  top:50%;left:50%;
  border-radius:var(--card-radius);
  overflow:hidden;
  cursor:pointer;
  outline:none;
  transform-origin:center center;
  transition:
    transform var(--dur) var(--ease),
    opacity var(--dur) var(--ease),
    left var(--dur) var(--ease),
    width var(--dur) var(--ease),
    box-shadow var(--dur) var(--ease);
  will-change:transform,left,width,opacity;
  background:#111;
}

/* Inner: 16:9 via padding trick */
.slide-inner{
  position:relative;
  width:100%;
  padding-bottom:56.25%;
  overflow:hidden;
  border-radius:var(--card-radius);
  background:#000;
}

/* ── Position classes ── */
.slide.pos-center{
  width:var(--center-w);
  margin-left:calc(var(--center-w)/-2);
  transform:translateY(-50%) scale(1);
  opacity:1;
  z-index:5;
  box-shadow:0 28px 72px rgba(0,0,0,0.7),0 0 0 1px rgba(255,255,255,0.07);
}
.slide.pos-left{
  width:var(--side-w);
  left:calc(50% - var(--side-offset));
  margin-left:calc(var(--side-w)/-2);
  transform:translateY(-50%) scale(var(--side-scale));
  opacity:var(--side-opacity);
  z-index:3;
  box-shadow:0 12px 36px rgba(0,0,0,0.5);
}
.slide.pos-right{
  width:var(--side-w);
  left:calc(50% + var(--side-offset));
  margin-left:calc(var(--side-w)/-2);
  transform:translateY(-50%) scale(var(--side-scale));
  opacity:var(--side-opacity);
  z-index:3;
  box-shadow:0 12px 36px rgba(0,0,0,0.5);
}
.slide.pos-far-left{
  width:var(--side-w);
  left:calc(50% - var(--side-offset) - 16%);
  margin-left:calc(var(--side-w)/-2);
  transform:translateY(-50%) scale(0.72);
  opacity:0;
  z-index:1;
  pointer-events:none;
}
.slide.pos-far-right{
  width:var(--side-w);
  left:calc(50% + var(--side-offset) + 16%);
  margin-left:calc(var(--side-w)/-2);
  transform:translateY(-50%) scale(0.72);
  opacity:0;
  z-index:1;
  pointer-events:none;
}
.slide.pos-hidden{
  opacity:0;z-index:0;pointer-events:none;
  transform:translateY(-50%) scale(0.6);
}

/* ── Thumbnail (blurred bg + contained image) ── */
.thumb-bg{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  filter:blur(18px) brightness(0.45) saturate(1.2);
  transform:scale(1.08);
  transition:filter 0.4s;
}
.thumb-img{
  position:absolute;
  inset:0;
  width:100%;height:100%;
  object-fit:contain;   /* never crops */
  display:block;
  transition:transform 6s ease, opacity 0.3s;
  opacity:0;
}
.thumb-img.loaded{opacity:1}

/* Subtle overlay for content readability */
.slide-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to bottom,
    rgba(0,0,0,0.0) 30%,
    rgba(0,0,0,0.55) 100%
  );
  pointer-events:none;
  z-index:1;
}

/* ── YouTube Play Button ── */
.yt-play-btn{
  position:absolute;
  top:50%;left:50%;
  transform:translate(-50%,-50%) scale(1);
  z-index:4;
  cursor:pointer;
  border:none;
  background:none;
  padding:0;
  transition:transform 0.2s ease, opacity 0.25s ease;
}
.yt-play-btn:hover{ transform:translate(-50%,-50%) scale(1.12); }
.yt-play-btn:active{ transform:translate(-50%,-50%) scale(0.96); }

/* SVG sizes: center = larger, sides = smaller */
.yt-play-btn .yt-icon{
  filter:drop-shadow(0 4px 18px rgba(0,0,0,0.6));
  transition:filter 0.2s;
}
.yt-play-btn:hover .yt-icon{
  filter:drop-shadow(0 6px 24px rgba(255,0,0,0.5));
}

/* Icon sizes per position */
.slide.pos-center .yt-play-btn .yt-icon{ width:72px;height:72px }
.slide.pos-left   .yt-play-btn .yt-icon,
.slide.pos-right  .yt-play-btn .yt-icon{ width:48px;height:48px }

/* Hide play button when iframe is active */
.slide.playing .yt-play-btn{ opacity:0; pointer-events:none; }
.slide.playing .thumb-bg,
.slide.playing .thumb-img,
.slide.playing .slide-overlay{ opacity:0; pointer-events:none; }

/* ── YouTube iFrame embed ── */
.yt-iframe-wrap{
  position:absolute;
  inset:0;
  z-index:6;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.35s ease;
}
.yt-iframe-wrap iframe{
  width:100%;height:100%;
  border:none;
  display:block;
}
.slide.playing .yt-iframe-wrap{
  opacity:1;
  pointer-events:all;
}

/* Close button */
.close-btn{
  position:absolute;
  top:10px;right:10px;
  z-index:8;
  width:32px;height:32px;
  border-radius:50%;
  background:rgba(0,0,0,0.6);
  border:1px solid rgba(255,255,255,0.2);
  color:#fff;
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.25s, background 0.2s, transform 0.2s;
}
.close-btn:hover{ background:rgba(220,30,30,0.8); transform:scale(1.1); }
.slide.playing .close-btn{ opacity:1; pointer-events:all; }
.close-btn svg{ width:14px;height:14px }

/* ── Side content labels ── */
.slide-side-label{
  position:absolute;
  bottom:0;left:0;right:0;
  padding:clamp(10px,1.8vw,18px) clamp(12px,2vw,20px);
  z-index:2;
  opacity:0;
  transform:translateY(4px);
  transition:opacity var(--dur) var(--ease), transform var(--dur) var(--ease);
  pointer-events:none;
}
.slide.pos-left  .slide-side-label,
.slide.pos-right .slide-side-label{
  opacity:1;transform:translateY(0);pointer-events:all;
}
.slide-side-label .s-title{
  font-family:'DM Sans',sans-serif;
  font-size:clamp(11px,1.1vw,14px);
  font-weight:500;
  color:rgba(255,255,255,0.9);
  line-height:1.3;
  text-shadow:0 1px 6px rgba(0,0,0,0.7);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}

/* ── Shimmer ── */
@keyframes shimmer{0%{background-position:-600px 0}100%{background-position:600px 0}}
.slide-inner::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(90deg,#161616 25%,#242424 50%,#161616 75%);
  background-size:600px 100%;
  animation:shimmer 1.5s infinite;
  z-index:0;transition:opacity 0.4s;
}
.slide-inner.loaded::before{opacity:0;pointer-events:none}

/* ── Nav buttons ── */
.nav-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;height:46px;
  border-radius:50%;
  background:#FB9603;
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  border:1px solid #FB9603;
  color:#fff;
  cursor:pointer;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 4px 20px rgba(0,0,0,0.4);
  transition:background 0.2s,transform 0.2s,box-shadow 0.2s;
  z-index:20;outline:none;
}
.nav-btn:hover{
  background:#d88202;
  box-shadow:0 8px 28px rgba(0,0,0,0.5);
  transform:translateY(-50%) scale(1.1);
}
.nav-btn:active{transform:translateY(-50%) scale(0.94)}
.nav-btn svg{width:20px;height:20px}
.nav-prev{left:-20px}
.nav-next{right:-20px}

/* ── Pagination ── */
.pagination{
  display:flex;align-items:center;justify-content:center;
  gap:7px;margin-top:28px;flex-wrap:wrap;
}
.dot{
  width:7px;height:7px;border-radius:100px;
  background:#fad8a4;
  border:none;padding:0;cursor:pointer;
  transition:background 0.3s,width 0.3s,transform 0.2s;outline:none;
}
.dot.is-active{background:#FB9603;width:24px}
.dot:hover{transform:scaleY(1.5)}

/* ── Progress ── */
/* .progress-strip{
  width:100%;height:2px;
  background:rgba(255,255,255,0.08);
  border-radius:2px;margin-top:14px;overflow:hidden;
}*/
.progress-fill{
  height:100%;width:0%;
  background:linear-gradient(90deg,var(--yt-red),#ff6b6b);
  border-radius:2px;transition:width 0.06s linear;
}

/* ── Responsive ── */
@media(max-width:900px){
  :root{--center-w:62%;--side-w:40%;--side-offset:28%}
  .testimonial-review-section{--center-w:58%;--side-w:36%;--side-offset:30%;}
  .carousel-stage{padding-bottom:40%;min-height:240px}
  .nav-prev{left:-4px}.nav-next{right:-4px}
  .slide.pos-center .yt-play-btn .yt-icon{width:56px;height:56px}
  .slide.pos-left .yt-play-btn .yt-icon,
  .slide.pos-right .yt-play-btn .yt-icon{width:38px;height:38px}
}
@media(max-width:600px){
  :root{--center-w:84%;--side-w:55%;--side-offset:18%}
  .testimonial-review-section{
    --center-w:82%;
    --side-w:50%;
    --side-offset:16%;
  }
  .testimonial-review-section .home-title-h,
  .testimonial-review-section .testimonial-title-main,
  .testimonial-review-section .map-title-mob{
    font-size:clamp(22px,6vw,28px) !important;
  }
  .testimonial-review-section .fa-thumbs-up{
    font-size:30px !important;
  }
  .testimonial-review-section .carousel-stage{padding-bottom:54%;min-height:190px}
  .carousel-stage{padding-bottom:58%;min-height:200px}
  .slide.pos-center .yt-play-btn .yt-icon{width:48px;height:48px}
  .slide.pos-left .yt-play-btn .yt-icon,
  .slide.pos-right .yt-play-btn .yt-icon{width:32px;height:32px}
  .page-title{font-size:28px}
}
@media(max-width:400px){
  :root{--center-w:92%;--side-w:62%;--side-offset:12%}
}