



@font-face {
    font-family: 'Raleway-Regular';
    src: url('../webfonts/Raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
                            
.heading-taxt {
    font-family: 'Raleway-Regular' !important;
    color: white !important;
    font-weight: bold;
    margin-top: -40px ;
}


body{
    font-family: 'Raleway-Regular', !important;
}

.about-head {
    font-size: 30px !important;
}

.about-title {
    font-size: 20px !important;
    line-height: 30px;
}

.choose-head {
    font-size: 20px !important;
    line-height: 30px;
}

.choose-service {
    font-size: 20px !important;
}

.service-head {
    font-size: 30px !important;
    line-height: 36px   !important;
}

.team-head {
    font-size: 20px !important;
}

.image-team img{

  width: 60%;
}

.process-head{
    font-size: 20px !important;
    width: 100% !important;
}

.testimonial-head{
    font-size: 20px !important;
    font-weight: 600;
    
}

.faq-head{
    font-size: 25px !important;
    line-height: 35px  !important;
}

.last-sec{
    font-size: 25px !important;
    line-height: 35px  !important;
}

.service-two-head{
    font-size: 30px !important;
    line-height: 40px  !important;
}

.swiper-four__info button.active{
    color: rgba(21, 19, 20, 0.2509803922) !important;
    
}
.swiper-four__info button:hover {
    border: 2px solid var(--heading-color) !important;
    color: var(--heading-color) !important;
}

.swiper__info button.active{
    color: var(--border) !important;
}
.swiper__info button:hover {
    
    color: var(--heading-color) !important;
}

.slogan{
padding-top: 20px;
    color: white;
}

.footer__item h3{

    font-size: 22px !important;
    font-family: '
}



.testimonial-sec {
  object-fit: cover;

  

    border-radius: 50% !important;
    border: 1px solid #363636 !important;
}

/* .team-four__item{
    text-align: center;
    padding-top: 20px;
} */


/* Loader container */
#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95); /* Light overlay */
    z-index: 10000; /* Ensure it's above other elements */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Full-screen overlay */
  .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  
  /* Spinner container */
  .spinner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px; /* Spacing between logo and circles */
    z-index: 1001;
  }
  
  /* Circles for animation */
  .spinner .circle {
    width: 18px;
    height: 18px;
    background-color: #ff5733; /* Vibrant orange */
    border-radius: 50%;
    animation: scaleUp 1.5s infinite;
  }
  
  /* Delay for circle animations */
  .spinner .circle:nth-child(2) {
    animation-delay: 0.3s;
  }
  .spinner .circle:nth-child(3) {
    animation-delay: 0.6s;
  }
  .spinner .circle:nth-child(4) {
    animation-delay: 0.9s;
  }
  
  /* Scale animation for circles */
  @keyframes scaleUp {
    0%, 80%, 100% {
      transform: scale(0);
    }
    40% {
      transform: scale(1);
    }
  }
  
  /* Logo styling */
  .logo-overlay img {
    width: 120px; /* Adjust logo size */
    height: auto;
    animation: pulse 1.5s infinite;
  }
  
  /* Logo pulse animation */
  @keyframes pulse {
    0%, 100% {
      opacity: 0.3;
    }
    50% {
      opacity: 1;
    }
  }

  .tax-sec{
    font-size: 20px!important;
    line-height: 30px!important;
    
  }
  

  .contact-head{
    font-family: 'Raleway-Regular' !important;
    color: #361265 !important;
  }

  .contact-head h1 {
    color: #361265 !important;
  } 

  .contact-head p {
    color: black !important;
  }

  .banner-two-area-1 {

    overflow: hidden;
    padding-top: 150px;
    padding-bottom: 100px;
  }

  .about-head h1{
    color: #361265 !important;
    font-size: 30px;
    padding-top: 20px ;
  }

  .about-head p{
    color: black !important;
    font-size: 18px !important;
  }


  /* SINGLE BLOG SECTION CSS */


  h2, h3, h4 {
    color: #007bff;
}

.image-section img {
    width: 100%;
    object-fit: cover;
    height: 50%;
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}

.quote {
    font-style: italic;
    background-color: #f9f9f9;
    padding: 15px;
    border-left: 5px solid #007bff;
    margin: 20px 0;
}

.list-group-item {
    background-color: #f9f9f9;
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 12px 15px;
}

.list-group-item:last-child {
    border-bottom: none;
}

.section {
    margin-bottom: 30px;
}

.section h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.section p {
    font-size: 1rem;
}

.text-center {
    text-align: center;
}

@media (max-width: 768px) {
    .section h4 {
        font-size: 1.25rem;
    }

    .section p {
        font-size: 0.9rem;
    }

    .quote {
        font-size: 0.95rem;
    }

    .list-group-item {
        font-size: 0.9rem;
    }
}