/* font */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
/* variable */
:root {
  --base-color: #1e73be;
  --dark-gray: #252840;
  --black: #05060a;
  --medium-gray: #7d8087;
  --very-light-gray: #f0f2f8;
  --primary-font: "Plus Jakarta Sans", sans-serif;
}
/* reset */
body {
  line-height: 29px;
}

.header-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 12px;
  /* spacing between contact and social */
}

/* Keep phone section vertically centered */
.header-icon .widget-text {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* Make sure the phone icon looks balanced */
.header-icon .widget-text span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

/* Ensure social icons are in a perfect row */
.header-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Responsive fix: stack nicely on smaller screens */
@media (max-width: 991px) {
  .header-icon {
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
  }

  .header-social {
    margin-left: 0;
  }
}

/* Make phone and social icons white when header is NOT sticky */
header:not(.sticky) .header-icon i,
header:not(.sticky) .header-social a i {
  color: #fff !important;
}
/* header */
/* header */
header .navbar-brand img {
  max-height: 26px;
}
.navbar .navbar-nav .nav-link {
  font-size: 17px;
  font-weight: 400;
}
.sticky .header-transparent .header-button .btn {
  color: var(--dark-gray);
  border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
  border-color: var(--dark-gray);
  color: var(--white);
  background: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
  color: var(--white);
}
/* Default state (non-sticky) */
.navbar-brand .white-logo {
  display: block;
}

.navbar-brand .blue-logo {
  display: none;
}

/* Sticky state */
header.sticky .navbar-brand .white-logo {
  display: none;
}

header.sticky .navbar-brand .blue-logo {
  display: block;
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
  background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--white);
}
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li:hover
  a,
.navbar
  .navbar-nav
  .dropdown.dropdown-with-icon-style02
  .dropdown-menu
  li.active
  a {
  opacity: 0.5;
}
/* bg color */
.bg-gradient-sherpa-blue-black {
  background-image: linear-gradient(
    to right top,
    #23248c,
    #22236d,
    #232348,
    #222226,
    #232323
  );
}
.bg-gradient-sherpa-black-blue {
  background-image: linear-gradient(
    to right top,
    #232323,
    #222226,
    #232348,
    #22236d,
    #23248c
  );
}
/* bg transparent color */
.bg-base-color-transparent {
  background-color: rgba(87, 88, 214, 0.8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
  letter-spacing: -0.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
  top: 52%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
  bottom: 15px;
}

.navbar-nav .nav-item .nav-link.active {
  color: white !important;
}
/* page title */
.page-title-extra-large h1 {
  font-size: 4.7rem;
  line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
  height: 9px;
}
/* tag */
.tag-cloud a {
  padding-top: 5px;
  padding-bottom: 9px;
}
/* blog comment */
.blog-comment li .btn-reply {
  padding-top: 5px;
  padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
  line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
  background: var(--dark-gray);
  color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
  bottom: -45px;
}
.right-minus-45px {
  right: -45px;
}
/* footer */
footer .footer-logo img {
  max-height: 26px;
}
footer ul li {
  margin-bottom: 0;
}
.footer-dark a:hover {
  color: var(--white);
}
/* model popup */
.mfp-bg {
  background: #000000;
  opacity: 0.7;
}

.bg-solitude-blue {
  background: linear-gradient(135deg, #f0f4ff 0%, #e8f0fe 100%);
  padding: 80px 0;
}

.section-heading h3 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -0.5px;
  margin-bottom: 50px;
}

.nav-tabs {
  border: none !important;
  gap: 8px;
}

.nav-tabs .nav-link {
  color: #333; /* default text color */
  transition: all 0.3s ease;
  border: none;
  background: white;
  padding: 18px 20px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.nav-tabs .nav-link i {
  color: #555; /* default icon color */
  transition: all 0.3s ease;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link.active {
  color: #fff; /* bootstrap primary color for text */
}

.nav-tabs .nav-link:hover i,
.nav-tabs .nav-link.active i {
  color: #fff; /* same highlight color for icon */
  transform: scale(1.1); /* slight zoom effect for nice feel */
}

.tab-content {
  padding: 0;
  min-height: 500px;
}

.tab-content img {
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #1e73be;
}

.service-badge .icon-wrap {
  width: 50px;
  height: 50px;
  background: #ff5e14;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-badge .icon-wrap i {
  color: white;
  font-size: 22px;
}

.service-title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}

.feature-list {
  list-style: none;
  padding: 0;
}

.feature-list li {
  padding: 12px 0;
  font-size: 15px;
  color: #4a5568;
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.feature-list li::before {
  content: "✓";
  color: #667eea;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: #f0f4ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer-column {
  flex: 1 1 220px;
  min-width: 200px;
}

.footer-about {
  flex: 1.3;
}

.footer-title {
  font-weight: 600;
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column ul li {
  margin-bottom: 6px;
}

.footer-column a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #000;
}

.footer-social {
  display: flex;
  gap: 10px;
  padding: 0;
  margin-top: 15px;
  list-style: none;
}

.footer-social a {
  color: #333;
  font-size: 16px;
  transition: color 0.3s;
}

.footer-social a:hover {
  color: #007bff;
}

.badge-hot {
  background-color: #333;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 20px;
  margin-left: 6px;
}

.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-divider {
  border-top: 1px solid #ddd;
  margin: 30px 0;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #777;
}

@media (max-width: 768px) {
  .footer-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-column {
    flex: 1 1 100%;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-title {
    white-space: normal;
  }
}

/* Make logo blue on tablet and mobile */
@media (max-width: 991.98px) {
  .navbar-brand .white-logo {
    display: none !important;
  }

  .navbar-brand .blue-logo {
    display: block !important;
  }

  /* Ensure phone number text is visible on mobile */
  .widget-text a {
    color: var(--dark-gray) !important;
  }

  /* Make social icons blue on mobile */
  .header-social a {
    color: #023696 !important;
  }

  .header-social a:hover {
    color: var(--base-color) !important;
  }
}

/* Additional refinement for extra small devices */
@media (max-width: 575.98px) {
  .navbar-brand img {
    max-height: 30px !important;
  }

  /* Adjust phone number widget for mobile */
  .widget-text {
    font-size: 14px !important;
  }

  .widget-text span {
    width: 30px !important;
    height: 30px !important;
    line-height: 32px !important;
  }
}
/* btn */
[class*="btn-transparent"],
[class*=" btn-transparent"] {
  font-weight: 500;
}
.btn {
  text-transform: none;
  font-family: var(--primary-font);
}
.btn.btn-switch-text.btn-extra-large > span {
  padding: 19px 40px;
}
.btn-gradient-purple-pink {
  background-image: linear-gradient(to right, #0b58cb, #e94037, #0b58cb);
  background-size: 200% auto;
  color: var(--white);
}
/* bg gradient color */
.bg-gradient-dark-gray-transparent {
  background: -webkit-linear-gradient(
    right,
    rgba(24, 25, 28, 0.5),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    to right,
    rgba(24, 25, 28, 0.5),
    rgba(255, 255, 255, 0)
  );
}
.bg-gradient-very-light-gray-transparent {
  background: -webkit-linear-gradient(
    right,
    rgba(240, 244, 253, 1),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    to right,
    rgba(240, 244, 253, 1),
    rgba(255, 255, 255, 0)
  );
}
.bg-gradient-flamingo-red-transparent {
  background: -webkit-linear-gradient(
    right,
    rgba(243, 69, 59, 1),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    to right,
    rgba(243, 69, 59, 1) 10%,
    rgba(255, 255, 255, 0) 95%
  );
}
.bg-gradient-base-color-transparent {
  background: -webkit-linear-gradient(
    right,
    rgba(15, 89, 201, 1),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    to right,
    rgba(15, 89, 201, 1) 10%,
    rgba(255, 255, 255, 0) 95%
  );
}
.bg-gradient-light-gray-transparent {
  background: -webkit-linear-gradient(
    right,
    rgba(222, 230, 244, 1),
    rgba(255, 255, 255, 0)
  );
  background: linear-gradient(
    to right,
    rgba(222, 230, 244, 1),
    rgba(255, 255, 255, 0)
  );
}
.bg-midnight-blue {
  background-color: #1e2033;
}
/* text */
.text-flamingo {
  color: #e55b53;
}
.text-gradient-orange-sky-blue {
  background-image: linear-gradient(
    to right,
    #5e70f3,
    #6170f1,
    #8074dc,
    #b87bb6,
    #ec8192
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 25px;
}
/* portfolio filter */
.portfolio-filter li {
  padding: 0 18px;
  line-height: 24px;
}
/* blog */
.categories-btn {
  font-size: 11px;
}
/* page title */
.page-title-extra-large h1 {
  font-size: 4rem;
  line-height: 4rem;
}
.page-title-extra-large h2 {
  font-size: 17px;
  line-height: 28px;
  margin: 0 auto;
}
.process-step-style-05 .progress-step-separator {
  bottom: -10px;
  height: 100%;
  z-index: -1;
}
/* height */
.h-72px {
  height: 72px !important;
}
#map {
  height: 650px;
  border-radius: 6px 0 0 6px;
}
/* margin top */
.mt-minus-50px {
  margin-top: -50px;
}
/* line-height */
.lh-200 {
  line-height: 12.5rem;
}
/* bottom */
.bottom-auto {
  bottom: auto;
}
/* footer */
footer .footer-logo img {
  max-height: 35px;
}
footer ul li {
  margin-bottom: 0;
}
.footer-light a:hover,
.footer-navbar li a:hover {
  color: var(--dark-gray);
}
@media (max-width: 1299px) {
  .navbar .navbar-nav .nav-link {
    font-size: 16px;
  }
  header .btn.btn-rounded.btn-large {
    padding: 10px 15px;
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .navbar .navbar-nav .nav-link {
    font-size: 15px;
  }
  header .btn.btn-rounded.btn-large {
    padding: 10px 10px;
    font-size: 11px;
  }
}
@media (max-width: 991px) {
  .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    width: calc(100% + 30px) !important;
    margin-left: -15px;
    padding: 10px 45px;
    margin-bottom: 0;
    margin-right: -15px;
  }
  .navbar
    .navbar-nav
    .dropdown.dropdown-with-icon-style02
    .dropdown-menu
    li:last-child
    a {
    padding-bottom: 17px;
  }
  [data-mobile-nav-style="full-screen-menu"]
    .navbar-full-screen-menu-inner
    .navbar-nav
    .dropdown.dropdown-with-icon-style02
    .dropdown-menu
    li
    a
    i {
    font-size: 19px;
  }
  header .btn.btn-rounded.btn-large {
    color: var(--dark-gray);
    border-color: var(--extra-medium-gray);
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .portfolio-filter li {
    padding: 0;
  }
}

section .header-style h1 {
  line-height: 1.8 !important;
  font-size: 23px !important;
}

@media (max-width: 768px) {
  section .header-style h1 {
    line-height: 1.8 !important; /* slightly more relaxed */
    font-size: 18px !important; /* ensure readability */
    text-align: center; /* optional - centers nicely on mobile */
    width: 100%;
  }
}
