/*
Theme Name:     Hello Elementor Child
Theme URI:      https://example.com/hello-elementor-child
Description:    Child theme for Hello Elementor — safe place for custom CSS & overrides.
Author:         Your Name
Author URI:     https://example.com
Template:       hello-elementor
Version:        1.0.0
Text Domain:    hello-elementor-child
*/

/* Timeline section */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Manrope";
}
.timeline-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 20px;
  overflow: hidden;
}
.timeline-inner-container {
  max-width: 944px;
  width: 100%;

  margin: 0 auto;
}
.timeline-sub-heading {
  font-size: 18px !important;
  line-height: 28px!important;
  font-weight: 500!important;
  color: #777!important;
  margin-bottom: 16px!important;
  text-align: center;
  text-transform: uppercase!important;
}
.timeline-main-heading {
  color: #222!important;
  font-size: 52px!important;
  font-weight: 700!important;
  line-height: 60px!important;
  text-align: center!important;
}
.timeline-heading-main {
  margin-bottom: 60px;
}

.year-text {
  flex-shrink: 0!important;
  font-size: 32px!important;
  font-weight: 800!important;
  line-height: 48px!important;
  min-width: 102px!important;
  text-align: left!important;
  color: #093e59!important;
}
.dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #bbb;
  background: #fff;
  margin-top: 12px;
  z-index: 2;
  flex-shrink: 0;
}
.timeline-box {
  padding-top: 4px;
  display: flex;
  gap: 40px !important;
}
.timeline-box-heading {
  margin: 8px 0px 16px!important;
  font-weight: 700!important;
  font-size: 32px!important;
  line-height: 24px!important;
  color:#000 !important ;
}
.timeline-content {
  color: #3c3c3c!important;
  font-size: 18px!important;
  font-weight: 500!important;
  line-height: 32px!important;
  max-width: 675px!important;
}
.content-max-width {
  max-width: 615px !important;
  width: 100%;
}
.timeline-img-div {
  height: 241px;
  margin-top: 24px;
  max-width: 451px;
}
.timeline-img {
  height: 100%;
  width: 100%;
  border-radius: 12px!important;
  object-fit: cover;
}
.timeline-main-box {
  display: flex;
  flex-direction: column;
  gap: 80px;
  position: relative;
  overflow: visible;
  padding: 90px 0px 0px 60px;
}
.pad-top {
  padding-top: 0px;
}
.timeline-content-div {
  display: flex;
  flex-direction: column;
  gap: 34px !important;
  max-width: 711px;
}
.timeline-border-main {
  position: absolute;
  overflow: visible;
  left: 210px;
  top: 0;
}
.timeline-content-div p{
  margin: 0 !important;
}
.timeline-border {
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    rgba(119, 119, 119, 0) 0%,
    #777777 50.48%,
    rgba(119, 119, 119, 0) 100%
  );
  min-height: 1707px;
}
.blue-fill {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 0px;
  border: 4px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(
    90deg,
    rgba(7, 125, 185, 0) 0%,
    #077db9 100%
  );
  transform: rotate(180deg);
}
.blue-icon {
  padding: 12px;
  background: rgba(7, 125, 185, 1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -13px;
  z-index: 5;
}
.blue-icon-inner{
  max-width: 6px !important;
  width: auto !important;
}
.timeline-side-img{
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 2;
}
.timeline-img{
    width: 100% !important;
    height: 100% !important;
  }
@media(max-width:992px){
  .year-text{
    flex-shrink: 0;
    font-size: 16px!important;
    min-width: 60px!important;
  }
  .timeline-main-box{
    padding: 60px 0px;
    margin-left: 30px;
  }
  .timeline-box-heading{
    font-size: 26px!important;
  }
  .timeline-content{
    font-size: 16px!important;
    line-height: 28px!important;
  }
  .timeline-box{
    gap: 30px !important;
  }
  .timeline-border-main{
    left: 98px;
  }
}
@media(max-width:768px){
  .timeline-main-box{
    margin-left: 20px;
  }
  .year-text{
    min-width: 50px!important;
  }
  .timeline-border-main{
    left: 89px;
  }
}
@media(max-width:480px){
  .timeline-container{
    padding: 40px 20px !important;
  }
  .timeline-sub-heading{
    font-size: 14px!important;
    line-height: 22px!important;
    margin-bottom: 6px!important;
  }
  .timeline-main-heading{
    font-size: 26px!important;
    line-height: 34px!important;
  }
  .timeline-heading-main{
    margin-bottom: 24px;
  }
  .year-text{
    font-size: 14px!important;
    line-height: 22px!important;
    min-width: 45px!important;
    font-weight: 800!important;
  }
  .timeline-main-box{
    padding: 36px 0px 0px 0px;
    margin-left: 9px;
  }
  .timeline-box-heading{
    font-size: 18px!important;
    line-height: 24px!important;
    margin: 0px 0px 8px 0px!important;
  }
  .timeline-box{
    gap: 10px !important;
  }
  .timeline-content{
    font-size: 14px!important;
    line-height: 24px!important;
  }
  .timeline-img-div{
    height:  138px !important;
    margin-top: 16px;
  }
  .timeline-content-div{
    gap: 20px !important;
  }
  .dot{
    margin-top: 7px;
    width: 12px;
    height: 12px;
  }
  .blue-icon{
    padding: 6px;
  }
  .timeline-border{
    border-width: 1px;
  }
  .blue-fill{
    border-width: 2px;
  }
  .blue-icon{
    left: -9px;
  }
  .timeline-border-main{
    left: 61px;
  }
  .timeline-side-img{
    max-width: 80px !important;
    width: 100% !important;
    height: 305px !important;
  }
  .timeline-main-box{
    gap: 40px !important;
  }
}
/*  About slider */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Manrope";
}
.slider-container {
  max-width: 1440px;
  width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
}
.slider-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.slider-heading {
  font-size: 52px !important;
  line-height: 60px !important;
  color: #222 !important;
  font-weight: 700 !important;
  text-align: center !important;
  max-width: 700px !important;
  width: 100% !important;
}
.tag-us-text {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 28px !important;
  padding-top: 16px !important;
  text-align: center;
}
.tag-us-text-bold {
  font-weight: 700 !important;
  /* text-transform: uppercase; */
}
.button-text {
  font-size: 16px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  color: #fff;
}
.lets-view-btn {
  background: linear-gradient(
    81.46deg,
    #0d1a21 6.53%,
    #053046 50%,
    #135070 93.47%
  ) !important;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.29);
  padding: 12px 24px 12px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}
.lets-view-btn .button-icon {
  max-height: 24px !important;
}
.lets-view-btn:hover {
  background: linear-gradient(
    81.46deg,
    #0d1a21 6.53%,
    #053046 50%,
    #135070 93.47%
  );
  box-shadow: 0 0 0 4px #08649342;
}
.slider-img-container {
  max-width: 1050px;
  width: 100%;
  margin-top: 80px;
  position: relative;
  height: 550px;
  padding: 80px 0px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.phn-screen {
  border-radius: 20px !important;
  box-shadow: -33px 20px 46.5px 0 #0000001a;
  display: block;
  height: 550px !important;
  width: 254px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  margin-top: -21px;
}
.left-1-img-container {
  max-width: 157px;
  width: 100%;
  height: 233px;
  border-radius: 12px;
}
.left-2-img-container {
  max-width: 191px;
  width: 100%;
  height: 284px;
  border-radius: 12px;
  z-index: 12;
  margin-right: 10px;
}
.center-img-container {
  max-width: 223px;
  width: 100%;
  height: 355px;
  border-radius: 12px;
}
.right-2-img-container {
  max-width: 191px;
  width: 100%;
  height: 284px;
  border-radius: 12px;
  margin-left: 10px;
  z-index: 12;
}
.right-1-img-container {
  max-width: 157px;
  width: 100%;
  height: 233px;
  border-radius: 12px;
}

.all-img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 12px !important;
}
.center-img-container {
  position: relative;
  z-index: 12;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}
.fade-bottom {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  z-index: 11;
}
.fade-bottom img {
  display: block;
  height: auto;
  width: 100%;
}
.left-blur {
  position: absolute;
  left: -170px;
  z-index: 2;
}
.right-blur {
  position: absolute;
  right: -170px;
  z-index: 2;
}
.skin-color {
  position: absolute;
  max-width: 201px;
  width: 100%;
  max-height: 201px;
  z-index: 11;
  bottom: 25px;
  opacity: 0.7;
  filter: blur(28.6px);
  left: 230px;
}
.skin-color img,
.blue-color img {
  height: 100%;
  width: 100%;
}
.blue-color {
  position: absolute;
  max-width: 201px;
  width: 100%;
  max-height: 201px;
  z-index: 12;
  bottom: 25px;
  right: 230px;
  opacity: 0.7;
  filter: blur(28.6px);
}
@media (max-width: 992px) {
  .right-1-img-container {
    display: none;
  }
  .left-1-img-container {
    display: none;
  }
  .right-blur {
    right: -85px;
    z-index: 13;
  }
  .left-blur {
    left: -85px;
    z-index: 13;
  }
  .center-img-container {
    max-width: 189px;
    width: 100%;
    max-height: 300px;
  }
  .left-2-img-container,
  .right-2-img-container {
    max-width: 150px;
    width: 100%;
    max-height: 241px;
  }
  .phn-screen {
    height: 467px !important;
    max-width: 217px !important;
    width: 100% !important;
  }
  .skin-color,
  .blue-color {
    display: none;
  }
  .fade-bottom {
    bottom: 16px;
    z-index: 26;
  }
  .slider-container {
    padding: 56px 20px 0px 20px;
  }
}
@media (max-width: 768px) {
  .left-blur {
    max-width: 300px;
    width: 100%;
    max-height: 400px;
  }
  .right-blur {
    max-width: 300px;
    width: 100%;
    max-height: 400px;
  }
  .left-blur img {
    width: 100%;
    max-height: 400px;
  }
  .right-blur img {
    width: 100%;
    max-height: 400px;
  }
  .slider-heading {
    font-size: 40px!important;
    line-height: 44px!important;
  }
  .tag-us-text {
    font-size: 16px!important;
  }
  .button-text {
    font-size: 14px!important;
    line-height: 20px!important;
  }
}
@media (max-width: 566px) {
  .left-blur {
    left: -130px;
  }
  .right-blur {
    right: -130px;
  }
  .fade-bottom {
    bottom: 63px;
  }
}
@media (max-width: 480px) {
  .center-img-container {
    max-width: 150px;
    width: 100%;
    max-height: 200px;
  }
  .right-2-img-container,
  .left-2-img-container {
    max-width: 130px;
    width: 100%;
    max-height: 170px;
  }
  .left-blur {
    left: -175px;
  }
  .right-blur {
    right: -175px;
  }
  .phn-screen {
    max-width: 200px !important;
    width: 100% !important;
    max-height: 350px !important;
  }
  .slider-img-container {
    margin-top: 0px;
    padding: 40px 0px;
    height: 450px !important;
  }
   .slider-heading {
    font-size: 26px!important;
    line-height: 34px!important;
  }
  .lets-view-btn {
    padding: 10px 20px !important;
    margin-top: 20px !important;
  }
  .fade-bottom {
    bottom: 85px;
  }
}

/* Know before you accordian */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Manrope";
}
.know-accordian-container {
  max-width: 1440px;
  width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.know-accordian-heading {
  font-size: 40px !important;
  line-height: 44px !important;
  color: #000 !important;
  text-align: center !important;
  font-weight: 700 !important;
}
.know-accordian-sub-heading {
  font-size: 18px !important;
  line-height: 26px !important;
  color: #000 !important;
  opacity: 70% !important;
  padding-top: 10px !important;
  text-align: center !important;
  font-weight: 500 !important;
}
.know-accordian-list-container {
  max-width: 1040px !important;
  width: 100% !important;
  padding-top: 56px !important;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.know-accordian-box {
  box-shadow: 0 32px 52px -17px #0000000f !important;
  background-color: #fff !important;
  border-radius: 28px !important;
  border-bottom: 1px solid #e5e7eb !important;
  padding: 24px 40px 24px 24px !important;
  cursor: pointer !important;
}
.accordian-img {
  max-width: 72px !important;
  width: 100% !important;
}
.accordian-text {
  font-size: 24px !important;
  line-height: 32px !important;
  color: #000 !important;
  padding-bottom: 2px !important;
  font-weight: 600 !important;
}
.accordian-sub-text {
  font-size: 16px !important;
  line-height: 26px !important;
  font-weight: 500 !important;
  color: #666 !important;
}
.img-text-box {
  display: flex;
  align-items: center;
  gap: 16px;
}
.close-accordian {
  padding: 7px !important;
  background-color: rgba(242, 242, 242, 1) !important;
  border-radius: 50% !important;
}
.open-accordian {
  padding: 7px !important;
  background-color: #000 !important;
  border-radius: 50% !important;
  display: none !important;
}
.open-accordian.active {
  display: block !important;
}
.close-accordian.active {
  display: none !important;
}
.know-accordian-heading-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  outline: none;
  padding: 8px 0px !important;
}
.accordian-content {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #3c3c3c !important;
  font-weight: 500 !important;
  border-bottom: 1px solid #ebebeb !important;
}
.pad-bottom {
  padding-bottom: 14px !important;
}
.pad-top-bottom {
  padding: 14px 0px !important;
}

.know-accordian-content-box {
  margin: 0px 40px 12px 88px;
  display: none;
}
.know-accordian-content-box.active {
  display: block;
}
.email-color a {
  color: #083d58 !important;
  opacity: 70% !important;
}
@media (max-width: 1200px) {
  .know-accordian-container {
    padding: 80px 40px;
  }
}
@media (max-width: 992px) {
  .know-accordian-container {
    padding: 72px 32px;
  }
  .know-accordian-heading {
    font-size: 34px !important;
    line-height: 40px !important;
  }
  .know-accordian-sub-heading {
    font-size: 16px !important;
    line-height: 24px !important;
  }
}
@media (max-width: 768px) {
  .know-accordian-container {
    padding: 64px 20px;
  }
  .know-accordian-heading {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .know-accordian-sub-heading {
    font-size: 15px !important;
    line-height: 24px !important;
  }
  .accordian-img {
    max-width: 56px !important;
    width: 100% !important;
  }
  .accordian-text {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  .accordian-sub-text {
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .know-accordian-list-container {
    padding-top: 40px;
  }
  .know-accordian-box {
    padding: 18px 16px 24px 16px;
  }
  .know-accordian-content-box {
    margin: 0px;
  }
}
@media (max-width: 480px) {
  .know-accordian-container {
    padding: 32px 20px 56px 20px;
  }
  .know-accordian-heading {
    font-size: 26px !important;
    line-height: 34px !important;
    /* letter-spacing: -0.2em; */
  }
  .know-accordian-sub-heading {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .accordian-text {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  .accordian-sub-text {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .know-accordian-box {
    padding: 20px 16px !important;
  }
  .img-text-box {
    gap: 0px;
  }
  .accordian-content {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .know-accordian-list-container {
    gap: 18px;
  }
  .pad-top-bottom {
    padding: 5px 0px !important;
  }
  .pad-bottom {
    padding-bottom: 5px !important ;
  }
}
/* testimional section */
* {
  box-sizing: border-box;
  margin: 0;
}
.test-container {
  max-width: 1440px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 20px;
  margin: 0 auto;
}
.test-inner {
  max-width: 1200px;
  width: 100%;
  background-color: #f0f0f0 !important;
  border-radius: 48px !important;
  padding: 80px 80px 66px 80px !important;
  position: relative;
  overflow: hidden;
}
.test-sub-heading {
  font-family: "Manrope" !important;
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 28px !important;
  letter-spacing: 4% !important;
  text-align: center;
  text-transform: uppercase !important;
  color: rgba(119, 119, 119, 1) !important;
}
.test-heading {
  font-family: "Manrope";
  font-weight: 700 !important;
  font-size: 52px !important;
  line-height: 60px !important;
  text-align: center;
  color: rgba(34, 34, 34, 1) !important;
}
.test-divider {
  padding: 48px 0px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
}
.test-img {
  max-width: 320px !important;
  width: 100%;
  border-radius: 21px !important;
  min-height: 442px !important;
  object-fit: cover !important;
}
.test-right {
  max-width: 660px !important;
  width: 100%;
  background-color: #fff !important;
  border-radius: 24px !important;
  box-shadow: 0 32px 52px -17px #0000000f !important;
  padding: 52px 40px 32px 52px !important;
  min-height: 442px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.test-content {
  font-family: "Manrope" !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 34px !important;
  letter-spacing: 0% !important;
  color: rgba(60, 60, 60, 1) !important;
}
.test-visitor-text {
  font-family: "Manrope" !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 0% !important;
  color: rgba(60, 60, 60, 1) !important;
}
.test-visitor-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper-button-next,
.swiper-button-prev {
  height: 64px !important;
  width: 64px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #003b63 !important;
  transform: scale(1.05) !important;
}
.swiper-button-next:hover svg,
.swiper-button-prev:hover svg {
  color: #fff !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  color: black;
  height: 23px !important;
  width: 23px !important;
}
.swiper-button-prev svg {
  transform: rotate(180deg) !important;
}
.swiper-pagination {
  position: relative !important;
  margin: 48px 0px 0px 0px !important;
}
.swiper-pagination-bullet {
  height: 8px !important;
  width: 8px !important;
  background-color: #0f6e8c !important;
  opacity: 20% !important;
}
.swiper-pagination-bullet-active {
  background-color: #0f6e8c !important;
  width: 32px !important;
  height: 8px !important;
  border-radius: 16px !important;
  opacity: 100% !important;
}
.swiper {
  position: relative;
}
.test-line-img {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 584px !important;
  width: 100%;
}
.quotes-img{
  max-width: 120px !important;
  width: 100% !important;
}
.swiper-button-prev:after {
  display: none !important;
}
.swiper-button-next:after {
  display: none !important;
}
.star-rating {
  max-width: 24px !important;
  width: 100% !important;
  max-height: 24px !important;
}
@media (max-width: 1024px) {
  .test-divider {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .test-container {
    padding: 32px 20px 64px 20px;
  }
  .test-inner {
    padding: 32px 20px 34px 20px;
  }
  .swiper-button-next {
    position: absolute !important;
    top: 25% !important;
    right: -1px !important;
  }
  .swiper-button-prev {
    position: absolute !important;
    top: 25% !important;
    left: -1px !important;
  }
  .quotes-img {
    max-width: 60px !important;
    width: 100% !important;
  }
}
@media (max-width: 480px) {
  .test-sub-heading {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .test-heading {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
    width: 14px !important;
    height: 14px !important;
  }
  .swiper-button-prev,
  .swiper-button-next {
    height: 32px !important;
    width: 32px !important;
  }
  .test-img {
    min-height: auto !important;
    height: 280px !important;
  }
  .test-content {
    font-size: 16px !important;
  }
  .test-right {
    padding: 20px !important;
  }
  .test-visitor-text {
    font-size: 14px !important;
  }
  .swiper-pagination {
    margin: 24px 0px 0px 0px !important;
  }
  .test-divider {
    padding: 24px 0px 0px 0px !important;
  }
  .star-rating {
    max-width: 16px !important;
    width: 100% !important;
    max-height: 16px !important;
  }
}

/* audio track section */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Manrope";
}
.audio-section {
  background: linear-gradient(180deg, #f5f5f5, #fff);
}
.audio-container {
  max-width: 1440px;
  width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
}
.audio-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.audio-main {
  max-width: 1200px;

  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 56px;
}
.audio-box {
  background: #fff;
  box-shadow: 0 20px 40px 0 #0000000d;
  cursor: pointer;
  border-radius: 20px;
  padding: 32px;
  width: 100% !important;
}
.audio-flag-img {
  max-width: 100px !important;
  width: 100% !important;
  max-height: 100px !important;
}
.audio-heading {
  font-size: 20px !important;
  line-height: 28px !important;
  color: #222 !important;
  margin: 0 !important;
  padding: 0 0 4px !important;
  font-weight: 700 !important;
}
.audio-main-sub-heading {
  color: #777 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  line-height: 28px !important;
  margin-bottom: 14px !important;
  text-transform: uppercase !important;
}
.audio-main-heading {
  color: #222 !important;
  font-size: 52px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 60px !important;
  text-align: center !important;
}
.audio-box {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.audio-progress-track {
  background: #e6e6e6;
  border-radius: 999px;
  cursor: pointer;
  height: 8px;
  overflow: visible;
  position: relative;
  min-width: 334px;
  margin-top: 20.8px;
}
.audio-progress-track:before {
  background-color: #d1d5db;
  border-radius: 20px;
  content: "";
  inset: 0;
  opacity: 0.7;
  position: absolute;
}
.play-button {
  align-self: flex-end;
  background: #093e59;
  border-radius: 50%;
  height: 48px;
  width: 48px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.play-button:hover {
  transform: scale(1.1);
}
.audio-progress-fill {
  background: #0f6e8c;
  left: 0;
  position: absolute;
}
.audio-progress-knob {
  border-start-start-radius: 0;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 2px 6px #00000040;
  cursor: pointer;
  height: 16px;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: left 0.1s linear;
  width: 4px;
  z-index: 2;
  background: #0f6e8c;
  left: 0%;
  position: absolute;
}
.audio-time-pill {
  border-radius: 26px;
  color: #696969;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24px;
  max-width: 104px;
  padding: 16px 0 0;
  text-align: center;
  white-space: nowrap;
}
.play-next-btn {
  transform: rotate(180deg);
}
.audio-prev-next {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.play-prev-next-btn {
  display: flex;
  gap: 16px;
  padding: 10px 0px 0px 0px;
}
.audio-off-btn {
  max-width: 22px;
  width: 100%;
  max-height: 22px;
}
@media (max-width: 1240px) {
  .audio-progress-track {
    min-width: auto;
  }
}
@media (max-width: 1024px) {
  .audio-box {
    padding: 18px 14px;
    justify-content: space-between;
    gap: 16px;
  }
  .audio-heading {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .audio-time-pill {
    font-size: 11px !important;
    padding: 4px 10px !important;
  }
  .play-prev-next-btn {
    gap: 4px;
  }
  .audio-off-btn {
    max-width: 16px;
    width: 100%;
    max-height: 16px;
  }
  .play-button {
    height: 36px;
    width: 36px;
  }
  .audio-container {
    padding: 40px 20px 64px 20px;
  }
  .audio-main {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .audio-main {
    grid-template-columns: repeat(1, 1fr);
  }
  .audio-progress-track {
    min-width: 235px;
    margin-top: 12px;
  }
 .audio-main-heading{
  font-size: 40px !important;
  line-height: 44px !important;
 }
  .audio-box {
    padding: 16px 16px 16px 20px;
    align-items: center;
  }
  .audio-main {
    gap: 10px;
  }
  .audio-flag-img {
    max-width: 64px !important;
    width: 100% !important;
    max-height: 64px !important;
  }
  .play-prev-next-btn {
    display: none;
  }
}
@media (max-width: 480px) {
  .audio-main-sub-heading {
    font-size: 14px !important;
    line-height: 22px !important;
    margin-bottom: 6px !important;
  }
  .audio-main-heading {
    font-size: 26px !important;
    line-height: 34px !important;
  }
  .audio-box {
    padding: 10px;
    gap: 10px;
  }
  .audio-flag-img {
    max-width: 56px !important;
    width: 100% !important;
    max-height: 56px !important;
  }
  .audio-progress-track {
    min-width: 150px;
  }
  .audio-off-btn {
    max-width: 12px;
    width: 100%;
    max-height: 12px;
  }
  .play-button {
    height: 32px;
    width: 32px;
  }
  .audio-heading {
    font-size: 14px !important;
  }
  .audio-main {
    margin-top: 40px;
  }
}

/* Vancouver css */
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px !important;
}
.header-btn a {
  background: linear-gradient(
    81.46deg,
    #0d1a21 6.53%,
    #053046 50%,
    #135070 93.47%
  ) !important;
}
.header-btn a:hover {
  box-shadow: 0 0 0 4px #08649342 !important;
}
.header-btn svg {
  max-width: 24px !important;
  width: 100% !important;
}
.footer-back {
  background: linear-gradient(
    180deg,
    #0e5478 0%,
    #093e59 50%,
    #01324b 100%
  ) !important;
}
.footer-btn svg {
  max-width: 24px !important;
  width: 100% !important;
}
.footer-btn a:hover {
  background: linear-gradient(
    81.46deg,
    #0d1a21 6.53%,
    #053046 50%,
    #135070 93.47%
  ) !important;
  color: #fff !important;
}
.footer-btn a:hover rect {
  fill: #fff !important;
}
.footer-btn a:hover path {
  fill: #053046 !important;
}
.footer-heading h5 {
  opacity: 50% !important;
}
.privacy-text:hover {
  text-decoration: underline !important;
}

@media (max-width: 1024px) {
  .elementor-nav-menu--toggle
    .elementor-menu-toggle.elementor-active
    + .elementor-nav-menu__container
    li {
    padding: 10px 0px !important;
  }
  .elementor-nav-menu--toggle
    .elementor-menu-toggle.elementor-active
    + .elementor-nav-menu__container
    a {
    padding: 5px 10px !important;
    background-color: rgb(8, 61, 88) !important;
    color: #fff !important;
  }
  .elementor-menu-toggle .e-font-icon-svg {
    fill: rgb(8, 61, 88) !important;
  }
}
@media (max-width: 768px) {
  .footer-btn svg {
    max-width: 16px !important;
    width: 100% !important;
  }
  .ticket-mail a {
    word-break: break-all !important;
  }
}
.banner-video video {
  height: 580px !important;
  border-radius: 32px !important;
}
@media (max-width: 768px) {
  .banner-video video {
    border-radius: 0px !important;
    height: 531px !important;
  }
  .elementor-4983 .elementor-element.elementor-element-092fc68 {
    border-radius: 0px !important;
  }
}
.home-banner-main{
  position: relative;
  overflow: hidden;
}

.banner-heading h1 {
  text-shadow:
    0 4px 12px #0006,
    0 2px 6px #0000004d !important;
  color: #fff !important;
}
.banner-heading span {
  color: #82c5e0 !important;
}
.banner-card-main{
  max-width: 1200px !important;
}
.banner-card {
  box-shadow: 0 0 64px -16px #0000002e !important;
}

.card-icon div > div:hover {
  background-color: rgba(9, 62, 89, 1) !important;
}
.card-icon div > div:hover svg {
  filter: brightness(0) invert(1) !important;
}
.banner-card-img {
  min-width: 60px !important;
}
@media (max-width: 768px) {
  .banner-card-img {
    min-width: 46px !important;
  }
}
.elementor-4983
  .elementor-element.elementor-element-092fc68
  .elementor-wrapper {
  height: 580px !important;
  width: 100% !important;
}
.early-closures-box {
  box-shadow: inset 0 -4px 8px 0 #00000008 !important;
  max-width: 1200px !important;
}
.early-closures-sub-box {
  box-shadow: 0 4px 6px 0 #0000000f !important;
}
.date-box {
  background: linear-gradient(180deg, #2a424e, #002d44) !important;
  border: 1px solid #193949 !important;
  border-radius: 8px !important;
  box-shadow: 0 5px 4px -3px #00000040 !important;
  color: #fff !important;
}
.month {
  background: linear-gradient(180deg, #417994, #26546a) !important;
  border: 1px solid #193949 !important;
  border-radius: 5px !important;
  box-shadow: 0 4px 4px 0 #00000040 !important;
  text-align: center !important;
}
.best-view-img {
  box-shadow: 0px 32px 52px -17px rgba(0, 0, 0, 0.33) !important;
}
.blur-main {
  backdrop-filter: blur(20px) !important;
}
.best-view-icon div > div:hover {
  background-color: rgba(9, 62, 89, 1) !important;
}
.best-view-icon > div:hover svg {
  filter: brightness(0) invert(1) !important;
}
.back-clr {
  background: linear-gradient(180deg, #f5f5f5 71.14%, #ffffff 100%) !important;
}
.lookout-section {
  box-shadow: 0px 32px 52px -17px rgba(0, 0, 0, 0.06) !important;
}

.best-view-container {
  max-width: 1200px !important;
}
.early-slide {
  width: 268px !important;
  padding: 0px !important;
}
.accordian summary {
  padding: 0px !important;
  border: none !important;
}
.accordian details {
  border-bottom: 1px solid rgba(230, 230, 230, 1);
  padding: 32px 0px !important;
}
.accordian-item {
  border: none !important;
}
.test-slider {
  max-width: 1040px !important;
  width: 100% !important;
}
.image-slide {
  padding: 0px !important;
}
.text-slide {
  padding: 0px !important;
}

.contact-back {
  background: linear-gradient(180deg, #ffffff 0%, #f0f0f0 100%) !important;
}
.contact-container {
  max-width: 1200px !important;
}

.contact-data-heading-opacity {
  opacity: 70% !important;
}
.plan-visit-container {
  max-width: 1200px !important;
  margin: 0 auto !important;
}
.private-rental-banner-gradient {
  background: linear-gradient(
    210.95deg,
    rgba(0, 0, 0, 0) 31.2%,
    rgba(0, 0, 0, 0.6) 74.79%
  ) !important;
}
.private-rental-container {
  max-width: 1200px !important;
}
.icon-list li {
  flex-direction: row-reverse !important;
  list-style-type: disc;
}
.icon-list li a {
  flex-direction: row-reverse !important;
}
.icon-list svg {
  width: 24.3px !important;
  height: 26px !important;
  margin: 0px 0px 0px 8px !important;
}
@media (max-width: 480px) {
  .icon-list svg {
    width: 16px !important;
    height: 16px !important;
    margin: 0px 0px 0px 4px !important;
  }
  .icon-list li span {
    padding: 0px !important;
  }
}
.opa-70 {
  opacity: 70% !important;
}
.private-btn a {
  background: linear-gradient(
    81.46deg,
    #093e59 6.53%,
    #093e59 50%,
    #086493 93.47%
  ) !important;
}
.private-white-container {
  max-width: 795px !important;
  box-shadow: 0px 20px 42px 0px rgba(0, 0, 0, 0.05) !important;
}
.blog-slide-container {
  max-width: 1200px !important;
}
.blog-read-icon-list li {
  flex-direction: row-reverse !important;
}
.blog-read-icon-list li span {
  padding: 0px !important;
}
.blog-read-icon-list svg {
  margin: 0px !important;
}
.all-blog-container {
  max-width: 1200px !important;
}
.blog-img-container:hover {
  cursor: pointer !important;
}
.blog-img-container:hover img {
  transform: scale(1.1) !important;
  transition: all 0.3s ease !important;
}
.blog-read-icon-list:hover {
  cursor: pointer !important;
}
.blog-read-icon-list:hover svg {
  width: 40px !important;
  height: 40px !important;
}
@media (max-width: 480px) {
  .blog-read-icon-list:hover svg {
    width: 24px !important;
    height: 24px !important;
  }
}

.blog-container {
  min-width: 0 !important;
  flex-shrink: 1 !important;
  width: 100% !important;
  max-width: 380px !important;
  box-sizing: border-box !important;
}
/* @media(max-width:1024px){
  .blog-container{
    max-width: 320px !important;
  }
} */
header {
  position: sticky !important;
  /* top: 32px !important; */
  top: 0 !important;
  background-color: #fff !important;
  z-index: 1000 !important;
}
.lookout-container {
  max-width: 1200px !important;
}

.footer-container {
  max-width: 1200px !important;
}
.audio-banner-overlay {
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)),
    linear-gradient(
      205.21deg,
      rgba(0, 0, 0, 0) 19.67%,
      rgba(0, 0, 0, 0.6) 66.62%
    ) !important;
}
.audio-tour-white-box {
  max-width: 1200px !important;
  box-shadow: 0 20px 40px #0000000d !important;
  position: absolute !important;
  bottom: 70px !important;
  /* width: 100% !important; */
}

.audio-banner-text-container {
  max-width: 1200px !important;
}
.audio-tour-banner-main {
  position: relative !important;
}
@media (max-width: 768px) {
  .contact-container {
    background: #f1f1f1 !important;
  }
  .border-container {
    display: none !important;
  }
  .audio-tour-white-box {
    position: static !important;
    margin-top: -90px !important;
    z-index: 99 !important;
  }
}
@media (max-width: 480px) {
  .audio-tour-white-box {
    max-width: 280px !important;
  }
}
.audio-box-container {
  max-width: 1200px !important;
}
.know-banner-overlay {
  background: linear-gradient(90deg, #0009, #0000) !important;
}
.know-before-accordian-container {
  max-width: 1040px !important;
}
.private-relative {
  position: relative !important;
}
.private-white-container {
  position: absolute !important;
  right: 50px !important;
  bottom: -45px !important;
}
@media (max-width: 1200px) {
  .private-white-container {
    position: static !important;
  }
}
.footer-text-hover:hover,
.ticket-mail:hover {
  text-decoration: underline !important;
}
.lookout-section {
  max-width: 1200px !important;
}
.blog-btn a svg {
  max-width: 25px !important;
  width: 100% !important  ;
}
.blog-inner-container {
  max-width: 1080px !important;
}
.blog-image-container {
  max-height: 536px !important;
}
.blog-image-container div {
  max-height: 536px !important;
}

.strong-heading strong {
  font-size: 24px !important;
}
.blog-para {
  font-weight: 500 !important;
  line-height: 32px !important;
}
.blog-inner-heading {
  line-height: 32px !important;
}
.blog-inner-heading strong {
  font-weight: 700 !important;
}
.img-card .content {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(40px);
  background: linear-gradient(180deg, #fff0 110%, #0003 0);
  inset: 0;
  mask-image: linear-gradient(180deg, #0000 50%, #000 0);
  -webkit-mask-image: linear-gradient(180deg, #0000 68%, #000 80%);
  pointer-events: none;
  position: absolute;
  z-index: 999;
  display: flex;
  justify-content: flex-end;
  padding: 50px 20px 20px;
}
@media (max-width: 480px) {
  .blog-para {
    font-size: 14px !important;
    line-height: 22px !important;
  }
}
.header-container {
  max-width: 1200px !important;
}
.about-banner-img {
  position: relative !important;
}
.about-heading-container {
  max-width: 1200px !important;
}
.about-white-box-container {
  max-width: 1200px !important;
  position: absolute !important;
  /* width: 100% !important; */
  bottom: 20px !important;
  z-index: 1;
  box-shadow: 0 20px 40px 0 #0000000d !important;
}
@media (max-width: 1024px) {
  .white-border-none {
    display: none !important;
  }
}
@media (max-width: 480px) {
  .about-white-box-container {
    position: static !important;
    bottom: 0px !important;
    margin-top: -113px !important;
    z-index: 50 !important;
  }
}
.grid-img-heading-container {
  max-width: 1200px !important;
}
.grid-img-blur {
  background: linear-gradient(
    180deg,
    rgba(32, 51, 56, 0) 0%,
    #203338 100%
  ) !important;
  backdrop-filter: blur(7.100000381469727px) !important;
  height: 90px !important;
}
.grid-img img:hover {
  transform: scale(1.1) !important;
  transition: transform 0.3s ease !important;
}
.private-rental-container {
  max-width: 1200px !important;
}
.grid-about-2{
  display: none !important;
}
@media(max-width:1024px){
  .grid-about-1{
    display: none !important;
  }
  .grid-about-2{
    display: grid !important;
  }
}
@media(max-width:480px){
  .img-card .content{
    padding-bottom: 10px !important;
  }
}
.private-rental-white-first::after{
 background: #ebebeb !important;
    bottom: 0 !important;
    content: "";
    display: block !important;
    height: 82px !important;
    right: 0 !important;
    margin: auto 0 !important;
    position: absolute !important;
    top: 0; 
    width: 1.5px !important;
}
@media(max-width:480px){
  .private-rental-white-first::after{
     display: none !important;
  }
}
.private-btn a:hover  { 
  background: linear-gradient(
    81.46deg,
    #0d1a21 6.53%,
    #053046 50%,
    #135070 93.47%
  );
  box-shadow: 0 0 0 4px #08649342;
}
.main-accordian-container{
  max-width: 1200px !important;
}
.home-main-accordian-container{
  max-width: 1200px !important;
}
.private-rental-heading-container{
  max-width: 1200px !important;
}
.private-btn a svg{
  max-width: 24px !important;
  width: 100% !important;
}
@media(max-width:480px){
.blog-inner-img img{
  max-height: 250px !important;
}
}
.know-heading-container{
  max-width: 1200px !important;
}
/* blog-btn hover effect */
.elementor-button-icon {
  position: relative;
  
}

/* hide icon first */
.elementor-button-icon::before {
  content: "";
  background-image: url("https://trainingdes01.madebyshubham.com/wp-content/uploads/2026/02/private-rental-arrow-up.svg");
  display: block;
  opacity: 0;
  transform: translate3d(-100%, 100%, 0) scaleX(1);
  transition-delay: 0s;
  position: absolute;
  width: 25px;
  height: 25px;
}
.elementor-button-icon svg {
  opacity: 1;
  transform: translateZ(0) scaleX(1);
  transition-delay: 0.2s;
}
.elementor-button-icon svg,
.elementor-button-icon::before {
  transform-style: preserve-3d;
  transition:
    opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
/* show on button hover */
.blog-btn a:hover .elementor-button-icon::before{
 opacity: 1;
  transform: translateZ(0) scaleX(1);
  transition-delay: 0.2s;
}

 .blog-btn a:hover .elementor-button-icon svg{
  opacity: 0 !important;
 }