@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans10pt-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans10pt-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans10pt-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "NunitoSans";
  src: url("../fonts/NunitoSans10pt-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "AirIndia";
  src: url("../fonts/airindia-regular-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "AirIndia";
  src: url("../fonts/AirIndiaVariable.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
}

body,
p,
span {
  font-family: "NunitoSans", sans-serif !important;
}

h1,
h2,
h3 {
  font-family: "AirIndia", sans-serif !important;
}

p span {
  font-weight: 600;
}

strong,
b {
  font-weight: 700;
}

a {
  font-family: "NunitoSans", sans-serif !important;
}

.zeus.tparrows.tp-leftarrow:before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}

.zeus.tparrows.tp-rightarrow:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: #fff;
}

:root {
  --color_primary: #0000cc;
  --color_secondary: #fed231;
}

.site-header {
  padding: 10px 0;
}

.site-logo .logo {
  display: block;
}

.site-logo .logo img {
  width: 100px;
}

.cstm_nav_row {
  display: flex;
  align-items: center;
}

.footer-logo img {
  width: 100px;
  background: #fff;
  padding: 5px;
  border-radius: 100%;
}

.tp-caption.ch_title,
.ch_title {
  color: var(--color_primary);
}

.tp-caption.ch_content,
.ch_content {
  color: var(--color_primary);
}

.page-header h1 {
  color: var(--color_primary);
}

.fh-icon-box .fh-icon img {
  width: 74px;
}

.fh-service {
  display: flex;
  flex-wrap: wrap;
}

.fh-service-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.fh-service-col {
  display: flex;
  margin-bottom: 30px;
}

.fh-service-box {
  justify-content: center;
}

/* Fix alignment and height for "Who We Serve" section */
.special_services .row:last-child {
  display: flex;
  flex-wrap: wrap;
}

.special_services .row:last-child > [class*="col-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.special_services .fh-service-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.special_services .fh-service-box .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.special_services .fh-service-box .desc p {
  margin-bottom: 0;
  flex: 1;
}

/* Fix alignment and height for "Why Choose Us" section */
.whychoose .row {
  display: flex;
  flex-wrap: wrap;
}

.whychoose .row > [class*="col-"] {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.whychoose .fh-icon-box {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.whychoose .fh-icon-box .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.whychoose .fh-icon-box .desc p {
  margin-bottom: 0;
  flex: 1;
}

/* Menu alignment to right */
.nav ul.menu {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nav ul.menu > li {
  float: none;
}

.nav ul.menu > li.active > a:before {
  display: none;
}

/* Footer Social Media Icons Hover Effects */
.footer-social ul li a:hover {
  background: var(--color_secondary) !important;
  color: var(--color_primary) !important;
  transform: translateY(-3px);
}

/* Footer Contact Links Hover */
.footer-contact-info .contact-item a:hover {
  color: var(--color_secondary) !important;
}

/* Footer Contact Item Spacing */
.footer-contact-info .contact-item {
  transition: all 0.3s ease;
}

.footer-contact-info .contact-item:hover {
  transform: translateX(5px);
}

.site-footer {
  background-color: #000;
  border-top: 0.5px solid rgba(255, 255, 255, 0.6);
}

.fh-service-box-2 h4,
.fh-service-box-2 h4 a {
  font-size: 16px;
}

.fh-service-box-2 .box-thumb img {
  width: 100%;
}

/* Container Width Settings - Mobile First Approach */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* XXL devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}

.fh-btn:hover,
.fh_button:hover {
  background-color: #000000;
  border-color: #000000;
}
