/* Dropdown Button */
.dropbtn {
  background-color: #ffffff;
  color: rgb(100, 100, 100);
  padding: 9px;
  font-size: 15px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  /* position: absolute; */
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;

  padding: 12px 12px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #5e10ee;
  color: rgb(255, 255, 255);
}

.container {
  overflow: hidden;
}
.right-col iframe {
  margin-top: -62px;
}
.right-coll iframe {
  margin-top: -200px;
}

.hover-underline:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.button-banner {
  background-color: #007bf6;
  width: 40%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  right: 2%;
}

@media (max-width: 1024px) {
  .button-banner {
    display: none;
  }
}

.button-banner h1 {
  font-size: large;
  color: white;
  margin-top: 1rem;
  margin-left: 1rem;
  text-decoration: underline;
}

.button-banner .button-banner-buttons {
  display: flex;
  flex-direction: row;
  width: fit-content;
  height: fit-content;
  margin-top: 2rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.button-banner .button-banner-buttons a {
  font-size: 1rem;
  color: white;
  margin-left: 1rem;
  margin-right: 1rem;
  text-decoration: none;
}

.button-banner .button-banner-buttons a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.details-section {
  background-image: url('../img/details-bg.png');
  background-position: center 0px;
}

.details-section2 {
  background-image: url('../img/details-bg2.png');
  background-position: center 0px;
}

.details-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 3rem 0 3rem;
}

.details-heading .details-title {
  font-size: 4rem;
  font-weight: 700;
  background-image: linear-gradient(90deg, #007bf6, #5600f6);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100%;
}

.details-heading h2 {
  font-size: 1.3rem;
  font-weight: 100;
  color:#757575
}

.details-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.details-container iframe {
  border: 1px rgba(153, 153, 153, 0.411) solid;
  box-shadow: 8px 12px 21px -8px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 8px 12px 21px -8px rgba(0, 0, 0, 0.5);
}

.details-column {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 25rem;
  height: fit-content;
  padding: 1rem 1rem 1rem 1rem;
  border-radius: 1rem;
  border: #999999 1px solid;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
}

.details-column img {
  width: 5rem;
  height: 5rem;
}

.details-column h1 {
  font-size: 2rem;
  color: black;
  text-align: center;
  margin: 1rem 0 1rem 0;
}

.details-column p {
  font-size: 1rem;
  color: #424242;
  font-weight: 300;
}

.cta-section {
  display: flex;
  flex-direction: column;
  height: fit-content;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem 0 0 0;
  /* border-top: 1px black solid;
  border-bottom: 1px black solid; */
  box-shadow: 0px 12px 50px -10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 12px 50px -10px rgba(0, 0, 0, 0.5);
}

.client-image {
  height: auto;
  width: 10%;
  filter: grayscale(0);
  transform: scale(1);
  transition: all 0.25s ease-in-out;
  margin: 0 2rem;
}

.client-image-big {
  height: 70%;
  width: auto;
  filter: grayscale(0);
  transform: scale(1);
  transition: all 0.25s ease-in-out;
  margin: 0 2rem;
}

.client-image:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.client-image-big:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.cta-container {
  display: flex;
  flex-direction: column;
  width: 40%;
  color: white;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.cta-button {
  height: fit-content;
  width: fit-content;
  padding: 10px 50px;
  background-color: black;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: normal;
  border-radius: 100rem;
  border: black 1px solid;
  color: white;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.cta-button:hover {
  background-color: white;
  color: black;
}

.clients-container {
  display: flex;
  flex-direction: row;
  height: 6rem;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: #2487ce;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-video .content p:last-child {
  margin-bottom: 0;
}

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid #2487ce;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


.contact-section {
  text-align: center;
  color: #ffffff; /* White text for contrast */
  font-family: 'Arial', sans-serif;
  margin: 0 auto; /* Center alignment */
}

.contact-heading {
  font-size: 24px;
  font-weight: 700;
}

.contact-description {
  font-size: 18px;
  line-height: 1.6;
}

.contact-us-button {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff; /* White text for the button */
  background-color: #0056b3; /* Darker blue button */
  padding: 10px 40px;
  border-radius: 30px; /* Fully rounded button */
  text-decoration: none; /* No underline */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Subtle shadow */
  transition: all 0.3s ease; /* Smooth transition */
}


.request-video-button {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #0056b3; 
  background-color: #ffffff;
  padding: 10px 40px;
  border-radius: 30px; /* Fully rounded button */
  text-decoration: none; /* No underline */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Subtle shadow */
  transition: all 0.3s ease; /* Smooth transition */
}

.contact-us-button:hover {
  background-color: #004494; /* Slightly darker blue on hover */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3); /* Enhanced shadow on hover */
}

/* Dropdown Container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Button Styling */
.dropdown-button {
  background-color: #007bff; /* Matches the vibrant blue theme */
  color: #ffffff;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dropdown-button:hover {
  background-color: #0056b3; /* Slightly darker blue on hover */
}

/* Dropdown Menu Styling */
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.9); /* Dark, semi-transparent background */
  min-width: 200px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  z-index: 1000;
  overflow: hidden;
}

/* Dropdown Menu Items */
.dropdown-menu a {
  color: #ffffff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: all 0.2s ease;
  font-size: 15px;
  font-family: Arial, sans-serif;
}

.dropdown-menu a:hover {
  background-color: #007bff; /* Matches button hover effect */
  color: #ffffff;
}

/* Show Dropdown on Hover */
.dropdown:hover .dropdown-menu {
  display: block;
}
