@font-face {
  font-family: "helvetica";
  src: url("../font/helvetica.ttf");
}

@font-face {
  font-family: "urdu";

  src: url("../font/cocon-next-arabic.ttf");
  src: url("../font/AcuminVariableConcept.otf");
  src: url("../font/ArbFONTS-DG-Heaven-Regular.ttf");
}

body {
  margin: 0px;
  font-family: "urdu", helvetica, sans-serif;
}

/**
 * scrollbar style
 */
body::-webkit-scrollbar {
  width: 12px;
  font-family: urdu;
}

body::-webkit-scrollbar-track {
  background: #151d46;
  border-left: 1px solid #4ac4d3;
}

body::-webkit-scrollbar-thumb {
  background: #707070;
  border: 3px solid #151d46;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #5060b7;
}

* {
  font-family: "urdu", helvetica, sans-serif;
  transition-property: background-color, opacity, width, height;
  transition-duration: 400ms;
  transition-timing-function: ease-in-out;
}

*::-moz-selection {
  background-color: #4ac4d3;
  color: #151d46;
  opacity: 90%;
}

*::selection {
  background-color: #4ac4d3;
  color: #151d46;
  opacity: 90%;
}

.header {
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #151d46;
  font-size: 18px;
  text-align: center;
  color: #a6c9ff;
}

.header p {
  margin: 0px;
}

nav {
  min-height: 80px;
}

.primary_text {
  color: #4ac4d3;
}

.services-card {
  padding: 0px 30px 0px 30px;
}

.services-card:hover {
  background-color: #348e94;
  color: #ffffff;
}

.services-card:hover a {
  color: #ffffff;
}

.odd-section {
  background-color: #a6c9ff;
  margin: 90px 0px 0px 0px;
}

.even-section {
  background-color: #ffffff;
  margin: 90px 0px 0px 0px;
}

.details-section {
  background-color: #4ac4d3;
  margin: 5px 0px 0px 0px;
  padding: 80px 0px 80px 0px;
  color: #151d46;
}

.team-img-cover {
  width: 250px;
  height: 300px;
  border-radius: 12px;
  margin-bottom: 18px;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-img {
  width: 250px;
  height: 300px;
  border-radius: 12px;
  margin-bottom: 18px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (width < 1200px) {
  .team-img {
    width: 200px;
    height: 250px;
    border-radius: 12px;
    margin-bottom: 18px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (width < 600px) {
  .team-img {
    width: 250px;
    height: 300px;
    border-radius: 12px;
    margin-bottom: 18px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.wrap-text {
  margin: 20px 8% 20px 8%;
}

.bg-blur {
  box-shadow: 0px 2px 4px 0px rgba(100, 100, 100, 0.15);
  background-color: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.team {
  margin-bottom: 20px;
}

.lnk a {
  color: #495057;
  text-decoration: none;
}

.profile-img {
  border-radius: 30px;
  width: 64px;
  height: 64px;
  margin: 0px 20px 0px 0px;
}

.project-thumbnail {
  height: auto;
}

.card-header-green {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #4ac4d3;
  border-bottom: 1px solid #4ac4d3;
  color: #151d46;
}

.card img {
  margin: 6px 6px 0px 6px;
  height: 280px;
  border-radius: 6px;
  -o-object-fit: cover;
  object-fit: cover;
}

.social-link {
  margin: 0px 15px 0px 0px;
  color: #4ac4d3;
  text-decoration: none;
}

.social-link:hover {
  color: #4ac4d3;
}

.social-links {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
}

.social-links a {
  background-color: #4ac4d3;
  color: #151d46;
  line-height: 1;
  padding: 8px 0px;
  margin-right: 8px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 20px;
}

.social-links a:hover {
  opacity: 80%;
  color: #151d46;
}

.featurette-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.featurette-divider {
  margin: 5rem 0;
}

.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.05rem;
}

/* RESPONSIVE CSS */
@media (min-width: 40em) {
  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 1rem;
  }
}

@media (width <=600px) {
  .featurette-divider {
    margin: 1rem 0;
  }
}

.error_div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.error {
  margin: 0px 20px 20px 20px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  background-color: #ffffff;
}

/*
 * BUTTONS
 */
.btn-md-green {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px;
  background-color: #4ac4d3;
  color: #151d46;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  border: 1px solid #4ac4d3;
  font-weight: 600;
  text-align: center;
}

.btn-md-green:hover {
  opacity: 75%;
  color: #272727;
}

.btn-submit-green {
  min-width: 250px;
  height: 50px;
  border-radius: 4px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-bottom: 10px;
  background-color: #4ac4d3;
  border: 0px;
  border-left: 3px solid #4ac4d3;
  color: #151d46;
  font-weight: 600;
}

.btn-submit-green:hover {
  opacity: 80%;
}

.btn-lg-green-outline {
  min-width: 250px;
  height: 50px;
  border-radius: 3px;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 0px;
  border-left: 3px solid #4ac4d3;
  color: #4ac4d3;
  font-weight: 600;
}

.btn-md-green-secondary {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px;
  background-color: #ffffff;
  color: #4ac4d3;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  border: 1px solid #ffffff;
  font-weight: 600;
  text-align: center;
}

.btn-md-green-secondary:hover {
  opacity: 75%;
  color: #272727;
}

.btn-sm-green-rounded {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  background-color: #4ac4d3;
  color: #151d46;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  border: 1px solid #4ac4d3;
  font-weight: 600;
  text-align: center;
}

.btn-sm-green-rounded:hover {
  color: #151d46;
  opacity: 70%;
}

.btn-sm-green {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border-radius: 6px;
  background-color: #ffffff;
  color: #4ac4d3;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  border: 1px solid #4ac4d3;
  font-weight: 600;
  text-align: center;
}

.btn-sm-green:hover {
  background-color: #4ac4d3;
  color: #F8F8F8;
}

.btn-md-green-outline {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  border-radius: 30px;
  background-color: #ffffff;
  color: #4ac4d3;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  border: 2px solid #4ac4d3;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}

.btn-md-green-outline:hover {
  opacity: 75%;
  background-color: #4ac4d3;
  color: #151d46;
}

input::file-selector-button {
  background-color: #4ac4d3;
  border: 1px solid #4ac4d3;
  border-radius: 4px;
  color: #151d46;
  cursor: pointer;
  font-weight: 400;
  margin: 5px 20px 15px 0px;
}

input::file-selector-button:hover {
  opacity: 80%;
}

.dropdown-item {
  border-radius: 0.25rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #151d46;
  background-color: #4ac4d3;
}

.acc-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #272727;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0px;
  overflow-anchor: none;
}

.acc-button:not(.collapsed) {
  color: #4ac4d3;
  background-color: #F8F8F8;
  box-shadow: none;
}

.acc-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300b982'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.acc-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
}

.btt {
  color: #151d46;
  background-color: #4ac4d3;
  font-size: 32px;
  line-height: 0;
  visibility: hidden;
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.btt.active {
  visibility: visible;
}

.btt:hover {
  color: #151d46;
  background-color: #5060b7;
}

/* Responsive adjustments for back to top button */
@media (max-width: 600px) {
  .btt {
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    font-size: 28px;
  }
}

.hiddenDown {
  opacity: 0;
  filter: blur(3px);
  transform: translateY(-10px);
  transition: all 0.7s ease-in-out;
}

.hiddenLeft {
  opacity: 0;
  filter: blur(3px);
  transform: translateX(-10px);
  transition: all 0.7s ease-in-out;
}

.hiddenRight {
  opacity: 0;
  filter: blur(3px);
  transform: translateX(10px);
  transition: all 0.7s ease-in-out;
}

.hiddenText {
  opacity: 0;
  filter: blur(3px);
  transition: all 0.7s ease-in-out;
}

.col:nth-child(2) {
  transition-delay: 200ms;
}

.col:nth-child(3) {
  transition-delay: 300ms;
}

.show {
  opacity: 1;
  filter: blur(0);
  transform: translate(0px);
}

.btn-whatsapp-3d {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 350px;
  max-width: 100%;
  height: 70px;
  padding: 0 30px;
  border-radius: 35px;
  background: linear-gradient(145deg, #25d366, #1ebe57);
  color: white;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: none;
  box-shadow:
    0 15px 30px rgba(37, 211, 102, 0.7),
    0 10px 10px rgba(0, 0, 0, 0.3),
    inset 0 -6px 8px rgba(255, 255, 255, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: none;
  cursor: pointer;
  user-select: none;
  animation: float 3s ease-in-out infinite;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: flex;
}

.btn-whatsapp-3d::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 80%;
  height: 15px;
  background: rgba(37, 211, 102, 0.5);
  filter: blur(8px);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  animation: shadowPulse 3s ease-in-out infinite;
}

.btn-whatsapp-3d:hover,
.btn-whatsapp-3d:focus {
  box-shadow:
    0 14px 28px rgba(37, 211, 102, 0.8),
    0 8px 8px rgba(0, 0, 0, 0.3),
    inset 0 -6px 8px rgba(255, 255, 255, 0.4);
  transform: translateY(-4px);
  color: white;
  text-decoration: none;
}

.btn-whatsapp-3d:active {
  box-shadow:
    0 6px 12px rgba(37, 211, 102, 0.4),
    0 4px 4px rgba(0, 0, 0, 0.15),
    inset 0 -2px 4px rgba(255, 255, 255, 0.2);
  transform: translateY(2px);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@keyframes shadowPulse {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 0.8;
  }
}

@media (max-width: 600px) {
  .btn-whatsapp-3d {
    min-width: 100%;
    font-size: 1rem;
    height: 45px;
    padding: 0 15px;
  }
}
