
.running-text {
    font-size: 19px;
    display: flex;
    justify-content:center;
    align-items: center;
    height: 40px;
    background-color: #0061af;
    color: #fff;
    font-weight: 700;
    text-transform:uppercase;
}

.masked-text {
    text-transform:uppercase;
    text-align:center;
    font-size: 20px;
    font-weight: bold;
    color: transparent;
    background-image: url('/images/text-bg.jpeg'); 
    background-size: 200%; /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

.luxe-logo{
    width:150px;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.shadow-c{ 
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.count-box {
    padding: 60px 0;
    width: 100%;
}
.about .count-box i {
    display: block;
    font-size: 40px;
    color: rgb(240 114 16 / 70%);
    float: left;
    line-height: 0;
    padding-top: 20px;
}
.about .count-box span {
    font-size: 20px;
    line-height: 22px;
    display: block;
    font-weight: 700;
    color: #365870;
    margin-left: 60px;
}
.about .count-box p {
    padding: 5px 0 0;
    margin: 0 0 0 60px;
     font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #2e4b5e;
}
.section-title h2 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
        .welcome-container {
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .About-text {
            font-size: 14px;
            font-weight:500;
            white-space: nowrap;
            padding: 0;
            line-height: 1px;
            letter-spacing: 2px;
            color: #5c8eb0;
             font-family: "Outfit", sans-serif;
        }
        .line {
            width:100px;
           width: 120px;
          height: 1px;
          display: inline-block;
          background: #ff8664;
          margin: 4px 10px;
        }

        .section-p{
          margin: 0;
          font-size: 36px;
          text-align: left !important;
          font-weight: 600;
          text-transform: uppercase;
           font-family: "Outfit", sans-serif;
          color: #263d4d;
        }
        @media (max-width: 480px) {
           .section-p{
          font-size: 23px;
           }
        }
        @media (max-width: 480px) {
    .about .count-box {
        padding: 20px 0;
        width: 100%;
    }
}
        .section-c{
          margin: 0;
          font-size: 36px;
          text-align: left !important;
          font-weight: 700;
          text-transform: uppercase;
           font-family: "Outfit", sans-serif;
          color: white;
        }
        .section-h3{
            font-weight: 700;
            font-size: 16px;
            color: #263d4d;
        }
        

        .about .content ul i {
    font-size: 20px;
    color: #fff;
    margin:15px;
    background: #0061af;
    padding: 6px;
    }
    @keyframes blink {
            50% { opacity: 0; }
        }

    .blinking-text a {
    color: #f07210;
    text-decoration: none;
    align-items: center;
    font-weight: 700;
}
.blinking-text a:hover {
    color: #0a58ca;
}


/* Slick carousel styling */
    .slick-slide {
        margin: 0 10px;
    }

    .slick-prev:before, .slick-next:before {
        color: #000;
    }

    /* Card container */
    .card {
        position: relative;
        overflow: visible; /* Ensure text is not cut off */
        border: none;
        background: none;
        height:auto;
    }

    /* Image inside the card */
    .card-img-top {
        width: 100%;
        height: 264px;
        object-fit: cover;
    }

    /* Text box - Half inside, Half outside */
    .card-body {
        position: absolute;
        bottom: -50px; /* Moves it partially outside the image */
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        background:white;
        padding: 10px;
        color: #15222b;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
        font-weight: bold;
        font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    color: #15222b;
    padding-bottom: 10px;
    }
    .box-line {
    display: inline-block;
    position: relative;
    padding-bottom: 5px; /* Adjust spacing as needed */
}

.box-line::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px; /* Thickness of the line */
    background-color:#7fa5c0; /* Adjust color as needed */
    position: absolute;
    left: 20%;
    bottom: -5px; /* Adjust spacing as needed */
    transform: translateX(-50%);
}

    .slick-list.draggable{
        padding-bottom:45px;
    }
button.slick-next.slick-arrow{
     position: absolute;
    top: 50%;
    color: #f07210;
    line-height: 40px;
    background: no-repeat;
    border: none;
    font-size: 0;
    z-index: 3;
    -webkit-transition: 0.3slinear;
    transition: 0.3slinear;
    transform: translateY(-50%);
}

/* Custom Arrow Styles */
/* Custom Arrows */
.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 100;
    transition: 0.3s ease-in-out;
}

.slick-prev {
    left: -30px;
}

.slick-next {
    right: -30px;
}
@media (max-width: 768px) {
    

    .slick-prev {
        left: 20px;
    }

    .slick-next {
        right: 20px;
    }

    .slick-prev::before, .slick-next::before {
        font-size: 25px;
    }
}

.slick-prev i, .slick-next i {
    font-size: 24px;
    color: #0061af;
}

/* Card container */
.card {
    position: relative;
    overflow: visible;
    border: none;
    background: none;
    height: auto;
}

/* Image inside the card */
.card-img-top {
    width: 100%;
    height: 264px;
    object-fit: cover;
}

/* Text box - Half inside, Half outside */
.card-body {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    background: white;
    padding: 10px;
    color: #15222b;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

/* Underline effect */
.box-line {
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.box-line::after {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    background-color: #7fa5c0;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}

.slick-list.draggable {
    padding-bottom: 45px;
}

    .slick-prev:before, .slick-next:before{
      display:none;
    }
/* Amenities Part Start */

.section-bg{
    background-color: #f0f4f8;
    
}
.amen-sub-title h4 {
    color: #0a58ca;
    padding-bottom: 20px;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
}
.ameicon-sec {
    margin-bottom: 30px;
    background: #fff;
    position: relative;
    display: block;
    border: 1px solid #ededed;
    transition: 0.7s 0.5s;
    margin-top: 15px;
    padding: 20px;
    -webkit-box-shadow: 0 4px 13px 0 #d4d4d4;
    box-shadow: 0 4px 8px 0 #d4d4d4;
}
.ameni-icon-info h4 {
    font-size: 20px;
    text-align: center;
}
.img-p{
    padding:10px;
}


/* About Boxes */
.about-boxes {
  background: url("	https://cybercityoriana.in/best-gated-community-apartments-and-skyvillas/images/about-boxes-bg.webp") center top/cover
    no-repeat fixed;
  padding: 60px 0 30px;
  position: relative;
}
.about-boxes::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
.about-boxes .container,
.about-boxes .container-fluid,
.team .container {
  position: relative;
  z-index: 10;
}
.about-boxes .card {
  border-radius: 3px;
  border: 0;
  margin-bottom: 30px;
}
.about-boxes .card-icon {
  text-align: center;
  margin-top: -32px;
}
.about-boxes .card-icon i {
  font-size: 32px;
  color: #fff;
  width: 64px;
  height: 64px;
  padding-top: 5px;
  background-color: #f07210;
  border-radius: 4px;
  text-align: center;
  border: 4px solid #fff;
  transition: 0.3s;
  display: inline-block;
}
.about-boxes .card-body {
  padding-top: 12px;
}
.about-boxes .card-title {
  font-weight: 700;
  text-align: center;
}
.about-boxes .card-title a {
  color: #15222b;
}
.about-boxes .card-text {
  color: #5e5e5e;
}
.about-boxes .card:hover .card-icon i {
  background: #fff;
  color: #f07210;
}
@media (max-width: 1024px) {
  .about-boxes {
    background-attachment: scroll;
  }
}




.faq-accordion {
  border-radius: 10px;
}
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.faq-accordion .accordion .accordion-item {
  display: block;
  background: 0 0;
  border: 1px solid #bbb;
  margin-bottom: 10px;
  padding: 0;
}
.faq-accordion .accordion .accordion-title {
  display: block;
  padding: 12px 20px 9px 31px;
  text-decoration: none;
  color: #0061af;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #f4f6f6;
  box-shadow: 0 3px 5px 2px #ededed;
}
.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 100%;
  color: #0061af;
  line-height: 44px;
}
.faq-accordion .accordion .accordion-title.active{
  border-bottom-color: #e1e1e1;
  background: #0061af;
  color: #fff;
}
.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f068";
  color: #fff;
}
.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  padding: 15px 30px;
  background: #fff;
}
.faq-accordion .accordion .accordion-content li {
  padding-left: 15px;
}
.faq-accordion .accordion .accordion-content h5 {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}
.faq-con .faq-accordion .accordion .accordion-title.active {
  background: #0173b2;
  color: #fff;
}


/* Gallary Part Start */

.carousel-container {
    position: relative;
    width: 80%;
    margin: 50px auto;
}

.slide {
    text-align: center;
}
.custom-prev, .custom-next {
    position: absolute;
    top: 45% !important;
    transform: translateY(-50%);
    
    color: #0061af;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: 26px;
}

.con-custom-prev, .con-custom-next {
    position: absolute;
    top: 50% !important;
    transform: translateY(-50%);
    
    color: #0061af;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    font-size: 26px;
}

.custom-prev,.con-custom-prev {
    left: -40px;
}

.custom-next,.con-custom-next {
    right: -40px;
}

.custom-prev:hover, .custom-next:hover {
    color:#a3daf7;
}

@media (max-width: 768px) {
      .slide {
        width: calc(100% / var(--slides-mobile));
      }
    }
    @media (min-width: 769px) and (max-width: 1024px) {
      .slide {
        width: calc(100% / var(--slides-tablet));
      }
    }

/* Contact Start */
.testimonials {
  padding: 80px 0;
  background: url("images/1920\ x\ 1000\ 1.jpg") center center/cover
    no-repeat;
  position: relative;
}

.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px;
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px;
  color: #eee;
}
@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}
.portfolio-details .portfolio-details-slider .swiper-pagination,
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #a1bdd1;
  opacity: 0.5;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f07210;
  opacity: 1;
}


i.fas.fa-chevron-right {
    padding: 15px;
    background-color:#0061af;
    border-radius: 50%;
        height: 50px;
    width: 50px;
}
i.fas.fa-chevron-left {
    padding: 15px;
    background-color:#0061af;
    border-radius: 50%;
        height: 50px;
    width: 50px;
}

a.carousel-control-prev, a.carousel-control-next{
    text-decoration: none !important;
}




.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #444;
  margin: 0 3px 10px;
  transition: 0.3s ease-in-out;
  background: #e5edf3;
  border-radius: 4px;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: -50px;
  z-index: 3;
  transition: 0.3s ease-in-out;
  background: #f07210;
  padding: 15px 20px;
}
.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}
.portfolio .portfolio-item .portfolio-info .details-link,
.portfolio .portfolio-item .portfolio-info .preview-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s ease-in-out;
}
.portfolio .portfolio-item .portfolio-info .details-link:hover,
.portfolio .portfolio-item .portfolio-info .preview-link:hover {
  color: #ffc1b0;
}
.portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}
.portfolio .portfolio-item:hover img {
  top: -30px;
}
.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}
.portfolio-details {
  padding-top: 40px;
}
.pic img,
.plansimg img,
.portfolio-details .portfolio-details-slider img,
.skill-section .inner-column .image-column img {
  width: 100%;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #f07210;
}
.portfolio-details
  .portfolio-details-slider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #f07210;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0 0 30px rgba(21, 34, 43, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.team .member {
  margin-bottom: 80px;
  position: relative;
}
.team .member .pic img {
  margin: auto;
}
.team .member .member-info {
  position: absolute;
  bottom: -50px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 15px;
  color: #15222b;
  transition: 0.5s;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
  color: #15222b;
  position: relative;
  padding-bottom: 10px;
}
.team .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #7fa5c0;
  bottom: 0;
  left: 0;
}
.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}
.team .member .social {
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.team .member .social a {
  transition: color 0.3s;
  color: #477392;
}
.team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}
.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 20px 30px;
  margin-bottom: 20px;
  background: #fff;
}
.contact .info-box i {
  font-size: 32px;
  color: #0061af;
  border-radius: 50%;
  padding: 8px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: 1s linear infinite animate-loading;
  animation: 1s linear infinite animate-loading;
}
.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #f07210;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type="submit"] {
  background: #0a58ca;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type="submit"]:hover,
.contact .php-email-form button[type="submit"]:hover {
  background: #0a58ca;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.callicon,
.slick-arrow {
  -webkit-transform: translateY(-50%);
}
.breadcrumbs {
  padding: 15px 0;
  background: #f0f4f8;
  min-height: 40px;
  margin-top: 78px;
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #263d4d;
  content: "/";
}
@media (max-width: 992px) {
  .team .member {
    margin-bottom: 110px;
  }
  .breadcrumbs {
    margin-top: 52px;
  }
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
#footer {
  background: #121d24;
  padding: 0 0 30px;
  color: #fff;
  font-size: 14px;
}
 #enquireNowopenFormindex label {
      color: #fff;
    }
    #contact.testimonials {
  position: relative; /* Ensure positioning context for the pseudo-element */
  z-index: 1; /* Ensure the content is above the pseudo-element */
}

#contact.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the alpha value (0.5) to control the darkness */
  z-index: -1; /* Place the pseudo-element behind the content */
}

/* Contact End */


/* Footer Start */
#footer {
  background: #121d24;
  padding: 0 0 30px;
  color: #fff;
  font-size: 14px;
}
#footer .footer-top {
  background: #15222b;
  border-bottom: 1px solid #1d303c;
  padding: 60px 0 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 15px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #0a58ca;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #0061af;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}
#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}
#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: #f07210;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
#footer .credits a {
  transition: 0.3s;
}


/* Scroll to Top Button */
#scrollToTop {
    position: fixed;
    bottom: 10%;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: #0061af;
    color: white;
    border: none;
    border-radius: 10%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 99;
}

#scrollToTop i {
    font-size: 24px;
}


 .whatsapp-btn {
            position: fixed;
            bottom: 20%;
            right: 20px;
            background-color: #25D366;
            color: white;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            text-align: center;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 99;
        }
        .whatsapp-btn i {
            font-size: 24px;
            line-height: 40px;
        }



        .callicon,
.downloadicon ,
.enquiryicon{
  position: fixed;
  z-index: 981;
  padding: 10px;
  color: #fff !important;
  font-size: 25px;
  background-color: #0061af;
  text-decoration: none;
}

.plansec .btn-get-started1 {
  border-radius: 4px;
  color: #f07210;
  background: 0 0;
  border: 2px solid #f07210;
}
.effect5:after,
.effect5:before {
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.unitimgs img {
  padding: 40px;
}

.callicon {
  display: block !important;
  display: flex;
  top: 40%;
  right:0px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s;
}
.callicon span {
  display: none;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 5px 0;
}
.callicon:hover span.calltext {
  display: block;
  padding: 5px 7px;
}
.downloadicon {
  display: block !important;
  display: flex;
  top: 50%;
  right:0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.enquiryicon {
  display: block !important;
  display: flex;
  top: 60%;
  right:0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.downloadicon span {
  display: none;
  transition: 0.5s linear;
}
.enquiryicon span {
  display: none;
  transition: 0.5s linear;
}
.downloadicon:hover span.downloadtext {
  display: block;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
  padding: 5px 7px;
  justify-content: center;
  align-items: center;
}
.enquiryicon:hover span.downloadtext {
  display: block;
  font-weight: 700;
  font-size: 14px;
  vertical-align: middle;
  padding: 5px 7px;
  justify-content: center;
  align-items: center;
}


 .fixed-button {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 10px 5px;
    background-color: #0061af;
    color: #fff;
    border: none;
    cursor: pointer;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    z-index: 99;
}


/* Header */

 .navbar {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: transparent; /* Initially fully transparent */
            padding: 10px 20px;
            z-index: 1000;
            transition: background 0.3s ease-in-out;
            font-size: 18px;
             font-family: "Outfit", sans-serif;
            font-weight: 600;
            align-items: center;
            justify-content:flex-end;
            white-space: nowrap;
            transition: 0.3s;
        }
        .navbar.scrolled {
            background: white /* Transparent effect on scroll */
        }
        .navbar-brand img {
            height: 80px;
        }
        .nav-item a {
           color:#0061af !important;
            margin: 0 10px;
            font-size: 16px;
        }
        .nav-item a:hover {
            color: #ddd;
        }
         @media (max-width: 991px) {
            .navbar {
                background: #fff; /* Solid background in mobile view */
                padding:0px;
            }
            .nav-items {
                display: none;
            }
            .mobile-nav {
                display: flex;
                justify-content: space-between;
                width: 100%;
                align-items: center;
            }
            .navbar.scrolled {
            background: #fff /* Transparent effect on scroll */
            }
            .navbar-toggler-icon{

                filter: invert(0%) brightness(0%) contrast(100%);

            
            }
            
            i.fas.fa-chevron-right {

                    height: auto;
                width: auto;
            }
            i.fas.fa-chevron-left {
                
                    height: auto;
                width: auto;
            }
            
            
        
        } 


            /* Ensure images are fully responsive */
    .carousel-item img {
      width: 100%;
      height: auto;
      object-fit: cover;
    }

    /* Set a fixed height for smaller screens */
    @media (max-width: 768px) {
      .callicon, .downloadicon, .enquiryicon {
  padding: 5px !important;
  color: #fff !important;
  font-size: 20px !important;
}
    }

    /* Set a larger height for tablets */
    /* @media (min-width: 769px) and (max-width: 1024px) {
      .carousel-item img {
        height: 400px;
      }
    } */

    /* Desktop view */
    /*@media (min-width: 1025px) {
      .carousel-item img {
        height: 500px;
      }
    }*/




    .features .nav-tabs,
.featuressub .nav-tabs {
  border: 0;
}
.features .nav-link {
  border: 1px solid #b5ccdb;
  padding: 15px;
  transition: 0.3s;
  color: #15222b;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features .nav-link i,
.featuressub .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}
.features .nav-link h4,
.featuressub .nav-link h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.features .nav-link.active {
  background: white;
  color: #0061af;
  border-color:#0061af;
}


/* Enquiry Button Start */

.btn-get-started,
.plansec .btn-get-started {
  border-radius: 4px;
  color: #fff;
  background: #0061af;
  border: 2px solid #0061af;
  margin-right: 10px;
}
.callicon,
.downloadicon ,
.enquiryicon{
  position: fixed;
  z-index: 981;
  padding: 10px;
  color: #fff !important;
  font-size: 25px;
  background-color: #0061af;
  text-decoration: none;
}

.btn-get-started,
.btn-get-started1 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 10px 35px;
  transition: 0.5s;
  font-size: 16px;
}

.features .featuressub .nav-link.active {
  background: 0 0;
  color: #0061af;
}

.btn-get-started,.btn-get-started1 :hover {
    color: white !important;
    text-decoration: none;
}

.btn-get-started1 {
  border-radius: 4px;
  color: #0061af;
  background: 0 0;
  border: 2px solid #0061af;
}
.btn-get-started1 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding: 10px 35px;
  transition: 0.5s;
  font-size: 16px;
   text-decoration: none;
}

.card-body1{
  padding:50px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color:white !important;
}
      .customer-logos img {
         width: 50px; /* Adjust as needed */
         height: auto;
         padding:3px;
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
         margin-bottom: 10px;
      }

      .customer-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.slide {
    display: flex !important;
    flex-direction: column;
    align-items: center; /* Centers both the image and text */
    text-align: center;
}

.slide img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
}

.highlight-title {
    font-size: 16px;
    font-weight: bold;
}



/* Ensures tabs wrap properly on small screens */
.nav-tabs {
    border-bottom: 2px solid #ddd;
    flex-wrap: wrap;
}

.nav-tabs .nav-item {
    text-align: center;
}

.nav-tabs .nav-link {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
}

/* Make images responsive */
.fimg img {
    width: 100%;
    height: auto;
    max-width: 100%;
}
@media (max-width:990px) {
    .carousel-item img {
       padding-top: 95px;
    }
}

/* General Styling */
    

/* Tab Styling */
.nav-pills .nav-link {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: 0.3s ease;
}

.nav-pills .nav-link.active {
    background-color: #007bff;
    color: white;
}

/* Card Styling */
.card {
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}

.card-body {
    padding: 20px;
}

@media (max-width: 768px) {
    .luxe-logo{
    width:90px;
}
.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
}

.custom-prev, .con-custom-prev {
  left: -20px;
}
.custom-next,.con-custom-next {
  right: -20px;
}
.nav-item a {
  color: #0061af !important;
  margin: 0 10px;
  font-size: 10px;
  padding: 3px;
    padding-right: 3px;
    padding-left: 3px;
}
.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 40%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 100%;

}
.amen-sub-title h4{
  font-size: 28px;
  padding-top:20px;
}
#specifications{
  padding-top:30px;
}
.section-c{
  font-size:23px;
}
.About-text{
  font-size:10px;
}
.fixed-button{
  padding:10px 5px;
  font-size: 12px;
}
.callicon{
  top: 44%;
}
.enquiryicon{
  top:56%;
}
.running-text{
  font-size:14px;
  height:30px;
}
.mobile-icon{
  width:40px;
}

}

.carousel-control-next {
  opacity: 1 !important;
  padding: 20px;
}
.carousel-control-prev {
  opacity: 1 !important;
  padding: 20px;
}
.carousel-control-next-icon {
  background-color: #0061af;
  border-radius: 50%;
}
.carousel-control-prev-icon {
  background-color: #0061af;
  border-radius: 50%;
}

 .fullscreen-image {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.9);
            justify-content: center;
            align-items: center;
            z-index: 1050;
            overflow: hidden;
            flex-direction: column;
        }
        .fullscreen-image img {
            max-width: 90%;
            max-height: 80%;
            transition: transform 0.2s;
        }
        .close-btn {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 30px;
            color: white;
            cursor: pointer;
        }
        .zoom-controls {
            position: absolute;
            bottom: 20px;
            display: flex;
            gap: 10px;
        }
        .zoom-btn {
            background-color: white;
            border: none;
            padding: 10px 15px;
            font-size: 20px;
            cursor: pointer;
            border-radius: 5px;
        }

tbody, td, tfoot, th, thead, tr {
    border-color: inherit !important;
    border-style: solid;
    border-width: 0;
}
.table thead th {
    background-color: #0061af;
    color: white;
}

@keyframes animate-background {
    0% {
        background-position: 0 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
