@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

@font-face {
  font-family: "Helvetica Neue";
  src: url("styles/helvetica-neue/HelveticaNeueBlack.otf") format("otf"),
    url("styles/helvetica-neue/HelveticaNeueBold.otf") format("otf");
  font-weight: normal;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.back_link{
    color: #000;
    text-decoration: none;
}

/* ... existing styles ... */

/* Fallback for unclassed H1s inside semantic containers */
section h1:not([class]),
article h1:not([class]),
aside h1:not([class]),
nav h1:not([class]),
h1{
    font-size: 2em; /* match your heading size */
    line-height: 1.2; /* optional */
}


.home-main-container {
  width: 100%;
  height: auto;
  flex-direction: column;
}


/* Multi start */
.sec_multi_title {
  font-size: clamp(1.5rem, 4vw + 1.5rem, 4rem);
}
@media only screen and (max-width: 400px) {
  .sec_multi_title {
    font-size: clamp(1.5rem, 3vw + 1rem, 4rem);
  }
}
@media only screen and (max-width: 270px) {
  .sec_multi_title {
    font-size: clamp(1.2rem, 2vw + 0.9rem, 4rem);
  }
}
/* Multi end */

/* Banner start */
.home-main-container .banner {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 60px 0;
}
.home-main-container .banner.pyramid{
    min-height: 100%;
}
.home-main-container .banner .video {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
}
.home-main-container .banner .video video {
  width: 100%;
  object-fit: cover;
  min-height: 100vh;
  height: 100%;
}
.home-main-container .banner.pyramid .video video{
    min-height: 100%;
}
.home-main-container .banner .video video source {
  width: 100%;
  height: 100%;
  position: absolute;
}
.home-main-container .banner .video .overlay {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 55%);
}
.home-main-container .banner .video.funnel_img img{
    width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-main-container .banner .banner-content {
  width: 85%;
  gap: 3vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.home-main-container .banner .banner-content h1 {
  position: relative;
  color: #fff;
  font-size: clamp(2rem, 4vw + 2.8rem, 8rem);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 3px;
  line-height: 110%;
  overflow: hidden;
}
.home-main-container .banner .banner-content h1 .count {
  color: #ff7350;
}
.home-main-container .banner .banner-content h1 span.farx {
  white-space: nowrap;
}

.home-main-container .banner .banner-content .home_hero_sub_title{
    position: relative;
    color: #fff;
    font-size: clamp(0.5rem, 1vw + 0.5rem, 2rem);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 3px;
    line-height: 110%;
    overflow: hidden;
    margin-bottom: 2%;
}

.btn {
  width: fit-content;
  position: relative;
  color: #fff;
  text-decoration: none;
  font-size: clamp(0.3rem, 1vw + 0.7rem, 2rem);
  background-color: #42cde7;
  line-height: 12px;
  white-space: nowrap;
  margin-left: 5px;
  padding: 1.2em 1.5em;
  border-radius: 50px;
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  z-index: 1;
  overflow: hidden;
  transition: 0.5s cubic-bezier(0.99, 0, 0.11, 0.99);
}
.btn .ban-overlay {
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-color: #ff7350;
  transition: 0.5s cubic-bezier(0.99, 0, 0.11, 0.99);
  left: 0;
}
.btn:hover .ban-overlay {
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 600px) {
  .home-main-container .banner .banner-content h1 {
    font-size: clamp(2rem, 4vw + 2rem, 8rem);
  }
  .home-main-container .banner .banner-content {
    gap: 0.8em;
  }
}
@media only screen and (max-width: 450px) {
  .home-main-container .banner .banner-content h1 {
    font-size: clamp(2rem, 4vw + 1.5rem, 8rem);
  }
  .home-main-container .banner .banner-content {
    gap: 0.5em;
  }
  .btn {
    margin-left: 4px;
    padding: 1.2em;
  }
}
@media only screen and (max-width: 350px) {
  .home-main-container .banner .banner-content h1 {
    font-size: clamp(1.1rem, 5vw + 1rem, 8rem);
  }
  .home-main-container .banner .banner-content {
    gap: 0.3em;
  }
  .btn {
    margin-left: 3px;
  }
}
@media only screen and (max-width: 300px) {
  .btn {
    width: 100%;
    font-size: clamp(0.1rem, 1vw + 0.7rem, 2rem);
  }
}
/* Banner end */

/*Funnel start*/
.home-main-container .funnel_main_container{
    align-items: flex-start;
    background-color: #004064;
    flex-direction: column;
    padding-top: 0;
}
.home-main-container .funnel_main_container .funnel_img{
    position: absolute;
    width: 100%;
}
.home-main-container .funnel_main_container .funnel_img img.fun_img_1{
    width: 100%;
    height: 100%;
}
.home-main-container .funnel_main_container .funnel_img img.fun_img_2{
    display: none;
}
.home-main-container .funnel_main_container .funnel_container{
    width: 50%;
    padding: 0 5%;
}
.home-main-container .funnel_main_container .funnel_container h1{
    color: #fff;
    line-height: 120%;
    font-size: clamp(1.8rem, 3vw + 0.5rem, 4vw);
}
.home-main-container .funnel_main_container .funnel_container p{
    color: #fff;
    position: relative;
    font-size: clamp(1.2rem, 1vw + 0.3rem, 2vw);
    font-weight: 400;
    padding: 15px 0px 31px 0;
}
@media only screen and (max-width: 678px){
    .home-main-container .funnel_main_container{
        flex-direction: column-reverse;
    }
    .home-main-container .funnel_main_container .funnel_container{
        width: 100%;
    }
    .home-main-container .funnel_main_container .funnel_img{
        position: relative;
    }
    .home-main-container .funnel_main_container .funnel_img img.fun_img_1{
        display: none;
    }
    .home-main-container .funnel_main_container .funnel_img img.fun_img_2{
        display: block;
    }
}
/*Funnel end*/

/* Scroller start */
.scroller-container {
  width: 100%;
  height: 40vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
  overflow: hidden;
}
.scroller-container .sec-title {
  width: 100%;
  text-align: center;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* line-height: 100%; */
  letter-spacing: 5px;
  padding: 0 5px;
  color: #ff7350;
}

@keyframes text-revel {
  to {
    background-size: 100% 100%;
  }
}

.scroller-container .scroller {
  height: 8rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*capability start*/
    .capability {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: auto;
      padding: 2rem 5%;
      text-align: center;
      max-width: 1200px;
      margin: 0 auto;
    }

    .capability .intro {
      margin-bottom: 2rem;
      transform: translateY(30px);
      transition: all 0.8s ease;
    }

    .capability .intro.show {
      opacity: 1;
      transform: translateY(0);
    }

    .capability .intro h1 {
      font-size: clamp(1.5rem, 4vw + 1.5rem, 4rem);
      color: #ff5722;
      margin-bottom: 1rem;
    }

    .capability .intro p {
      font-size: clamp(14px, 2vw, 18px);
      color: #000000;
      max-width: 700px;
      margin: 0 auto;
      line-height: 1.6;
    }


    .capability .container {
      max-width: 1100px;
      width: 100%;
      padding: 2rem 0;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem;
    }

    .capability .card {
      text-align: left;
      background: #fff;
      padding: 2rem 1.5rem;
      border-radius: 1rem;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      overflow: hidden;
    }

    .capability .card:hover {
      transform: translateY(-10px);
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .capability .number {
      position: absolute;
      top: -15px;
      right: 15px;
      font-size: 5rem;
      font-weight: 800;
      color: lab(89 8.85 7.13);
      z-index: 0;
      user-select: none;
    }

    .capability .card h3 {
      margin: 0 0 1rem;
      font-size: 1.5rem;
      color: #ff5722;
      position: relative;
      z-index: 1;
    }

    .capability .card ul {
      list-style: none;
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 1;
    }

    .capability .card ul li {
      margin: 0.5rem 0;
      font-size: 1rem;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .capability .container {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 600px) {
      .capability .container {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 369px) {
      .capability .card h3 {
        font-size: 1.25rem;
      }
    }
    
    @media only screen and (max-width: 400px) {
        .capability .intro h1 {
            font-size: clamp(1.5rem, 3vw + 1rem, 4rem);
        }
    }
    
    @media only screen and (max-width: 270px) {
        .capability .intro h1 {
            font-size: clamp(1.2rem, 2vw + 0.9rem, 4rem);
        }
    }
/*capability end*/

/* Partner start */
.scroller-container .scroller .partner-list {
  width: 90%;
  max-width: 1536px;
  margin-inline: auto;
  position: relative;
  height: 100px;
  overflow: hidden;
  mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 1) 20%,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0)
  );
}

.scroller-container .scroller .partner-list .item {
  width: 200px;
  height: 100px;
  background-color: #004064;
  border-radius: 6px;
  position: absolute;
  list-style: none;
  left: max(calc(200px * 7), 100%);
  animation-name: parScrollLeft;
  animation-duration: 30s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes parScrollLeft {
  to {
    left: -200px;
  }
}

.scroller-container .scroller .partner-list .item img {
  width: 100%;
  height: 100%;
}

.scroller-container .scroller .partner-list .item.item1 {
  animation-delay: calc(30s / 7 * (7 - 1) * -1);
}

.scroller-container .scroller .partner-list .item.item2 {
  animation-delay: calc(30s / 7 * (7 - 2) * -1);
}

.scroller-container .scroller .partner-list .item.item3 {
  animation-delay: calc(30s / 7 * (7 - 3) * -1);
}

.scroller-container .scroller .partner-list .item.item4 {
  animation-delay: calc(30s / 7 * (7 - 4) * -1);
}

.scroller-container .scroller .partner-list .item.item5 {
  animation-delay: calc(30s / 7 * (7 - 5) * -1);
}

.scroller-container .scroller .partner-list .item.item6 {
  animation-delay: calc(30s / 7 * (7 - 6) * -1);
}

.scroller-container .scroller .partner-list .item.item7 {
  animation-delay: calc(30s / 7 * (7 - 7) * -1);
}
/* Portfolio start */
.scroller-container .scroller .tag-list {
    width: 90%;
    max-width: 1536px;
    margin-inline: auto;
    position: relative;
    height: 100px;
    overflow: hidden;
    mask-image: linear-gradient(to right,
            rgba(0, 0, 0, 0),
            rgba(0, 0, 0, 1) 20%,
            rgba(0, 0, 0, 1) 80%,
            rgba(0, 0, 0, 0));
}

.scroller-container .scroller .tag-list .item {
    width: 200px;
    height: 100px;
    background-color: #004064;
    border-radius: 6px;
    position: absolute;
    list-style: none;
    left: max(calc(200px * 25), 100%);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    overflow: hidden;
}

@keyframes scrollLeft {
    to {
        left: -200px;
    }
}

.scroller-container .scroller .tag-list .item img {
    width: 100%;
    height: 100%;
}

.scroller-container .scroller .tag-list .item.item1 {
    animation-delay: calc(30s / 25 * (25 - 1) * -1);
}

.scroller-container .scroller .tag-list .item.item2 {
    animation-delay: calc(30s / 25 * (25 - 2) * -1);
}

.scroller-container .scroller .tag-list .item.item3 {
    animation-delay: calc(30s / 25 * (25 - 3) * -1);
}

.scroller-container .scroller .tag-list .item.item4 {
    animation-delay: calc(30s / 25 * (25 - 4) * -1);
}

.scroller-container .scroller .tag-list .item.item5 {
    animation-delay: calc(30s / 25 * (25 - 5) * -1);
}

.scroller-container .scroller .tag-list .item.item6 {
    animation-delay: calc(30s / 25 * (25 - 6) * -1);
}

.scroller-container .scroller .tag-list .item.item7 {
    animation-delay: calc(30s / 25 * (25 - 7) * -1);
}

.scroller-container .scroller .tag-list .item.item8 {
    animation-delay: calc(30s / 25 * (25 - 8) * -1);
}

.scroller-container .scroller .tag-list .item.item9 {
    animation-delay: calc(30s / 25 * (25 - 9) * -1);
}

.scroller-container .scroller .tag-list .item.item10 {
    animation-delay: calc(30s / 25 * (25 - 10) * -1);
}

.scroller-container .scroller .tag-list .item.item11 {
    animation-delay: calc(30s / 25 * (25 - 11) * -1);
}

.scroller-container .scroller .tag-list .item.item12 {
    animation-delay: calc(30s / 25 * (25 - 12) * -1);
}

.scroller-container .scroller .tag-list .item.item13 {
    animation-delay: calc(30s / 25 * (25 - 13) * -1);
}

.scroller-container .scroller .tag-list .item.item14 {
    animation-delay: calc(30s / 25 * (25 - 14) * -1);
}

.scroller-container .scroller .tag-list .item.item15 {
    animation-delay: calc(30s / 25 * (25 - 15) * -1);
}

.scroller-container .scroller .tag-list .item.item16 {
    animation-delay: calc(30s / 25 * (25 - 16) * -1);
}

.scroller-container .scroller .tag-list .item.item17 {
    animation-delay: calc(30s / 25 * (25 - 17) * -1);
}

.scroller-container .scroller .tag-list .item.item18 {
    animation-delay: calc(30s / 25 * (25 - 18) * -1);
}

.scroller-container .scroller .tag-list .item.item19 {
    animation-delay: calc(30s / 25 * (25 - 19) * -1);
}

.scroller-container .scroller .tag-list .item.item20 {
    animation-delay: calc(30s / 25 * (25 - 20) * -1);
}

.scroller-container .scroller .tag-list .item.item21 {
    animation-delay: calc(30s / 25 * (25 - 21) * -1);
}

.scroller-container .scroller .tag-list .item.item22 {
    animation-delay: calc(30s / 25 * (25 - 22) * -1);
}

.scroller-container .scroller .tag-list .item.item23 {
    animation-delay: calc(30s / 25 * (25 - 23) * -1);
}

.scroller-container .scroller .tag-list .item.item24 {
    animation-delay: calc(30s / 25 * (25 - 24) * -1);
}

.scroller-container .scroller .tag-list .item.item25 {
    animation-delay: calc(30s / 25 * (25 - 25) * -1);
}

@media (max-width: 450px){
  .clientele{
    height: 35vh;
  }
}

@media (max-width: 350px){
  .clientele{
    height: 30vh;
  }
}
/* Portfolio end */
/* Partner end */

/* Solid reack start */
.stats-section {
  padding: 50px 0px;
  background-color: #004064;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 85%;
  /* max-width: 1200px; */
  /* margin: auto; */
}

.text-area{
    margin-bottom: 10px;
}

.text-area {
  flex: 1;
}

.text-area h1 {
  font-size: clamp(1.8rem, 3vw + 0.5rem, 3vw);
  font-weight: 700;
  line-height: 1.2;
  /*margin-bottom: 30px;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cta-button {
  display: inline-block;
  background-color: #4adbf6;
  color: #fff;
  padding: 15px 30px;
  font-size: clamp(0.3rem, 1vw + 0.7rem, 2rem);
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

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

/*.stat-box:nth-child(1) {*/
/*  border-bottom: 1px solid #fff;*/
/*}*/

/*.stat-box:nth-child(2) {*/
/*  border-bottom: 1px solid #fff;*/
/*}*/

.stat-box h2 {
  font-size: clamp(2rem, 6vw + 2rem, 5vw);
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.stat-box p {
  font-size: clamp(0.6rem, 1vw + 0.3rem, 1.5vw);
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}

/* Responsive Tweaks */
@media (min-width: 768px) {
  .container {
    flex-direction: row;
    /* align-items: center; */
  }

  .text-area {
    flex: 1;
  }

  .stats-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 60px;
  }
}
@media (max-width: 768px) {
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  }
  .stat-box:nth-child(1) {
    border-bottom: 0;
  }
  .stat-box:nth-child(2) {
    border-bottom: 0;
  }
}
@media (max-width: 530px) {
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .stat-box:nth-child(1) {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }
  .stat-box:nth-child(2) {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
  }
}
@media (max-width: 330px) {
  .stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .stat-box:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 30px;
  }
}

/* Solid reack end */

/* Pyramid start */
.pyramid_main_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 50px 0px; */
  background-color: #004064;
  gap: 30px;
}
.pyramid_main_container .title {
  font-size: clamp(1.5rem, 4vw + 1.5rem, 4rem);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 0 5%;
  color: #ff7350;
}
.pyramid_main_container img {
  width: 100%;
  height: 100%;
}
/* Pyramid end */

/* Testimonials start */
/*.testimonial-container {*/
/*  position: relative;*/
/*  width: 100%;*/
/*  height: 87vh;*/
/*  overflow: hidden;*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  background: linear-gradient(to right, #011d35, #4e7398);*/
/*}*/

/*.testimonial-container .title {*/
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*  text-align: center;*/
/*  padding: 45px 5% 0 5%;*/
/*  color: #ff7350;*/
/*}*/

/*.center-highlight {*/
/*  position: absolute;*/
/*  top: 58%;*/
/*  left: 50%;*/
/*  width: 50%;*/
/*  height: 63%;*/
/*  transform: translate(-50%, -50%);*/
/*  border-radius: 25px;*/
/*  background: rgba(255, 255, 255, 0.08);*/
/*  border: 1px solid rgba(255, 255, 255, 0.2);*/
/*  pointer-events: none;*/
/*  z-index: 2;*/
/*}*/

/*.testimonial-track {*/
/*  display: flex;*/
/*  transition: transform 0.6s ease-in-out;*/
/*  height: 100%;*/
/*}*/

/*.testimonial {*/
/*  flex: 0 0 100%;*/
/*  font-size: 1.5rem;*/
/*  color: #fff;*/
/*  text-align: center;*/
/*  opacity: 0.3;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  height: 100%;*/
/*  flex-direction: column;*/
/*  width: 14%;*/
  /* gap: 16px; */
/*  transition: all 0.3s ease;*/
/*}*/
/*.testimonial .appos {*/
/*  width: 35%;*/
/*  text-align: left;*/
/*  font-size: clamp(1.8rem, 4vw + 1rem, 4rem);*/
/*  line-height: 0;*/
/*  padding-top: 30px;*/
/*  padding-bottom: 13px;*/
/*}*/

/*.testimonial.active {*/
/*  font-size: 2rem;*/
/*  font-style: italic;*/
/*  font-weight: bold;*/
/*  opacity: 1;*/
/*}*/

/*.testimonial h2 {*/
/*  width: 35%;*/
/*  font-size: clamp(1rem, 1.4vw, 1.4rem);*/
/*  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*}*/
/*.testimonial p {*/
/*  width: 35%;*/
/*  font-size: clamp(1rem, 1.4vw, 1.3rem);*/
/*  font-weight: 400;*/
/*  font-family: "Roboto", sans-serif;*/
/*  padding: 12px 0 35px 0;*/
/*}*/

/*@media (max-width: 768px) {*/
/*  .testimonial {*/
/*    font-size: 1.1rem;*/
/*  }*/

/*  .testimonial.active {*/
/*    font-size: 1.4rem;*/
/*  }*/

/*  .center-highlight {*/
/*    width: 80%;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 600px) {*/
/*  .testimonial .appos {*/
/*    width: 30%;*/
/*  }*/
/*  .testimonial h2 {*/
/*    width: 30%;*/
/*  }*/
/*  .testimonial p {*/
/*    width: 30%;*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 450px) {*/
/*  .testimonial .appos {*/
/*    width: 25%;*/
/*  }*/
/*  .testimonial h2 {*/
/*    width: 25%;*/
/*    font-size: clamp(0.9rem, 1.4vw, 1.4rem);*/
/*  }*/
/*  .testimonial p {*/
/*    width: 25%;*/
/*    font-size: clamp(0.8rem, 1.4vw, 1.3rem);*/
/*  }*/
/*}*/
/*@media only screen and (max-width: 300px) {*/
/*  .testimonial .appos {*/
/*    width: 20%;*/
/*  }*/
/*  .testimonial h2 {*/
/*    width: 20%;*/
/*    font-size: clamp(0.9rem, 1.4vw, 1.4rem);*/
/*  }*/
/*  .testimonial p {*/
/*    width: 20%;*/
/*    font-size: clamp(0.8rem, 1.4vw, 1.3rem);*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 480px) {*/
/*  .testimonial-container {*/
/*    height: 84vh;*/
/*  }*/
/*  .center-highlight {*/
/*    top: 56%;*/
/*    height: 58%;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 400px) {*/
/*  .testimonial-container {*/
/*    height: 70vh;*/
/*  }*/
/*  .center-highlight {*/
/*    height: 67%;*/
/*  }*/
/*}*/

/*@media only screen and (max-width: 310px) {*/
/*  .testimonial-container {*/
/*    height: 88vh;*/
/*  }*/
/*}*/
/* Testimonials end */

/*New testimonial start*/
.testimonial-section {
            max-width: 1140px;
            margin: 60px auto;
            padding: 0 20px;
        }

        .testimonial-section h1 {
            text-align: center;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            /*font-size: 2.8rem;*/
            letter-spacing: 5px;
            margin-bottom: 40px;
            padding: 0 5px;
            position: relative;
            color: #ff7350;
        }

        .testimonial-section h1::after {
            content: '';
            width: 60px;
            height: 4px;
            background: #ff734f;
            display: block;
            margin: 12px auto 0;
            border-radius: 2px;
            display: none;
        }

        .swiper {
            padding-bottom: 50px;
        }

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

        .testimonial-card {
            background-color: white;
            border-radius: 16px;
            padding: 30px;
            max-width: 500px;
            width: 100%;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            text-align: left;
            position: relative;
        }

        .testimonial-card::before {
            content: "“";
            font-family: 'Playfair Display', serif;
            font-size: 60px;
            color: #ff734f;
            position: absolute;
            top: 15px;
            left: 20px;
            /* display: none; */
        }

        .testimonial-card p {
            font-size: 1rem;
            line-height: 1.7;
            color: #444;
            margin-top: 35px;
            margin-bottom: 25px;
            font-family: "Roboto", sans-serif;
        }

        .testimonial-card h2 {
            font-size: 1.1rem;
            font-weight: 600;
            color: #222;
            font-family: "Roboto", sans-serif;
        }

        .testimonial-card h3 {
            font-size: 0.9rem;
            color: #777;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
        }

        /* Swiper Pagination */
        .swiper-pagination-bullet {
            background: #ccc;
            opacity: 1;
            transition: 0.3s;
        }

        .swiper-pagination-bullet-active {
            background: #ff734f;
        }

        /* RESPONSIVE */
        @media (max-width: 768px) {
            .testimonial-section {
                padding: 0 15px;
            }

            .testimonial-card {
                padding: 25px;
            }
        }
/*New testimonials end*/

/* Calendly start */
.calendly-main-container {
  padding: 50px 0;
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 20px 2px rgb(0 0 0 / 20%);
}
.calendly-main-container .sec-title {
  width: 75vw;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 5px;
  padding: 0 5px;
  color: #ff7350;
}
.calendly-main-container .sec-title span {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendly-main-container .calendly-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 10px;
}
.calendly-main-container .calendly-container .demo-date {
  width: 100%;
  height: 100%;
}
.calendly-main-container .calendly-container .demo-date .calendly {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
    padding: 0 5%;
}
.calendly-main-container
  .calendly-container
  .demo-date
  .calendly
  .calendly-inline-widget {
  width: 40vw;
  height: 44.5vh;
  border: 2px solid #000;
}
@keyframes text-revel {
  to {
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 900px) {
  .calendly-main-container
    .calendly-container
    .demo-date
    .calendly
    .calendly-inline-widget {
    width: 65vw;
  }
}

@media only screen and (max-width: 600px) {
  .calendly-main-container
    .calendly-container
    .demo-date
    .calendly
    .calendly-inline-widget {
    width: 75vw;
  }
}

@media only screen and (max-width: 500px) {
  .calendly-main-container
    .calendly-container
    .demo-date
    .calendly
    .calendly-inline-widget {
    width: 90vw;
  }
}
/* Calendly end */

/* Presence start */
.presence_main_container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0px;
  background-color: #004064;
  gap: 30px;
}
.presence_main_container .title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  padding: 0 5%;
  color: #ff7350;
}
.presence_main_container img {
  width: 100%;
  height: 100%;
}
/* Presence end */

/* FAQ start */
.faq-main-container {
  color: #000;
  padding: 40px 0;
  gap: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 10px 20px -5px rgb(0 0 0 / 20%);
}
.faq-main-container .sec-title {
  width: 52vw;
  text-align: center;
  z-index: 1;
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 5px;
  padding: 0 5px;
  color: #ff7350;
}
@keyframes text-revel {
  to {
    background-size: 100% 100%;
  }
}
.faq-main-container .faq-container {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  z-index: 1;
}
.faq-main-container .faq-container .faq {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  overflow: hidden;
  border-bottom: 2px solid #000;
}
.faq-main-container .faq-container .faq .question {
  width: calc(100% - 3px);
  height: 100%;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.faq-main-container .faq-container .faq .question h4 {
  font-size: clamp(0.8rem, 1vw + 0.8rem, 1rem);
  font-family: "Nunito", sans-serif;
  text-align: left;
  letter-spacing: 2px;
  color: #000;
}
.faq-main-container .faq-container .faq .question .arrow {
  font-size: clamp(0.8rem, 1vw + 0.8rem, 1rem);
  transform: rotate(90deg);
  transition: 0.5s ease-in-out;
}
.faq-main-container .faq-container .faq .answer {
  height: 0;
  transition: 0.8s ease-in-out;
}
.faq-main-container .faq-container .faq .answer p {
  font-size: clamp(0.5rem, 0.5vw + 0.8rem, 1rem);
  font-family: "Nunito", sans-serif;
  overflow: hidden;
  text-align: left;
}
.faq-main-container .faq-container .faq .answer .faq-q{
  font-size: clamp(0.8rem, 1vw + 0.8rem, 1rem);
  font-family: "Nunito", sans-serif;
  text-align: left;
  letter-spacing: 2px;
  color: #000;
}
.faq-main-container .faq-container .faq.active .answer {
  height: 100%;
  padding-bottom: 10px;
  animation: fade 1.4s ease-in-out;
}

.faq-main-container .faq-container .faq.active .arrow {
  transform: rotate(270deg);
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

.faq-main-container .overlay {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgb(0 0 0 / 65%);
  backdrop-filter: blur(5px);
}
/* FAQ end */

/* Google reviews start */
.eapps-widget-toolbar{
    display: none !important;
}
        .lfCQiA {
            margin: 30px 5% !important;
        }

        .dLSPCe {
            font-size: clamp(1.5rem, 3vw + 1rem, 4rem) !important;
            color: #ff7350 !important;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        }

        .joEmvq {
            font-size: clamp(0.3rem, 1vw + 0.7rem, 1rem) !important;
            font-family: "Roboto", sans-serif !important;
        }

        .fACpgR {
            font-size: clamp(0.3rem, 1vw + 0.7rem, 1rem) !important;
            font-family: "Roboto", sans-serif !important;
        }

        .ga-DaEy{
            font-size: clamp(0.3rem, 1vw + 0.7rem, 1rem) !important;
            font-family: "Roboto", sans-serif !important;
            padding: 0px 5% !important;
        }
        
        .google_review{
            margin-bottom: 50px;
        }
        
        .google_review .title.sec_multi_title{
            width: 100%;
            text-align: center;
            margin: 0;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            /* line-height: 100%; */
            letter-spacing: 5px;
            padding: 0 5px 30px 5px;
            color: #ff7350;
        }

        /* Google reviews end */



/*header_new start*/


    :root {
        --color-primary: #ff7350;
        --color-white: #e9e9e9;
        /* --color-black: #141d28; */
        --color-black: #000000;
        --color-black-1: #212b38;
    }

    body {
        font-family: sans-serif;

    }

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .menu-bar {
        background-color: var(--color-black);
        height: 70px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 5%;
        position: relative;
        z-index: 99;
    }

    .menu-bar ul {
        list-style: none;
        display: flex;
        gap: 30px;
        margin: 0;
        padding: 0;
    }

    .menu-bar ul li {
        position: relative;
        display: flex;
        align-items: center;
    }

    .menu-bar ul li a {
        font-size: 17px;
        color: var(--color-white);
        text-decoration: none;
        transition: all 0.3s;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .menu-bar ul li a:hover {
        color: var(--color-primary);
    }

    .fas {
        float: right;
        margin-left: 10px;
        padding-top: 3px;
    }

    /* dropdown menu style */
    .dropdown-menu {
        display: none;
    }

    .menu-bar ul li:hover .dropdown-menu {
        width: 250%;
        display: block;
        position: absolute;
        right: 0;
        top: 100%;
        background-color: var(--color-black);
    }

    .menu-bar ul li:hover .dropdown-menu ul {
        display: block;
        margin: 10px;
    }

    .menu-bar ul li:hover .dropdown-menu ul li {
        /* width: 150px; */
        width: 100%;
        padding: 10px;
    }

    .menu-item .menu-item-text {
        color: white;
        transition: all 0.3s;
    }

    .menu-item .menu-item-text:hover {
        color: #ff7350;
    }

    /* Viewer start */
    .viewer {
        width: 40px;
        height: 40px;
    }

    .viewer .vImg {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: relative;
        z-index: 1;
    }

    .viewer ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: auto;
        padding: 20px;
        gap: 10px;
        top: -100%;
        right: 5%;
        position: absolute;
        border-radius: 5px;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
        border: 1px solid rgb(0 0 0 / 12%);
        background-color: #000;
        transition: 0.6s;
        opacity: 0;
    }

    /* img.vImg.subMenu.active_subMenu~.viewer_details { */
    img.vImg.subMenu.active_subMenu~ul {
        top: 105%;
        transition: 0.6s;
        opacity: 1;
    }

    .viewer ul li {
        list-style: none;
        position: relative;
    }

    .viewer ul li img {
        width: 50px;
        height: 49px;
        border-radius: 50%;
    }

    .viewer ul li p {
        color: #fff;
        font-family: "Orbitron", sans-serif;
        font-size: clamp(8px, 8px + .5vw, 20px);
        letter-spacing: 2px;
        text-transform: capitalize;
    }

    .viewer ul li a {
        padding: 0 !important;
        border: 0 !important;
        text-decoration: none;
        text-transform: capitalize;
    }

    .viewer ul li a:after {
        position: initial !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: none !important;
    }

    .viewer ul li a:before {
        position: initial !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        background: none !important;
    }

    .viewer ul hr {
        width: 100%;
    }

    .menu-item {
        font-size: 17px;
        color: var(--color-white);
        text-decoration: none;
        transition: all 0.3s;
        letter-spacing: 2px;
        display: flex;
        align-items: center;
    }

    /* Viewer end */
    /* media */
    @media only screen and (max-width: 768px) {
        .menu-bar{
            display: none;
        }
    }
    
    /* For default logo start */
    #default-header{
        width: auto;
        height: auto;
    }
    #default-header{
        width: auto;
        height: auto;
    }
    #default-logo {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 999;
        width: auto;
        height: auto;
    }
    #default-logo img{
        width: 55%;
        height: 100%;
    }

    #default-logo.visible {
      opacity: 0;
      visibility: hidden;
    }
    /* For default logo end */
/*header_new end*/

/* Mobile header start */
#burgerMenu .c-mobileBurger #mobileBurger .button.close .top {
    animation: none;
    position: relative;
    transform: rotate(315deg);
    top: 31%;
    left: 3px;
}

#burgerMenu .c-mobileBurger #mobileBurger .button.close .middle {
    width: 0;
    transition: 0.3s;
}

#burgerMenu .c-mobileBurger #mobileBurger .button.close .bottom {
    animation: none;
    position: relative;
    transform: rotate(-315deg);
    top: -30%;
    left: 4px;
}

#burgerMenu {
    width: 100%;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
    position: fixed;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99 !important;
}

#burgerMenu .c-mobileBurger {
    width: 100%;
    height: 100%;
}

#mobileBurger {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    margin-right: 4%;
}

#mobileBurger .logo {
    width: 100%;
    height: 100%;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 8%;
}

#mobileBurger .logo a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobileBurger .logo a img {
    height: 80%;
}

#burgerMenu .button {
    width: auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 9999 !important;
}

/* #burgerMenu .c-mobileBurger #mobileBurger .button:hover {
    cursor: pointer;
} */

#burgerMenu .c-mobileBurger #mobileBurger .button .menu-line {
    width: 25px;
    background-color: #42CDE7;
    height: 2px;
    margin: 4px;
}

#burgerMenu .button #line1,
#burgerMenu .button #line2,
#burgerMenu .button #line3 {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

#burgerMenu .button #line1,
#burgerMenu .button #line2,
#burgerMenu .button #line3 {
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-animation: lineOne 3s infinite ease-in-out;
    animation: lineOne 3s infinite ease-in-out;
}

#burgerMenu .button #line2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#burgerMenu .button #line3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@keyframes lineOne {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    50% {
        -webkit-transform: scaleX(0.75);
        transform: scaleX(0.75);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

/* Mobile header end */

/* sidebar start */
.sidebar {
    overflow: hidden;
}

.sidebar .links {
    background-color: #0A0A0A;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 100px;
    right: 97px;
    bottom: 0;
    padding: 6.25rem;
    z-index: 1;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    top: 105vh;
    border-left: 15px solid #42CDE7;
    border-right: 15px solid #42CDE7;
    transition: 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile sidebar start */
.sidebar .links.c-mobileLink {
    left: 0;
    right: 0;
}

.mobileSidebar .c-mobileLink .social-media {
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -70px;
    left: 8%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5em;
    -webkit-transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 0;
}

.mobileSidebar .c-mobileLink .social-media a {
    padding: 0.5em;
    margin: 0.5em;
    display: block;
    color: #42CDE7;
    transition: 0.7s ease-in-out;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: none;
    text-decoration: none;
}

.mobileSidebar .c-mobileLink .social-media a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: transparent;
    border-radius: 0;
    border-radius: 50%;
    z-index: -1;
    transition: 0.7s;
}

.mobileSidebar .c-mobileLink .social-media a:hover {
    color: #42CDE7;
    text-shadow: 0 0 15px #42CDE7;
    transition: 0.7s;
}

.mobileSidebar .c-mobileLink .social-media a:hover::before {
    transform: scale(1.2);
    box-shadow: 0 0 1px #42CDE7;
    transition: 0.7s;
    background-color: #093137;
}

.mobileSidebar .c-mobileLink .c-mobileSocialMedia.col-mobileSocialMedia {
    bottom: 0;
    transition: 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Mobile sidebar end */
.sidebar .links .top-line {
    height: 15% !important;
    width: 1px;
    position: absolute;
    background: -webkit-gradient(radial, 10% 50%, 4, 5% 0%, 350, from(#adadad), to(#d9000000));
    opacity: 0.5;
    top: 0;
    left: 8%;
}

.sidebar .links .bottom-line {
    height: 18vh;
    position: absolute;
    bottom: 0px;
    left: 8%;
    opacity: 0.5;
    width: 1px;
    background: -webkit-gradient(radial, 10% 150%, 0, 50% 100%, 470, from(#adadad), to(#d9000000));
}

.sidebar .links .sidebar-content {
    position: absolute;
    left: 8%;
}

.sidebar .col-link {
    opacity: 1;
    visibility: visible;
    z-index: 11;
    top: 0;
    transition: 0.73s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .col-mobileLink {
    opacity: 1;
    visibility: visible;
    z-index: 11;
    top: 0;
    transition: 0.73s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 5px;
    overflow: hidden;
}

.sidebar .links ul .menu_item {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.sidebar .links ul .menu_item {
    margin-bottom: 18px;
}

.sidebar .links ul li a {
    width: auto;
    position: relative;
    display: inline-flex;
    font-weight: bold;
    font-size: clamp(10px, .5vw + .5rem, 1.8rem);
    font-family: 'Jost', sans-serif;
    color: #fff;
    text-decoration: none;
    left: -350px;
    padding-bottom: 2px;
}

.sidebar .links ul li a:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 4px;
    display: inline-flex;
    background-color: #42CDE7;
    transition: 0.3s;
}

.sidebar .links ul li a:hover:after {
    width: 100%;
}

.sidebar .links ul li a:nth-child(1) {
    transition: 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a:nth-child(2) {
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a:nth-child(3) {
    transition: 3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-link1 {
    left: 0px;
    transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-link2 {
    left: 0px;
    transition: 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-link3 {
    left: 0px;
    transition: 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-link4 {
    left: 0px;
    transition: 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-link5 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-link6 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li a.col-link7 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li a.col-link8 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li a.col-link9 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}
/*.sidebar .links ul li a.col-link10 {*/
/*    left: 0px;*/
/*    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);*/
/*}*/
/*.sidebar .links ul li a.col-link11 {*/
/*    left: 0px;*/
/*    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);*/
/*}*/

.sidebar .links ul li a.col-mobileLink1 {
    left: 0px;
    transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-mobileLink2 {
    left: 0px;
    transition: 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-mobileLink3 {
    left: 0px;
    transition: 1.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-mobileLink4 {
    left: 0px;
    transition: 1.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-mobileLink5 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li a.col-mobileLink6 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li a.col-mobileLink7 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li a.col-mobileLink8 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li a.col-mobileLink9 {
    left: 0px;
    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);
}
/*.sidebar .links ul li a.col-mobileLink10 {*/
/*    left: 0px;*/
/*    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);*/
/*}*/
/*.sidebar .links ul li a.col-mobileLink11 {*/
/*    left: 0px;*/
/*    transition: 2s cubic-bezier(0.4, 0, 0.2, 1);*/
/*}*/

.sidebar .links ul li .side-link-trans {
    width: 30vw;
    height: auto;
    position: relative;
    left: 0;
    background-color: #42CDE7;
    transition: .5s ease-in-out;
}

.sidebar .links ul li .side-link-trans:nth-child(2) {
    transition: .8s ease-in-out;
}

.sidebar .links ul li .side-link-trans:nth-child(3) {
    transition: 1.1s ease-in-out;
}

.sidebar .links ul li .side-link-trans.col-side-link-trans1 {
    left: -88%;
    transition: .9s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-side-link-trans2 {
    left: -95%;
    transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-side-link-trans3 {
    left: -109%;
    transition: 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-side-link-trans4 {
    left: -94%;
    transition: 2.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-side-link-trans5 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-side-link-trans6 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-side-link-trans7 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-side-link-trans8 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-side-link-trans9 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-side-link-trans10 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-side-link-trans11 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans1 {
    left: -88%;
    transition: .9s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans2 {
    left: -95%;
    transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans3 {
    left: -109%;
    transition: 1.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans4 {
    left: -100%;
    transition: 2.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans5 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans6 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans7 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans8 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans9 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans10 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.sidebar .links ul li .side-link-trans.col-mobile-side-link-trans11 {
    left: -100%;
    transition: 2.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar .c-burger>header {
    background-color: #000;
}

.sidebar .c-mobileBurger>header {
    background-color: #000;
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    opacity: 0;
}

.col-overlay {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transition: 3s ease-in-out;
}

.col-mobileOverlay {
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transition: 3s ease-in-out;
}

.sidebar-transition {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background: #42CDE7;
    z-index: 20;
    transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.col-side-trans {
    top: 0;
    height: 0;
    transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.col-mobile-side-trans {
    top: 0;
    height: 0;
    transition: 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/*sidebar social media start*/
.sidebar .social-media {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sidebar .social-media a {
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 2px solid #0a0a0a;
    border-radius: 50%;
    color: #42CDE7;
    background: #0a0a0a;
    transition: 0.5s;
}

.sidebar .social-media a::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    z-index: -1;
    background: #42CDE7;
    border: 1px solid #0a0a0a;
    transition: 0.5s;
}

.sidebar .social-media a:hover::before {
    filter: blur(3px);
    transform: scale(1.2);
    box-shadow: 0 0 15px #42CDE7;
    transition: 0.5s;
}

.sidebar .social-media a:hover {
    color: #42CDE7;
    text-shadow: 0 0 15px #42CDE7;
    transition: 0.5s;
}

.sidebar .social-media a img {
    width: 100%;
    height: 100%;
}

.sidebar .links {
    flex-direction: column;
    justify-content: center;
}

/*sidebar social media end*/
/* sidebar end */

/*scrolltop start*/
#scrollTopBtn {
      position: fixed;
      bottom: 15px;
      right: 15px;
      padding: 12px 18px;
      font-size: 16px;
      background-color: #0f5980;
      color: #42CDE7;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      display: none;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      /*transition: opacity 0.3s ease;*/
      transition: all 0.3s ease-in-out;
      z-index: 999;
    }

    #scrollTopBtn:hover {
      background-color: #ff7350;
    }
/*scrolltop end*/

/*Logo spinner start*/
.rotate-container {
        position: fixed;
        /*width: 110px;*/
        width: 145px;
        height: 110px;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        z-index: 99;
        /*top: 35px;*/
        /*left: 20px;*/
        top: 10px;
        left: 10px;
        /*gap: 3px;*/
    }
    
    .rotate-container .c_logo_container .c_logo{
        width: 100%;
        height: 100%;
    }
    
    .rotate-container .c_logo_container .c_logo img{
        width: 100%;
        height: 100%;
    }

    .rotate-container #rotated {
        /*position: absolute;*/
        position: relative;
        width: 100%;
        height: 100%;
    }
    .rotate-container #rotated img{
        width: 100%;
        height: 100%;
    }
    
    .rotate-container .proudly_canadian{
        width: 140px;
        height: auto;
        z-index: 999;
        top: -7px;
        position: relative;
    }
    
    .rotate-container .proudly_canadian img{
        width: 100%;
        height: auto;
    }
    /*.trademark{*/
    /*    font-size: 12px;*/
    /*    top: 15px;*/
    /*    position: relative;*/
    /*}*/
    /*.trademark i{*/
    /*    color: #ff7350;*/
    /*}*/
    
    /* For visible when scroll start */
    #logo {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      z-index: 999;
    }

    #logo.visible {
      opacity: 1;
      visibility: visible;
    }
    /* For visible when scroll end */
/*logo spinner end*/

/*Stick phone start*/
.stick_phone {
            display: flex;
            position: fixed;
            right: 10px;
            top: 15vh;
            z-index: 999;
            right: -144px;
            transition: right 0.5s ease;
            box-shadow: rgba(255, 255, 255, .117647) 1px 1px 5px 1px;
        }

        .stick_phone:hover {
            right: 0px;
        }

        .stick_phone a {
            text-decoration: none;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background-color: #0F3C64;
            border-radius: 5px 0 0 5px;
        }

        .stick_phone i {
            font-size: 22px;
            padding: 12px;
            color: #ff7350;
        }

        .stick_phone hr {
            height: 50%;
        }

        .stick_phone span {
            padding: 10px;
            color: #42CDE7;
        }
/*Stick phone end*/

/*Footer start*/
footer {
        flex-direction: column;
        gap: 20px;
    }

    footer .footer-links-container {
        z-index: 1;
        width: 80%;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 20px;
        flex-wrap: wrap;
        position: relative;
    }

    footer .footer-links-container .logo-container {
        /*width: calc(100% / 3);*/
        width: 30%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    
    footer .footer-links-container .logo-container .logo img{
        width: 100px;
        height: 100px;
    }

    footer .footer-links-container .logo-container p {
        font-size: clamp(1rem, 0.6vw + 0.5rem, 3rem);
        font-family: "Nunito", sans-serif;
        line-height: 30px;
    }

    footer .footer-links-container .useful-links-container {
        /*width: 12%;*/
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        font-size: clamp(1rem, 0.5vw + 0.5rem, 2rem);
        font-family: "Nunito", sans-serif;
        gap: 10px;
    }

    footer .footer-links-container .useful-links-container .links {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    footer .footer-links-container .useful-links-container .links a {
        width: fit-content;
        text-decoration: none;
        position: relative;
        color: #fff;
        /* border-bottom: 2px solid #fff; */
    }

    footer .footer-links-container .useful-links-container .links a::after {
        content: "";
        position: absolute;
        width: 0;
        left: 0;
        bottom: 0;
        height: 2px;
        background-color: #ff7350;
        transition: all 0.3s ease-in-out;
    }

    footer .footer-links-container .useful-links-container .links a:hover::after {
        width: 100%;
    }

    footer .footer-links-container .address-container {
        width: 25%;
        font-size: clamp(1rem, 0.5vw + 0.5rem, 2rem);
        font-family: "Nunito", sans-serif;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 20px;
    }

    footer .footer-links-container .address-container .company-address {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
    }
    
    /*footer .footer-links-container .address-container .company-address p i{*/
    /*    color: #ff7350;*/
    /*}*/

    footer hr {
        z-index: 1;
        border: 1px solid #797979;
        width: 80%;
    }

    footer .footer-links-container .top-footer .phone {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    footer .footer-links-container .top-footer .phone .phone-link {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    footer .footer-links-container .top-footer .phone a {
        gap: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    @media only screen and (max-width: 1400px) {
        footer .footer-links-container .logo-container {
            width: 100%;
        }
        footer .footer-links-container .useful-links-container{
            width: auto;
        }
        footer .footer-links-container .address-container{
            width: auto;
        }
        footer .footer-links-container .social-media{
            width: auto;
        }
    }

    footer .footer-links-container .social-media {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
        color: #fff;
    }

    footer .footer-links-container .social-media .sm-links {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
        flex-wrap: wrap;
    }

    footer .footer-links-container .top-footer .e-address {
        flex-direction: column;
        gap: 10px;
    }

    footer .footer-links-container .top-footer .e-address .email-link {
        display: flex;
        flex-wrap: wrap;
    }
    
    /* Footer start */
/*footer{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #111010;*/
/*    color: #fff;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    padding: 60px 0;*/
/*    background: url(../img/footer.webp) no-repeat center center / cover;*/
/*    position: relative;*/
/*}*/
/*footer .footer-main-container{*/
/*    width: 80%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 20px;*/
/*    z-index: 1;*/
/*}*/
/*footer .address-container .top-footer{*/
/*    width: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    justify-content: space-between;*/
/*    gap: 20px;*/
    /* font-size: 18px; */
/*    font-size: clamp(1rem, 0.5vw + 0.5rem, 2rem);*/
/*    font-family: "Nunito", sans-serif;*/
/*}*/
/*footer .footer-links-container .social-media{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: flex-start;*/
/*    flex-direction: column;*/
/*    width: fit-content;*/
/*    gap: 10px;*/
/*    color: #fff;*/
    /* color: #ff7350; */
/*    flex-wrap: wrap;*/
/*}*/
/*footer .footer-links-container .social-media a{*/
/*    color: #004065;*/
    /*color: #ff7350; */
/*    font-size: clamp(.8rem, 0.8vw + 0.5rem, 1rem);*/
/*    text-decoration: none;*/
/*    transition: 0.3s all ease-in-out;*/
/*    border: 1px solid #fff;*/
/*    border-radius: 50%;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    backdrop-filter: blur(8px);*/
/*    background-color: #f2f2f2;*/
/*}*/
/*footer .footer-links-container .social-media a:hover{*/
/*    color: #ff7350;*/
    /*background-color: #004065;*/
/*}*/
/*footer .address-container .top-footer .comp-address{*/
/*    width: 100%;*/
/*    max-width: 21rem;*/
/*}*/
/*footer .address-container .top-footer .phone a{*/
/*    width: max-content;*/
/*    display: block;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    transition: 0.3s all ease-in-out;*/
/*}*/
/*footer .address-container .top-footer .phone a:hover{*/
/*    color: #ff7350; */
/*}*/
/*footer .address-container .top-footer .e-address{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
/*footer .address-container .top-footer .e-address a{*/
/*    gap: 5px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    word-break: break-all;*/
/*    transition: 0.3s all ease-in-out;*/
/*}*/
/*footer .address-container .top-footer .e-address a:hover{*/
/*    color: #ff7350; */
/*}*/
/*footer .footer-main-container .bottom-footer{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
    /* font-size: 18px; */
/*    font-size: clamp(1rem, 0.5vw + 0.5rem, 2rem);*/
/*    font-family: "Nunito", sans-serif;*/
/*    gap: 20px;*/
/*}*/
/*footer .footer-main-container .bottom-footer .comp-name a{*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    transition: 0.3s all ease-in-out;*/
/*}*/
/*footer .footer-main-container .bottom-footer .comp-name a:hover{*/
/*    color: #ff7350;*/
/*}*/
/*footer .footer-main-container .bottom-footer .bf-links{*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 5px;*/
/*}*/
/*footer .footer-main-container .bottom-footer .bf-links p{*/
/*    font-size: clamp(.8rem, 0.5vw + 0.5rem, 1rem);*/
/*}*/
/*footer .footer-main-container .bottom-footer .bf-links a{*/
/*    color: #fff;*/
/*    text-decoration: none;*/
/*    transition: 0.3s all ease-in-out;*/
/*    font-size: clamp(.8rem, 0.5vw + 0.5rem, 1rem);*/
/*}*/
/*footer .footer-main-container .bottom-footer .bf-links a:hover{*/
/*    color: #ff7350; */
/*}*/
/*footer .overlay{*/
/*    position: absolute;*/
/*    display: flex;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    background-color: rgb(0 0 0 / 45%);*/
/*}*/
/*@media only screen and (max-width: 772px){*/
/*    footer .footer-links-container .social-media{*/
/*        width: 100%;*/
/*    }*/
/*    footer .footer-links-container .social-media .sm-links{*/
/*        width: 100%;*/
/*        display: grid;*/
/*        grid-template-columns: repeat(auto-fit, minmax(25px, 1fr));*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 350px){*/
/*    footer .footer-links-container .social-media a{*/
/*        width: 32px;*/
/*        height: 32px;*/
/*    }*/
/*}*/


.footer {
            background: linear-gradient(40deg, rgba(66, 205, 231, 1) 0%, rgba(255, 115, 80, 1) 85%);
            color: white;
            position: relative;
            overflow: hidden;
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        }

        .footer::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(15, 53, 68, 0.56);
            opacity: 1;
            pointer-events: none;
        }

        .footer-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 60px 40px 0;
            position: relative;
            z-index: 1;
        }

        .footer-main {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1.5fr;
            gap: 50px;
            margin-bottom: 40px;
        }

        .footer-about h3 {
            font-size: 1.3rem;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .footer-about p {
            line-height: 1.8;
            opacity: 0.9;
            font-size: 0.95rem;
        }

        .footer-section h3 {
            font-size: 1.3rem;
            margin-bottom: 25px;
            font-weight: 700;
            color: #fff;
        }

        .footer-links {
            list-style: none;
        }

        .footer-links li {
            margin-bottom: 12px;
        }

        .footer-links a {
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            font-size: 0.95rem;
            transition: all 0.3s ease;
            display: inline-block;
        }

        .footer-links a:hover {
            color: #fff;
            padding-left: 5px;
        }

        .contact-info {
            list-style: none;
        }

        .contact-info li {
            margin-bottom: 15px;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .contact-info i {
            color: #4fc3f7;
            margin-top: 3px;
            font-size: 1.1rem;
        }

        .contact-info a {
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            word-break: break-all;
            transition: color 0.3s ease;
        }

        .contact-info a:hover {
            color: #fff;
        }

        .social-section {
            padding: 30px 0;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        }

        .social-title {
            font-size: 1.3rem;
            margin-bottom: 20px;
            font-weight: 700;
        }

        .social-icons {
            display: flex;
            gap: 15px;
            flex-wrap: wrap;
        }

        .social-icon {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            font-size: 1.1rem;
        }

        .social-icon i {
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-3px);
        }

        a.social-icon:hover i {
            color: #ff7350;
        }

        .locations-section {
            padding: 50px 0 30px;
        }

        .locations-title {
            font-size: 1.8rem;
            text-align: center;
            margin-bottom: 40px;
            font-weight: 700;
        }

        .locations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            margin-bottom: 40px;
        }

        .province-section {
            background: rgba(255, 255, 255, 0.05);
            padding: 25px;
            border-radius: 8px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        .province-section:hover {
            background: rgba(255, 255, 255, 0.08);
            transform: translateY(-5px);
        }

        .province-name {
            font-size: 1.2rem;
            font-weight: 700;
            margin-bottom: 15px;
            padding-bottom: 10px;
            border-bottom: 2px solid rgba(79, 195, 247, 0.5);
            color: #4fc3f7;
        }

        .cities-list {
            list-style: none;
        }

        .cities-list li {
            margin-bottom: 8px;
        }

        .city-link {
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            display: inline-block;
            padding: 5px 10px;
            border-radius: 4px;
        }

        .city-link:hover {
            color: #fff;
            padding-left: 15px;
            background: rgba(255, 255, 255, 0.2);
        }

        .footer-bottom {
            padding: 30px 40px;
            background: rgba(0, 0, 0, 0.2);
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 20px;
        }

        .footer-bottom-left {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .copyright {
            font-size: 0.9rem;
            opacity: 0.8;
        }

        .footer-bottom-right {
            display: flex;
            gap: 20px;
            flex-wrap: wrap;
        }

        .footer-bottom-right a {
            color: rgba(255, 255, 255, 0.85);
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
            z-index: 1;
        }

        .footer-bottom-right a:hover {
            color: #fff;
        }

        @media (max-width: 1024px) {
            .footer-main {
                grid-template-columns: 1fr 1fr;
                gap: 40px;
            }
        }

        @media (max-width: 768px) {
            .footer-container {
                padding: 40px 20px 0;
            }

            .footer-bottom {
                flex-direction: column;
                text-align: center;
                padding: 25px 20px;
            }

            .footer-bottom-right {
                justify-content: center;
            }

            .locations-title {
                font-size: 1.5rem;
            }
        }

        @media (max-width:610px) {
            .footer-main {
                grid-template-columns: 1fr;
                gap: 35px;
            }

            .locations-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        }

        @media (max-width: 480px) {
            .footer-about h3 {
                font-size: 1.1rem;
            }

            .social-title,
            .footer-section h3 {
                font-size: 1.1rem;
            }

            .social-icons {
                justify-content: flex-start;
            }

            span.pipe {
                display: none;
            }
        }

        @media (max-width: 280px) {

            .footer-main,
            .social-section,
            .locations-section {
                display: flex;
                flex-direction: column;
            }
        }

/* Footer end */
/*Footer end*/