@import "colors.css";
@import "text.css";
@import "animate.min.css";

/* Animation */

:root {
  --animate-duration: 800ms;
  --animate-delay: 9s;
}

.animation-trigger {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.animate__animated {
  --animate-duration: 2s;
}

.animation-trigger {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.animate__animated {
  opacity: 1 !important;
  visibility: visible !important;
}

.carousel-item {
  -webkit-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  -moz-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  -o-transition: transform 1s ease-in-out, opacity 1s ease-in-out;
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

.animate__animated {
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  will-change: transform, opacity;
}

@media (prefers-reduced-motion: reduce) {
  .animate__animated,
  .carousel-item {
    animation: none;
    transition: none;
  }
}

.carousel-item {
  position: relative;
  display: none;
  z-index: 100;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible;
  padding-bottom: 60px;
}

.navbar-brand img {
  max-height: 100px !important;
  width: 30%;
}

#home {
  background-image: url(../img/background0.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

svg {
  margin-top: -7px;
}

.section-3 {
  background-color: var(--primary-color);
}

.section-5 {
  background-color: var(--primary-color);
  margin-top: -26px;
}

.section-7 {
  background-color: var(--primary-color);
}

.section-8 {
  height: 470px;
  align-content: center;
}

.section-9 {
  background-color: var(--primary-color);
}

.spacer-svg {
  margin-top: -1px;
}

.spacer-svg,
.spacer-svg2,
.spacer-svg3,
.spacer-svg4,
.spacer-svg5,
.spacer-svg6,
.spacer-svg7,
.spacer-svg8,
.spacer-svg9 {
  aspect-ratio: 960 / 300;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/* .spacer-svg1 {
  background-image: url(../img/background0.jpg);
  padding-top: 5%;
  padding-bottom: 5%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
} */
.container,
.row,
.col-md-6 {
  overflow: hidden;
}

.section-2 {
  clear: both;
  padding-top: 60px;
}

.content-layer {
  position: relative; /* Ensures stacking context for additional styling if needed */
}

.laptop-section {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: url("../img/background2.jpg") no-repeat fixed;
  background-size: cover;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

/*


.spacer-svg9{
  aspect-ratio: 960/300;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../img/svgs/blob-scene-haikei9.svg);
} */

section {
  position: relative;
  margin-top: -7px;
}

.white-light-blue {
  background-color: #9e96fd;
}

.white-light-blue {
  background-color: #cbc7fa;
}

.light-blue {
  background-color: #7e76ff;
}

.white-blue {
  background-color: #ecefff;
}

.white {
  background-color: #ffffff;
}

.curve {
  position: absolute;
  height: 225px;
  width: 100%;
  bottom: 0;
}

.curve::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 55%;
  height: 100%;
  background-color: #202731;
  transform: translate(85%, 60%);
}

.curve::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
  width: 55%;
  height: 100%;
  background-color: #3c31dd;
  transform: translate(45%, 40%);
  z-index: -1;
}

.mobile {
  display: none;
}
.desktop {
  display: block;
}

/* header Location code  */

body {
  font-family: "roboto";
}

.sm-style-carousel {
}

h3.slider-title {
  display: inline-block;
  margin: 0;
}

#image1 {
  /* width: 65%; */
  right: 0 !important;
  position: relative;
}

#image {
  width: 100%;
  left: 0;
  position: relative;
}

#image2 {
  width: 100%;
  right: -95px;
  position: relative;
}

/* navbar and logo */

.navbar {
  top: 0;
  position: absolute;
  background-color: transparent;
  transition: background-color 0.3s ease;
  z-index: 1000;
}

.navbar.navbar-expand-lg {
  margin-top: 4%;
  position: fixed;
  padding-bottom: 0px;
  width: 100% !important;
  background-color: transparent;
}

.navbar-nav .nav-link {
  color: var(--primary-color);
  font-weight: 500;
  font-size: small;
  padding-right: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-nav .nav-link.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
  padding-bottom: 5px;
}

.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

/* Navbar Style When Scrolled */
/* .navbar.scrolled {
  background-color: var(--white) !important;
} */

/* Change nav-link color when navbar is scrolled */
.navbar.scrolled .nav-link {
  color: var(--primary-color);
}

.navbar.scrolled .nav-link.active {
  color: var(--primary-color);
  border-bottom: 2px solid var(--primary-color);
}

/* Optional: Change color of nav-links on hover */
.navbar .nav-link:hover {
  color: #0056b3;
}

/* Content Style */
.main-content {
  margin-top: 0px;
  padding: 0px;
}

.icon-container {
  background-color: var(--primary-color) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0 auto; /* Center the icon container */
}

.icon-container img {
  max-width: 30px;
  max-height: 50px;
}

.carltine {
  font-family: "Carlitine";
}

.lg-text-white {
  color: var(--white);
}

.text-darker {
  color: #6c757d;
}

/* Button Styles */
.btn.btn-primary {
  border-radius: 30px !important;
  padding: 9px;
  font-size: 12px;
  font-weight: 600;
  border: none;
  font-family: "roboto";
  background-color: var(--white);
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}

/* Learn More Button */
.btn.btn-primary.learn-more-btn {
  background-color: var(--white);
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

/* Hover Effect */
.btn.btn-primary:hover {
  transform: scale(1.1);
  background-color: var(--primary-color);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2); /* Add a subtle shadow */
  transition: all 0.3s ease-in-out;
}

/* Learn More Button Hover Effect */
.btn.btn-primary.learn-more-btn:hover {
  transform: scale(1.1);
  background-color: var(--primary-color);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
}

.carousel {
  position: relative;
}

.carousel.home {
  position: relative;
  align-content: center;
  top: 40px;
  margin-top: 0px;
  overflow: hidden;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

.spacer-svg8 .container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 300px; /* Adjust height as needed */
}

/* SECTION 2 */

.space {
  height: 168px;
  width: 100%;
  background-color: transparent;
}

.space.svg8 {
  height: 190px;
  width: 100%;
  background-color: transparent;
}

h5.small-title {
  color: var(--white);
  font-weight: 600;
  font-family: "roboto";
}

.text-dark {
  color: var(--grey) !important;
}

.lg-grey-text {
  color: var(--grey) !important;
  font-family: "roboto";
}

.roboto {
  font-family: "roboto";
}

.lg-text-white {
  color: var(--white);
}

h2 {
  color: var(--primary-color);
}

h6 {
  font-weight: bolder;
  color: var(--primary-color);
}

.no-bullets {
  list-style-type: none; /* Removes default list dots */
  padding-left: 0; /* Removes left padding that creates space for bullets */
}

.p-content p {
  font-family: "roboto";
  font-weight: 400;
}

/* Icon image styling */
.icon-img {
  max-width: 60px;
  margin: 0 auto;
  display: block;
}

.section3-btn {
  margin-top: 40px;
  font-family: "Carlitine";
}

/* SECTION 4  */

img.img-fluid.rounded.forth-image {
  position: inherit;
  width: 100%;
}

.footer-title {
  color: var(--white);
  font-family: "roboto" !important;
}

.word-text {
  color: var(--white);
  font-family: "roboto" !important;
}

/* SECTION 5  */

.card {
  max-width: 80%; /* Restricts the width relative to its container */
  height: auto; /* Ensures the height adjusts properly */
  aspect-ratio: 3 / 4; /* Maintains a taller height relative to the width */
  margin: 0 auto; /* Centers the card horizontally */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-item {
  justify-items: center !important;
}

.card.card-body {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3); /* Lighter shadow */
  width: 17rem !important;
  align-items: center;
  transition: all 0.3s ease;
}

.card.card-body:hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  background-color: var(--primary-color);
}

.card.card-body:hover p,
.card.card-body:hover h6 {
  color: var(--white);
}

.rounded-circle {
  border: 1px solid var(--white);
}

.card-icon-div {
  width: 26%;
  margin-top: 30px;
  background-color: var(--primary-color);
}

.card-title {
  padding-top: 30px;
  padding-bottom: 13px;
  font-family: "roboto";
  color: var(--dark);
  background-color: transparent !important;
}

.card-text:last-child {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 2.1;
  padding-bottom: 25px;
  color: var(--grey);
}

/* Section 6 */

.images-content {
  width: 100%;
  height: 300px; /* Adjust as needed */
  position: relative;
  overflow: visible;
  padding: 0;
  z-index: 0;
}

/* Section 7 */

/* Small text styling */
.small-text {
  font-size: 0.875rem; /* Smaller font size */
  color: var(--white); /* Slightly faded color */
}

.rounded-input {
  border-radius: 25px;
  border: none;
}

.email-box {
  background-color: rgba(0, 60, 172, 0.8); /* Transparent version of #003cac */
  border-radius: 15px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  padding: 40px;
  display: flex;
}

.bottom-space {
  margin-bottom: 90px;
}

/* FOOTER code  */

/* Optional: Style links and other elements within the footer */

.footer-list-item-header {
  font-size: 18px;
  margin-bottom: 18px;
}

.social-media-h3 {
  margin-bottom: 0;
}

.socialmedia {
  padding-top: 14px;
}

/* WhatsApp button styling */
.whatsApp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 1000;
}

.whatsApp:hover {
  background-color: #128c7e;
}

#additional-services {
  background: url("./../img/background1.jpg");
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

.add-services {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.service-box {
  padding: 20px;
  text-align: center;
  background-color: var(--white);
  border: 1px solid var(--primary-color);
  border-radius: 10px;
  transition: ease-in-out 0.3s;
}

.service-box:hover {
  background-color: var(--primary-color);
  color: var(--white);
}

.service-box:hover p {
  color: var(--white);
}

/* Footer Style */
footer {
  margin-top: auto; /* Push the footer to the bottom */
}

.list-inline-item:not(:last-child) {
  margin-right: 0;
}

.footer-list {
  padding-top: 32px;
}

.social:hover {
  transform: scale(1.2);
  background-color: #f0f0f0;
  transition: color 0.3s ease;
}

.social i {
  transition: color 0.3s ease;
  transform: scale(1.2);
  color: var(--primary-color);
}

.social:hover i {
  color: var(--primary-color);
}

.rounded-circle-1 {
  border-radius: 100% !important;
  padding: 7px 10px 7px 10px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.list-group-flush {
  padding-top: 8px;
  border-radius: 0;
}

.rounded-circle {
  width: 52px;
  height: 52px;
  border-radius: 26px !important;
  background-color: var(--white);
  padding: 8px;
  color: var(--primary-color);
}

.copyright {
  text-align: center;
  color: var(--white);
  background-color: var(--primary-color);
  margin: 0;
  border-top: 1px solid var(--grey);
}

.bi-check-circle {
  color: var(--primary-color);
}
