body {
  margin: 0;
  font-family: 'Poppins', sans-serif;
  color: #004b6f;
}

/* header */
.main-header {
  background-color: #f9f2e4 !important;
}

.navbar-nav .nav-link {
  color: #106287 !important;
  font-weight: 500 !important;
}

.nav-link {
  position: relative;
}

.nav-link:hover {
  color: #004b6f !important;
}

.navbar-nav .nav-link:hover {
  color: #106287;
}

.btn-outline-primary {
  border: 1px solid #004b6f;
  border-color: #004b6f !important;
  color: #004b6f;
}

.btn-outline-primary:hover {
  background-color: #106287 !important;
  color: #fff;
}

.bg-primary {
  background-color: #106287 !important;
  color: #fff;
}

/* Dropdown on Hover (Desktop Only) */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    animation: fadeIn 0.3s ease-in-out;
  }
}

/* Smooth Fade Animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Arrow Icon Transition */
.dropdown-icon {
  transition: transform 0.3s ease, color 0.3s ease;
  margin-left: 6px;
  font-size: 14px;
  align-items: center;
}

.dropdown-item:hover .dropdown-icon {
  transform: translateX(5px);
  color: #004b6f;
  /* arrow hover color */
}

/* Fix dropdown spacing */
.dropdown-menu {
  margin-top: 0;
  border-radius: 0.25rem;
  padding: 0px;
}

.dropdown-item {
  padding: 10px 25px 10px 25px;
  background-color: #faf3ea;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: middle;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #004b6f;
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: #004b6f !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  /* outline: 0; */
  box-shadow: none;
}

/* header end  */
.hero-section {
  background-image: url('/assets/images/hero.jpg');
  /* Replace with your bg image path */
  background-size: cover;
  background-position: center;
  min-height: 90vh;
}

.padding-top-150 {
  padding-top: 100px;
}

@media (max-width: 576px) {
  .padding-top-150 {
    padding-top: 50px;
  }
}

.white-box {
  /* max-width: 400px; */
  margin: 0 auto;
}

.carousel-inner .carousel-item {
  transition: transform 0.6s ease;
}

.swiper-pagination {
  margin-top: 25px !important;
  /* text-align: center; */
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.swiper-slide img {
  width: 80px;
  height: auto;
}

.image-wrapper {
  position: relative;
}

.image-overlay {
  background-color: rgba(10, 93, 127, 0.7);
  transition: opacity 1.0s ease;
  opacity: 0.8;
  pointer-events: none;
  border-radius: 0.375rem;
}

.image-wrapper:hover .image-overlay {
  opacity: 0;
  /* reveal the image on hover */
}

.industrial-support-section .card {
  background-color: #f9f2e4;
  border: none;
  border-radius: 12px;
  padding: 24px;
  color: #004b6f;
  min-height: 100%;
}

.text-blue {
  color: #004b6f;
}

.industrial-card {
  padding: 40px !important;
}

.capability-card {
  background-color: #0a5d7f;
  /* same as your card color */
  width: 230px;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.industry-box img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.industry-box h5 {
  color: #ffffff;
}

.industry-box p {
  color: #d1e4f0;
  font-size: 15px;
}

.clients-section .swiper-slide img.client-logo {
  width: auto !important;
  max-height: 70px !important;
  object-fit: contain !important;
  margin: 0 auto;
  display: block;
}

.certification-slider .swiper-slide img {
  max-height: 80px !important;
  width: auto !important;
  object-fit: contain !important;
  display: block;
  margin: 0 auto;
}

.why-choose-section img {
  max-width: 100%;
  height: auto;
}

.why-choose-section h2,
.why-choose-section h6 {
  color: #fff;
}

.why-choose-section p {
  font-size: 15px;
}

.bg-light-1 {
  background-color: #ffffff !important;
}

.accordion-button:not(.collapsed) {
  background-color: #fff;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%230a5d7f' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 11.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}

.testimonial-card {
  border-left: 1px solid #ffffff50;
  padding-left: 20px;
  height: 100%;
}

.swiper-slide:first-child .testimonial-card {
  border-left: none;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.blog-card h5 {
  color: #0a5d7f;
  font-weight: 600;
}

.blog-card p {
  font-size: 15px;
}

@media (min-width: 992px) {
  .about-cretek-section .row.g-4 {
    justify-content: space-between;
  }

  .about-cretek-section .col-lg-2 {
    flex: 0 0 auto;
    width: auto;
  }

  .about-cretek-section .col-lg-2 .bg-primary {
    min-width: 200px;
  }
}

.phone-link {
  color: inherit;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
}

.width-80 {
  width: 80%;
}

.phone-link-1 {
  color: inherit;
  text-decoration: none;
  /* font-size: 16px; */
}

.Bottom-30 {
  bottom: -35px !important;
}

.testimonial-section .swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 0.5;
}

.testimonial-section .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-1 {
  position: relative !important;
  margin-top: 20px !important;
  /* cards ni niche gap */
  text-align: center !important;
}

.swiper-pagination-bullet {
  background-color: #ccc;
  /* default color */
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background-color: #0a5d7f !important;
  /* active dot color */
}

/* Large & Medium screen - hide dots */
@media (min-width: 992px) {
  .swiper-pagination-1 {
    display: none !important;
  }
}

.accordion-button:focus {
  box-shadow: none !important;
  /* Removes Bootstrap's focus shadow */
  outline: none !important;
  /* Removes browser outline */
}

@media (max-width: 576px) {
  .row {
    --bs-gutter-x: 1rem;
    /* default 1.5rem → reduce in mobile */
  }
}

.form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ccc;
  /* તમારે જે color જોઈએ તે મૂકો */
}


/* about page  */
.hero-banner {
  background-image: url('../images/hero.jpg');
  /* replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Optional for responsiveness on smaller devices */
@media (max-width: 768px) {
  .hero-banner {
    height: 30vh;
  }
}

@media (max-width: 768px) {
  .hero-banner-contact {
    height: 30vh !important;
  }

  .hero-banner-blog {
    height: 30vh !important;
  }

  .phone-link {
    color: inherit;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
  }
  .width-80 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .info-box {
    padding: 20px;
    border-radius: 10px;
    background: #e9ecef;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.section-title {
  font-size: 2.5rem;
  font-weight: bold;
}

.highlight {
  color: #00628c;
}

.stats-box {
  background: #00628c;
  color: #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.stats-box h3 {
  font-weight: bold;
  font-size: 1.8rem;
}

.values-card {
  background-color: #f8f9fa;
  border: none;
  border-radius: 10px;
  padding: 25px;
}

.team-card img {
  border-radius: 50%;
}

.highlight {
  color: #00628c;
}

.timeline-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px 0;
  flex-wrap: wrap;
}

.timeline-nav button {
  background: none;
  border: none;
  font-weight: 600;
  font-size: 1.1rem;
  cursor: pointer;
  color: #5c5c5c;
  border-bottom: 2px solid transparent;
}

.timeline-nav button.active {
  color: #00628c;
  border-color: #00628c;
}

.timeline-content {
  display: none;
}

.timeline-content.active {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin-top: 2rem;
  align-items: center;
}

.timeline-content img {
  max-width: 100%;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .timeline-content.active {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 2rem;
    margin-top: 2rem;
    align-items: center;
  }
}

/* contact page  */
.hero-banner-contact {
  background-image: url('../images/hero.jpg');
  /* replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-section {
  padding: 60px 0;
}

.contact-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.contact-card h5 {
  font-weight: bold;
}

.btn-1 {
  background-color: #00628c;
  border: unset;
}

.btn-1.btn-primary {
  transition: all 0.3s ease;
}

.btn-1.btn-primary:hover {
  background-color: #ffffff;
  border: 1px solid #00628c;
  color: #00628c;
}

.info-box {
  padding: 20px;
  border-radius: 10px;
  background: #e9ecef;
  margin-bottom: 20px;
}

.info-box i {
  font-size: 1.5rem;
  color: #00628c;
}

.map-section iframe {
  width: 100%;
  height: 400px;
  border: none;
}

.side-img {
  width: 100%;
  /* border-radius: 12px; */
  object-fit: cover;
}

/* service pages  */
.hero-banner-service-1 {
  background-image: url('../images/hero.jpg');
  /* replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Custom Styling */
.section-padding {
  padding: 60px 0;
}

.service-gallery img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.other-services img {
  width: 100%;
  border-radius: 8px;
}

.other-services .service-card {
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  /* margin-bottom: 30px; */
  transition: transform 0.3s ease;
}

.other-services .service-card:hover {
  transform: scale(1.05);
}

.service-name {
  /* margin-top: 15px; */
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.intro-section .left-side {
  max-width: 100%;
}

.intro-section .right-side {
  padding-left: 40px;
}

@media (max-width: 768px) {
  .intro-section {
    text-align: center;
  }

  .intro-section .left-side,
  .intro-section .right-side {
    padding-left: 0;
    padding-right: 0;
  }

  .intro-section .right-side {
    margin-top: 20px;
  }
}

/* Blog pages  */
.hero-banner-blog {
  background-image: url('../images/hero.jpg');
  /* replace with your image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 40vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlight-box {
  background: #f9f9f9;
  border-left: 5px solid #00628c;
  padding: 20px;
  margin-bottom: 30px;
}

.other-services img {
  /* max-height: 120px; */
  object-fit: contain;
}

.custom-badge {
  background: #0a5d7f;
  color: #fff;
}

.hover-modern img {
  transition: transform 0.4s ease;
}

.hover-modern:hover img {
  transform: scale(1.05);
}

.hover-opacity {
  transition: opacity 0.3s ease;
}

.hover-modern:hover .hover-opacity {
  opacity: 1 !important;
}

.rounded-4 {
  border-radius: 0.5rem !important;
}

.card-title {
  font-size: 1.1rem;
}

.img-wrap {
  height: 200px;
  overflow: hidden;
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.timeline-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
  padding: 20px 0;
}

.timeline-line {
  position: absolute;
  top: 50%;
  height: 3px;
  background: #004f6e;
  /* Your color */
  z-index: 0;
}

.timeline-nav button {
  background: #fff;
  color: #444;
  border: 2px solid #004f6e;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}

.timeline-nav button.active {
  background: #004f6e;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 79, 110, 0.4);
  transform: translateY(-4px);
}

.timeline-nav button:hover {
  background: #004f6e;
  color: #fff;
}

@media (max-width: 768px) {
  .timeline-line {
    display: none;
  }

  .timeline-nav {
    flex-wrap: wrap;
  }
}

ul.list-unstyled li a {
    text-decoration: none; /* underline remove */
    color: inherit;        /* font color list jevo j rehse */
}
