
--------------------------------------------------------------*/
.services .service-item {
  background-color: white;
  padding: 40px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.services h2 {
    color: black;
}

.services .service-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}

.services .service-item .icon i {
  color: color-mix(in srgb, black, transparent 30%);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.services .service-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: color-mix(in srgb, black, transparent 95%);
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}

.services .service-item h3 {
  color: black;
  font-weight: 700;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  border-bottom: 4px solid color-mix(in srgb, black, transparent 90%);
  transition: 0.3s;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .service-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: color-mix(in srgb, #34699A, transparent 30%);
  font-weight: bold;
}

.services .service-item:hover .icon i {
  color: black;
}

.services .service-item:hover .icon:before {
  background: color-mix(in srgb, #34699A, transparent 50%);
}

.services .service-item:hover h3 {
  border-color: color-mix(in srgb, #34699A, transparent 10%);
  color: var(--heading-color);
}

.services .service-item:hover .readmore {
  color: var(--accent-color);
}
.call-to-action {
    background-color: transparent;
  }
  
  .call-to-action .container {
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    clip-path: inset(0 round 15px);
  }
  
  .call-to-action .container img {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    border-radius: 15px;
    overflow: hidden;
  }
  
  .call-to-action .container:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  
  .call-to-action .container .content {
    position: relative;
    z-index: 3;
  }
  
  .call-to-action h3 {
    color: white;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .call-to-action p {
    color: white;
    margin-bottom: 20px;
  }
  
  .call-to-action .play-btn {
    width: 94px;
    height: 94px;
    margin-bottom: 20px;
    background: radial-gradient(var(--accent-color) 50%, color-mix(in srgb, var(--accent-color), transparent 60%) 52%);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  
  .call-to-action .play-btn:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    animation-delay: 0s;
    animation: pulsate-btn 2s;
    animation-direction: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid color-mix(in srgb, var(--accent-color), transparent 20%);
    top: -15%;
    left: -15%;
    background: rgba(198, 16, 0, 0);
  }
  call-to-action .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 var(--default-color);
    z-index: 100;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .call-to-action .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 var(--default-color);
    z-index: 200;
    animation: none;
    border-radius: 0;
  }
  
  .call-to-action .play-btn:hover:after {
    border-left: 15px solid var(--accent-color);
    transform: scale(20);
  }
  
  .call-to-action .cta-btn {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 40px;
    text-decoration: none;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid white;
    color: white;
  }
  
  .call-to-action .cta-btn:hover {
    background: #34699A;
    border: 2px solid #34699A;
  }
  .contact .info-container {
    background-color: var(--accent-color);
    height: 100%;
    padding: 20px;
  }
  
  .contact .info-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
    color: var(--contrast-color);
    background-color: color-mix(in srgb, #34699A, transparent 90%);
  }
  
  .contact .info-item:last-child {
    margin-bottom: 0;
  }
  
  .contact .info-item i {
    font-size: 20px;
    color: #34699A;
    background-color: color-mix(in srgb, #34699A, transparent 80%);
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    margin-right: 15px;
  }
  
  .contact .info-item h3 {
    color: black;
    font-size: 20px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .contact .info-item p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
  }
  
  .contact .info-item:hover i {
    background: #73946B;
    color: white;
  }
  
  .contact .php-email-form {
    background-color: var(--surface-color);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    padding: 30px;
  }
  
  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form input[type=phone],
  .contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--default-color);
    background-color: var(--surface-color);
    border-color: color-mix(in srgb, var(--default-color), transparent 80%);
  }
  
  .contact .php-email-form input[type=text]:focus,
  .contact .php-email-form input[type=email]:focus,
  .contact .php-email-form input[type=phone]:focus,
  .contact .php-email-form textarea:focus {
    border-color: #34699A;
  }
  
  .contact .php-email-form input[type=text]::placeholder,
  .contact .php-email-form input[type=email]::placeholder,
  .contact .php-email-form input[type=phone]::placeholder,
  .contact .php-email-form textarea::placeholder {
    color: color-mix(in srgb, #34699A, transparent 70%);
  }
  
  .contact .php-email-form button[type=submit] {
    color: white;
    background: #73946B;
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .php-email-form button[type=submit]:hover {
    background: color-mix(in srgb, #73946B, transparent 20%);
    color: white;
  }
  .page-title {
    --default-color: #fff;
    --heading-color: #fff;
    color: var(--default-color);
    background-image: url('../images/contactnew1.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .page-title .heading {
    padding: 160px 0 80px 0;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  }
  
  .page-title .heading h1 {
    font-size: 38px;
    font-weight: 700;
  }
  
  .page-title nav {
    background-color: color-mix(in srgb, var(--default-color), transparent 92%);
    padding: 20px 0;
  }
  
  .page-title nav ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }
  
  .page-title nav ol a {
    color: color-mix(in srgb, var(--default-color), transparent 50%);
  }
  
  .page-title nav ol a:hover {
    color: var(--default-color);
  }
  
  .page-title nav ol li+li {
    padding-left: 10px;
  }
  
  .page-title nav ol li+li::before {
    content: "/";
    display: inline-block;
    padding-right: 10px;
    color: color-mix(in srgb, var(--default-color), transparent 50%);
  }
  .scrollable-dropdown {
    max-height: 250px; /* Adjust height as needed for ~7 items */
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  /* Optional: Smoother appearance on scrollbars (WebKit browsers) */
  .scrollable-dropdown::-webkit-scrollbar {
    width: 6px;
  }
  .scrollable-dropdown::-webkit-scrollbar-thumb {
    background-color: #34699A;
    border-radius: 3px;
  }
  .extra-services {
      display: flex;
      flex-wrap: wrap;
  
    
  }
  .services .cta-btn{
      font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      font-weight: 500;
      font-size: 16px;
      letter-spacing: 1px;
      display: inline-block;
      padding: 12px 40px;
      text-decoration: none;
      border-radius: 5px;
      transition: 0.5s;
      background-color: #34699A;
      margin: 10px;
      border: 2px solid white;
      color: white;
      margin-top: 20px;
    }      
  
    .services .cta-btn:hover {
      background: white;
      border: 2px solid #34699A;
      color: #34699A;
    }
    .footer {
      color: var(--default-color);
      background-color: white;
      font-size: 14px;
      position: relative;
    }
    
    .footer .footer-top {
      padding-top: 50px;
    }
    
    .footer .footer-about .logo {
      line-height: 1;
      margin-bottom: 25px;
    }
    
    .footer .footer-about .logo img {
      margin-right: 6px;
    }
    
    .footer .footer-about .logo span {
      color: var(--heading-color);
      font-size: 30px;
      font-weight: 700;
      letter-spacing: 1px;
      font-family: var(--heading-font);
    }
    
    .footer .footer-about p {
      font-size: 14px;
      font-family: var(--heading-font);
    }
    
    .footer .social-links a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid color-mix(in srgb, var(--default-color), transparent 50%);
      font-size: 16px;
      color: color-mix(in srgb, var(--default-color), transparent 50%);
      margin-right: 10px;
      transition: 0.3s;
    }
    
    .footer .social-links a:hover {
      color: var(--default-color);
      border-color: var(--default-color);
    }
    
    .footer h4 {
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding-bottom: 12px;
    }
    
    .footer .footer-links {
      margin-bottom: 30px;
    }
    
    .footer .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .footer .footer-links ul i {
      padding-right: 2px;
      font-size: 12px;
      line-height: 0;
    }
    
    .footer .footer-links ul li {
      padding: 10px 0;
      display: flex;
      align-items: center;
    }
    
    .footer .footer-links ul li:first-child {
      padding-top: 0;
    }
    
    .footer .footer-links ul a {
      color: color-mix(in srgb, var(--default-color), transparent 30%);
      display: inline-block;
      line-height: 1;
      text-decoration: none;
    }
    
    .footer .footer-links ul a:hover {
      color: var(--default-color);
    }
    
    .footer .footer-contact p {
      margin-bottom: 5px;
    }
    
    .footer .copyright {
      padding-top: 30px;
      padding-bottom: 30px;
      border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
      color: #34699A;
    }
    
    .footer .copyright p {
      margin-bottom: 0;
    }
    
    .footer .credits {
      margin-top: 4px;
      font-size: 13px;
    }
    .nav-link{
      margin-right: 37px;
    }
