@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


.layout_padding {
  padding: 90px 0;
}

.layout_margin {
  margin: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  text-align: center;
}

.heading_container h2 span {
  color: #6c63ff;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
  border-radius: 0 0 350px 0;
}

.sub_page .hero_area {
  min-height: auto;
  border-radius: 0 0 45px 0;
}

.header_section {
  padding: 15px 0;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}



/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  text-align: center;
  color: #ffffff;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 20px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -5px;
  margin-top: 45px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 185px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 12px 15px;
  background-color: #6c63ff;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #6c63ff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 45px;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 23px;
  height: 23px;
  background-color: #6c63ff;
}

.service_section {
  text-align: center;
}

.service_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_section .box {
  margin-top: 25px;
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 300px;
}

.service_section .box::before {
  content: "";
  width: 275px;
  height: 275px;
  position: absolute;
  right: -137.5px;
  bottom: -137.5px;
  background-color: #faf8fd;
  z-index: -1;
  border-radius: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 125px;
  border-radius: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .img-box img {
  width: 75px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  position: relative;
}

.service_section .box .detail-box a {
  color: inherit;
}

.service_section .box:hover {
  color: #ffffff;
}

.service_section .box:hover::before {
  -webkit-transform: scale(5);
          transform: scale(5);
  background-color: #6c63ff;
}

.service_section .box:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #6c63ff;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #6c63ff;
}

.service_section .btn-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* About section duplicate */

.about_section_two {
  background-color: #fff;
  color: #000;
  border-radius: 250px 0 250px 0;
}

.about_section_two .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section_two .img-box {
  position: relative;
}

.about_section_two .img-box img {
  width: 80%;
}

.about_section_two .detail-box p {
  margin-top: 15px;
}

.about_section_two .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #6c63ff;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #6c63ff;
  margin-top: 15px;
}

.about_section_two .detail-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* About section css */

.about_section{
  background-color: #000;
  color: #ffffff;
  border-radius: 250px 0 250px 0;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  position: relative;
}

.about_section .img-box img {
  width: 80%;
}

.about_section .detail-box p {
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #6c63ff;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #6c63ff;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.case_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.case_section .heading_container h2::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.case_section .box {
  margin-top: 45px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.case_section .box .img-box {
  position: relative;
}

.case_section .box .img-box img {
  width: 100%;
}

.case_section .box .detail-box {
  padding: 25px;
}

.case_section .box .detail-box h5 {
  font-weight: bold;
}

.case_section .box .detail-box p {
  font-size: 15px;
}

.case_section .box .detail-box a {
  color: #6c63ff;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 45px 0;
  text-align: center;
}

.client_section .box .img-box {
  width: 125px;
  height: 125px;
  min-width: 125px;
  position: relative;
  margin-bottom: -62.5px;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_info .client_name h5 {
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #7335b7;
  font-weight: normal;
  font-size: 15px;
  text-transform: uppercase;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .box .detail-box {
  background-color: #ffffff;
  background-color: #000;
  color: #ffffff;
  border-radius: 15px;
  padding: 45px 45px 15px 45px;
}

.client_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .carousel-indicators li {
  background-color: #000;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
  background-color: #6c63ff;
}

.contact_section {
  position: relative;
}

.contact_section form {
  margin-top: 45px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 15px;
  background-color: transparent;
  outline: none;
  color: #000000;
  border: 1px solid #a5a5a5;
}

.contact_section input::-webkit-input-placeholder {
  color: #1c1b1b;
}

.contact_section input:-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::-ms-input-placeholder {
  color: #1c1b1b;
}

.contact_section input::placeholder {
  color: #1c1b1b;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section button {
  font-family: "Poppins", sans-serif;
  display: inline-block;
  padding: 10px 65px;
  background-color: #6c63ff;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #6c63ff;
  color: #fff;
  margin-top: 10px;
}

.contact_section button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.contact_section .map_container {
  height: 100%;
  min-height: 325px;
  overflow: hidden;
  margin-left: 45px;
}

.contact_section .map_container .map {
  height: 100%;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.footer_container {
  background-color: #000;
  color: #ffffff;
  border-radius: 350px 0 0 0;
  padding-top: 30px;
}

/* info section */
.info_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

.info_section .info_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .info_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .info_contact .contact_link_box a i {
  margin-right: 5px;
}

.info_section .info_contact .contact_link_box a:hover {
  color: #6c63ff;
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.info_section .info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_section .info_social a:hover {
  color: #6c63ff;
}

.info_section .info_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.info_section .info_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  color: #ffffff; 
}

.info_section .info_links a:hover {
  color: #6c63ff;
}

.info_section form input {
  border: none;
  border-bottom: 1px solid #ffffff;
  background-color: transparent;
  width: 100%;
  height: 45px;
  color: #ffffff;
  outline: none;
}

.info_section form input::-webkit-input-placeholder {
  color: #ffffff;
}

.info_section form input:-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::-ms-input-placeholder {
  color: #ffffff;
}

.info_section form input::placeholder {
  color: #ffffff;
}

.info_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #6c63ff;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #6c63ff;
  margin-top: 15px;
}

.info_section form button:hover {
  color: #ffffff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

/* end info section */
/* footer section*/
.footer_section {
  position: relative;
  text-align: center;
}

.footer_section p {
  padding: 25px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */

.faq-container {
  text-align: left;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  max-width: 80%;
  width: 90%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.faq-container h2 {
  text-align: center;
  margin-bottom: 20px;
}

.faq-item {
  margin: 10px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.faq-question {
  display: block;
  font-weight: bold;
  cursor: pointer;
  padding: 10px;
  color: #333;
  transition: color 0.3s;
}

.faq-question:hover {
  color: #6c63ff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  padding: 0 10px;
  color: #666;
}

input[type="checkbox"] {
  dis.case_section {
    padding: 50px 0;
  }
  
  .case_section .heading_container h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #333;
  }
  
  .swiper.mySwiper {
    overflow: hidden;
    padding: 20px;
  }
  
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .box {
    width: 60%;
    aspect-ratio: 3 / 2; /* 60:40 proportion */
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: transform 0.3s;
  }
  
  .box:hover {
    transform: translateY(-10px);
  }
  
  .img-box {
    width: 100%;
    height: 60%; /* 60% for image */
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  
  .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
  }
  
  .detail-box {
    padding: 15px;
    height: 40%; /* 40% for details */
  }
  
  .detail-box h5 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
  }
  
  .detail-box p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
  }
  
  .detail-box a {
    text-decoration: none;
    color: #6c63ff;
    font-weight: bold;
    transition: color 0.3s;
  }
  
  .detail-box a:hover {
    color: #635bfb;
  }
  play: none;
}

input[type="checkbox"]:checked + label + .faq-answer {
  max-height: 300px;  
  padding: 10px;
}



/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* About Us */
.about_section {
  background: linear-gradient(45deg, #333, #000);
  background-attachment: fixed;  /* Keeps background within section */
  background-size: cover; /* Ensures full coverage */
}

/* @media screen and (max-width: 768px) {
  .about_section {
    background: linear-gradient(45deg, rgba(51, 51, 51, 0.8), rgba(0, 0, 0, 0.8));
    background-size: contain;
  }
}

@media screen and (max-width: 480px) {
  .about_section {
    background: #111;
    background-size: cover;
  }
} */


.about_section .heading_container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}


.about_section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.about_section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.about_section .col-md-6 {
  flex: 1;
  margin-bottom: 20px;
}

.about_section .detail-box {
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.about_section .heading_container h2 {
  font-size: 36px;
  font-weight: 600;
  color: #ffffff; /* Golden accent color */
  margin-bottom: 20px;
  text-align: center;
}

.about_section .detail-box p {
  font-size: 16px;
  color: #ccc; /* Lighter gray text for contrast */
  line-height: 1.8;
  margin-bottom: 20px;
}

.about_section .detail-box a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff; /* Golden accent color */
  text-decoration: none;
  border: 2px solid #ffffff;
  padding: 10px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.about_section .detail-box a:hover {
  background-color: #3f1cdd;
  color: #ffffff;
}

.about_section .img-box {
  text-align: center;
}

.about_section .img-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .about_section {
    background: linear-gradient(45deg, rgba(51, 51, 51, 0.8), rgba(0, 0, 0, 0.8));
    background-size: contain;
  }
}

@media screen and (max-width: 480px) {
  .about_section {
    background: #111; /* Solid background for mobile */
    background-size: cover;
  }
}



/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* navbar */
/* Header Section Styles */
/* Header Section */
.header_section {
  /* background: linear-gradient(135deg, #000, #333); Black Gradient */
  padding: 30px 0;
  transition: background-color 0.3s ease;
}

/* Navbar Styles */
.navbar {
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  display: flex;
  justify-content: flex-end; /* Ensure navbar content is right-aligned */
  
}


/* Navbar brand image (logo) */
.navbar-brand {
  margin-right: auto; /* Push logo to the left */
}
.navbar-brand img {
  height: 60px;
  transition: transform 0.3s ease;
}


/* Navbar Items (Aligned to Right) */
.navbar-nav {
  display: flex;
  justify-content: flex-end;
  width: auto; /* Prevent full width */
  flex-wrap: nowrap;
  margin-left: auto;
}


/* Navbar Links */
.navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 20px;
  transition: color 0.3s ease, transform 0.3s ease;
}

/* Hover Effects */
.navbar-nav .nav-item .nav-link:hover {
  color: #6c63ff;
  transform: scale(1.1);
}

/* Navbar Hover Effect */
/* .navbar:hover {
  background: linear-gradient(135deg, #333, #000);
} */

/* Space Between Navbar Items */
.navbar-nav .nav-item {
  margin: 0 15px;
}

/* Full-width Contact Us button */
.navbar-nav .nav-item.contact-us {
  width: 100%;
  flex-grow: 1; /* Forces it to take the remaining space */
  text-align: center;
  background: #6c63ff;
  padding: 0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease, transform 0.3s ease;
}

.navbar-nav .nav-item.contact-us .nav-link {
  display: block;
  width: 100%; 
  font-size: 18px;
  font-weight: bold;
  padding: 15px 30px;
  white-space: nowrap;
  color: #fff;
  text-align: center;
  transition: color 0.3s ease;
}

/* Hover Effect */
.navbar-nav .nav-item.contact-us:hover {
  background: linear-gradient(135deg, #5149e3, #6c63ff);
  transform: scale(1.05);
}

.navbar-nav .nav-item.contact-us .nav-link:hover {
  color: #fff;
}

/* White Hamburger Icon */
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}



/* Mobile Optimization */
@media (max-width: 768px) {
  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .navbar-nav .nav-item.contact-us {
    width: 100%; /* Forces full width */
  }

  .navbar-nav .nav-item.contact-us .nav-link {
    width: 100%;
    text-align: center;
  }
}



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* slider */




/* ------------------------------------------------------------------------------------------------------------------------------- */
/* Our Projects */
.custom-carousel {
  padding: 20px;
}

.custom-carousel .box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}

.custom-carousel .box:hover {
  transform: scale(1.03);
}

.custom-carousel .img-box {
  width: 100%;
  height: 260px;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.custom-carousel .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.custom-carousel .img-box img:hover {
  transform: scale(1.1);
}

.custom-carousel .detail-box {
  padding: 15px;
  text-align: center;
}

.custom-carousel .detail-box h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

.custom-carousel .detail-box p {
  font-size: 14px;
  color: #777;
}

.custom-carousel .detail-box a {
  text-decoration: none;
  color: #6c63ff;
  transition: color 0.3s;
}

.custom-carousel .detail-box a:hover {
  color: #625af8;
}




/* ******************************************************************************************************************************** */
/* Forms and FAQ */
.contact_section {
  background: #fff;
  padding: 60px 0;
}

.form_container {
  min-height: 800px; /* Adjust to your desired height */
  padding: 50px; /* Increase padding to add more internal spacing */
}

.form_container,
.process-50 {
  width: 100%;
  margin: 0 auto;
  max-width: 700px; /* Ensure both have the same width */
  padding: 30px; /* Ensure both have the same padding */
  border-radius: 20px; /* Ensure both have the same rounded corners */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Ensure both have the same shadow */
  transition: transform 0.3s;
  display: flex; 
  flex-direction: column; /* Ensures both containers maintain equal height */
  justify-content: center;
}

.form_container:hover,
.process-50:hover {
  transform: translateY(-5px);
}

.form_container h2,
.process-50 h2 {
  font-size: 28px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}

.contact_section .row {
  display: flex;
  justify-content: center;  /* Centers horizontally */
  align-items: center;      /* Centers vertically */
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;              /* Ensures full width for centering */
}

.col-md-5.col-lg-4,
.col-md-6.col-lg-7 {
  flex: 1;
  max-width: 45%;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .col-md-5.col-lg-4,
  .col-md-6.col-lg-7 {
    max-width: 100%;
  }
}

.form_container input[type="text"],
.form_container input[type="email"],
.form_container input[type="phone"],
.form_container textarea {
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: border-color 0.3s;
}

.form_container input:focus,
.form_container textarea:focus {
  border-color: #6c63ff;
  outline: none;
}

.form_container button {
  background: #6c63ff;
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 50px;
  transition: background 0.3s, transform 0.3s;
  box-shadow: 0 8px 15px rgba(0, 123, 255, 0.3);
  cursor: pointer;
}

.form_container button:hover {
  background: #5951f0;
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0, 86, 179, 0.4);
}


/* ******************************************************************************************************************************** */
/* Styles for How Do We Work Section */
.process-50 {
  width: 100%;
  /* margin: 0 auto; */
  max-width: 700px; /* Ensure same width as .form_container */
  padding: 30px; /* Ensure same padding as .form_container */
  border-radius: 20px; /* Ensure same border-radius */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Ensure same shadow */
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.process-50 span,
.process-50 .title-main {
  display: block;
  text-align: center;
}

.process-50 span {
  font-size: 34px;
  color: #6c63ff;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.process-50 .title-main {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15x;
  margin-top: 15x;

}

.process-50 ul {
  list-style: none;
  padding: 0;
}

.process-1 {
  width: 100%; /* Ensure each process step takes full width */
  position: relative;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #f9f9f9;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  transition: background 0.3s;
}

.process-1:hover {
  background: #f1f1f1;
}

.process-1 li {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  /* margin-bottom: px; */
  display: block;
  padding-left: 35px;
  position: relative;
}

/* .process-1 span {
  background: #6c63ff;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; */
  /* position: absolute; */
  /* left: 0;
  top: 0;
  transform: translate(-50%, 0);
  box-shadow: 0 5px 10px rgba(0, 123, 255, 0.3);
} */

.process-1 p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.process-1 li.process-last span {
  background: #6c63ff;
  box-shadow: 0 5px 10px rgba(40, 167, 69, 0.3);
}


/* ################################################################################################################################## */
/* FAQs */
.faq-section {
  background: #fff;
  padding: 60px 0;
  width: 100%;
}

.faq-container {
  width: 100%; /* Full width of parent */
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: transform 0.3s;
}

.faq-container:hover {
  transform: translateY(-5px);
}

.faq-container h2 {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.faq-item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  transition: background 0.3s;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item input[type="checkbox"] {
  display: none;
}

.faq-item label {
  display: block;
  cursor: pointer;
  font-weight: bold;
  color: #6c63ff;
  transition: color 0.3s;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
}

.faq-item label:hover {
  color: #6c63ff;
}

.faq-item label:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  transition: transform 0.3s;
}

.faq-item input[type="checkbox"]:checked + label:after {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
  color: #555;
  padding: 0 15px;
  opacity: 0;
}

.faq-item input[type="checkbox"]:checked ~ .faq-answer {
  max-height: 500px;
  margin-top: 10px;
  opacity: 1;
}

.faq-item .faq-answer {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  line-height: 1.6;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
}

.faq-item .faq-answer p {
  margin: 0;
}

@media (max-width: 768px) {
  .faq-container {
    width: 90%; /* Adjust width for smaller screens */
    padding: 20px;
  }

  .faq-container h2 {
    font-size: 28px; /* Slightly smaller heading */
    margin-bottom: 20px;
  }

  .faq-item label {
    font-size: 18px; /* Adjust font size for readability */
    padding: 8px;
  }

  .faq-answer {
    padding: 10px;
  }
}



/* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */
/* footer section */

.row {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.col-md-6, .col-lg-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Apply a black gradient background to the entire footer */
.footer_container {
  background: linear-gradient(135deg, #000, #333); /* Black gradient */
  padding: 20px 0;
  position: relative;
}

/* Hover effect for cursor animation */
.footer_container:hover {
  cursor: pointer; /* Makes cursor pointer on hover */
}

/* Custom cursor animation */
@keyframes cursorAnimation {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
}

/* Cursor effect - Apply to the footer */
.footer_container::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: #6c63ff; /* Accent color */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: cursorAnimation 1.5s infinite; /* Animated cursor */
}

/* Styling the footer sections (info, links, contact) */
.footer_section, .info_section {
  color: #fff; /* White text for readability */
}

.footer_section p {
  font-size: 14px;
}

.footer_section a {
  color: #6c63ff; /* Accent color for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer_section a:hover {
  color: #fff; /* Change to white on hover */
}

/* Add hover effect to the link boxes */
.info_link_box, .info_contact {
  transition: transform 0.3s ease;
}

.info_link_box:hover, .info_contact:hover {
  transform: translateY(-5px);
}

/* Back to top button */
.back-to-top {
  display: none; /* Initially hidden */
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #6c63ff;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  cursor: pointer;
}

.back-to-top.show {
  display: block;
}

.back-to-top:hover {
  background-color: #5748d0; /* Darker accent color on hover */
}

@media screen and (max-width: 768px) {
  /* Center align everything inside the footer */
  .footer_container {
    text-align: center; /* Ensures all text is centered */
    padding: 40px 15px; /* Adjust padding */
  }

  /* Ensure the info_detail section is centered */
  .info_detail {
    max-width: 90%; /* Prevents overflow */
    margin: 0 auto; /* Centers the block */
  }

  /* Center align the footer row and stack elements */
  .row {
    flex-direction: column;
    align-items: center; /* Ensures everything aligns centrally */
  }

  /* Center and adjust footer sections */
  .col-md-6, .col-lg-3 {
    width: 100%; /* Full width on mobile */
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center elements */
  }

  /* Ensure text in info_detail wraps properly */
  .info_detail p {
    font-size: 14px;
    line-height: 1.6;
    word-wrap: break-word;
    padding: 0 15px; /* Adds breathing space */
    text-align: center;
  }

  /* Center contact section */
  .info_contact {
    text-align: center;
  }

  /* Adjust footer links for better spacing */
  .info_links a {
    display: block; /* Stack links */
    padding: 5px 0;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  /* Further improve layout for small screens */
  .footer_container {
    padding: 30px 10px;
  }

  .info_detail p {
    font-size: 13px;
    padding: 0 10px;
  }
}



/* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
/* about page */
.about_section_two {
  background: linear-gradient(135deg, #e0eafc, #cfdef3);
  padding: 80px 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about_section_two .detail-box {
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s;
  height: 100%;
}

.about_section_two .detail-box:hover {
  transform: translateY(-10px);
}

.about_section_two h4 {
  font-size: 32px;
  color: #2b2d42;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
}

.about_section_two h4:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #8d99ae;
  margin-top: 8px;
  border-radius: 2px;
}

.about_section_two p {
  color: #555;
  line-height: 1.8;
  font-size: 18px;
}

.about_section_two .features {
  margin-bottom: 20px;
}

.about_section_two .feature-box {
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
  padding: 12px 20px;
  margin-bottom: 15px;
  border-radius: 50px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1), -5px -5px 15px rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  transition: all 0.3s;
  cursor: pointer;
}

.about_section_two .feature-box:hover {
  transform: scale(1.05);
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2), -5px -5px 20px rgba(255, 255, 255, 0.8);
}

.about_section_two .feature-box:before {
  content: "✅";
  margin-right: 10px;
  color: #2b2d42;
  font-size: 22px;
  transition: transform 0.4s;
}

.about_section_two .feature-box:hover:before {
  transform: rotate(20deg);
}

/* Increased Image Width */
.about_section_two .img-box img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s;
}

.about_section_two .img-box img:hover {
  transform: scale(1.05);
}

/* Ensure Proper Width Distribution */
@media (min-width: 992px) {
  .about_section_two .col-md-7 {
      flex: 0 0 60%;  /* Increased width */
      max-width: 60%;
  }

  .about_section_two .col-md-5 {
      flex: 0 0 40%;  /* Reduced width */
      max-width: 40%;
  }
}

/* Mobile-Friendly Adjustments */
@media (max-width: 768px) {
  .about_section_two {
      text-align: center;
  }

  .about_section_two .row {
      flex-direction: column;
  }

  .about_section_two .col-md-7,
  .about_section_two .col-md-5 {
      max-width: 100%;
  }

  .about_section_two .img-box {
      margin-bottom: 30px;
  }
}



/* ############################################################################################################################## */
/* our services page */
.service_section {
  background: linear-gradient(135deg, #f0f4f8, #d9e2ec);
  padding: 80px 0;
  border-radius: 20px;
}

.heading_container h2 {
  font-size: 36px;
  color: #2d3142;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.heading_container p {
  color: #4f5d75;
  text-align: center;
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto 50px;
}

.service_section .box {
  background: #ffffff;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1), 
              -10px -10px 20px rgba(255, 255, 255, 0.7);
  text-align: center;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.service_section .box:hover {
  transform: translateY(-10px);
  box-shadow: 10px 15px 25px rgba(0, 0, 0, 0.15), 
              -10px -10px 25px rgba(255, 255, 255, 0.9);
}

.service_section .img-box {
  background: #f7f9fc;
  border-radius: 50%;
  padding: 20px;
  display: inline-block;
  box-shadow: inset 5px 5px 10px rgba(0, 0, 0, 0.1), 
              inset -5px -5px 10px rgba(255, 255, 255, 0.7);
  transition: transform 0.3s;
}

.service_section .img-box img {
  max-width: 70px;
  transition: transform 0.3s, filter 0.3s;
  filter: brightness(1) contrast(1);
}

.service_section .box:hover .img-box img {
  transform: rotate(10deg);
  filter: brightness(1.2) contrast(1.2);
}

.service_section .detail-box h5 {
  font-size: 22px;
  color: #2d3142;
  font-weight: bold;
  margin: 15px 0 10px;
  transition: color 0.3s;
}

.service_section .box:hover .detail-box h5 {
  color: #000;
}

.service_section .detail-box p {
  color: #4f5d75;
  font-size: 16px;
  line-height: 1.6;
  padding: 0 10px;
  transition: color 0.3s;
}

.service_section .box:hover .detail-box p {
  color: #000;
}

@media (max-width: 768px) {
  .service_section .box {
    margin-bottom: 30px;
  }
}
