/* common css */
.gredient-bg {
  background: 
    radial-gradient(1200px 600px at 20% -10%, rgba(255, 0, 0, 0.25), transparent 60%), /* red */
    radial-gradient(900px 500px at 90% 0%, rgba(0, 0, 255, 0.25), transparent 60%),   /* blue */
    radial-gradient(1000px 500px at 50% 100%, rgba(0, 0, 0, 0.2), transparent 70%),   /* black */
    #ffffff; /* white base */
}
.white{
	color:white;
}
.content-width{
	width:70%;
	margin:0 auto;
	text-align:left;
}
.triangle {
  list-style: none;
  margin: 0;
  padding: 0;
}
.triangle li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 6px;
}
.triangle li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 0;
  height: 0;
  border-left: 6px solid red;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/* page title start */
.title-section{
    position:relative;
      margin-top:74px;
      }
      .title-container{
        max-width: 70%;
        margin: 0 auto;
        min-height: 300px;
        align-content: center;
        text-align:center;
      }
      .title-image-holder{
          position:absolute;
          top:0;
          width:100%;
          z-index:-1;
          height:300px;
      }
      .title-image-holder img{
        width: 100%;
        object-position: center;
        object-fit: cover;
        height: 100%;
      }
      .h1-title{
          color:white;
		  background: #0000008c;
          padding: 20px;
          border-radius: 8px;
      }

@media screen and (max-width:1024px){
	.title-section{
      margin-top:60px;
      }
}

/* section 1 */
.right-image-with-text{
	display:flex !important;
	align-items:center;
	padding: 50px 0;
}
.riwt-left, .riwt-right{
	width:50%;
	padding:25px;
}
.section-1-img{
	width:100%;
	border-radius:8px;
	display: inline-block;
	transition: all 0.3s ease;
}
.section-1-img:hover{
	transform: translateY(-10px);
	box-shadow:0 0 8px gray;
}
@media screen and (max-width:768px){
	.right-image-with-text{
		flex-direction:column;
	}
	.riwt-left, .riwt-right{width:100%}
}

/* section-2 */
 .seo-process {
	 background: linear-gradient(to top left, rgba(22, 22, 22, .96), #001526);
      padding: 60px 0px;
      text-align: center;
    }

    .seo-process h2 {
      font-size: 2.5rem;
      margin-bottom: 40px;
      color: #FFFFFF;
      position: relative;
    }

    .steps {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .step {
      background: linear-gradient(135deg, rgb(255, 0, 0), rgb(255, 77, 77), rgb(179, 0, 0));
      padding: 30px 20px;
      border-radius: 15px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .step:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px #ffffff36;
    }

    .step-number {
      font-size: 1.2rem;
      font-weight: bold;
      color: #003173;
      background: #ffffff;
      width: 45px;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: 0 auto 15px;
      box-shadow: 0 0 10px #ffffff;
    }

    .step h3 {
      font-size: 1.4rem;
      margin-bottom: 10px;
      color: #ffffff;
    }

    .step p {
      font-size: 1rem;
      line-height: 1.6;
      color: #e0e0e0;
    }

.local-seo {
      padding: 70px 0px;
      text-align: center;
    }

    .local-seo h2 {
      font-size: 2.5rem;
      margin-bottom: 20px;
      color: #1B2A4E !important;
    }

    .local-seo p.intro {
      font-size: 1.1rem;
      color: #555;
      max-width: 750px;
      margin: 0 auto 50px;
      line-height: 1.6;
    }

    .services {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .service {
      background: #fff;
      border-radius: 15px;
      padding: 30px 20px;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      border-top: 4px solid #003173 !important;
    }

    .service:hover {
      transform: translateY(-10px);
      box-shadow: 0 8px 25px rgb(22 47 148 / 46%);
    }

    .service h3 {
      font-size: 1.3rem;
      margin-bottom: 12px;
      color: #1B2A4E !important;
    }

    .service p {
      font-size: 1rem;
      color: #444;
      line-height: 1.6;
    }

/* section-7 */
  .areas-we-serve{
    padding: 50px 0;
  }
  .areas{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }

  .areas-anchor{
    border-radius: 10px;
    background-color: aliceblue;
    text-align: center;
    align-content: center;
    padding: 10px;
    text-decoration: none;
    color: black;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .areas-anchor:hover{
    transform: translateY(-5px);
      box-shadow: 0 8px 25px #ffffff36;
  }

/* rotating border */
.rotate-border{
padding:50px 0;
}
    .doaba-rotate-detail {
      position: relative;
      padding: 20px;
      box-shadow: 0 0 8px #e9e9e9;
      border-radius: 12px;
      z-index: 0;
      overflow: hidden;
      background: #fff;
      /* or your content background color */
    }

    /* Rotating snake-like border */
    .doaba-rotate-detail::before {
      content: "";
      position: absolute;
      top: -4px;
      left: -4px;
      right: -4px;
      bottom: -4px;
      border-radius: 16px;
      /* slightly larger than the box */
      background: conic-gradient(from 0deg,
          red, orange, yellow, green, blue, indigo, violet, red);

      z-index: -1;
    }

    .doaba-rotate-detail::before {
      animation: spin-snake 4s linear infinite;
    }

    /* Optional inner background to keep content clear */
    .doaba-rotate-detail::after {
      content: "";
      position: absolute;
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      background: #fff;
      border-radius: 10px;
      z-index: -1;
    }

    .doaba-rotate-detail-heading {
      margin: 0;
      text-align: center;
    }

    .doaba-rotate-detail p {
      text-align: center;
    }

    @keyframes spin-snake {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

/* faq */
.faq-section-class{
	padding:50px 0;
}
.faq-section {
    max-width: 700px;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 30px;
  }

  .faq-section h2 {
    text-align: center;
    color: #222;
    font-size: 28px;
    margin-bottom: 25px;
  }

  .faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
  }

  .faq-question {
    cursor: pointer;
    position: relative;
    font-weight: 600;
    color: #222;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
  }

  .faq-question::after {
    content: '+';
    font-size: 22px;
    font-weight: bold;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #e63946; /* red icon */
  }

  .faq-item.active .faq-question::after {
    content: '–';
    color: #e63946;
    transform: rotate(180deg);
  }

  .faq-answer {
    display: none;
    padding-top: 10px;
    color: #555;
    line-height: 1.6;
    font-size: 16px;
  }

  .faq-item.active .faq-answer {
    display: block;
    animation: fadeIn 0.3s ease;
  }

  @keyframes fadeIn {
    from {opacity: 0; transform: translateY(-5px);}
    to {opacity: 1; transform: translateY(0);}
  }