.faq-one__form .wpcf7-response-output{
    color:white;
}
.meta-css{
    margin-bottom: 30px;
}
.sidebar-image li .img-box img {
    width: 100%;
    height: 90px;
}
.blog-img img{
    height:250px;
}


.pagination-wrapper {
    text-align: center;
    margin-top: 40px;
}


.pagination-wrapper .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 10px 16px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}


.pagination-wrapper .page-numbers.current {
    background: #3b8ab0;  
    color: #fff;
    border-color: #3b8ab0;
    font-weight: 600;
}


.pagination-wrapper .page-numbers:hover {
    background: #3b8ab0;
    color: #fff;
    border-color: #3b8ab0;
}


.pagination-wrapper .page-numbers.prev,
.pagination-wrapper .page-numbers.next {
    padding: 10px 14px;
    font-size: 14px;
}



.content{
  box-sizing: border-box;
  max-width: var(--max-width);
 
 
  background: linear-gradient(180deg, var(--card), rgba(255,255,255,0.6));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  color: var(--text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content > * + * {
  margin-top: calc(var(--flow-gap) * 1.1);
}


.content h1,
.content h2,
.content h3,
.content h4 {
  color: var(--text);
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.content h1 { font-size: 28px!important; }
.content h2 { font-size: 26px!important; }
.content h3 { font-size: 24px!important; }
.content h4 { font-size: 22px!important; }
.content h5 { font-size: 20px!important; }
.content h6 { font-size: 18px!important; }

.content .wp-block-heading {
  padding: 15px 0;
  border-bottom: 2px solid rgba(47,133,90,0.08);
}

.content p {
  color: #122131;
  margin: 0 0 0.85rem 0;
  font-size:16px!important;
  margin-bottom: 15px!important;
}

.content ol.wp-block-list,
.content ul.wp-block-list {
  padding-left: 1.1rem;
  margin: 0.5rem 0;
}

.content ol.wp-block-list li,
.content ul.wp-block-list li {
  margin: 0.35rem 0;
}


.content a {
  color: var(--accent);
  text-decoration: none;
  border-bottom: 2px dashed rgba(47,133,90,0.12);
  transition: color .18s ease, border-color .18s ease;
}

.content a:hover,
.content a:focus {
  color: var(--accent-2);
  border-bottom-color: rgba(183,121,31,0.22);
  outline: none;
}


.content ul { margin-left: 1.15rem; }
.content ul li { margin: .45rem 0; }


.content .callout {
  display: block;
  background: linear-gradient(180deg, rgba(47,133,90,0.03), rgba(183,121,31,0.02));
  border-left: 4px solid rgba(47,133,90,0.12);
  padding: 12px 14px;
  margin: 10px 0;
  border-radius: 8px;
  color: var(--muted);
}

.content .timeline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.content .timeline li {
  padding: 12px 0;
  border-top: 1px dashed var(--border);
}

.content .btn {
  display: inline-block;
  background: linear-gradient(180deg, var(--accent), rgba(47,133,90,0.92));
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 6px 18px rgba(47,133,90,0.08);
  transition: transform .12s ease, box-shadow .12s ease;
}

.content .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(47,133,90,0.12);
}


.content small,
.content .meta {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  margin-top: .6rem;
}


.content a:focus,
.content .btn:focus {
  outline: 3px solid rgba(47,133,90,0.18);
  outline-offset: 3px;
}

@media (max-width: 720px) {
  :root { --max-width: 100%; }
  .content {
    margin: 18px;
    padding: 18px;
    font-size: 15px;
    border-radius: 10px;
  }
  .content h1 { font-size: 1.4rem; }
  .content h2 { font-size: 1.15rem; }
}

@media print {
  .content { box-shadow: none; border: none; background: #fff; color: #000; }
  .content a { text-decoration: underline; color: #000; border-bottom: none; }
}


.blog-content-box{
    min-height: 325px;
}

.service-form{
    margin-left: 0px!important; 
    margin-top: 50px!important;
}

.content ul {
  list-style: none;
  padding-left: 0;
}

.content ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.content ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2ecc71;
  font-weight: bold;
}

.service-custom {
    padding: 60px 0px 30px!important;
}
.portfolio .gallery-head{
  font-size: 44px;
  margin-bottom: -20px;
}
.portfolio{
  padding:30px 0!important;
}
.serv-cst{
  justify-content: center;
}
.serv-cst img {
    width: 100%;
    height: 490px!important;
    object-fit: cover;
}

.cus-frnt-blg img {
   
    height: 300px;
    object-fit: cover;
}
.port-ser{
  gap:60px;
}
.port-ser img{
  width: 280px;
}
.port-ser .item{
  align-content: center;
}


/* --- GRID LAYOUT --- */
.port-ser {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 20px !important;
    justify-content: center !important;
    padding: 20px !important;
}

.port-ser .item {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 14px !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: transform 0.3s ease !important;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1) !important;

  
    animation: fadeIn 0.8s ease forwards !important;
}

/* Consistent image styling */
.port-ser .item img {
    width: 100% !important;
    height: 300px !important;
    object-fit: inherit !important;
    border-radius: 14px !important;
    transition: transform 0.5s ease, filter 0.5s ease !important;
}

/* --- HOVER EFFECTS --- */
.port-ser .item:hover {
    transform: translateY(-6px) !important;
}

.port-ser .item:hover img {
    transform: scale(1.1) !important;
    filter: brightness(0.8) !important;
}

/* Cascade animation delays */
.port-ser .item:nth-child(1) { animation-delay: 0.1s !important; }
.port-ser .item:nth-child(2) { animation-delay: 0.2s !important; }
.port-ser .item:nth-child(3) { animation-delay: 0.3s !important; }
.port-ser .item:nth-child(4) { animation-delay: 0.4s !important; }
.port-ser .item:nth-child(5) { animation-delay: 0.5s !important; }
.port-ser .item:nth-child(6) { animation-delay: 0.6s !important; }
.port-ser .item:nth-child(7) { animation-delay: 0.7s !important; }
.port-ser .item:nth-child(8) { animation-delay: 0.8s !important; }
.port-ser .item:nth-child(9) { animation-delay: 0.9s !important; }
.port-ser .item:nth-child(10) { animation-delay: 1s !important; }
.port-ser .item:nth-child(11) { animation-delay: 1.1s !important; }
.port-ser .item:nth-child(12) { animation-delay: 1.2s !important; }

/* Fade animation keyframes */
@keyframes fadeIn {
    from { opacity: 0 !important; transform: translateY(15px) !important; }
    to   { opacity: 1 !important; transform: translateY(0) !important; }
}

.cust-gallery .content img {
    width: 100%;
    height: 250px;
    object-fit: inherit;
}

.faq-one__form {
    position: relative;
    display: block;
    background: var(--suntop-black);
    padding: 56px 45px 65px;
    margin-left: 0px!important;
    margin-top: 30px!important;
}

@media only screen and (max-width: 767px) {
    .main-slider__title {
        font-size: 70px!important;
        font-weight: 400!important;
    }
}

@media only screen and (max-width: 767px) {
    .project-details__content {
        margin-left: 0px!important;
    }
}

.faq-one__form::before {
  
    left: -30px!important;
   
}
.blog-custom img {
    
    height: 400px;
    object-fit: cover;
}
.content ol{
	list-style:unset;
}
.faq-one-accrodion .accrodion-title {
    padding: 21px 10px 23px!important;
}