body {
  font-family: Verdana, Geneva, sans-serif;
  background: #ffffff;
width: 1920x;
max-height: auto;
  overflow-x: hidden;
}


h2 {
  color: #272727;
  font-size: 3em;
  padding-bottom: 10px;
}

p {
  color: #757575;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
}

html {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #831b1b;
  outline: none;
}


header {
  background: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  display: flex;
  height: 45px;
}

header .col-md-8 {
  padding-right: 0;
}

header p,
header span {
  font-size: 12px;
  line-height: 24px;
  padding-top: 12px;
}

header a,
header span {
  color: #747474;
}

header span {
  font-weight: 500;
  display: inline-block;
  padding: 11px 15px;
}

header span i {
  color: #82271d;
  margin-right: 5px;
}

.navbar-default {
  background: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .075);
  border: none;
  margin-bottom: 0;
  padding: 10px;
}

.navbar-default .navbar-brand {
  color: #393939;
  font-weight: 500;
}

.navbar-default .navbar-brand .fa {
  color: #85291e;
}

.navbar-default .navbar-nav li.appointment-btn {
  margin: 3px 0 0 20px;
}

.navbar-default .navbar-nav li.appointment-btn a {
  background: #85291e;
  border-radius: 3px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 12px;
  padding-bottom: 12px;
}

.navbar-default .navbar-nav li.appointment-btn a:hover {
  background: #ebd9d9;
  border-color: #85291e;
  color: #000000 !important;
}

.navbar-default .navbar-nav li a {
  color: #555555;
  font-size: 12px;
  font-weight: 500;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

.navbar-default .navbar-nav > li a:hover {
  color: #393939 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #555555;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #393939;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border: none;
  padding-top: 10px;
}

.navbar-default .navbar-toggle {
  background: #82271d;
  border-color: transparent;
  }

.navbar-default .navbar-toggle a{
  
  color: white;
}

/* .navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgb(124, 0, 0);
} */ 

#about {
   padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-color: #f8f5f1;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, .075);
}

#about h6 {
  color: #858585;
  margin: 0;
}

#about2 {
  height: 500px;
   padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 2px;
  background-size: cover;
 
  box-shadow: 0px 8px 8px rgba(0, 0, 0, .075);

}

#about2 h6 {
  color: #858585;
  margin: 0;
}


.carosel {
  border-radius: 10px;
  width: 100%;
  margin-top: 100px;
  box-shadow: 0 4px 8px rgba(5, 5, 5, 0.253); 
  transition: box-shadow 0.3s ease-in-out; 
}

.carosel:hover {
  box-shadow: 0 10px 18px rgba(153, 0, 0, 0.3); 
}

/*Lower Body*/
        #lowerbody {
            
            font-family: 'verdana', sans-serif;
            background-color: #ffffff;
            margin: 0;
            padding: 20px;
            display: flex;
            justify-content: center;
            align-items: center;
            min-height: 90vh;
        }

        .features-container {
            margin-top: 50px;
            width: 80%;
            max-width: 1200px;
            background-color: #ebe6d5;
            padding: 40px;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(29, 27, 27, 0.445)
        }

        .features-header {
            text-align: center;
            font-size: 2.2em;
            font-weight: 500;
            color: #333;
            margin-bottom: 40px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
            gap: 20px;
        }

        .feature-item {
            display: flex;
            align-items: center;
            padding: 20px;
            background-color: #f9f9f9;
            border: 1px solid #e0e0e0;
            border-radius: 6px;
        }

        .feature-icon {
            font-size: 24px;
            margin-right: 15px;
            color: #555;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .feature-icon i {
          color: #570a0a;
            width: 35px;
            height: 35px;
        }

        .feature-content h4 {
            margin: 0;
            font-size: 1.1em;
            font-weight: 500;
            color: #444;
        }

        .feature-content p {
            margin: 5px 0 0;
            font-size: 0.9em;
            color: #777;
            line-height: 1.5;
        }

/* Footer */

footer {
  padding-top: 80px;
  padding-bottom: 40px;
}

footer h4 {
  padding-bottom: 5px;
}

footer a {
  color: #757575;
}

footer a:hover {
  color: #200b0b;
}

.contact-info {
  padding-top: 10px;
}

.contact-info .fa {
  background: #720909;
  border-radius: 100%;
  color: #ffffff;
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 2px;
}

.opening-hours p {
  line-height: 18px;
}

.opening-hours span {
  font-weight: 500;
  display: inline-block;
  padding-left: 10px;
}

.img-responsive{
max-width: 150px;

}

.wow {
  
  font-weight: 600;
}


.d-flex .fab
{
color: #720909;
}

.copyright-text p,
.footer-link a {
  color: #858585;
  font-size: 12px;
  font-weight: 500;
}


.copyright-text .fas{
  color: #c40000;

}

.footer-link a {
  font-size: 12px;
  display: inline-block;
  padding: 0 10px;
  margin-top: 4px;
}

.border-top {
  border-top: 1px solid #e2e2e2;
  margin-top: 4em;
  padding-top: 2.5em;
}

.text-align-right {
  text-align: right;
}

.angle-up-btn {
  position: relative;
  bottom: 4em;
  display: block;
}

.angle-up-btn a {
  background: #fcdfdf;
  border: 1px solid #f2f2f2;
  border-radius: 3px;
  font-size: 20px;
  color: #393939;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 38px;
  transition: transform 0.1s ease-in;
  transform: translateX(0);
}

.angle-up-btn a:hover {
  background: #973a3a;
  color: #ffffff;
  transform: translateY(-5px);
}

@media only screen and (max-width: 1200px) {
  h2 {
    font-size: 2.5em;
  }
  header {
    height: inherit;
  }
  header .text-align-right {
    text-align: left;
  }
  header span {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .navbar-default .navbar-nav li a {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 992px) {
  header {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
  }
  .navbar-default .navbar-nav li.appointment-btn {
    margin-left: 15px;
  }
  .navbar-default .navbar-nav li a {
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  footer {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .border-top {
    text-align: center;
  }
  .copyright-text {
    margin-top: 10px;
  }
  .angle-up-btn {
    bottom: 10em;
  }
}

/*Footer end */
 
/*POP UP */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(240, 233, 220);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease-in-out;
}

.charging-bar-container {
  width: 200px;
  height: 20px;
  color: rgb(0, 0, 0);
  background-color: #e0e0e0;
  background: url('../landing_images/bg2.png') no-repeat top center;
  border-radius: 40px;
  overflow: hidden;
}

.charging-bar {
  padding-left: 10px;
  color: white;
  text-align: center;
  width: 0;
  height: 100%;
  background-color: #521919;
  animation: charge-animation 1s forwards;
  animation-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
}

@keyframes charge-animation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

#popup{
 
    --total-time: 1500ms;                /* total sequence time */
    --count: 5;                          /* now 5 images */
    --per: calc(var(--total-time) / var(--count));
    --anim-duration: calc(var(--per) * 0.60);
   
  }

/*    .stage {
    position: absolute;
    width: min(1500px, 95vw);
    height: min(600px, 85vh);
    z-index: 9999;
  }     */

  .stage img {
    position: absolute;
    /* object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.6); */
    opacity: 0; 
    transform: scale(0.5);

    animation-name: pop;
    animation-duration: var(--anim-duration);
    animation-timing-function: cubic-bezier(.2,.9,.3,1.2);
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
  }




/* Update the img classes for consistent corner positioning with a 150px gap */
.img1 { 
  
     opacity: 0; 
    margin-top: -110px;
margin-left: -100px;
      width: 300px;
    height: auto;
    top: 10px;
    left: -80px;
    animation-delay: calc(0 * var(--per));
    rotate: 40deg;
    
}

.img2 {
  object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 12px 25px rgba(0,0,0,0.6);
    opacity: 0; 

      width: 250px;
    height: 150px;
    top: 150px;
    right: 150px;
    animation-delay: calc(1 * var(--per));
    transform: rotate(15deg);
}

.img3 {
 
    opacity: 0; 
    margin-left: 100px;
    margin-bottom: -50px;
      width: 450px;
    height:auto;
    
    animation-delay: calc(2 * var(--per));
    transform: rotate(25deg);
}
.img4 {
      width: 650px;
    height: auto;
    bottom: 0px;
    right: 0px;
    animation-delay: calc(3 * var(--per));
    rotate: -20deg;
    margin-right: -100px;
    margin-bottom: -120px;
}

/* Adjust the img5 class. Since it's not a corner image, center it horizontally. */
.img5 {
    bottom: 150px;
    left: 100%;
    transform: translateX(-50%) scale(0.6) rotate(-6deg);
    animation-delay: calc(4 * var(--per));
}



  @keyframes pop {
    0%   { opacity: 0; transform: scale(0.6) rotate(-6deg); filter: blur(4px); }
    60%  { opacity: 1; transform: scale(1.08) rotate(3deg); filter: blur(0); }
    100% { opacity: 1; transform: scale(1) rotate(0); filter: blur(0); }
  }

  /* positions + delays */
  .img1 { top: 48px; left: 48px;   animation-delay: calc(0 * var(--per)); }
  .img2 { top: 48px; right: 48px;  animation-delay: calc(1 * var(--per)); }
  .img3 { bottom: 48px; left: 48px; animation-delay: calc(2 * var(--per)); }
  .img4 { bottom: 0px; right: 0px; animation-delay: calc(3 * var(--per)); }
  .img5 { bottom: 48px; left: 20%; transform: translateX(-50%) scale(0.6) rotate(-6deg);
          animation-delay: calc(4 * var(--per)); }

  /* mobile: show only 2 stacked images */
  @media (max-width:600px) {
    #popup {
      --count: 2;
      --per: calc(var(--total-time) / var(--count));
      --anim-duration: calc(var(--per) * 0.60);
    }


   


