

section.Contact-main-new {
    visibility: hidden;
}

.our {
    border: 10px solid #df554a;
    height: 100%;
    width: 100%;
    float: left;
    margin-top: 35px;
}

/* Core Message CSS */

.vana-main {
  width: 100%;
  padding: 40px 20px;
  background-color: #fff;
  font-family: 'Muli', sans-serif;
  margin-top:-70px;
}

.vana-container {
  max-width: 1140px;
  margin: 0 auto;
}

.vana-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.vana-img {
  flex: 1 1 300px;
  max-width: 350px;
}

.vana-img img {
  width: 100%;
  height: 490px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.vana-text {
  flex: 1 1 600px;
}

.vana-text h3 {
  font-size: 52px;
  color: #222;
  margin-bottom: 15px;
  padding-bottom: 20px;
  font-weight: 600;
  font-family: none;
}

.vana-text h3 .highlight {
  	color: #c62828;
    font-size: 36px;
    letter-spacing: 9px;
    font-family: 'Muli', sans-serif;
    font-weight: 800 !important;
    text-transform:uppercase;
}

.vana-text p {
  font-size: 17px;
  line-height: 1.7;
  color: #444;
  text-align: justify;
}


/* END */


/* WHY CHOOSE ME */

.why-choose-modern {
    padding: 60px 20px;
    font-family: 'Muli', sans-serif;
    background-color: #F4F4F4;
}

.why-choose-modern .container {
    max-width: 1140px;
    margin: 0 auto;
}

.choose-header {
    text-align: center;
    margin-bottom: 40px;
}

.choose-header h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.choose-header p {
    font-size: 18px;
    color: #444;
}

.choose-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

.choose-left {
    flex: 1 1 400px;
}

.choose-icons {
    list-style: none;
    padding: 0;
}

.choose-icons li {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    color: #2d4261;
}

.choose-icons li i {
    font-size: 26px;
    margin-right: 15px;
    color: #db4034;
    min-width: 30px;
}

.choose-right {
    flex: 1 1 400px;
    text-align: center;
}

.choose-right img {
    width: 100%;
    max-width: 600px;
    border-radius: 12px;
}

/* END */




/* ATTORNEY BLUE BACKGROUNG */

.attorney-section {
    padding: 60px 20px;
    background-color: #2c4260;
    /* Rich blue */
    color: white;
    margin-top: 90px;
}

.attorney-section .container {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.attorney-text {
    flex: 1 1 500px;
}

.attorney-text p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.attorney-button {
    flex: 1 1 250px;
    display: flex;
    justify-content: flex-end;
}

.btn-primary {
    padding: 14px 20px;
    background-color: #cb3d33;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
	color: #000;
    background-color: #F4F4F4;
    border-color: #285e8e;
}

/* END */

/* OUR-SERVICES */

.services-section {
    padding: 50px 20px;
    text-align: center;
    background: #fff;
    margin-top:0 !important;
}

.services-section h2 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 10px;
}

.services-section p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 40px;
}

.services-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.service-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
    width: calc(25% - 20px);
    /* Exactly 4 per row with gap */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-icon {
    font-size: 40px;
    color: #c0392b;
    margin-bottom: 15px;
    
}

.service-card h3 {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    height: 60px;
}

.service-card h3 a {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    height: 60px;
	color:#000;
}
.service-card p {
    font-size: 16px;
    color: #444;
    margin-bottom: 20px;
    flex-grow: 1;
    
    
}



.service-button {
    background-color: #c0392b;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 16px;
    cursor: pointer;
    align-self: center;
}

.service-button a {
    color: #fff;
}

.service-button a:active {
    color: #fff;
}

/* END */


/* Cultural AWARENESS */

.section-advocacy {
    padding: 60px 20px;
    background: #F4F4F4;
}

.section-advocacy .container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-advocacy h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    color: #222;
    font-family: 'Muli', sans-serif;
}

.section-advocacy p.subheading {
    text-align: center;
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    font-family: 'Muli', sans-serif;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

.feature-box {
    flex: 1 1 45%;
    background: #fff;
    border-radius: 12px;
    padding: 20px 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    font-size: 26px;
    color: #c0392b;
    margin-bottom: 10px;
}

.feature-box h3 {
    font-size: 20px;
    margin: 10px 0 8px;
    color: #222;
    font-family: 'Muli', sans-serif;
}

.feature-box p {
    font-size: 16px;
    font-family: 'Muli', sans-serif;
    color: #555;
}

.paragraph-section {
    margin-top: 50px;
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/* END */


/*****Contact-us-today*****/

.Contact-main {
    width: 100%;
    padding: 50px 20px;
    text-align: center;
    background-color: #cb3d33;
    color: #ffffff;
}

.contact-contaner h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
}

.CONTACT-ofer h1 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 25px;
}

.button-get-sr {
    display: inline-block;
    padding: 14px 28px;
    background-color: #ffffff;
    color: #727272;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    cursor: pointer;
    text-transform: uppercase;
}

.button-get-sr:hover {
    color: #F4F4F4;
    background-color: #3276b1;
    border-color: #285e8e;
}



/* OUR LATEST NEWS */
.boxouter {
    height: 85vh;
    width: 100%;
    float: left;
    margin-top: 42px;
}

.blogbox_one {
    height: 420px;
    width: 45%;
    float: left;
    margin-left: 37px;
    box-shadow: 3px 3px #eaeaea;
}











/* Responsive */


@media only screen and (min-width:767px) and (max-width:1145px) {
    .Divorce-box {
        width: 45.5%;
    }

    .Child-box {
        width: 45.5%;
    }

    .Support-box {
        width: 45.5%;
    }
    .vana-img img {
    height: 100%;
  }

    .Name-box {
        width: 45.5%;
    }
}

@media (max-width: 992px) {
    .service-card {
      width: calc(40% - 20px);
    }
    .contact-contaner h4 {
        font-size: 16px;
      }
    
      .CONTACT-ofer h1 {
        font-size: 26px;
      }
    
      .button-get-sr {
        font-size: 15px;
        padding: 12px 24px;
      }
  }


@media screen and (max-width: 768px) {
    .vana-content {
    flex-direction: column;
    text-align: center;
  }
.vana-main {
    margin-top: -130px;
}
.vana-img img {
    height: 100%;
  }
  .vana-text h3 {
    font-size: 24px;
  }
	.vana-text {
  	flex: 1 1 265px;
}
  .vana-text p {
    font-size: 15px;
    text-align: left;
  }

    .choose-content {
        flex-direction: column;
        text-align: center;
    }

    .choose-icons li {
        justify-content: center;
    }

    .choose-left {
        flex: 1 1 220px;
    }
	.choose-right {
    flex: 1 1 100px;
    }
    .practice-main {
        padding: 20px;
    }

    .heading-pratice h3 {
        margin-top: 15px;
    }

    .Divorce-box {
        width: 80%;
        margin-top: 0px;
        margin-right: 0px;
    }

    .Child-box {
        width: 80%;
        margin-top: 60px;
        margin-right: 0px;
    }

    .Support-box {
        width: 80%;
        margin-top: 60px;
        margin-right: 0px;
    }

    .Name-box {
        width: 80%;
        margin-top: 60px;
        margin-right: 0px;
    }
    .attorney-button {
        flex: 1 1 250px;
        display: flex;
        justify-content: center;
    }
    .attorney-text {
        flex: 1 1 500px;
        text-align: center;
    }
    .combine-container-flex {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 20px;
      width: 100%;
    }
  
    .text-whp-combines {
      width: 100%;
    }
  
    .text-whp-combines p {
      font-size: 16px;
      line-height: 1.4;
      margin: 5px 0;
      color: #fff;
    }
  
    .button-whp-combines {
      width: auto;
    }
  
    .button-who-we {
      padding: 12px 20px;
      background-color: #fff;
      color: blue;
      border: none;
      border-radius: 8px;
      font-size: 15px;
      font-family: 'Muli', sans-serif;
      font-weight: 600;
      cursor: pointer;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    }
  
    .button-who-we a {
      text-decoration: none;
      color: blue;
    }
    .service-card {
        width: calc(100%);
      }
      .feature-box {
        flex: 1 1 100%;
      }
  
      .section-advocacy h2 {
        font-size: 28px;
      }
      .Contact-main {
        padding: 40px 15px;
      }
    
      .contact-contaner h4 {
        font-size: 14px;
      }
    
      .CONTACT-ofer h1 {
        font-size: 22px;
      }
    
      .button-get-sr {
        font-size: 14px;
        padding: 10px 20px;
      }
}