* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  padding-top: 90px;
}

.custom-navbar {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.navbar-nav .nav-link {
  font-size: 17px;
  font-weight: bold;
  transition: color 0.3s ease;
  color: white;
  font-family: "Inter", sans-serif;
}

.navbar-nav .nav-link:hover {
  color: #2abad5;
}

.contact h2 {
  font-size: 20px;
}

.contact-number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  animation: wiggle 1.5s infinite;
  transition: color 0.2s ease;
}

.contact-number i {
  color: white;
  font-size: 30px;
}

.contact-number:hover {
  color: #2abad5;
}

@keyframes wiggle {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(3deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  75% {
    transform: rotate(2deg);
  }
}

.custom-btn {
  height: 45px;
  width: 130px;
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
  background-color: #2abad5;
  color: white;
  font-family: "Inter", sans-serif;
}

.custom-btn:hover {
  background-color: #2abad5;
  color: white;
  text-decoration: none;
}

.bg-body-tertiary {
  background-color: black !important;
}

.navbar-toggler {
  background-color: white;
}

.offcanvas-header {
  background-color: black;
}

.btn-close {
  background: none !important;
  width: 1em;
  height: 1em;
  opacity: 1;
  position: relative;
}

.btn-close::before,
.btn-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: white;
  transform-origin: center;
}

.btn-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.offcanvas-body .nav-link {
  color: black;
  gap: 0px !important;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  will-change: transform;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Slide content */
.slide-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 12px;
  border-radius: 12px;
  max-width: 600px;
}

.slide-content h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.slide-content p {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.custom-btn {
  display: inline-block;
  padding: 10px 0px;
  background: #2abad5;
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-section {
    height: 70vh;
  }

  .slide-content h2 {
    font-size: 1.8rem;
  }

  .slide-content p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .hero-section {
    height: 60vh;
  }

  .slide-content {
    padding: 15px;
    max-width: 90%;
    width: 100%;
  }

  .slide-content h2 {
    font-size: 1.5rem;
  }

  .slide-content p {
    font-size: 0.9rem;
  }
}

/* about css */
.about-title {
  font-size: 16px;
  font-weight: 600;
  color: #2abad5;
  margin-bottom: 8px;
  font-family: "Inter", sans-serif;
}

.about h2 {
  font-size: 1.9rem;
  font-weight: bold !important;
  font-family: "Inter", sans-serif;
  line-height: 1.4;
  margin-bottom: 15px;
}

.about-section p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* Icon box styling */
.about-icon .icon-box {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
}

.about-icon .icon-box img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 992px) {

  /* Tablet */
  .about {
    font-size: 23px !important;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px;
  }

  .about-section .row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-section .row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-section p {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 0px;
  }

  .about-icon {
    margin-top: 20px;
  }

  .about-icon .col-lg-6 {
    flex-direction: column;
    text-align: center;
  }

  .about-icon .icon-box {
    margin-bottom: 10px;
  }

  .services {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {

  /* Mobile */
  .about {
    font-size: 23px !important;
    /* Aur chhota heading */
    line-height: 1.3;
    text-align: center;
    margin-bottom: 12px;
  }

  .about-section .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-section .row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-section .row>* {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .about-section p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 18px;
  }

  .about-icon {
    margin-top: 20px;
  }

  .about-icon .col-lg-6 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 20px;
  }

  .about-icon h5 {
    font-size: 18px;
    font-weight: bold;
  }

  .about-icon p {
    font-size: 14px;
  }

  .services {
    margin-top: -17%;
  }
}

.hero-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  max-width: 500px;
  width: 90%;
  border-radius: 12px;
}

.card-title {
  font-size: 28px;
  font-family: "Inter", sans-serif;
}

.card-text {
  font-family: "Inter", sans-serif;
}

/* about */
.about-section {
  width: 80%;
  margin: auto;
}

.about-section img {
  width: 400px;
  border-radius: 12px;
  transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
  height: 450px;
}

.about-icon h5 {
  font-size: 16px;
}

/* about */
.rounded {
  height: 400px;
  width: 100%;
}

/* about */
.about-title {
  font-size: 17px !important;
  font-weight: bold !important;
  font-family: "Inter", sans-serif;
  color: #0d5888 !important;
  margin-bottom: 5px;
}

/* @keyframes float {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
} */

/* Main image */
.main-img {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  object-fit: cover;
}

/* Floating second image */
.floating-img {
  position: absolute;
  bottom: 20px;
  right: 10%;
  animation: float 3s ease-in-out infinite;
  text-align: center;
  height: 235px;
  background-color: #0d5888 !important;
  border-end-end-radius: 50px;
  border-top-left-radius: 50px;
}

.floating-img img {
  width: 170px;
  height: auto;
  border-radius: 12px;
  padding: 20px;
  padding-bottom: 15px;
}

/* Floating text */
.floating-text {
  display: block;
  font-size: 16px;
  color: white;
  font-family: "Inter", sans-serif;
  padding: 0px 10px;
}

/* Main image with floating effect */
.main-img {
  width: 100%;
  height: 500px;
  border-radius: 12px;
  object-fit: cover;
  animation: floatMain 8s ease-in-out infinite;
}

/* Floating animation for main image */
@keyframes mainFloat {
  0% {
    transform: translateY(0px) scale(1);
  }

  50% {
    transform: translateY(-15px) scale(1.02);
  }

  100% {
    transform: translateY(0px) scale(1);
  }
}

/* Floating Animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* 📱 Tablet view */
@media (max-width: 992px) {
  .main-img {
    height: 400px;
  }

  .floating-img {
    right: -20px;
    bottom: 15px;
  }

  .floating-img img {
    width: 140px;
  }

  .floating-text {
    font-size: 14px;
  }
}

/* 📱 Mobile view */
@media (max-width: 576px) {
  .main-img {
    height: 350px !important;
  }

  .floating-img {
    right: -10px;
    bottom: 0px;
    height: 156px;
  }

  .floating-img img {
    width: 100px;
  }

  .floating-text {
    font-size: 12px;
  }
}

.card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 2px solid transparent;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.card:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  border-color: #0d6efd;
}

.card-img-top {
  height: 100px;
  width: 100px;
  margin: auto;
  transition: transform 0.4s ease;
}

.card:hover .card-img-top {
  transform: scale(1.1);
}

.card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #0d6efd26, rgba(255, 255, 255, 0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.card:hover::before {
  opacity: 1;
}

.card a.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}

.card a.btn:hover {
  background-color: #084298;
  color: #fff;
}

.services h3 {
  font-size: 2.5rem !important;
  font-weight: bold !important;
  font-family: "Inter", sans-serif;
}

.all-service {
  font-size: 20px;
  font-weight: bold;
}

.services p {
  font-family: "Inter", sans-serif;
}

.extra-service {
  background-color: #2abad5;
}

.extra-service h4 {
  font-size: 2rem !important;
  font-weight: bold !important;
  font-family: "Inter", sans-serif;
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
}

.extra-service-1 h4 {
  font-size: 2rem !important;
  font-weight: bold !important;
  font-family: "Inter", sans-serif;
  color: black;
  padding-top: 20px;
  padding-bottom: 20px;
}

.extra-service img {
  margin: auto;
  justify-items: center;
  align-items: center;
  display: block;
  height: 450px;
  width: 450px;
  margin-top: -42px;
}

/* .seo-details{
  list-style: none;
  padding-left: 0;
}

.seo-details li{
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

ul.seo-details li::before{
  content: '✔';
  color: #0d5888 !important;
  font-weight: bold;
  position: absolute;
  left: 0;
} */

.seo-details li {
  font-size: 17px;
}

.our-work h3 {
  font-size: 1.6rem;
}

/* tablet view */
@media (max-width: 992px) {
  .extra-service img {
    margin: auto;
    justify-items: center;
    align-items: center;
    display: block;
    height: 310px;
    width: 100%;
    margin-top: -35px;
  }
}

/* table view end */

/* mobile view */
@media (max-width: 576px) {
  .extra-service img {
    margin: auto;
    justify-items: center;
    align-items: center;
    display: block;
    height: 310px;
    width: 100%;
    margin-top: -35px;
  }
}

/* mobile view end */

.contact {
  font-size: 1.7rem !important;
  font-weight: bold !important;
  font-family: "Inter", sans-serif;
  text-align: center;
}

.footer {
  background-color: #0d5888 !important;
}

.footer img {
  max-width: 120px;
}

.footer ul li {
  margin-bottom: 8px;
  font-size: 17px;
  padding: 10px;
  transition: 0.5s;
  border-radius: 8px;
}

.map-contact iframe {
  border-radius: 10px;
}

.contact {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  height: 450px;
  padding: 12px;
  border-radius: 10px;
}

.footer ul li:hover {
  background-color: #2abad5;
}

.footer h6 {
  font-weight: bold;
  font-size: 20px;
  font-family: "Inter", sans-serif;
  color: white;
}

.fa-solid {
  font-size: 20px;
  margin-right: 8px;
  color: #2abad5;
  margin-top: 10px;
}

/* .icon-box img{
  height: 80px !important;
  width: 80px !important;
  gap: 10px !important;
  margin: 10px !important;
} */

.about-icon p {
  font-size: 14px;
}

/* counter */
.counter {
  background: #f9f9f9;
  text-align: center;
}

.counter .item {
  margin-bottom: 30px;
}

.counter .item i {
  font-size: 40px;
  color: #2abad5;
  margin-bottom: 10px;
}

.counter .number {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}

.counter p {
  margin: 0;
  font-size: 1rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .counter .number {
    font-size: 1.5rem;
  }

  .counter .item i {
    font-size: 30px;
  }
}

.item img {
  width: 70px;
}

.number {
  font-size: 2rem;
  font-weight: bold;
  color: #222;
}

.plus {
  font-size: 2rem;
  font-weight: bold;
  color: black;
}

/* counter end */

/* our word */
.our-card img {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  margin-top: 30px;
  border-radius: 8px;
}

.card-title-1 {
  font-size: 18px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.card-text-1 {
  font-size: 15px;
  color: #555;
  margin-bottom: 15px;
  font-family: "Inter", sans-serif;
}

/* our work end */

/* testimonial start */
.rounded-circle {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

/* testimonial end */

/* blog post */
.card-blog {
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-img-top-blog {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 12px !important;
}

/* tablet view */
@media (max-width: 992px) {
  .card-img-top-blog {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px !important;
  }
}

/* table view end */

/* mobile view */
@media (max-width: 576px) {
  .card-img-top-blog {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 12px !important;
  }
}

/* mobile view end */

.card-title {
  font-size: 1.1rem;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.card-title-blog {
  margin-top: 10px;
}

.card-text-blog {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin-bottom: 0px;
  font-family: "Inter", sans-serif;
}

.card-blog a {
  text-decoration: none;
  font-weight: bold;
  color: #2abad5;
  font-size: 18px;
  margin-top: -10px;
}

/* blog post end */

/* add to css services page drowpdown */
@media (min-width: 992px) {
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 10px;
  margin-top: 3px;
  clear: both;
  font-weight: 400;
  color: black;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  border: 0;
  border-radius: 10px;
  transition: 0.4s;
}

.dropdown-item:hover {
  background-color: #2abad5;
}

.navbar-nav .dropdown-menu {
  position: static;
  width: 200px;
}

/* add to css services page drowpdown */

/* whatsapp floating icon css */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 30px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-floating i {
  margin-top: 15px;
}

.my-float {
  margin-top: 16px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  25%,
  50%,
  75%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-12px);
  }
}

/* whatasapp floating icon css end */

/* footer icons open */
.footer-social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
/* footer icons closed */

/* popup css open */
.modal-content{
  border-radius: 12px;
  box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.2);
  height: 120px;
}

.modal-content h5{
  font-weight: 600;
  color: #e63946;
}

.modal-content p{
  font-size: 18px;
  color: #333;
}
/* popup css closed */