body {
    font-family: Arial, sans-serif;
} 
.navbar{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
    z-index: 1000;
    background-color: white;
    box-shadow: 0px 0px 2px 1px grey;
}
  .btn {
    padding: 0.5em 1.5em;
    color: black;
    cursor: pointer;
    transition: 0.1s;
  }
  
  .btn:hover {
    background: #fff3;
  }
  
  .btn:nth-child(1):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 2 8 73.3 8 10.7;
  }
  
  .btn:nth-child(2):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 12.6 9.5 49.3 9.5 31.6;
  }
  
  .btn:nth-child(3):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 24.5 8.5 27.5 8.5 55.5;
  }
  
  .btn:nth-child(4):hover ~ svg .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 34.7 6.9 10.2 6.9 76;
  }
  
  .btn:hover ~ .outline .rect {
    stroke-dashoffset: 0;
    stroke-dasharray: 0 0 10 40 10 40;
    transition: 0.5s !important;
  }
  .profile a{
    color: black;
    animation-duration: 1s;
  }

  .button {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border-width: 0;
    padding: 0 4px 6px;
    min-width: 7em;
    box-sizing: border-box;
    background: transparent;
    font: inherit;
    cursor: pointer;
    font-weight: bold;
}

.button-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 0;
    padding: 4px 8px;
    transform: translateY(0);
    text-align: center;
    color: #fff;
    text-shadow: 0 -1px rgba(0, 0, 0, .25);
    transition-property: transform;
    transition-duration: .2s;
    -webkit-user-select: none;
    user-select: none;
}

.button:active .button-top {
    transform: translateY(4px);
}

.button-top::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 3px;
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    background-image: radial-gradient(#FA2226, #FA2226);
    text-align: center;
    color: #fff;
    box-shadow: inset 0 0 0px 1px rgba(255, 255, 255, .2), 0 1px 2px 1px rgba(255, 255, 255, .2);
    transition-property: border-radius, padding, width, transform;
    transition-duration: .2s;
}

.button:active .button-top::after {
    border-radius: 4px;
    padding: 0 1px;
}

.button-bottom {
    position: absolute;
    z-index: -1;
    bottom: 2px;
    left: 2px;
    border-radius: 6px / 12px 12px 6px 6px;
    padding-top: 4px;
    width: calc(100% - 4px);
    height: calc(100% - 6px);
    box-sizing: content-box;
    background-color: #803;
    background-image: radial-gradient(4px 8px at 4px calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(4px 8px at calc(100% - 4px) calc(100% - 8px), rgba(255, 255, 255, .25), transparent), radial-gradient(16px at -4px 0, white, transparent), radial-gradient(16px at calc(100% + 4px) 0, white, transparent);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5), inset 0 -1px 3px 3px rgba(0, 0, 0, .4);
    transition-property: border-radius, padding-top;
    transition-duration: .2s;
}

.button:active .button-bottom {
    border-radius: 8px 8px 6px 6px / 6px;
    padding-top: 0;
}

.button-base {
    position: absolute;
    z-index: -2;
    top: 2px; 
    left: 0;
    border-radius: 10px;
    width: 100%;
    height: calc(100% - 2px);
    background-color: rgba(0, 0, 0, .15);
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, .75), inset 0 2px 2px rgba(0, 0, 0, .25);
}
.danger{
    color: #FA2226;
}
.current:hover{
    transition: .5s ease all;
    color: #fa222676;
}

.profile-img{
    border-radius: 50%;
}

.hero-section {
    background: url('../images/Group\ 4.png') no-repeat center center;
    background-size: cover;
    color: black;
    text-align: center;
    padding: 100px 20px;
    margin-top: 60px;
}
.hero-section h1 {
    font-size: 2.7rem;
    margin-bottom: 20px;
    font-weight: bolder;
}
.hero-section p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.explore{
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    padding-block: 0.5rem;
    padding-inline: 1.25rem;
    background-color: #FA2226;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ffff;
    gap: 10px;
    font-weight: bold;
    border: 3px solid #ffffff4d;
    outline: none;
    overflow: hidden;
    font-size: 15px;
  }
  
  .icon {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out;
  }
  
  .explore:hover {
    transform: scale(1.05);
    border-color: #fff9;
  }
  
  .explore:hover .icon {
    transform: translate(4px);
  }
  
  .explore:hover::before {
    animation: shine 1.5s ease-out infinite;
  }
  
  .explore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 30%,
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
  }
  
  @keyframes shine {
    0% {
      left: -100px;
    }
  
    60% {
      left: 100%;
    }
  
    to {
      left: 100%;
    }
  }
  .testimony {
    background-color:  #E8D8D8;
    padding: 50px 5%;
  }
  
  .testimonial-section {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    /* The background container remains static */
  }
  
  .testimonial-content {
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  
  .quote-icon {
    font-size: 40px;
    color: #ff4b4b;
  }
  
  .highlight-text {
    color: #ff4b4b;
    font-size: 24px;
    font-weight: bold;
  }
  
  .testimonial-text {
    font-size: 16px;
    margin-top: 20px;
  }
  
  .testimonial-image {
    border-radius: 10px;
    margin-top: 20px;
    height: 300px;
    width: auto;
  }
   
  
.service-card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s;
}
.service-card:hover {
  transform: translateY(-5px);
}
.service-icon {
  width: 50px;
  height: 50px;
}
.service-title {
  font-size: 1.25rem;
  font-weight: bold;
}
.service-description {
  font-size: 0.9rem;
  color: #555;
}
.cta {
  border: none;
  background: none;
  cursor: pointer;
  color: #FA2226; 
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;
  color: #FA2226;
}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
  color: #FA2226;
}

.cta:hover svg {
  transform: translateX(0);
  color: #FA2226;
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  padding-bottom: 20px;
  color: #FA2226;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #FA2226;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.partners-section {
    background-color: #fce4e4;
    padding: 20px;
    text-align: center;
}
.partner-logo {
    margin: 10px;
    border-radius: 50%;
}
.contact{
   background-color:  #E8D8D8;
}
.contact a{
    color: black;
}
.contact a:hover{
    transition: .5s ease all;
    color: #FA2226;
}

.contact-info i {
    font-size: 1.5rem;
    color: white;
}
.contact-info p {
    margin: 0;
    font-size: 1rem;
} 
.form-input {
    background-color: #FA22261A;
    border: 1px solid #d9534f;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
}
.btn-send {
    background-color: #d9534f;
    color: white;
    border: none;
}
.footer {
    background-color: white;
    padding: 20px 0;
}
.footer h5{
    font-weight: bolder;
}
.footer .footer-logo img {
    max-width: 150px;
}
.footer .footer-links {
    list-style: none;
    padding: 0;
}
.footer .footer-links li {
    margin-bottom: 10px;
}
.footer .footer-links a {
    color: #000;
    text-decoration: none;
}
.footer .footer-links a:hover {
    transition: .5s ease all;
    text-decoration: underline;
    color: red;
}
.footer .dropdown-content {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
  }
  
  .footer .dropdown-content li {
    margin-bottom: 10px;
  }
  
  .footer .dropdown-content a {
    color: #000;
    text-decoration: none;
  }
  
  .footer .dropdown-content a:hover {
    transition: 0.5s ease all;
    text-decoration: underline;
    color: red;
  }
  
  .footer .dropdown-heading {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer .dropdown-heading::after {
    content: "+";
    font-size: 1.2em;
  }
  
  .footer .dropdown-heading.active::after {
    content: "-";
  }
  .fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  .fade-in.active {
    opacity: 1;
    transform: translateY(0);
  }
  
  @media (min-width: 768px) {
    .footer .dropdown-content {
      max-height: none;
    }
  
    .footer .dropdown-heading::after {
      display: none;
    }
  }
  
@media screen and (max-width:585px){
    .hero-section h1 {
        font-size: 1.7rem;
        margin-bottom: 20px;
        font-weight: bolder;
    }
    .hero-section p {
        font-size: .9rem;
        margin-bottom: 30px;
    }
    .footer-logo{
        margin-top: 20px;
    }
    .testimonial-image {
      height: 250px;
      width: auto;
  }
}