:root {
}
body {
  box-sizing: 0;
  padding: 0;
  margin: 0;
}
.top-bar {
  background: #0b1d2d;
  color: #fff;
  font-size: 14px;
}

.topbar-wrap {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 8px 0;
  flex-wrap: wrap;
}

.contact-item i {
  margin-right: 6px;
  color: #f7941d;
}
.ibtida-navbar {
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.ibtida-logo {
  width: 80px;
}

.navbar-nav .nav-link {
  font-weight: 600;
  color: #0b1d2d;
  margin: 0 10px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #f7941d;
}

.dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.nav-btn {
  padding: 8px 18px;
  border-radius: 30px;
  background: #f7941d;
  border: none;
  color: #fff !important;
}

.nav-btn:hover {
  background: #d97706;
}
/* slider banner */
.herocarousel .heroimg {
  position: relative;
  overflow: hidden;
}

/* Overlay */
.slider-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(11, 29, 45, 0.85),
    rgba(11, 29, 45, 0.45)
  );
  z-index: 1;
}

/* Image */
.herocarousel img {
  height: 90vh;
  width: 100%;
  object-fit: cover;
}

/* Text Content */
.slidercaption {
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
  max-width: 600px;
  color: #fff;
  z-index: 2;
}

.slidercaption h3 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}

.slidercaption p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

/* Button */
.dettobtn {
  background: #f7941d;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.dettobtn:hover {
  background: #d97706;
  color: #fff;
}
/* about section */
.about-section {
  padding: 80px 0;
  background: #f8fafc;
}

.section-tag {
  color: #f7941d;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}

.about-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0b1d2d;
  margin-bottom: 20px;
}

.about-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

.about-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 30px;
}

.about-list li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #333;
}

.about-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #f7941d;
  color: #fff;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

.about-btn:hover {
  background: #d97706;
  color: #fff;
}

.about-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
/* service section */
.services-section {
  padding: 60px 0;
}
.service-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 14px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 20px;
}

.service-card:hover {
  background: #ffffffa6;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-6px);
}

.service-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0b1d2d;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
.enquiry-section {
  position: relative;
  padding: 100px 0;
  background: url("../images/enquiry-bg.png") center/cover no-repeat;
}

.enquiry-overlay {
  position: absolute;
  inset: 0;
  background: rgb(11 29 45 / 69%);
  z-index: 1;
}

.enquiry-section .container {
  position: relative;
  z-index: 2;
}

.enquiry-box {
  background: #ffffffcf;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.enquiry-box h2 {
  font-size: 28px;
  font-weight: 700;
  color: #0b1d2d;
  margin-bottom: 10px;
}

.enquiry-box p {
  font-size: 15px;
  color: #555;
  margin-bottom: 25px;
}

.enquiry-box .form-control,
.enquiry-box .form-select {
  height: 48px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.enquiry-box textarea.form-control {
  height: auto;
}

.enquiry-btn {
  width: 100%;
  padding: 12px;
  background: #f7941d;
  border: none;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  margin-top: 10px;
}

.enquiry-btn:hover {
  background: #d97706;
}
/* why choose */
.why-section {
  padding: 80px 0;
  background: #f8fafc;
}

.whyimg img {
  width: 100%;
  border-radius: 14px;
}

.section-label {
  color: #f7941d;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #0b1d2d;
  margin-bottom: 15px;
}

.why-item {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.why-item .icon {
  color: #f7941d;
  font-size: 18px;
  margin-top: 5px;
}

.why-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.why-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
.why-item li {
  list-style: none;
}
/* gallery section */
.gallery-section {
  padding: 80px 0;
  background: #f8fafc;
}

.gallery-box {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}

.gallery-box img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.gallery-box:hover img {
  transform: scale(1.08);
}

.overlay-icon {
  position: absolute;
  inset: 0;
  background: rgba(11, 29, 45, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}

.gallery-box:hover .overlay-icon {
  opacity: 1;
}

.overlay-icon i {
  font-size: 22px;
  color: #fff;
  background: #f7941d;
  padding: 14px;
  border-radius: 50%;
}

/* footer section */
.footer-section {
  background: #0b1d2d;
  color: #cfd8e3;
  padding: 70px 0 0;
}

.footer-logo {
  width: 120px;
  margin-bottom: 15px;
}

.footer-about p {
  font-size: 14px;
  line-height: 1.7;
}

.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-links a {
  color: #cfd8e3;
  text-decoration: none;
}

.footer-links a:hover {
  color: #f7941d;
}

.footer-contact i {
  margin-right: 10px;
  color: #f7941d;
}

.footer-bottom {
  background: #081624;
  padding: 15px 0;
  margin-top: 40px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.footer-social {
  margin-top: 15px;
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background: #f7941d;
  color: #ffffff;
}

.powered-by {
  margin: 0;
  font-size: 13px;
  color: #cfd8e3;
}

.powered-by a {
  color: #f7941d;
  text-decoration: none;
  font-weight: 500;
}

.powered-by a:hover {
  text-decoration: underline;
}
.common-banner {
  position: relative;
  background: url("../images/slider.png") center/cover no-repeat;
  padding: 60px 0;
  color: #fff;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(11, 29, 45, 0.9),
    rgba(11, 29, 45, 0.6)
  );
  z-index: 1;
}

.common-banner .container {
  position: relative;
  z-index: 2;
}

.banner-content {
  text-align: center;
}

.banner-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Breadcrumb */
.breadcrumb {
  justify-content: center;
  background: transparent;
  margin: 0;
}

.breadcrumb-item a {
  color: #f7941d;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-item.active {
  color: #ffffff;
}
/* contact us */
.contact-section {
  position: relative;
  padding: 60px 0;
}

.contact-section .container {
  position: relative;
  z-index: 2;
}

.contact-info h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-info p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.contact-list {
  list-style: none;
  padding: 0;
}

.contact-list li {
  margin-bottom: 15px;
  font-size: 15px;
}

.contact-list i {
  color: #f7941d;
  margin-right: 10px;
}

.contact-list a {
  color: #353434;
  text-decoration: none;
}

.contact-social {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.contact-social a {
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;

  transition: 0.3s;
}
.contact-list li i {
  color: #666769;
}
.contact-social a i {
  color: #f7941d;
}
.contact-social a:hover {
  background: #f7941d;
  color: #fff;
}

.contact-form-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.contact-form-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #0b1d2d;
}

.contact-form-box .form-control,
.contact-form-box .form-select {
  height: 48px;
  border-radius: 8px;
}

.contact-form-box textarea.form-control {
  height: auto;
}

.contact-btn {
  width: 100%;
  padding: 12px;
  background: #f7941d;
  border: none;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
}

.contact-btn:hover {
  background: #d97706;
}
.company-location iframe {
  width: 100%;
  height: 450px;
}
/* WhatsApp Pulse Animation */
.btn-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 52px;
  height: 52px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  z-index: 999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  animation: whatsapp-pulse 2s infinite;
  text-decoration: none;
}

/* Pulse Ring */
.btn-whatsapp::before {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.5);
  animation: whatsapp-ring 2s infinite;
  z-index: -1;
}

/* Keyframes */
@keyframes whatsapp-pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes whatsapp-ring {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Hover */
.btn-whatsapp:hover {
  background: #1ebe57;
  color: #fff;
}
/* Back to Top */
.back-to-top {
  position: fixed;
  bottom: 90px;
  right: 25px;
  width: 42px;
  height: 42px;
  background: #0b1d2d;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.back-to-top:hover {
  background: #f7941d;
}
/* Mobile */
@media (max-width: 992px) {
  .navbar-toggler:focus {
    box-shadow: none !important;
  }
  .navbar-toggler {
    border: none !important;
  }
  .about-section,
  .services-section,
  .enquiry-section,
  .why-section {
    padding: 40px 0;
  }
  .about-content {
    margin-bottom: 20px;
  }
  .whyimg {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .herocarousel img {
    height: 70vh;
  }
  .common-banner {
    padding: 70px 0;
  }

  .banner-content h1 {
    font-size: 28px;
  }
  .slidercaption {
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .slidercaption h3 {
    font-size: 28px;
  }
  .about-content h2 {
    font-size: 28px;
  }
  .about-section {
    padding: 60px 0;
  }
  .service-card img {
    height: 180px;
  }
  .enquiry-section {
    padding: 70px 0;
  }

  .enquiry-box {
    padding: 30px;
  }
  .gallery-box img {
    height: 220px;
  }
  .contact-section {
    padding: 70px 0;
  }

  .contact-info h2 {
    font-size: 28px;
  }
  .footer-section {
    padding: 50px 0 0;
  }
  .common-banner {
    padding: 40px 0;
  }
}
@media (max-width: 575px) {
  .about-content h2,
  .services-section h2,
  .enquiry-box h2,
  .section-title {
    font-size: 24px;
  }
  .service-card,
  .enquiry-box,
  .contact-form-box {
    padding: 20px;
  }
  .topbar-wrap {
    gap: 8px;
  }
}
@media (max-width: 375px) {
  .ibtida-logo {
    width: 60px;
  }
}
