
body{
  overflow-x: hidden;
  background-color: #000 !important;
}
/* Default navbar - transparent */
#mainNav {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
}

/* Scrolled navbar - black */
#mainNav.navbar-scrolled {
  background-color: #000 !important;
}

.navbar-nav .nav-link {
      margin: 0 10px;
      font-weight: 500;
      color: white;
    }
       /* Custom Google Calendar Button */
    .calendar-btn {
      background-color: #fd0033;
      color: #fff;
      border: none;
      border-radius: 25px; /* rounded button */
      padding: 8px 20px;   /* vertical + horizontal padding */
      font-weight: 500;
      transition: background 0.3s ease;
    }
    .calendar-btn:hover {
      background-color: #c90028; /* darker red on hover */
    }
    .masthead {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background Video */
.masthead-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;     /* acts like background-size: cover */
  object-position: center;
  z-index: 0;
}

/* Overlay */
.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, .3),
    rgba(0, 0, 0, 1)
  );
  z-index: 1;
}

/* Content on top of video */
.masthead .container {
  position: relative;
  z-index: 2;
}

/* Logo */
.masthead img {
  max-width: 100%;
  height: auto;
  width: 30rem;
}

/* Heading */
.masthead h1 {
  font-family: "Varela Round", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: 0.8rem;
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

/* Subheading */
.masthead h2 {
  max-width: 20rem;
  font-size: 1rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (min-width: 768px) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
    padding: 0;
  }

  .masthead h1 {
    font-size: 6.5rem;
    line-height: 6.5rem;
    letter-spacing: 0.8rem;
  }

  .masthead h2 {
    max-width: 30rem;
    font-size: 1.25rem;
  }
}


.masterhead {
   width: 80%;

  }
.masterhead h1 {
    font-size: 3.3rem !important;
    line-height: 3.1rem !important;
        background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 1));
    -webkit-text-fill-color: white !important;
    -webkit-background-clip: text;
    background-clip: text;
    letter-spacing: 0.5rem !important;
  }
  .masterhead p {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
   color: white !important;

  }

    .herobutton{
    color: white;
    background-color: #F00330;
    border-radius: 50px;
    border: none;
    padding: 10px 30px;
    font-weight: 700;
    text-decoration: none;
    transition: text-decoration 0.2s ease-in-out;
  }
  
  .herobutton:hover {
      text-decoration: underline;
  }
    .herobutton22{
    color: rgb(0, 0, 0);
    background-color: #f3f3f3;
    border-radius: 10px;
    border: none;
    padding: 10px 30px;
    font-weight: 700;
  }
    .herobutton22:hover{
    color: rgb(241, 241, 241);
    background-color: #3d2424d7;
  }


 .row-hover {
  display: flex;
  gap: 0;
  overflow: hidden;
  height: 80vh;
}

.card-wrapper {
  position: relative;
  flex: 1;
  overflow: hidden;
  cursor: pointer;
  transition: flex 0.5s ease;
}

.card-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.card-wrapper:hover img {
  transform: scale(1.05);
}

.card-overlay {
  position: absolute;
  bottom: 40%;
  left: 10px;
  color: white;
  background: rgba(0,0,0,0.5);
  padding: 5px 10px;
  border-radius: 5px;
  opacity: 0;
  font-size: 18px;
  transition: opacity 0.5s ease;
}

.card-wrapper:hover .card-overlay {
  opacity: 1;
}

.card-wrapper:hover {
  flex: 2;
}

.card-heading {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: bold;
  z-index: 2;
  pointer-events: none;
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .row-hover {
    flex-direction: column;   /* side-by-side ki jagah column */
    height: auto;             /* fix height hata do */
  }

  .card-wrapper {
    flex: none;
    width: 100%;
    height: 250px;          
    margin-top: 50px;
  }
.card-set img{
    height: 250px !important;
 
}
.card-set{
  text-align: center;
 
}
  .card-heading {
    font-size: 20px;
  }

  .card-overlay {
    font-size: 14px;
    bottom: 20px;
    left: 10px;
    right: 10px;
  }
}

  /* ===============================
   ABOUT SECTION
================================= */
.about-section {
  padding-top: 2em;
  padding-bottom: 5rem;
  background: linear-gradient(
    to bottom,
    #000 0%,
    rgba(0, 0, 0, 1) 75%,
    rgba(0, 0, 0, 1) 100%
  );
}

.about-section p {
  margin-bottom: 1rem;
}

.about-section > .container-fluid,
.about-section .carousel2 {
  position: relative;
  z-index: 3;
  margin-bottom: 50px;
  pointer-events: none;
}

.about-section > .container-fluid .cards-container .card,
.about-section .carousel2 .carousel-card,
.about-section .carousel2 .carousel-btn {
  pointer-events: all !important;
}

/* ===============================
   HIGHLIGHT SECTIONS
================================= */
.highlight,
.highlight2 {
  background-color: black;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 28px;
  line-height: 1.5;
 
}
.sethite{
   max-width: 60%;
}

.highlight .highlight-green {
  color: #00ff00; /* Bright green color */
  font-weight: bold;
}

.highlight2 .highlight2-green {
  color: #00ff00; /* Bright green color */
  font-weight: bold;
}

/* ===============================
   SCROLL REVEAL TEXT
================================= */
.scroll-reveal-text {
  display: flex;
  flex-wrap: wrap;
  font-size: 27px;
  opacity: 1; /* container visible */
  color: white;
  text-align: center;
  padding: 5em;
}

.scroll-reveal-text span {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding-left: 15px;
}

.scroll-reveal-container.visible .scroll-reveal-text {
  opacity: 1;
}

.scroll-reveal-container.visible span {
  opacity: 1;
}

@keyframes reveal {
  to {
    opacity: 1;
  }
}

/* ===============================
   SPLIT SECTION IMAGES
================================= */
.split-section .image-container {
  flex: 1;
}

.split-section .image-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* ===============================
   OVERLAY SECTION
================================= */
.overlay-section .image-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.overlay-section .image-container img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===============================
   IMAGE ITEMS
================================= */
.image-item {
  margin-bottom: 20px; /* Space between each image and text */
}
          .about-section {
            padding: 5rem 0;
            background: linear-gradient(
              to bottom,
              #000 0%,
              rgba(0, 0, 0, 1) 75%,
              rgba(0, 0, 0, 0.9) 100%
            );
            color: #fff;
          }

          .about-section h2 {
            font-size: 2rem;
            font-weight: 700;
          }

          /* Image container (keep default inline-block layout) */
          .image-container {
            margin-top: 3rem;
            text-align: center;
            display: flex;
            flex-direction: column;
          }

          .image-item {
            display: inline-block;
            margin: 1.5rem;
            text-align: center;
          }

          .image-item img {
            margin-bottom: 1rem;
          }

          

          /* WhatsApp floating button */
          .float-wa {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #fff;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 28px;
            z-index: 100;
            text-decoration: none;
            transition: transform 0.3s ease;
          }

          .float-wa:hover {
            transform: scale(1.1);
            background-color: #20b954;
          }

          /* Fade-in animation */
          .fade-in {
            opacity: 0;
            transform: translateY(30px);
            transition: all 0.8s ease-in-out;
          }

          .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
          }

          .fade-in-section {
            opacity: 0;
            transform: translateY(50px);
            transition: all 1s ease;
          }

          .fade-in-section.show {
            opacity: 1;
            transform: translateY(0);
          }

            /* =========================== */
            /* Large Carousel Section */
            /* =========================== */

            .carousel1 {
              position: relative;
              height: 90vh;
              overflow: hidden;
            }

            .carousel1 .carousel-inner {
              height: 100%;
            }

            .carousel1 .carousel-item {
              position: relative;
              height: 100%;
            }

            .carousel1 .carousel-item img {
              width: 100%;
              height: 100%;
              object-fit: cover;
            }

            .carousel1 .carousel-caption {
              position: absolute;
              bottom: 10%;
              left: 50%;
              transform: translateX(-50%);
              color: white;
              text-align: center;
              width: 80%;
            }

            .carousel1 .carousel-caption h3 {
              font-size: 1.5rem;
              margin-bottom: 0.5rem;
            }

            .carousel1 .carousel-caption h2 {
              font-size: 2rem;
              margin-bottom: 1rem;
            }

            .carousel1 .carousel-caption .read-more {
              color: white;
              font-size: 1rem;
              text-decoration: none;
              background-color: rgba(0, 0, 0, 0.5);
              padding: 0.5rem 1rem;
              border-radius: 5px;
              transition: background-color 0.3s ease;
            }

            .carousel1 .carousel-caption .read-more:hover {
              background-color: #ff3666;
            }

            .overlay {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: rgba(0, 0, 0, 0.3);
              /* Adjust the opacity here (0.3 for 30% opacity) */
              z-index: 0;
              /* Place it above the image but below the text */
            }

            @media (max-width: 768px) {
              .carousel1 {
                height: 70vh;
              }

              .carousel1 .carousel-caption {
                bottom: 10%;
                width: 90%;
                padding: 0.5rem;
                /* Added padding for better readability */
                z-index: 10;
                /* Ensure text is above other elements */
              }

              .carousel1 .carousel-caption h3 {
                font-size: 1.25rem;
                margin-bottom: 0.25rem;
                /* Reduce margin to save space */
              }

              .carousel1 .carousel-caption h2 {
                font-size: 1.5rem;
                line-height: 1.2;
                /* Adjust line height for better spacing */
                margin-bottom: 0.5rem;
              }

              .carousel1 .carousel-caption .read-more {
                font-size: 0.875rem;
                padding: 0.4rem 0.8rem;
                border: 1px solid #fff;
                /* Optional: Add a border for emphasis */
              }
            }

            @media (max-width: 480px) {
              .carousel1 {
                height: 90vh;
              }

              .carousel1 .carousel-caption {
                bottom: 5%;
                width: 95%;
                /* Increase width to account for small screens */
                font-size: 0.75rem;
                /* Adjust font size for better fit */
              }

              .carousel1 .carousel-caption h3 {
                font-size: 1rem;
              }

              .carousel1 .carousel-caption h2 {
                font-size: 1.25rem;
              }

              .carousel1 .carousel-caption {
                margin-top: 4em;
              }
            }

            .card-set {
  width: auto;
  height: auto;
  border-radius: 10px;
  border-color: black;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: var(--color-primary-white);
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  gap: 0px 13px;
}
.card-set img {
  max-width: 100%;
  height: 190px;
  width: 720px;
  border-radius: 10px;
  border-color: black;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  color: var(--color-primary-white);
  box-shadow: 0 10px 30px 5px rgba(0, 0, 0, 0.2);
  background-color: transparent;
}
.carousel2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  width: 100%;
  /* Set the carousel width */
  margin: 0 auto;
  height: 75vh;
  /* Set a fixed height for consistency */
}

.carousel-card {
  position: absolute;
    height: 100%;
  width: 70%;
  /* Width of each card */
  transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.3;
  transform: scale(0.8);
  /* Scale down inactive cards */
}

.carousel-card.active {
  opacity: 1;
  transform: scale(1);
  /* Full scale for the active card */
  z-index: 1;
  /* Bring active card to the front */
}

.carousel-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Ensure images are scaled properly */
  border-radius: 10px;
}
.about-section > .container-fluid .cards-container .card , .about-section .carousel2 .carousel-card, .about-section .carousel2 .carousel-btn{
  pointer-events: all !important;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  font-size: 18px;
  z-index: 2;
}
.carousel-btn.prev {
  left: 10px;
}

.carousel-btn.next {
  right: 10px;
}

.carousel-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
/* ---- particles.js container ---- */

#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000000;
  background-image: url('');
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.carousel2 .carousel-card .overlay {
    height: 100%;
    display: flex
;
    justify-content: end;
    align-items: flex-end;
    padding: 0 10px;
}

          .parallax-section {
            padding-right: 0;
            padding-left: 0;
          }

          .parallax-item {
            background-size: cover;
            background-attachment: fixed;
            background-position: center center;
            background-repeat: no-repeat;
            -webkit-backface-visibility: hidden;
            image-rendering: -webkit-optimize-contrast;
          }

          /* iOS-specific fix for background cover in landscape */
          @supports (-webkit-touch-callout: none) {
            .parallax-item {
              background-attachment: scroll;
            }
          }

          @media (max-width: 990px) {
            .parallax-item {
              text-align: left !important;
              align-items: center;
              justify-content: flex-start;
            }

            .parallax-item p {
              margin-right: 0%;
            }
          }
        .prlx-item {
            position: relative;
            height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .prlx-bg-layer {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: -1;
        }

        .prlx-bg {
            width: 100%;
            height: 100%; /* extra height for parallax effect */
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            will-change: transform;
            transform: translate3d(0, 0, 0);
        }
        .prlx-bg:before {
            content: '';
            background-color: rgba(0, 0, 0, 0.30);
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            display: block;
        }
        .prlx-overlay h2 {
            color: #fff;
        }
        .prlx-overlay p {
            color: #fff;
        }
        .prlx-overlay {
          max-width: 90%;
        }
        .max-widthadd{
          max-width: 70%;
        }
        
.scroll-reveal-text {
  display: flex;
  flex-wrap: wrap;
  font-size: 27px;
  opacity: 1;
  /* Initially hide all text */
  color: white;
  text-align: center;
  padding: 5em;
}

.scroll-reveal-text span {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  padding-left: 15px;
}

.scroll-reveal-container.visible .scroll-reveal-text {
  opacity: 1;
}

.scroll-reveal-container.visible span {
  opacity: 1;
}

@keyframes reveal {
  to {
    opacity: 1;
  }
}

        /* Carousel Container */
        .carousel {
            position: relative;
            width: 100%;
            overflow: hidden;
            margin: 1rem auto;
        }

        /* Carousel Track */
        .carousel-track {
            display: flex;
            animation: scroll 25s linear infinite;
        }

        /* News Card */
        .news-card {
            flex: 0 0 400px;
            /* Increase card size */
            display: flex;
            margin: 1rem;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            /* Added border radius */
            overflow: hidden;
            /* Ensures content respects the border radius */
        }

        /* Horizontal Card Layout */
        .horizontal-card {
            flex-direction: row;
        }

        /* Vertical Card Layout */
        .vertical-card {
            flex-direction: column;
        }

        /* Image Styling */
        .news-card img {
            width: 50%;
            height: auto;
            object-fit: cover;
        }

        .vertical-card img {
            width: 100%;
            height: 50%;
        }

        /* Content Styling */
        .news-content {
            background-color: #2c2c2c;
            /* Red background */
            color: white;
            padding: 1.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            width: 50%;
        }

        .vertical-card .news-content {
            width: 100%;
            height: 50%;
        }

        .news-title {
            margin: 0;
            font-size: 1.5rem;
            /* Larger font size */
            font-weight: bold;
        }

        .news-description {
            margin: 0.5rem 0 0;
            font-size: 1.2rem;
            /* Larger font size */
        }

        /* Carousel Animation */
        @keyframes scroll {
            0% {
                transform: translateX(0);
            }

            100% {
                transform: translateX(-100%);
            }
        }

        @media (max-width: 480px) {
            .parallax-item {
                flex-direction: row;
            }

            .scroll-reveal-container {
                padding-top: 5em;
                padding-bottom: 5em;
            }
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .news-card {
                flex: 0 0 300px;
                /* Adjust size for smaller screens */
            }

            .highlight p {
                margin-bottom: 0;
            }

            .contact-page .right-col {
                width: 100% !important;
                padding: 20px 15px !important;
            }

            .contact-page form {
                width: 100% !important;
            }

            .contact-page input,
            .contact-page textarea,
            .contact-page label {
                width: 100% !important;
            }

            .projects-section .img-fluid {
                margin: 0;
                width: 100% !important;
                object-fit: contain;
            }

            .projects-section {
                padding: 50px 30px !important;
            }

            .contact-page .contact-container,
            .contact-page .right-col {
                height: auto !important;
            }

            /* .masthead .img-fluid {
                width: 20rem !important;
                object-fit: contain;
            } */

            .projects-section .featured-text {
                padding: 2rem 0;
            }

            /* .img-fluid {
                margin: 2rem;
            } */

            .news-content {
                padding: 1.5rem 0.5rem;
            }

            .news-title {
                font-size: 0.8rem;
            }

            .news-description {
                font-size: 1rem;
            }
        }
  .reveal-text {
            text-align: center;
        }
        .reveal-text span {
            opacity: 0;
            transition: opacity 0.5s ease-in-out;
            font-size: 22px;
            color: rgb(119, 119, 119);
        }
        h2.reveal-text span {
            font-size: 27px;
            color: #fff;
        }


          /* News Card */
        .news-card {
            flex: 0 0 400px;
            /* Increase card size */
            display: flex;
            margin: 1rem;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
            border-radius: 10px;
            /* Added border radius */
            overflow: hidden;
            /* Ensures content respects the border radius */
        }
          /* Image Styling */
        .news-card img {
            width: 50%;
            height: auto;
            object-fit: cover;
        }
          /* Responsive Design */
        @media (max-width: 768px) {
            .news-card {
                flex: 0 0 300px;
                /* Adjust size for smaller screens */
            }
          }

        @media (max-width: 480px) {
            .img-fluid {
                height: auto;
                /* width: 50em; */
                max-width: 100%;
            }

            .contact-page .right-col {
                padding: 20px 0px !important;
            }

            .projects-section {
                padding: 50px 0 !important;
            }

            .projects-section .featured-text {
                padding-top: 0 !important;
            }

            .b {
                margin-left: 0;
                max-width: 100%;
            }

        }
@media (min-width: 992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
        border-left: 0.5rem solid red;
    }
}

 .colorbg{
    background-color: #f00330;
    text-align: center;
    color: white;
  }

        .footer ul li a {
            color: #ccc;
            text-decoration: none;
            /* Elimina el subrayado */
        }

        .footer ul li a:hover {
            color: #fff;
            text-decoration: none;
            /* Asegura que tampoco aparezca al pasar el cursor */
        }

        .parallax-item {
            -webkit-backface-visibility: hidden;
            image-rendering: -webkit-optimize-contrast;
        }

        @media (max-width: 990px) {
            .parallax-item p {
                margin-left: 0%;
            }


            .scroll-reveal-text {
                /* padding: 2em 5em 5em 5em; */
                height: auto;
            }

            .scroll-reveal-container {
                height: 100vh;
            }

            .parallax-item {
                min-height: 100vh;
            }
        }

        @media (max-width: 575px) {
            .scroll-reveal-container {
                height: auto;
            }

            .parallax-item {
                min-height: 60vh;
            }
        }


        /* Isolate the footer styles */
.footer {
  background: rgb(0, 0, 0);
  padding-top: 80px;
  padding-bottom: 40px;
}

.footer .single_footer h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}

.footer .single_footer h4::after {
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  background: #fff;
  margin-top: 20px;
}

.footer .single_footer p {
  color: #fff;
}

.footer .single_footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .single_footer ul li a {
  color: #fff;
  transition: all 0.3s ease;
  line-height: 36px;
  font-size: 15px;
  text-transform: capitalize;
}

.footer .single_footer ul li a:hover {
  color: #ff3666;
}

/* Newsletter Form Styles */
.footer .subscribe {
  display: block;
  position: relative;
  margin-top: 15px;
  width: 100%;
}

.footer .subscribe__input {
  background-color: #fff;
  border: medium none;
  border-radius: 5px;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 60px;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0 150px 0 20px;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}

.footer .subscribe__btn {
  background-color: transparent;
  border-radius: 0 25px 25px 0;
  color: #01c7e9;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}

.footer .subscribe__btn i {
  transition: all 0.3s ease;
}

.footer .subscribe__btn:hover i {
  color: #ff3666;
}

.footer button {
  padding: 0;
  border: none;
  background-color: transparent;
}

/* Social Profile Styles */
.footer .social_profile {
  margin-top: 40px;
}

.footer .social_profile ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.footer .social_profile ul li {
  float: left;
}

.footer .social_profile ul li a {
  text-align: center;
  border: 0px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin: 0px 5px;
  font-size: 18px;
  color: #fff;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .social_profile ul li a:hover {
  background: #ff3666;
  border: 1px solid #ff3666;
  color: #fff;
  border: 0px;
}

/* Copyright Styles */
.footer .copyright {
  margin-top: 70px;
  padding-top: 40px;
  color: #fff;
  font-size: 15px;
  border-top: 1px solid rgba(255, 0, 0, 0.4);
  text-align: center;
}

.footer .copyright a {
  color: #01c7e9;
  transition: all 0.2s ease;
}

.footer .copyright a:hover {
  color: #ff3666;
}

/* Responsive Styles for Smaller Screens */
@media only screen and (max-width: 768px) {
  .footer .single_footer {
    margin-bottom: 30px;
  }

  .footer .subscribe__input {
    padding: 0 50px 0 20px;
  }

  .footer .social_profile ul li a {
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .footer .social_profile ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.contact-page {
  --primary-color: #ffffff;
  --secondary-color: #818386;
  --bg-color: #000000;
  --button-color: #ffffff;
  --h1-color: #ffffff;
}

.contact-page [data-theme="dark"] {
  --primary-color: #FCFDFD;
  --secondary-color: #818386;
  --bg-color: #010712;
  --button-color: #818386;
  --h1-color: #FCFDFD;
}

.contact-page * {
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.contact-page .contact-container {
  display: flex;
  width: 100%;
  height: 90vh;
  background: var(--bg-color);
}


.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Ensure the video covers the container */
  z-index: 1;
  /* Places the video behind the content */
}

.contact-page .logo {
  width: 10rem;
  padding: 1.5rem;
  position: relative;
  /* Keep the logo above the video */
  z-index: 1;
  /* Ensure the logo stays on top of the video */
}


.contact-page .right-col {
  background: var(--bg-color);
  width: 50vw;
  height: 90vh;
  padding: 5rem 3.5rem;
}

.contact-page h1,
.contact-page label,
.contact-page button,
.contact-page .description {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.contact-page h1 {
  color: var(--h1-color);
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  font-weight: 300;
}

.contact-page p {
  color: var(--secondary-color);
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  width: 40vw;
  margin: 0.25rem 0;
}

.contact-page label,
.contact-page .description {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 0.625rem;
}

.contact-page form {
  width: 31.25rem;
  position: relative;
  margin-top: 2rem;
  padding: 1rem 0;
}

.contact-page input,
.contact-page textarea,
.contact-page label {
  width: 40vw;
  display: block;
}

.contact-page p,
.contact-page placeholder,
.contact-page input,
.contact-page textarea {
  font-family: 'Helvetica Neue', sans-serif;
}

.contact-page input::placeholder,
.contact-page textarea::placeholder {
  color: var(--primary-color);
}

.contact-page input,
.contact-page textarea {
  color: var(--primary-color);
  font-weight: 500;
  background: var(--bg-color);
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  outline: none;
}

.contact-page textarea {
  resize: none;
}

.contact-page button {
  text-transform: uppercase;
  font-weight: 300;
  background: var(--button-color);
  color: var(--bg-color);
  width: 10rem;
  height: 2.25rem;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.contact-page input:hover,
.contact-page textarea:hover,
.contact-page button:hover {
  opacity: 0.5;
}

.contact-page button:active {
  opacity: 0.8;
}

/* Toggle Switch */
.contact-page .theme-switch-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  width: 160px;
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.contact-page .description {
  margin-left: 1.25rem;
}

.contact-page .theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.contact-page .theme-switch input {
  display: none;
}

.contact-page .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.contact-page .slider:before {
  background-color: #fff;
  bottom: 0.25rem;
  content: "";
  width: 26px;
  height: 26px;
  left: 0.25rem;
  position: absolute;
  transition: .4s;
}

.contact-page input:checked+.slider {
  background-color: var(--button-color);
}

.contact-page input:checked+.slider:before {
  transform: translateX(26px);
}

.contact-page .slider.round {
  border-radius: 34px;
}

.contact-page .slider.round:before {
  border-radius: 50%;
}

.contact-page #error,
.contact-page #success-msg {
  width: 40vw;
  margin: 0.125rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: 'Jost';
  color: var(--secondary-color);
}

.contact-page #success-msg {
  transition-delay: 3s;
}

@media only screen and (max-width: 950px) {
  .contact-page .logo {
    width: 8rem;
  }

  .contact-page h1 {
    font-size: 1.75rem;
  }

  .contact-page p {
    font-size: 0.7rem;
  }

  .contact-page input,
  .contact-page textarea,
  .contact-page button {
    font-size: 0.65rem;
  }

  .contact-page .description {
    font-size: 0.3rem;
    margin-left: 0.4rem;
  }

  .contact-page button {
    width: 7rem;
  }

  .contact-page .theme-switch-wrapper {
    width: 120px;
  }

  .contact-page .theme-switch {
    height: 28px;
    width: 50px;
  }

  .contact-page .theme-switch input {
    display: none;
  }

  .contact-page .slider:before {
    background-color: #fff;
    bottom: 0.25rem;
    content: "";
    width: 20px;
    height: 20px;
    left: 0.25rem;
    position: absolute;
    transition: .4s;
  }

  .contact-page input:checked+.slider:before {
    transform: translateX(16px);
  }

  .contact-page .slider.round {
    border-radius: 15px;
  }

  .contact-page .slider.round:before {
    border-radius: 50%;
  }
}


.contact-page {
  --primary-color: #ffffff;
  --secondary-color: #818386;
  --bg-color: #000000;
  --button-color: #ffffff;
  --h1-color: #ffffff;
}

.contact-page [data-theme="dark"] {
  --primary-color: #FCFDFD;
  --secondary-color: #818386;
  --bg-color: #010712;
  --button-color: #818386;
  --h1-color: #FCFDFD;
}

.contact-page * {
  margin: 0;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
}

.contact-page .contact-container {
  display: flex;
  width: 100%;
  height: 90vh;
  background: var(--bg-color);
}

.contact-page .left-col {
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
  /* Hide any overflow from the video */
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Ensure the video covers the container */
  z-index: 1;
  /* Places the video behind the content */
}

.contact-page .logo {
  width: 10rem;
  padding: 1.5rem;
  position: relative;
  /* Keep the logo above the video */
  z-index: 1;
  /* Ensure the logo stays on top of the video */
}


.contact-page .right-col {
  background: var(--bg-color);
  width: 30vw;
  height: 90vh;
  padding: 5rem 3.5rem;
}

.contact-page h1,
.contact-page label,
.contact-page button,
.contact-page .description {
  font-family: 'Jost', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
}

.contact-page h1 {
  color: var(--h1-color);
  text-transform: uppercase;
  font-size: 2.5rem;
  letter-spacing: 0.5rem;
  font-weight: 300;
}

.contact-page p {
  color: var(--secondary-color);
  font-size: 0.9rem;
  letter-spacing: 0.01rem;
  width: 40vw;
  margin: 0.25rem 0;
}

.contact-page label,
.contact-page .description {
  color: var(--secondary-color);
  text-transform: uppercase;
  font-size: 0.625rem;
}

.contact-page form {
  width: 50%;
  position: relative;
  margin-top: 2rem;
  padding: 1rem 0;

}

.contact-page input,
.contact-page textarea,
.contact-page label {
  width: 40vw;
  display: block;
}

.contact-page p,
.contact-page placeholder,
.contact-page input,
.contact-page textarea {
  font-family: 'Helvetica Neue', sans-serif;
}

.contact-page input::placeholder,
.contact-page textarea::placeholder {
  color: var(--primary-color);
}

.contact-page input,
.contact-page textarea {
  color: var(--primary-color);
  font-weight: 500;
  background: var(--bg-color);
  border: none;
  border-bottom: 1px solid var(--secondary-color);
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  outline: none;
}

.contact-page textarea {
  resize: none;
}

.contact-page button {
  text-transform: uppercase;
  font-weight: 300;
  background: var(--button-color);
  color: var(--bg-color);
  width: 10rem;
  height: 2.25rem;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}

.contact-page input:hover,
.contact-page textarea:hover,
.contact-page button:hover {
  opacity: 0.5;
}

.contact-page button:active {
  opacity: 0.8;
}

/* Toggle Switch */
.contact-page .theme-switch-wrapper {
  display: flex;
  align-items: center;
  text-align: center;
  width: 160px;
  position: absolute;
  top: 0.5rem;
  right: 0;
}

.contact-page .description {
  margin-left: 1.25rem;
}

.contact-page .theme-switch {
  display: inline-block;
  height: 34px;
  position: relative;
  width: 60px;
}

.contact-page .theme-switch input {
  display: none;
}

.contact-page .slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s;
}

.contact-page .slider:before {
  background-color: #fff;
  bottom: 0.25rem;
  content: "";
  width: 26px;
  height: 26px;
  left: 0.25rem;
  position: absolute;
  transition: .4s;
}

.contact-page input:checked+.slider {
  background-color: var(--button-color);
}

.contact-page input:checked+.slider:before {
  transform: translateX(26px);
}

.contact-page .slider.round {
  border-radius: 34px;
}

.contact-page .slider.round:before {
  border-radius: 50%;
}

.contact-page #error,
.contact-page #success-msg {
  width: 40vw;
  margin: 0.125rem 0;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: 'Jost';
  color: var(--secondary-color);
}

.contact-page #success-msg {
  transition-delay: 3s;
}

@media only screen and (max-width: 950px) {
  .contact-page .logo {
    width: 8rem;
  }

  .contact-page h1 {
    font-size: 1.75rem;
  }

  .contact-page p {
    font-size: 0.7rem;
  }

  .contact-page input,
  .contact-page textarea,
  .contact-page button {
    font-size: 0.65rem;
  }

  .contact-page .description {
    font-size: 0.3rem;
    margin-left: 0.4rem;
  }

  .contact-page button {
    width: 7rem;
  }

  .contact-page .theme-switch-wrapper {
    width: 120px;
  }

  .contact-page .theme-switch {
    height: 28px;
    width: 50px;
  }

  .contact-page .theme-switch input {
    display: none;
  }

  .contact-page .slider:before {
    background-color: #fff;
    bottom: 0.25rem;
    content: "";
    width: 20px;
    height: 20px;
    left: 0.25rem;
    position: absolute;
    transition: .4s;
  }

  .contact-page input:checked+.slider:before {
    transform: translateX(16px);
  }

  .contact-page .slider.round {
    border-radius: 15px;
  }

  .contact-page .slider.round:before {
    border-radius: 50%;
  }
}

.swiper {
  width: 384px;
  height: auto;
  max-width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.test-card,
.test-card2,
.test-card3,
.test-card4,
.test-card5 {
  background-position: center;
  background-size: cover;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 0 20px rgba(211, 211, 211, 0.25);
  position: relative;
  width: 100%;
  max-width: 380px;
}

.test-card { background-image: url(../assets-datatel/Landing_page/Reviews/20190528_155746.jpg); }
.test-card2 { background-image: url(../assets-datatel/Landing_page/Reviews/CCTV.jpg); }
.test-card3 { background-image: url(../assets-datatel/Landing_page/Reviews/wwwwww.jpg); }
.test-card4 { background-image: url(../assets-datatel/Landing_page/Reviews/IMG-20181127-WA0008.jpg); }
.test-card5 { background-image: url(../assets-datatel/Landing_page/Reviews/wwwwww.jpg); }

.bg_set {
  background-color: #3b3b3ba0;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 20px;
}

.fa-star {
  color: #FFD700 !important;
  margin-right: 2px;
}

/* ✅ Responsive fixes */
@media (max-width: 768px) {
  .swiper {
    width: 90% !important;
    max-width: 90% !important;
  }
.centeradd{
  text-align: center;
}
.prlx-overlay{
  max-width: 100% !important;
}
  .test-card,
  .test-card2,
  .test-card3,
  .test-card4,
  .test-card5 {
    padding: 20px;
    max-width: 100%;
    background-size: cover;
    background-position: center;
  }

  .bg_set {
    font-size: 16px;
  }
}
    .test-quote {
      position: absolute;
      right: 20px;
      bottom: 70px;
      width: 40px;
      opacity: 0.15;
    }

    .bottom-content {
      margin-top: 15px;
    }

 
      .paddingadd{
    padding: 100px 10px;
  }
  .white-svg {
  filter: brightness(0) invert(1); /* black → white */
}


@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: #fff;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  /* height: 100px; */
  margin: auto;
  overflow: hidden;
  padding: 20px 10px;
  position: relative;
  /* width: 960px; */
}
.slider::before, .slider::after {
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 180px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
  padding: 5px 30px !important;
}
.slider .slide img {
 
  padding: 0px 20px !important;
}




@media (max-width: 768px) { 

  .masterhead h1 {
    font-size: 2rem !important;
    line-height: 2.2rem !important;
       
    letter-spacing: 0.2rem !important;
  }
  .masterhead {
   width: auto;
   /* margin: 40px; */

  }
  .slider::before, .slider::after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
 
}
.swiper {
      width: auto !important;
      height: auto;
    }
     .carousel-track {
            display: flex;
            animation: scroll 15s linear infinite !important;
        }
}
