/* ==============================
   NAVBAR BASE
================================ */
.nav-custom {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
  border-bottom: 1px solid rgba(0,0,0,0.05);
}


/* top first section */




/* ==============================
   NAV LINKS (DESKTOP)
================================ */
.navbar-nav .nav-link {
  position: relative;
  font-weight: 500;
  color: #000 !important;
  padding: 8px 0;
  transition: color 0.3s ease;
}

/* underline hover animation */
.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  height: 2px;
  background: #dc3545;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #dc3545 !important;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* ==============================
   CTA BUTTON
================================ */
.nav-cta-btn {
  background: linear-gradient(135deg, #dc3545, #ff5c6c);
  color: #fff !important;
  padding: 10px 22px;
  border-radius: 30px;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(220,53,69,0.3);
  transition: all 0.3s ease;
}

.nav-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(220,53,69,0.4);
}

/* ==============================
   TOGGLER
================================ */


/* ==============================
   OFFCANVAS BASE
================================ */
.offcanvas {
  width: 100% !important;
  border: none;
}

/* ==============================
   OFFCANVAS HEADER
================================ */
.offcanvas-header {
  min-height: 80px;
  padding: 20px;
  background: linear-gradient(135deg, #dc3545, #ff5c6c);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.logo-nv {
  height: 38px; 
  background-color: #fff;
  object-fit: contain;
}

.offcanvas-header .btn-close {
  opacity: 1; 
}

/* ==============================
   OFFCANVAS BODY
================================ */
.offcanvas-body {
  background: #ffffff;
  padding: 30px 24px;
}

/* mobile nav links */
.offcanvas .nav-link {
  font-size: 18px;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
  color: #000 !important;
  transition: color 0.3s ease;
}

.offcanvas .nav-link:hover {
  color: #dc3545 !important;
}

/* ==============================
   DROPDOWN FIXES
================================ */
.dropdown-item {
  white-space: unset !important;
  font-size: 14px;
}



/* ------- landing page ------- */
.dcc-mad-hero{
  min-height: 70vh;
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgba(13, 13, 13, 0.797);
}

.dcc-mad-hero::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../image-2/ban-background.avif);
  background-size: cover;
  z-index: -3;
  background-position: bottom;
  /* background-attachment: fixed; */
}

.img-ban-dcc{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
 


 .about-us1{
  width: 100%;
  height:350px !important;
  object-fit: cover;
 }


 /* ---- serv ---  */

 .blob-wrapper {
  position: relative;
  width: 100%;
  height: 240px;
}

/* Blob Shape */
.blob-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #eee;
  border-radius: 58% 42% 40% 60% / 55% 45% 55% 45%;
}

/* Image inside blob */
.blob-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Floating Circle */
.floating-circle {
  position: absolute;
  top: 20px;
  right: -20px;
  width: 70px;
  height: 70px;
  background-color: var(--c1);
  border-radius: 50%;
}


/* Floating Circle */
.floating-circle1 {
  position: absolute;
  bottom: 20px;
  left: -10px;
  width: 70px;
  height: 70px;
  background-color: var(--c1);
  border-radius: 50%;
}

.floating-circle2 {
  position: absolute;
  bottom: 20px;
  right: -10px;
  width: 70px;
  height: 70px;
  background-color: var(--c1);
  border-radius: 50%;
}

  /* .ser-crd{
    width: 100%;
    position: relative;
    min-height: 180px;
    background-color: #fff;
    box-shadow: 0 70px 70px rgba(0,0,0,.2);
    transition: all .5s;
    border-top: 3px solid var(--c2);
  } */
  .ser-crd{
    width: 100%;
    position: relative;
    /* min-height: 165px; */
    background-color: #fff;
    box-shadow: 0 70px 70px rgba(0,0,0,0.08);
    transition: all .5s;
    border-top: 3px solid var(--c1);
  }
  .ser-crd:hover{
    box-shadow: unset;
    transition: all .5s;
  }
  .ser-p{
    text-align: center;
  }
  .ser-img-bx{
    height: 65px;
    width: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c1);
    box-shadow: rgb(38, 57, 77) 0px 5px 30px -12px;
    position: absolute;
    top: -10%;
    left: -3%;
  }
  .ser-crd:hover .ser-img-bx{
    box-shadow: unset;
    transition: all .5s;
  }
  .ser-img{
    width: 80%;
  }

  .ser-h5{
    width: 80%;
  }

  /* ----------------- our splecial -------------  */

.type-bx {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 300px !important; 
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;  
}
.type-round{
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 50%;
  position: relative;
  border: 2px solid var(--c2);
}
.type-round::before{
  content: '';
  width: 100px;
  height: 100px;
  border: 2px dashed var(--c1);
  position: absolute;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
.type-img{
  width: 95%;
  height: 95%;
  object-fit: cover !important;

  border-radius: 50%;
}
.spl-type{
  /* border: 2px dashed #fff; */
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; 
  min-height: 420px; 
}
.spl-type .type-round::before{
  border: 2px dashed var(--c1);
}

.spin{
  animation-name: spin;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; 
}
@keyframes spin {
  from {
      transform:rotate(0deg);
  }
  to {
      transform:rotate(360deg);
  }
}

.other-hero-sr1{
  min-height: 50vh;
  display: flex;
  align-items: center;
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  /* background-image: url(../images/blg-bg.jpg); */
}

.other-hero-sr1::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  background-image: url(../image-2/120157.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  background-attachment: fixed;
}


/* --- why choose  us --- */

.why-choose-section {
  background-color: #ffffff;
}

.why-img-wrap {
  overflow: hidden;
}

.why-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: var(--c1);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.why-title {
  font-size: 36px;
  font-weight: 700;
  color: #1c1f25;
  line-height: 1.3;
}

.why-title span {
  color: var(--c1);
}

.why-text {
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.why-points {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.why-point {
  display: flex;
  gap: 14px;
  align-items: center;
}

.why-point i {
  font-size: 22px;
  color: var(--c1);
  margin-top: 3px;
}

.why-point h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #555;
}

.why-point p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.why-rnd-sp{
  width: 60%;
  position: absolute;
  z-index: -1;
  animation: spinSlow 20s linear infinite;
}
@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* ==============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }

  .navbar-nav .nav-link::after {
    display: none;
  }

    .blob-wrapper {
    width: 100%;
    height: 140px;
  }

  .floating-circle {
    width: 50px;
    height: 50px;
    right: -10px;
  }

    .floating-circle1 {
    width: 50px;
    height: 50px;
  }

    .floating-circle2 {
    width: 50px;
    height: 50px;
    right: -10px;
  }
}
