
*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* font-family: 'Roboto', sans-serif; */
}

 h3 {
  /* font-family: 'EB Garamond', serif; */
  font-weight: 600; /* Strong and professional */
  color: #1C1C1C;
  font-size: 1.4rem;
}
body, .p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  /* line-height: 1.7;  */
}
body{
    line-height: 1.4;
}
section{
  padding: 2rem 7%;
  }

  /* nnnnnnnnnnnnnnnnnnnnnnnnn */
  .sg-hero {
    position: relative;
  height: max-content;
  /* background: url('images/law\ bc2.webp') center/cover no-repeat; */
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  overflow: hidden;
  /* background-color: antiquewhite; */
  padding: 2rem;
  }
  
  .sg-hero-container {
      max-width: 1400px;
      /* margin: 0 auto; */
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      margin-top: 120px;
      align-items: start;
  }
  
  .sg-content-wrapper {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }

  .sg-breadcrumb{
    /* background-color: #007bff; */
        font-size: 20px;
        font-size: 0.8em;
        display: flex;
        flex-direction: row;
        width: em;
      }
      .field-button{
        text-decoration: none;
        color: white;
      }
      /* Styling for breadcrumb navigation */
.breadcrumb ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7); /* Light background for contrast */
  border-radius: 5px;
  /* padding: 10px; */
}

.breadcrumb ul li {
  margin-right: 10px;
}

.breadcrumb ul li a {
  text-decoration: none;
  color: #007bff;
  font-weight: normal;
}

.breadcrumb ul li a:hover {
  text-decoration: underline;
}

.breadcrumb ul li::after {
  content: "›";
  margin-left: 10px;
}

.breadcrumb ul li:last-child::after {
  content: "";
}

.breadcrumb ul li:last-child a {
  font-weight: normal;
  color: #555;
}

      .breadcrumb ul li::after {
  content: "›";
  margin-left: 10px;
}
  
  .sg-image-wrapper {
      height: 100%;
      position: relative;
      /* min-height: 500px; */
  }
  
  .sg-image-wrapper img {
      width: 100%;
      height: 80%;
      object-fit: cover;
      border-radius: 8px;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
  }
  
  .sg-top-bar {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 2rem;
  }
  
  .sg-logo {
      font-size: 2rem;
      color: #2c3e50;
      line-height: 1.2;
  }
  
  .sg-logo span {
      font-size: 1.4rem;
      color: #666;
  }
  
  .sg-phone {
      font-size: 0.9rem;
      color: #666;
  }
  
  .sg-main-heading {
      font-size: 2.5rem;
      color: #2c3e50;
      margin: 1rem 0;
      line-height: 1.2;
  }
  
  .sg-description {
      font-size: 1.1rem;
      line-height: 1.6;
      color: #666;
      margin-bottom: 2rem;
  }
  
  .sg-cta {
      background: #27385e;
      color: white;
      border: none;
      padding: 1rem 2rem;
      font-size: 1.1rem;
      cursor: pointer;
      transition: background 0.3s ease;
  }
  
  .sg-cta:hover {
      background:#394a6d;
  }
  
  .sg-rating {
      margin-top: 1.5rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
      color: #666;
  }
  
  .sg-stars {
      color: #ffd700;
      font-size: 1.2rem;
  }
  
  .sg-windows-notice {
      position: fixed;
      bottom: 10px;
      right: 10px;
      color: #ccc;
      font-size: 0.8rem;
      text-align: right;
  }
  
  @media (max-width: 998px) {
    .sg-hero{
      padding: 1rem;
    }
      .sg-hero-container {
          grid-template-columns: 1fr;
          gap: 2rem;
          margin-top: 200px;
      }
      
      
      .sg-image-wrapper {
          /* display: none; */
          max-width: 100%;
          height: auto;
      }
      
      .sg-main-heading {
          font-size: 2rem;
      }
      
      .sg-top-bar {
          flex-direction: column;
          align-items: flex-start;
          gap: 1rem;
      }
  }

  /* nnnnnnnnnnnnnnnnnn */

.bodying {
    background: #f8fafc;
    /* padding: 4rem; */
  }
  section{
    padding: 2rem 7%;
    }
  .main-headingg {
    text-align: center;
    margin-bottom: 3rem;
    color: #2c3e50;
    font-size: 2.5rem;
    padding: 1rem;
    border-bottom: 3px solid #e74c3c;
    display: inline-block;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  
  .services-gridd {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    grid-auto-rows: minmax(180px, auto);
  }
  
  .service-cardd {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .service-cardd:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
  }
  
  .card-primaryy {
    grid-column: span 2;
    background: linear-gradient(135deg, #2c3e50, #3498db);
    color: white;
  }
  
  .card-accentt {
    grid-column: span 1;
    background: linear-gradient(45deg,  #3498db, #2c3e50);
    color: white;
  }
  
  .card-headerr {
    margin-bottom: 1.5rem;
  }
  
  .card-headerr h2 {
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
    line-height: 1.3;
  }
  
  .card-headerr p {
    font-size: 0.95rem;
    line-height: 1.6;
    opacity: 0.9;
  }
  
  .service-listt {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0.8rem;
  }
  
  .service-listt li {
    padding: 0.8rem;
    background: rgba(255,255,255,0.15);
    border-radius: 6px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
  }
  
  .service-listt li:hover {
    transform: translateX(5px);
  }
  
  .service-listt li::before {
    content: '▹';
    margin-right: 0.6rem;
    color: #ffd93d;
    font-weight: 700;
  }
  
  /* Mobile Responsive Additions */
  @media (max-width: 768px) {
    .bodying {
        padding: 1rem;
    }
  
    .main-headingg {
        font-size: 1.8rem;
        width: 100%;
        display: block;
        margin-left: 0;
        transform: none;
        padding: 0.5rem 0;
        border-bottom: 2px solid #e74c3c;
    }
  
    .services-gridd {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
  
    .service-cardd {
        padding: 1.5rem;
        margin: 0;
    }
  
    .card-primaryy,
    .card-accentt {
        grid-column: span 1;
    }
  
    .card-headerr h2 {
        font-size: 1.3rem;
    }
  
    .card-headerr p {
        font-size: 0.9rem;
    }
  
    .service-listt {
        grid-template-columns: 1fr;
    }
  
    .service-listt li {
        padding: 0.7rem;
        font-size: 0.85rem;
    }
  }
  
  @media (max-width: 480px) {
    .main-headingg {
        font-size: 1.5rem;
    }
    
    .service-cardd {
        padding: 1rem;
    }
  }


  /* Slick Slider Custom Styles */
.slick-slide {
  margin: 0 15px;
}

.slick-prev, .slick-next {
  font-size: 24px;
  color: #000;
  z-index: 1;
}

/* For Desktop */
@media (min-width: 768px) {
  .slider {
      display: flex;
      justify-content: space-between;
  }

  .slick-slide {
      width: 32%; /* Display 3 reviews at once */
  }
}

/* For Mobile */
@media (max-width: 767px) {
  .slick-slide {
      width: 100%; /* Display 1 review at once */
  }
}


/* pop up */

.icon-popp {
position: fixed;

transform: translateY(-50%);
z-index: 1000;
animation: whatsapp-bounce 1s infinite alternate; 


right: 40px; /* Move it 20px from the right edge of the screen */
bottom: 100px; /* Move it 20px from the bottom edge of the screen */
border-radius: 50%; /* Make it circular (optional) */
display: flex; /* Center content inside */
justify-content: center; /* Horizontally center content */
align-items: center; /* Vertically center content */

font-size: 16px; /* Adjust text size */

cursor: pointer; /* Change cursor to pointer on hover */


}
.whatsapp-icon{
display: flex;
align-items: center;
justify-content: center;
/* flex-direction: column; */
}
@keyframes whatsapp-bounce {
0% {
  transform: translateY(-30%) scale(1.2);
}
100% {
  transform: translateY(-30%) scale(1.4); 
}
}

.whatsapp-icon img {
width: 40px;
/* background-color: #25D366;  */
height: auto;
background-color: #1f406d; 
    border: 2px solid #1c3765;
    border-radius: 15px;
    padding: 5px;
}


.whatsapp-button {
  background: #ffffff;
  color: #14c832;
  border: solid  #1c3765;
  padding: 9px 10px;
  border-radius: 15px;
  font-size: 14px;
  /* font-weight: bold; */
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
 
  display: inline-block;
}

@media only screen and (max-width: 555px) {

    .icon-popp {
position: fixed;
top: 90%;


}
.whatsapp-icon{
display: flex;
align-items: center;
justify-content: center;
/* flex-direction: column; */
}
@keyframes whatsapp-bounce {
0% {
  transform: translateY(-30%) scale(1.2);
}
100% {
  transform: translateY(-30%) scale(1.4); 
}
}

.whatsapp-icon img {
width: 40px;
/* background-color: #25D366;  */
height: auto;
}


.whatsapp-button {
  background: #ffffff;
  color: #171616;
  border: solid  #25D366;
  padding: 7px 10px;
  border-radius: 30px;
  font-size: 14px;
 
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
 
  display: inline-block;
}

}

.civill{
  color: white;
}