/********** Template CSS **********/
:root {
  --primary: #000096;
  --secondary: #C80000;
  --light: #F2F2F2;
  --dark: #111111;
  --grey: grey;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Barlow", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  transition: .5s;
  font-size: 12px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
}

/*** Navbar ***/
section {
  scroll-margin-top: 80px;
}

#logo_head,
h2 {
  font-size: 23px;
  font-weight: 700;
  color: var(--secondary);
}

#logo_head,
h2 span {
  color: var(--primary);
}

.navbar-light .navbar-nav .nav-link {
  margin-right: 50px;
  padding: 25px 0;
  color: black;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  outline: none;
}

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


@media (max-width: 991.98px) {
  .navbar-light .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar-light .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
  height: 75px;
}

.navbar-light.sticky-top {
  top: -100px;
  transition: .5s;
}

@media (min-width: 992px) {
  .navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}


/*** Header ***/
#carousel-height {
  min-height: 20vh;
}

.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .7);
  z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

section {
  scroll-margin-top: 20px;
}

#about-section {
  margin-bottom: 150px;
}

.aboutus-section {
  margin-top: 10px;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  font-style: italic;
}

.aboutus-text {
  margin-top: 30px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  ;
}

.about-container {
  margin-top: 40px;
}

#shopus-section {
  margin-top: 200px;
}

.shop-now {
  font-size: 35px;
}

#pro-sec {
  margin-top: 40px;
}

.pro-text {
  font-family: "Barlow", sans-serif;
  font-style: italic;
  font-size: 22px;
  position: relative;
  bottom: 20px
}

#pro-container {
  position: relative;
  left: 50px;
}

#tool {
  position: relative;
  margin-bottom: 50px;
}

.booking {
  background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../assets/imgs/ai\ touch.jpg) center center no-repeat;
  background-size: cover;
}

#protext-2 {
  position: relative;
  bottom: 20px;
  font-size: 40px;

}

.btn-transition {
  transition: all 0.3s ease;
  /* Smooth transition for all properties */
}

.btn-transition:active {
  transform: scale(0.95);
  /* Button will shrink slightly when clicked */
  background-color: #5a6268;
  /* You can adjust color change when clicked */
}

.techspec-heading {
  font-size: 22px;
  display: inline-block;
  border-bottom: 3px solid #000096;
  padding-bottom: 10px;
  font-style: italic;
  position: relative;
  left: 50px;
}

.our-portfolio {
  padding-top: 120px;
  margin-top: 0px;
  margin-bottom: 200px;
}

.our-portfolio .section-heading h2 {
  text-align: center;
  margin: 0px 90px 0px 90px;
  margin-bottom: 140px;
  position: relative;
  z-index: 1;
}

.our-portfolio .item {
  position: relative;
}

.our-portfolio .item:hover .hidden-content {
  top: -100px;
  opacity: 1;
  visibility: visible;
}

.our-portfolio .item:hover .showed-content {
  top: 90px;
}
#show-con{
   font-size: 15px;
   margin-top: 25px;
}
.our-portfolio .hidden-content {
  background: rgb(255, 77, 30);
  background: linear-gradient(105deg, rgba(255, 77, 30, 1) 0%, rgba(255, 44, 109, 1) 100%);
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  opacity: 0;
  top: 0;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  transition: all 0.5s;
}

.our-portfolio .hidden-content:after {
  width: 20px;
  height: 20px;
  position: absolute;
  background: rgb(255, 77, 30);
  content: '';
  left: 50%;
  bottom: -8px;
  margin-left: -5px;
  transform: rotate(45deg);
  background: linear-gradient(105deg, rgba(255, 52, 69, 1) 0%, rgba(255, 51, 78, 1) 100%);
  z-index: -1;
}

.our-portfolio .hidden-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.our-portfolio .hidden-content p {
  color: #fff;
}

.our-portfolio .showed-content {
  top: 0px;
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}

.our-portfolio .showed-content img {
  max-width: 100px;
}

/* footer section starts */
.footer {
  min-height: auto;
  padding-top: 0;
  background: rgb(0, 1, 43);
  margin-top: 200px;
}

.footer .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .box-container .box {
  flex: 1 1 20rem;
  margin: 2.5rem;
}

.footer .box-container .box h3 {
  font-size: 1.2rem;
  color: #fff;
  padding-bottom: 1rem;
  font-weight: normal;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .footer .box-container .box {
    flex: 1 1 15rem; /* Reduce the box size for medium screens */
    margin: 1.5rem;  /* Adjust margin */
  }
}

@media (max-width: 768px) {
  .footer .box-container {
    flex-direction: column; /* Stack boxes vertically */
    align-items: center;    /* Center the boxes */
  }
  
  .footer .box-container .box {
    flex: 1 1 100%; /* Full-width boxes for smaller screens */
    margin: 1rem;   /* Reduce margin */
  }
}

@media (max-width: 480px) {
  .footer .box-container .box h3 {
    font-size: 1rem;  /* Reduce font size for smaller screens */
  }

  .footer .box-container .box {
    margin: 0.5rem;   /* Further reduce margin */
  }
}

/* #quick-links{
  position: relative;
  left: 160px;
}

#get-in-touch{
  position: relative;
  left: 100px;
}
#contact-info{
  position: relative;
  left:80px;
} */
.footer .box-container .box p {
  font-size: 1rem;
  color: #ccc;
  padding: 0.7rem 0;
  text-transform: none;
}

.footer .box-container .box p i {
  padding-right: 1rem;
  color: red;
}

.footer .box-container .box a {
  font-size: 1rem;
  color: rgb(238, 238, 238);
  padding: 0.3rem 0;
  display: block;
}

.footer .box-container .box a:hover {
  color: red;
}

.footer .box-container .box .share {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}

.footer .box-container .box .share a {
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.7rem;
  margin-right: 1rem;
  transition: 0.2s;
  background: rgb(230, 230, 230);
  color: #02094b;
  border: none;
}

.footer .credit {
  padding: 1rem ;
  text-align: center;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #fff;
  border-top: 0.1rem solid #fff3;
}

.footer .credit a {
  color: red;
}

.footer .fa {
  color: #e90606;
  margin: 0 0.3rem;
  font-size: 1rem;
  animation: pound 0.35s infinite alternate;
}

@-webkit-keyframes pound {
  to {
    transform: scale(1.1);
  }
}

@keyframes pound {
  to {
    transform: scale(1.1);
  }
}

@media (max-width: 450px) {
  .footer .box-container .box {
    margin: 1.5rem;
  }

  .footer .box-container .box p {
    padding: 0.7rem;
  }

  .footer .box-container .box .share a {
    padding: 1.2rem;
  }
}

.technical-specifications {
  padding: 50px 0;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  color: #444;
  margin-bottom: 30px;
}

.spec-item {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 15px;
  transition: transform 0.3s ease;
}

.spec-item:hover {
  transform: translateY(-10px);
}

.spec-title {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

.small-text {
  font-size: 14px;
  margin-top: 20px;
  color: #888;
}

/* Custom layout */
.d-flex {
  display: flex;
  justify-content: space-between;
}

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

/* Dropdown Menu Animation */
.animated-dropdown {
  opacity: 0; /* Start invisible */
  transform: translateY(-10px); /* Start slightly above */
  transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition */
  
}

/* Show dropdown with animation */
.dropdown.show .animated-dropdown {
  opacity: 1; /* Fully visible */
  transform: translateY(0); /* Slide into place */
}

/* Dropdown Item Styling */
.dropdown-item {
  padding: 10px 25px;
  color: #212529;
  transition: background-color 0.2s ease, color 0.2s ease;
}

