/* Header layout fixes — slim bar on scroll, usable on desktop + mobile */

.main-header .sticky-header {
  display: none !important;
}

.main-header.style-three .header-lower .outer-box {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 0 40px;
  width: 100%;
}

.main-header.style-three .logo-box {
  float: none !important;
  width: auto !important;
  max-width: 280px;
  margin: 0 !important;
  padding: 12px 20px 12px 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  flex: 0 0 auto;
}

.main-header.style-three .logo-box img {
  display: block;
  height: 50px !important;
  width: auto !important;
  max-width: 100%;
  object-fit: contain;
  object-position: left center;
}

.main-header.style-three .header-lower .outer-box .menu-area {
  width: auto !important;
  flex: 1 1 auto;
  display: flex !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (min-width: 992px) {
  .main-header.style-three .header-lower .outer-box {
    position: relative;
  }

  .main-header.style-three .header-lower .outer-box .menu-area {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    flex: 0 0 auto;
    justify-content: center;
  }
}

.main-header.style-three .main-menu .navigation>li {
  padding-top: 18px;
  padding-bottom: 18px;
}

.main-header.style-three.fixed-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  background: #000;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  z-index: 999;
}

.main-header.style-three.fixed-header .header-lower .outer-box {
  min-height: 70px;
  padding: 0 30px;
}

.main-header.style-three.fixed-header .logo-box {
  padding: 8px 16px 8px 0 !important;
}

.main-header.style-three.fixed-header .logo-box img {
  height: 42px !important;
}

.main-header.style-three.fixed-header .main-menu .navigation>li {
  padding-top: 14px;
  padding-bottom: 14px;
}

@media only screen and (max-width: 1199px) {
  .main-header.style-three .header-lower .outer-box {
    padding: 0 20px;
  }

  .main-header.style-three .logo-box {
    max-width: 220px;
  }
}

@media only screen and (max-width: 991px) {
  .main-header.style-three .header-lower .outer-box {
    min-height: 68px;
    padding: 0 12px 0 16px;
  }

  .main-header.style-three .logo-box {
    max-width: min(220px, 62vw);
    padding: 8px 10px 8px 0 !important;
  }

  .main-header.style-three .logo-box img {
    height: 40px !important;
  }

  .main-header.style-three .menu-area .mobile-nav-toggler {
    float: none;
    margin: 0;
    padding: 8px;
  }

  .main-header.style-three.fixed-header .header-lower .outer-box {
    min-height: 64px;
    padding: 0 12px 0 16px;
  }

  .main-header.style-three.fixed-header .logo-box img {
    height: 36px !important;
  }
}

.mobile-menu .nav-logo img {
  height: 42px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

@media only screen and (max-width: 575px) {
  .main-header.style-three .logo-box {
    max-width: 58vw;
  }

  .main-header.style-three .logo-box img {
    height: 34px !important;
  }
}

.about-page .about-funfacts {
  margin-top: 30px;
}

.about-page .about-funfacts .count-box {
  margin-bottom: 20px;
}

.about-page .about-funfacts .count-outer {
  font-size: 42px;
  line-height: 50px;
  font-weight: 800;
  font-family: 'Nunito Sans', sans-serif;
  color: #FE7111;
}

.about-page .about-funfacts h6 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 6px;
  color: #000;
}

.process-style-two.alternet-2 .single-item .inner-box h3,
.process-style-two.alternet-2 .single-item .inner-box h3 a {
  color: #fff;
}

.chooseus-section.alternet-2 .row {
  display: flex;
  flex-wrap: wrap;
}

.chooseus-section.alternet-2 .chooseus-block {
  display: flex;
  margin-bottom: 30px;
}

.chooseus-section.alternet-2 .chooseus-block-one {
  display: flex;
  width: 100%;
  height: 100%;
}

.chooseus-section.alternet-2 .chooseus-block-one .inner-box {
  width: 100%;
  height: 100%;
}

.chooseus-block-one .inner-box .icon-box i {
  font-size: 42px;
  line-height: 1;
  color: #FE7111;
}

.chooseus-block-one .inner-box h3:last-child,
.chooseus-block-one .inner-box p:last-child {
  margin-bottom: 0;
}

.service-details {
  padding-bottom: 50px;
}

.service-details-content .content-one {
  margin-bottom: 0;
}

.service-details-content .content-one .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.service-details-content .content-one .image-box {
  margin-bottom: 0;
}

.service-details-content .content-one .image-box img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.service-details-content .content-one .content-column {
  padding-left: 40px;
}

.service-details-content .content-one .sec-title {
  margin-bottom: 22px;
}

.chooseus-section.service-cards {
  padding: 0 0 80px;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.career-toggle .nav-link {
  min-width: 160px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.career-toggle .nav-link.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

.career-title {
  color: #FE7111;
}

.career-form {
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.career-form .form-control {
  background: #f2f2f2;
  border: 0;
  height: 52px;
}

.career-form textarea.form-control {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .contact-map iframe {
    height: 280px;
  }
}

@media only screen and (max-width: 991px) {
  .chooseus-section.alternet-2 .chooseus-block-one .inner-box {
    margin-bottom: 0;
  }

  .service-details-content .content-one .content-column {
    padding-left: 15px;
    margin-top: 24px;
  }

  .service-details-content .content-one .image-box img {
    min-height: 0;
  }

  .about-style-two.about-page {
    padding: 50px 0 40px;
  }

  .about-style-two.about-page #image_block_1 .image-box {
    padding: 0 !important;
    margin: 0 0 24px 0 !important;
  }

  .about-style-two.about-page #image_block_1 .image-box .video-inner,
  .about-style-two.about-page #image_block_1 .image-box .image-2,
  .about-style-two.about-page #image_block_1 .image-box .pattern-layer {
    display: none !important;
  }

  .about-style-two.about-page #image_block_1 .image-box .image-1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .about-style-two.about-page .sec-title {
    margin-bottom: 20px;
  }

  .about-style-two.about-page .about-funfacts {
    margin-top: 16px;
  }

  .about-style-two.about-page .about-funfacts .count-outer {
    font-size: 32px;
    line-height: 38px;
  }

  .about-style-two.about-page .about-funfacts h6 {
    font-size: 12px;
    line-height: 16px;
  }
}

/* ===== Blog Cards ===== */
.blog-card {
  border: 1px solid #eee;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s;
}

.blog-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .10);
}

.blog-card-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.blog-no-img {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #ccc;
}

.blog-card-body {
  padding: 14px 16px 8px;
  flex: 1;
}

.blog-date {
  font-size: 12px;
  color: #FE7111;
  display: block;
  margin-bottom: 6px;
}

.blog-card-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #1a1a2e;
  margin: 0;
}

.blog-card-title a {
  color: inherit;
  text-decoration: none;
}

.blog-card-title a:hover {
  color: #FE7111;
}

.blog-card-footer {
  padding: 10px 16px 14px;
}

.blog-read-more {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 18px;
  font-size: 13px;
  color: #333;
  text-decoration: none;
  transition: border-color .2s, color .2s;
}

.blog-read-more:hover {
  border-color: #FE7111;
  color: #FE7111;
  text-decoration: none;
}

/* ===== Blog Detail ===== */
.blog-details-img img {
  width: 100%;
  border-radius: 6px;
  display: block;
}

.blog-detail-date {
  font-size: 14px;
  color: #949494;
}

.blog-detail-date i {
  color: #FE7111;
  margin-right: 4px;
}

.blog-detail-desc,
.blog-detail-content {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

.blog-detail-desc p,
.blog-detail-content p {
  margin-bottom: 1rem;
}

.blog-detail-desc h2,
.blog-detail-desc h3,
.blog-detail-content h2,
.blog-detail-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 1.25rem 0 0.75rem;
  color: #1a1a2e;
}

.blog-sidebar {
  margin-left: 0;
}

@media (min-width: 992px) {
  .blog-sidebar {
    margin-left: 20px;
  }
}

.blog-sidebar .widget-title h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #1a1a2e;
}

.popular-post-item {
  position: relative;
  padding: 0 0 20px 85px;
  margin-bottom: 20px;
  min-height: 70px;
  border-bottom: 1px solid #f1f1f1;
}

.popular-post-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.popular-post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.popular-post-item .post-thumb {
  position: absolute;
  left: 0;
  top: 5px;
  width: 70px;
  height: 70px;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
}

.popular-post-item .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-thumb-placeholder {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 24px;
}

.popular-post-item h5 {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  margin: 0 0 6px;
  color: #1a1a2e;
}

.popular-post-link:hover h5 {
  color: #FE7111;
}

.popular-post-item .post-date {
  font-size: 13px;
  color: #949494;
}

.sharethis-inline-share-buttons {
  text-align: left;
}

/* Banner content + nav align to auto-container left */
.banner-section.style-three .banner-carousel .content-box {
  text-align: left;
  margin-left: -10px;
  margin-right: auto;
}

.banner-section.style-three .owl-nav {
  left: max(15px, calc((100% - 1350px) / 2 + 15px));
}

@media (max-width: 1350px) {
  .banner-section.style-three .banner-carousel .content-box {
    margin-left: -15px;
  }

  .banner-section.style-three .owl-nav {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .banner-section.style-three .banner-carousel .content-box {
    margin-left: 0;
  }
}

/* Our Clients */
.our-clients-section {
  padding: 80px 0 70px;
}

.our-clients-section .client-item {
  margin-bottom: 20px;
}

.our-clients-section .clients-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 15px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 6px;
  margin: 0;
}

.our-clients-section .clients-logo-box img {
  max-width: 100%;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: none;
  opacity: 1;
}

.our-clients-section .clients-view-more {
  margin-top: 10px;
}

/* Client enquiry modal */
.client-enquiry-modal .modal-header {
  border-bottom: 1px solid #eee;
  padding: 18px 20px;
}

.client-enquiry-modal .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a2e;
}

.client-enquiry-modal .modal-body {
  padding: 20px;
}

.client-enquiry-modal .form-control {
  height: 48px;
  border-radius: 4px;
}

.client-enquiry-modal label {
  font-weight: 600;
  margin-bottom: 6px;
}

/* Scrollable Country Code & Nice-Select Dropdown Lists */
.nice-select .list {
  max-height: 250px !important;
  overflow-y: auto !important;
  z-index: 99999 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
}

.nice-select .list::-webkit-scrollbar {
  width: 6px;
}

.nice-select .list::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

select[name="country_code"],
.country-code-select {
  max-height: 250px;
  overflow-y: auto;
}

/* Google Translate Custom Styling & Hiding Default Bar */
.goog-te-banner-frame.skiptranslate,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

body {
  top: 0px !important;
}

#google_translate_element,
.skiptranslate.goog-te-gadget {
  display: none !important;
}

.goog-text-highlight {
  background-color: transparent !important;
  box-shadow: none !important;
}

.language-dropdown ul {
  min-width: 170px !important;
}

.language-dropdown ul li a {
  display: flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

/* Floating WhatsApp Button */
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 140px;
  right: 35px;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  color: #ffffff !important;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important;
  animation: whatsapp-pulse 2s infinite;
}

.whatsapp-float:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 25px rgba(37, 211, 102, 0.65);
  color: #ffffff !important;
}

.whatsapp-float i {
  color: #ffffff !important;
  line-height: 1;
}

@keyframes whatsapp-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

@media only screen and (max-width: 767px) {
  .whatsapp-float {
    width: 52px;
    height: 52px;
    bottom: 120px;
    right: 20px;
    font-size: 28px;
  }
}

.welcome-gen-img {
  margin-right: 100px;
  height: 700px;
  margin-top: 150px;
  object-fit: cover;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .welcome-gen-img {
    margin-right: 0;
    margin-top: 20px;
    height: auto;
    max-height: 450px;
    object-fit: contain;
  }
}

@media only screen and (max-width: 767px) {
  .welcome-gen-img {
    margin-right: 0;
    margin-top: 10px;
    height: auto;
    max-height: 350px;
    object-fit: contain;
  }
}

.mobile-menu .menu-backdrop {
  background: #000000 !important;
}

.mobile-menu .navigation > li.language-dropdown > a span {
  display: inline-block !important;
}