/* Colour theme changes */
:root {
  --bs-primary: #106ebe !important;
  --bs-secondary: #0ffcbe !important;
  --bs-success: #0ffcbe !important;
  --bs-danger: #106ebe !important;
}

.btn-primary {
  background-color: #106ebe !important;
  border-color: #106ebe !important;
}

.btn-primary:hover {
  background-color: #0ffcbe !important;
  border-color: #0ffcbe !important;
  color: #000 !important;
}

.text-primary {
  color: #106ebe !important;
}

.bg-primary {
  background-color: #106ebe !important;
}

.bg-secondary {
  background-color: #0ffcbe !important;
}

.blog a {
  color: var(--bs-primary) !important;
}

.blog a:hover {
  color: var(--bs-secondary) !important;
}

/* Colour theme changes */

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0.5s;
  z-index: 99999;
}

#spinner.show {
  transition:
    opacity 0.5s ease-out,
    visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: 0.5s;
  z-index: 99;
}

/*** Button Start ***/
.btn {
  font-weight: 600;
  transition: 0.5s;
}

.btn-square {
  width: 32px;
  height: 32px;
}

.btn-sm-square {
  width: 34px;
  height: 34px;
}

.btn-md-square {
  width: 44px;
  height: 44px;
}

.btn-lg-square {
  width: 56px;
  height: 56px;
}

.btn-xl-square {
  width: 66px;
  height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.btn.btn-primary {
  color: var(--bs-white);
}

.btn.btn-primary:hover {
  background: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  color: #000;
}

.btn.btn-secondary {
  color: var(--bs-white);
}

.btn.btn-secondary:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

.btn.btn-light {
  color: var(--bs-primary);
}

.btn.btn-light:hover {
  color: var(--bs-white);
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
}

/*** Icon Animation Start ***/
@keyframes icon-animat {
  0% {
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  }

  25% {
    border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;
  }

  50% {
    border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;
  }

  75% {
    border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;
  }

  100% {
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  }
}
/*** Icon Animation End ***/

/*** Navbar Start ***/
.nav-bar {
  background: var(--bs-white);
}

.sticky-top {
  transition: 1s;
}

.navbar-light .navbar-nav .nav-link {
  position: relative;
  margin-right: 25px;
  padding: 35px 0;
  letter-spacing: 1px;
  color: var(--bs-dark);
  font-size: 17px;
  font-weight: 500;
  outline: none;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
  padding: 20px 0;
  color: var(--bs-dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--bs-primary);
}

.navbar-light .navbar-brand img {
  max-height: 60px;
  transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
  max-height: 50px;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  vertical-align: middle;
  margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
  transform: rotateX(0deg);
  visibility: visible;
  margin-top: 8px !important;
  background: var(--bs-light);
  transition: 0.5s;
  opacity: 1;
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    border: 0;
    border-radius: 10px;
    margin-top: 8px !important;
    transition: 0.5s;
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .navbar.navbar-expand-lg .navbar-toggler {
    padding: 8px 15px;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
  }

  .sticky-top .navbar-light .navbar-nav .nav-link {
    padding: 12px 0;
  }
}
/*** Navbar End ***/

/*** Carousel Header Start ***/
.carousel .carousel-item img {
  object-fit: cover;
}

.carousel .carousel-item,
.carousel .carousel-item img {
  height: 700px;
}

.carousel-item .carousel-caption {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

.carousel .carousel-indicators {
  left: 75%;
  top: 50%;
  margin-right: 25%;
  transform: translateY(-50%);
  flex-direction: column;
}

.carousel-indicators [data-bs-target] {
  display: flex;
  width: 15px;
  height: 15px;
  border: 6px solid var(--bs-white);
  border-radius: 15px;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: var(--bs-secondary);
  opacity: 1;
  transition: 0.5s;
}

.carousel-indicators [data-bs-target].active {
  background-color: var(--bs-primary);
}

@media (max-width: 768px) {
  .carousel-caption .btn {
    display: block;
    width: 100%;
    margin-bottom: 12px;
  }

  .carousel-caption .btn:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 992px) {
  .carousel-indicators [data-bs-target] {
    display: none;
  }
}
/*** Carousel Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(16, 110, 190, 1), rgba(10, 37, 64, 0.9)),
    url(../img/fact-bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 60px 0;
  transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
  position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
  color: var(--bs-white);
}
/*** Single Page Hero Header End ***/

/*** About Start ***/
.about .about-item .about-item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  background: var(--bs-light);
  transition: 0.5s;
}

.about .about-item .about-item-inner .about-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

.about .about-img {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.about .about-img .img-1 {
  height: 85%;
  margin-right: 50px;
}

.about .about-img .img-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  padding-left: 50px;
  border-radius: 10px;
}

.about .about-img::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 98%;
  top: 0;
  right: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  z-index: -1;
}

.about .about-item .text-item {
  position: relative;
  padding-left: 25px;
}

.about .about-item .text-item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-secondary);
}
/*** About End ***/

/*** Cars Categories Start ***/
.categories .categories-item {
  position: relative;
  border: 1px solid var(--bs-secondary);
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item:hover {
  border: 1px solid var(--bs-primary);
}

.categories .categories-item .categories-item-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  transition: 0.5s;
}

.categories .categories-item .categories-item-inner:hover {
  box-shadow: 0 0 50px rgba(16, 110, 190, 0.3);
}

.categories .categories-item-inner .categories-img {
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-content {
  border-top: 4px solid var(--bs-white);
  text-align: center;
  background: var(--bs-light);
}

.categories .categories-item-inner .categories-review {
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-carousel .owl-stage-outer {
  margin-top: 65px;
  margin-right: -1px;
}

.categories-carousel .owl-nav .owl-prev,
.categories-carousel .owl-nav .owl-next {
  position: absolute;
  top: -65px;
  padding: 10px 35px;
  color: var(--bs-white);
  background: var(--bs-primary);
  border-radius: 50px;
  transition: 0.5s;
}

.categories-carousel .owl-nav .owl-prev {
  left: 0 !important;
}

.categories-carousel .owl-nav .owl-next {
  right: 0;
}

.categories-carousel .owl-nav .owl-prev:hover,
.categories-carousel .owl-nav .owl-next:hover {
  background: var(--bs-secondary);
  color: var(--bs-white);
}
/*** Cars Categories End ***/

/*** Blog Start ***/
.blog .blog-item {
  border-radius: 10px;
  transition: 0.5s;
}

.blog .blog-item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.2);
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img::after {
  height: 100%;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.2);
}

.blog .blog-item .blog-content {
  position: relative;
  background: var(--bs-light);
}

.blog .blog-item .blog-content .blog-date {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  padding: 12px 25px;
  border-radius: 10px;
  color: var(--bs-white);
  background: var(--bs-primary);
}

.blog .blog-item .blog-content .blog-comment {
  display: flex;
  justify-content: space-between;
}
/*** Blog End ***/

/*** Team Start ***/
.team .team-item {
  position: relative;
  text-align: center;
  border-radius: 10px;
  margin-top: 100px;
  background: var(--bs-light);
  transition: 0.5s;
  z-index: 1;
}

.team .team-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background: var(--bs-primary);
  z-index: 2;
  transition: 0.5s;
}

.team .team-item:hover::after {
  height: 100%;
}

.team .team-item .team-content {
  position: relative;
  z-index: 5;
}

.team .team-item .team-content h4,
.team .team-item .team-content p {
  transition: 0.5s;
}

.team .team-item:hover .team-content h4 {
  color: var(--bs-white);
}
.team .team-item:hover .team-content p {
  color: var(--bs-white);
}

.team .team-item .team-img {
  position: relative;
  overflow: hidden;
  top: -100px;
  margin-bottom: -100px;
  border-radius: 10px;
  z-index: 3;
}

.team .team-item .team-img img {
  transition: 0.5s;
}

.team .team-item:hover .team-img img {
  transform: scale(1.1);
}

.team .team-item .team-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 4;
  transition: 0.5s;
}

.team .team-item:hover .team-img::after {
  height: 100%;
}
/*** Team End ***/

/*** Contact Start ***/
.contact .contact-add-item {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--bs-light);
}

.contact .contact-add-item .contact-icon {
  width: 90px;
  height: 90px;
  border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-secondary);
  background: var(--bs-primary);
  animation-name: icon-animat;
  animation-duration: 5s;
  animation-delay: 1s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  transition: 0.5s;
}

/*** Contact End ***/

/*** Footer Start ***/
.footer {
  background: var(--bs-dark);
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--bs-body);
  transition: 0.5s;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  letter-spacing: 1px;
  color: var(--bs-secondary);
}

.footer .footer-item .footer-btn a,
.footer .footer-item .footer-btn a i {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover i {
  color: var(--bs-primary) !important;
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--bs-dark);
}
/*** copyright end ***/

/* =========================================================
   KAVISH TOURS & TRAVELS
   Travel Services Section
   Prefix: ktt-
   ========================================================= */

/* ---------------------------------------------------------
   SECTION
   --------------------------------------------------------- */

.ktt-services-section {
  width: 100%;
  padding: 100px 20px 70px;
  overflow: hidden;

  /* Uses the website's existing background if defined */
  background: var(--section-bg, #ffffff);

  color: var(--text-color, #0b1733);
}

.ktt-services-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

/* ---------------------------------------------------------
   SECTION HEADING
   --------------------------------------------------------- */

.ktt-services-heading {
  max-width: 760px;
  margin: 0 auto 55px;
  text-align: center;
}

.ktt-services-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  margin-bottom: 14px;

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.4;

  color: var(--accent-color, #10e5b5);
}

.ktt-services-title {
  margin: 0 0 18px;

  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -1.5px;

  color: var(--heading-color, #0b1733);
}

.ktt-services-title span {
  color: var(--primary-color, #1478c9);
}

.ktt-services-intro {
  max-width: 680px;
  margin: 0 auto;

  font-size: 15px;
  line-height: 1.7;

  color: var(--muted-text-color, #68758a);
}

/* ---------------------------------------------------------
   CARDS GRID
   --------------------------------------------------------- */

.ktt-services-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

/* ---------------------------------------------------------
   CARD
   --------------------------------------------------------- */

.ktt-service-card {
  position: relative;

  width: 100%;
  height: 470px;

  padding: 30px;

  overflow: visible;

  color: #ffffff;

  border-radius: 24px;

  isolation: isolate;

  transition:
    transform 0.4s cubic-bezier(0.25, 0.45, 0.45, 0.95),
    box-shadow 0.4s ease;
}

.ktt-service-card:hover {
  transform: translateY(-8px);
}

/* ---------------------------------------------------------
   CARD CONTENT
   --------------------------------------------------------- */

.ktt-service-content {
  position: relative;
  z-index: 3;

  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ---------------------------------------------------------
   TOP
   --------------------------------------------------------- */

.ktt-service-top {
  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 15px;
}

.ktt-service-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 48px;
  height: 48px;

  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  font-size: 15px;
  font-weight: 700;
}

.ktt-service-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;

  opacity: 0.9;
}

/* ---------------------------------------------------------
   BOTTOM
   --------------------------------------------------------- */

.ktt-service-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  gap: 20px;
}

.ktt-service-text {
  min-width: 0;
}

.ktt-service-name {
  margin: 0 0 14px;

  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.5px;

  color: #ffffff;
}

.ktt-service-description {
  max-width: 340px;

  margin: 0;

  font-size: 14px;
  line-height: 1.65;
  font-weight: 400;

  color: rgba(255, 255, 255, 0.88);
}

/* ---------------------------------------------------------
   ARROW BUTTON
   --------------------------------------------------------- */

.ktt-service-arrow {
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 52px;
  height: 52px;

  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  color: #ffffff;

  text-decoration: none;

  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);

  transition:
    background-color 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
}

.ktt-service-arrow svg {
  width: 21px;
  height: 21px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;

  transition: transform 0.3s ease;
}

.ktt-service-arrow:hover {
  background: var(--primary-color, #1478c9);

  border-color: var(--primary-color, #1478c9);

  color: #ffffff;

  transform: scale(1.08);
}

.ktt-service-card:hover .ktt-service-arrow svg {
  transform: translateX(3px);
}

/* ---------------------------------------------------------
   BACKGROUND IMAGE
   --------------------------------------------------------- */

.ktt-service-bg {
  position: absolute;

  inset: 0;

  z-index: -1;

  overflow: hidden;

  border-radius: 24px;

  background: #17304f;
}

.ktt-service-bg::after {
  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(
    180deg,
    rgba(5, 20, 42, 0.12) 0%,
    rgba(5, 20, 42, 0.28) 35%,
    rgba(5, 20, 42, 0.88) 100%
  );

  z-index: 1;
}

.ktt-service-bg img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transition: transform 0.8s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}

.ktt-service-card:hover .ktt-service-bg img {
  transform: scale(1.07);
}

/* ---------------------------------------------------------
   IMAGE SHADOW
   --------------------------------------------------------- */

.ktt-service-shadow {
  position: absolute;

  left: 5%;
  right: 5%;
  bottom: -20px;

  height: 100%;

  z-index: -2;

  overflow: hidden;

  border-radius: 24px;

  filter: blur(18px);

  opacity: 0.55;

  transform: translateZ(0);
}

.ktt-service-shadow img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  transform: translateY(28px);
}

/* ---------------------------------------------------------
   SUBTLE BRAND ACCENT
   --------------------------------------------------------- */

.ktt-service-card::before {
  content: "";

  position: absolute;

  left: 30px;
  bottom: 17px;

  width: 35px;
  height: 3px;

  z-index: 4;

  border-radius: 20px;

  background: var(--accent-color, #10e5b5);

  transition: width 0.35s ease;
}

.ktt-service-card:hover::before {
  width: 65px;
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 1000px) {
  .ktt-services-section {
    padding: 80px 20px 100px;
  }

  .ktt-services-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ktt-service-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 15px);
    width: 100%;
    justify-self: center;
  }
}

/* ---------------------------------------------------------
   MOBILE
   --------------------------------------------------------- */

@media (max-width: 700px) {
  .ktt-services-section {
    padding: 70px 16px 80px;
  }

  .ktt-services-heading {
    margin-bottom: 40px;
  }

  .ktt-services-title {
    font-size: 38px;
    letter-spacing: -1px;
  }

  .ktt-services-intro {
    font-size: 15px;
    line-height: 1.65;
  }

  .ktt-services-cards {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ktt-service-card {
    height: 440px;
  }

  .ktt-service-card:last-child {
    grid-column: auto;
    max-width: none;
  }
}

/* ---------------------------------------------------------
   SMALL MOBILE
   --------------------------------------------------------- */

@media (max-width: 450px) {
  .ktt-service-card {
    height: 430px;

    padding: 25px;
  }

  .ktt-service-name {
    font-size: 27px;
  }

  .ktt-service-description {
    font-size: 13px;
  }

  .ktt-service-number {
    width: 43px;
    height: 43px;

    font-size: 13px;
  }

  .ktt-service-label {
    font-size: 9px;
    letter-spacing: 1.2px;
  }

  .ktt-service-arrow {
    width: 47px;
    height: 47px;
  }

  .ktt-service-card::before {
    left: 25px;
    bottom: 14px;
  }
}

/* =========================================================
   KAVISH TOURS & TRAVELS
   DAILY CONNECTIONS
   All selectors intentionally use ktt- prefix
   ========================================================= */

/* ---------------------------------------------------------
   SECTION
   --------------------------------------------------------- */

.ktt-connections-section {
  width: 100%;
  padding: 75px 20px 85px;
  overflow: hidden;

  background: var(--section-bg, #f7f9fc);

  color: var(--text-color, #0b1733);
}

.ktt-connections-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

/* ---------------------------------------------------------
   HEADER
   --------------------------------------------------------- */

.ktt-connections-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 65px;
}

.ktt-connections-eyebrow {
  display: inline-block;

  margin-bottom: 12px;

  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;

  color: var(--accent-color, #10e5b5);
}

.ktt-connections-title {
  margin: 0 0 15px;

  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -1.2px;

  color: var(--heading-color, #0b1733);
}

.ktt-connections-title span {
  color: var(--primary-color, #1478c9);
}

.ktt-connections-description {
  max-width: 620px;
  margin: 0 auto 24px;

  font-size: 16px;
  line-height: 1.65;

  color: var(--muted-text-color, #68758a);
}

/* ---------------------------------------------------------
   NAGPUR HUB
   --------------------------------------------------------- */

.ktt-nagpur-hub {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  padding: 7px 15px;

  border-radius: 50px;

  background: #ffffff;

  box-shadow: 0 8px 25px rgba(20, 120, 201, 0.1);

  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;

  color: var(--primary-color, #1478c9);
}

.ktt-nagpur-dot {
  position: relative;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--accent-color, #10e5b5);
}

.ktt-nagpur-dot::after {
  content: "";

  position: absolute;

  inset: -4px;

  border-radius: 50%;

  border: 1px solid rgba(16, 229, 181, 0.35);

  animation: ktt-nagpur-pulse 2s ease-out infinite;
}

@keyframes ktt-nagpur-pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.9;
  }

  70% {
    transform: scale(1.5);
    opacity: 0;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* ---------------------------------------------------------
   GRID
   --------------------------------------------------------- */

.ktt-connections-grid {
  display: grid;

  grid-template-columns: repeat(4, minmax(0, 1fr));

  gap: 55px 35px;

  max-width: 1080px;

  margin: 0 auto;
}

/* ---------------------------------------------------------
   CONNECTION CARD
   --------------------------------------------------------- */

.ktt-connection-card {
  position: relative;

  min-width: 0;

  height: 260px;

  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  isolation: isolate;
}

/* ---------------------------------------------------------
   CURVED ARC
   --------------------------------------------------------- */

.ktt-connection-arc {
  position: absolute;

  top: 35px;
  left: 50%;

  width: 155px;
  height: 155px;

  transform: translateX(-50%);

  border: 7px solid transparent;

  border-top-color: var(--primary-color, #1478c9);

  border-right-color: var(--primary-color, #1478c9);

  border-radius: 50%;

  z-index: -1;

  transition:
    transform 0.4s ease,
    border-color 0.3s ease;
}

/* creates the open portion of the circle */
.ktt-connection-arc::after {
  content: "";

  position: absolute;

  width: 25px;
  height: 25px;

  right: -11px;
  bottom: -11px;

  border-radius: 50%;

  background: #ffffff;

  box-shadow: 0 4px 15px rgba(20, 120, 201, 0.15);
}

/* ---------------------------------------------------------
   TOP ICON
   --------------------------------------------------------- */

.ktt-connection-top {
  position: relative;

  z-index: 3;

  width: 82px;
  height: 82px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #ffffff;

  box-shadow:
    0 8px 25px rgba(30, 50, 80, 0.08),
    0 2px 8px rgba(30, 50, 80, 0.04);

  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.ktt-connection-icon {
  width: 62px;
  height: 62px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #ffffff;

  box-shadow: inset 0 0 0 1px rgba(20, 120, 201, 0.08);
}

.ktt-connection-icon svg {
  width: 31px;
  height: 31px;

  fill: none;

  stroke: var(--primary-color, #1478c9);

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ---------------------------------------------------------
   CONTENT
   --------------------------------------------------------- */

.ktt-connection-content {
  position: relative;

  z-index: 4;

  margin-top: 20px;
}

.ktt-connection-title-row {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 8px;

  margin-bottom: 10px;
}

.ktt-connection-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 30px;
  height: 30px;

  padding: 0 8px;

  border-radius: 50px;

  background: #ffffff;

  box-shadow: 0 5px 18px rgba(30, 50, 80, 0.1);

  font-size: 10px;
  font-weight: 700;

  color: var(--primary-color, #1478c9);
}

.ktt-connection-title-row h3 {
  margin: 0;

  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;

  color: var(--heading-color, #0b1733);
}

.ktt-connection-label {
  display: inline-block;

  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;

  color: var(--muted-text-color, #68758a);
}

/* Longer destination names */
.ktt-connection-card:nth-child(4) .ktt-connection-title-row h3 {
  font-size: 15px;
  white-space: nowrap;
}

/* ---------------------------------------------------------
   WHATSAPP BUTTON
   --------------------------------------------------------- */

.ktt-connection-whatsapp {
  position: absolute;

  left: 50%;
  bottom: 7px;

  z-index: 10;

  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translateX(-50%);

  border: 2px solid #ffffff;

  border-radius: 50%;

  background: var(--primary-color, #1478c9);

  color: #ffffff;

  text-decoration: none;

  box-shadow: 0 8px 22px rgba(20, 120, 201, 0.25);

  transition:
    transform 0.3s ease,
    background-color 0.3s ease,
    box-shadow 0.3s ease;
}

.ktt-connection-whatsapp svg {
  width: 22px;
  height: 22px;

  fill: none;

  stroke: currentColor;

  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ripple around WhatsApp button */

.ktt-connection-whatsapp::before {
  content: "";

  position: absolute;

  inset: -10px;

  border-radius: 50%;

  border: 1px solid rgba(20, 120, 201, 0.18);

  opacity: 0;

  transition: opacity 0.3s ease;
}

.ktt-connection-whatsapp:hover {
  transform: translateX(-50%) scale(1.12);

  background: var(--primary-color, #1478c9);

  color: var(--secondary-color, #10e5b5);

  box-shadow: 0 10px 30px rgba(20, 120, 201, 0.35);
}

/* Keep WhatsApp icon in the brand secondary color */
.ktt-connection-whatsapp:hover svg {
  stroke: var(--secondary-color, #10e5b5) !important;
}

/* Prevent global path styles from changing the icon */
.ktt-connection-whatsapp:hover svg path,
.ktt-connection-whatsapp:hover svg circle {
  stroke: var(--secondary-color, #10e5b5) !important;
}

.ktt-connection-whatsapp:hover::before {
  opacity: 1;

  animation: ktt-whatsapp-ripple 1.3s ease-out infinite;
}

@keyframes ktt-whatsapp-ripple {
  0% {
    transform: scale(0.8);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* ---------------------------------------------------------
   CARD HOVER
   --------------------------------------------------------- */

.ktt-connection-card:hover .ktt-connection-top {
  transform: translateY(-5px);

  box-shadow: 0 14px 35px rgba(20, 120, 201, 0.14);
}

.ktt-connection-card:hover .ktt-connection-arc {
  transform: translateX(-50%) rotate(-20deg);

  border-top-color: var(--accent-color, #10e5b5);

  border-right-color: var(--primary-color, #1478c9);
}

.ktt-connection-card:hover .ktt-connection-title-row h3 {
  color: var(--primary-color, #1478c9);
}

/* ---------------------------------------------------------
   FOOTER
   --------------------------------------------------------- */

.ktt-connections-footer {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 20px;

  margin-top: 55px;

  text-align: center;
}

.ktt-connections-footer-text {
  font-size: 13px;
  font-weight: 500;

  color: var(--muted-text-color, #68758a);
}

.ktt-connections-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;

  padding: 10px 18px;

  border-radius: 50px;

  background: var(--primary-color, #1478c9);

  color: #ffffff;

  font-size: 15px;
  font-weight: 600;

  text-decoration: none;

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.ktt-connections-cta span {
  font-size: 17px;
  line-height: 0;

  transition: transform 0.25s ease;
}

.ktt-connections-cta:hover {
  transform: translateY(-2px);

  background: var(--secondary-color, #10e5b5);

  color: #ffffff;

  box-shadow: 0 8px 20px rgba(16, 229, 181, 0.25);
}

.ktt-connections-cta:hover span {
  transform: translateX(3px);
  color: #ffffff;
}

.ktt-connections-cta:hover span {
  transform: translateX(3px);
}

/* ---------------------------------------------------------
   TABLET
   --------------------------------------------------------- */

@media (max-width: 950px) {
  .ktt-connections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    max-width: 700px;

    gap: 55px 45px;
  }
}

/* ---------------------------------------------------------
   MOBILE
   2 CARDS PER ROW
   --------------------------------------------------------- */

@media (max-width: 600px) {
  .ktt-connections-section {
    padding: 60px 14px 70px;
  }

  .ktt-connections-header {
    margin-bottom: 50px;
  }

  .ktt-connections-title {
    font-size: 34px;
  }

  .ktt-connections-description {
    font-size: 14px;
  }

  .ktt-connections-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 45px 18px;
  }

  .ktt-connection-card {
    height: 235px;
  }

  .ktt-connection-arc {
    width: 135px;
    height: 135px;

    top: 32px;
  }

  .ktt-connection-top {
    width: 72px;
    height: 72px;
  }

  .ktt-connection-icon {
    width: 54px;
    height: 54px;
  }

  .ktt-connection-icon svg {
    width: 27px;
    height: 27px;
  }

  .ktt-connection-content {
    margin-top: 16px;
  }

  .ktt-connection-title-row {
    gap: 5px;
  }

  .ktt-connection-number {
    min-width: 27px;
    height: 27px;

    font-size: 9px;
  }

  .ktt-connection-title-row h3 {
    font-size: 15px;
  }

  .ktt-connection-label {
    font-size: 10px;
  }

  .ktt-connection-whatsapp {
    width: 44px;
    height: 44px;

    bottom: 3px;
  }

  .ktt-connection-whatsapp svg {
    width: 20px;
    height: 20px;
  }

  .ktt-connections-footer {
    flex-direction: column;

    gap: 12px;

    margin-top: 45px;
  }
}

@media (max-width: 600px) {
  .ktt-connection-card:nth-child(4) .ktt-connection-title-row h3 {
    font-size: 13px;
  }
}

/* ---------------------------------------------------------
   SMALL MOBILE
   --------------------------------------------------------- */

@media (max-width: 390px) {
  .ktt-connections-grid {
    column-gap: 10px;
  }

  .ktt-connection-card {
    height: 225px;
  }

  .ktt-connection-title-row h3 {
    font-size: 14px;
  }

  .ktt-connection-arc {
    width: 125px;
    height: 125px;
  }
}

/* =========================================
   KTT FLOATING CALL BUTTON
   ========================================= */

.ktt-floating-call {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9999;

  height: 54px;
  padding: 0 18px 0 9px;

  display: inline-flex;
  align-items: center;
  gap: 9px;

  border-radius: 50px;

  background: var(--primary-color, #1478c9);
  color: #ffffff;

  text-decoration: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;

  box-sizing: border-box;

  box-shadow: 0 8px 24px rgba(20, 120, 201, 0.28);

  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

/* Phone icon circle */
.ktt-floating-call-icon {
  width: 36px;
  height: 36px;

  flex: 0 0 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;

  background: #ffffff;
  color: var(--primary-color, #1478c9);
}

/* Phone icon */
.ktt-floating-call-icon svg {
  width: 18px;
  height: 18px;

  display: block;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Hover */
.ktt-floating-call:hover {
  transform: translateY(-2px);

  background: var(--secondary-color, #10e5b5);
  color: #ffffff;

  box-shadow: 0 10px 28px rgba(16, 229, 181, 0.3);
}

.ktt-floating-call:hover .ktt-floating-call-icon {
  color: var(--secondary-color, #10e5b5);
}

/* Remove default link styling */
.ktt-floating-call:focus,
.ktt-floating-call:active {
  color: #ffffff;
  text-decoration: none;
}

/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {
  .ktt-floating-call {
    left: 16px;
    bottom: 30px;

    height: 54px;
    padding: 0 18px 0 9px;
  }

  .ktt-floating-call-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .ktt-floating-call-icon svg {
    width: 18px;
    height: 18px;
  }
}
