*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.services-section {
    background-color: black;
    
    color: white;
    text-align: center;
  }
  .service-item {
    text-align: center;
  }
  .views-view-responsive-grid__item{
    padding: 1px;
    margin: 10px;
    /* background-color: #333; */
    border-radius: 8px;
    transition: transform 0.3s;
  }
  .service-item i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #007bff;
  }
  
.region h2 {
    margin: 1.5rem 0;
    font-size: 1.3rem;
    font-weight: var(--h2-weight);
    line-height: 1.2;
    font-family: var(--h2-font);
    color: var(--primary-t-color);
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    color: #fff;
}
  
header .navbar-expand .navbar-brand img {
    width: 300px;
} 

.js-form-item input {
  width:400px;
   
}
.js-form-submit{
      background-color: #fca311;
    color: white;
    width: 200px;

}

.js-form-type-textfield {
    width: 50%;
    float: left;
    /* padding: .5rem !important; */
}


#contact-message-let-s-talk-form label {
    display: none;
}

.card:not(.no-hover):hover .our-text
{
        color: #f5f5f5;
    

}
/* Card layout - center content */
/* .swiper-slide .card {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  text-align: center;
} */
/* Card outer box */
.swiper-slide .card {
  width: 300px;             /* Adjust width if needed */
  height: 300px;            /* Make height same as width for square shape */
  background: #191919;      /* Dark background or use your theme */
  display: flex;
  flex-direction: column;
  justify-content: center;       /* Vertically center content */
  align-items: center;           /* Horizontally center content */
  text-align: center; /* Even spacing inside */
  padding: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}



/* Title - comes first */
.swiper-slide .card a:first-of-type {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 0.75rem;
  text-decoration: none;
}

/* Image - comes second */
.swiper-slide .card img {
  width: 100px;
  height: 100px;
  border-radius: 5%;
  object-fit: cover;
  background-color: #191919;
  padding: 5px;
  margin: 0 auto 0.75rem;
  display: block;
}

/* Portfolio Name / Label - comes third */
.swiper-slide .card a:last-of-type {
  display: inline-block;
  font-size: 14px;
  color: #d0d5de;
  background: #1111;
  padding: 0.3rem 0.7rem;
  border-radius: 20px;
  text-decoration: none;
  font-size:medium;
}

#skills .item {
  margin-bottom: 30px; /* control overall spacing */
} 

#skills h2
{
  color: black;
}
#skills .item .radial {
  margin-bottom: 0px !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
}

#skills .item span {
  display: inline-block;
  line-height: 1;
  font-size: 26px;
  margin-top: 9px;
}

#skills .item h4 {
  margin-top: -66px !important;
  padding-top: 0;
  font-size: 1.1rem;
  line-height: 1.2;
}

/* .contact-letstalk-block h4 {
  margin-bottom: 0px !important;
  font-size: 29px;
}

.contact-letstalk-block .custom-block-body p {
  margin-top: 0 !important;
} */

/* Hide submenus initially */
.submenu {
  display: none;
  list-style: none;
  padding-left: 15px;
}

/* Show submenu on hover */
.dropdown-item:hover .submenu {
  display: block;
}

/* Optional: Better spacing */
.submenu li {
  display: block;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}

.submenu li:hover {
  color: var(--primary-color);
}
 
.card img {
  width: 100%;
  height: auto;
  display: block;
}

.card {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.card-body, .card-footer {

  text-align: center;
}

.card-footer p {
  margin: 0;
  font-size: 14px;
}  
.form-wrapper input,
.form-wrapper textarea {
  width: 99%;
  padding: 10px 15px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-wrapper button {
  padding: 10px 20px;
  border: 2px solid orange;
  background-color: white;
  color: orange;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.form-wrapper button:hover {
  background-color: orange;
  color: white;
}

.gallery {
  position: relative;
}

.play-video {
  font-size: 60px;
  color: white;
  z-index: 2;
}


.sidebar-extra {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}
a.feed-icon {
  display: none;
}

.pager {
  display: flex;
  justify-content: center;
   margin-bottom: 50px;
}

.pager__items {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 5px;
}


.pager__item a {
  display: block;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;

  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.pager__item a:hover {

  border-color: #ccc;
}

.pager__item.is-active a {
  color: var(--primary-color); /* Highlight color (like your red) */
  border-color: var(--primary-color);
 
  font-weight: bold;
}
.pager__item--first,
.pager__item--last {
  display: none;
} 

.section-2 .pagination-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #0e0e0e; /* same black as section */
}

.form-required{
  font-size: 16px;
  text-align: left;
}
.search-form{
    width: 700px;           /* fixed width */
  margin: 0 auto;         /* auto left-right margin */
  margin-top:60px;
}
 .user-login-form{
    width: 400px;
  margin: 5rem auto;
} 
form.search-form + h2 {
  display: none !important;
}
.category-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 24px;
  height: 24px;
  font-size: 12px;
  border-radius: 50%;
  background-color: #e6e6e6;
  padding: 2px 6px;
  margin-left: 12px;
}

.hidden-seo-text {
  display: none;
}
.outer-link{
 text-decoration: underline !important;
    color: #333 !important;
}
.portfolio-card:hover{
    background: linear-gradient(to top right, white 10%, #fca311 30%, #fca311 100%);
    color:#fff;
}
.portfolio-card:hover h3 {
  color: #fff; 
 
}


 @media (max-width: 576px) {
  .card-footer p {
    font-size: 14px;          
    line-height: 1.6;            
    padding: 0 10px;            
    word-spacing: normal;       
    letter-spacing: normal;
    text-align: center;         
  }

  .card-body a {
    font-size: 16px;           
    word-spacing: normal;
    letter-spacing: normal;
  }
/* 
  .card {
    padding: 10px;
    min-height: auto;          
  } */
   .search-form{
  width: 100%;            /* full width on small screens */
  margin: 0 auto;         /* auto left-right margin */
  margin-top:60px;
}
} 
 .p{
  margin-top: 1px;
 }
 .more-link{
  text-align: center;
  margin-bottom: 30px;
  padding:6px;

 }
 .more-link a{
  background-color: #fca311 !important;
  text-align: center !important;
  color: white !important;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
 }
