  *
{
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}

.blog-post-container
{
    height:50vh;
    width:100%;
    background:#0e5ed7;
    display:flex;
    justify-content:center;
    align-items:center;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    border-bottom: 20px solid #ff4600;
}

.blog-post-container .post-feacher-image
{
    width:60%;
    margin-top:350px;
}

.blog-post-container .post-feacher-image img
{
    width:100%;
    border-radius:15px;
}


/* --------content-section_single-post--------- */

.content-section_single-post
{
    margin:230px 0px 80px 0px;
    padding:0px 70px;
    display:flex;
    gap:30px;
    justify-content: center;
}
.content-section_single-post .left-section-content
{
    width:70%;
    /* border:2px solid red; */
    padding:30px 30px 0px 30px;
    border-radius:10px;
}

.content-section_single-post .left-section-content .brad_cumbs_container
{
  display:flex;
  gap:7px;
  margin-bottom:10px;
}

.content-section_single-post .left-section-content h1
{
    font-size:35px;
    font-weight:700;
}

.content-section_single-post .left-section-content .date-items
{
    display:flex;
    gap:10px;
    padding:15px 0px;
}
.content-section_single-post .left-section-content .date-items p
{
    font-size:16px;
    font-weight:600;
}

.content-section_single-post .left-section-content .date-items p i
{
  font-size: 15px;
  color:#ff4600;
}

.content-section_single-post .left-section-content h2
{
    font-size:28px;
    margin:25px 0px 15px 0px;
}
.content-section_single-post .left-section-content h3
{
  font-size:23px;
}

.content-section_single-post .left-section-content .list_box
{
  border-radius: 5px;
  padding: 20px;
  border:1px solid #e5e0d8;
  margin-bottom:15px;
}

.content-section_single-post .left-section-content .beni_benits
{
    border: 1px solid #86efac;
    border-left: 4px solid #22c55e;
    border-radius: 10px;
    padding: 18px 22px;
    box-shadow:none;
}

.content-section_single-post .left-section-content .list_box h4
{
  font-size: 20px;
  font-weight: 600;
}

.content-section_single-post .left-section-content .list_box p
{
  font-size:16px;
  margin-bottom:0px;
}

.content-section_single-post .left-section-content .right_border
{
  padding: 7px 15px;
  border-left: 3px solid #ff4600;
  border-radius: 5px;
  font-size:16px;
}

.blog_cta_container
{
  display:flex;
  flex-direction:column;
  gap:10px;
  background:#ff4600;
  color:#fff;
  padding:25px;
  border-radius:10px;
  align-items: center;
}
.blog_cta_container p
{
  text-align:center;
}

.blog_cta_container .ctn_btn_coantainer
{
  display:flex;
/*  justify-content:center;*/
  align-items:center;
  gap:25px;
}

.blog_cta_container .ctn_btn_coantainer a
{
  padding:10px 15px;
  border-radius:10px;
  background:#fff;
  color:#000;
}

.content-section_single-post .left-section-content p
{
    font-size:18px;
    line-height:25px;
}

.content-section_single-post .left-section-content .table_off_content
{
  padding:30px;
  border:1px solid #ff4600;
  border-radius:5px;
  margin:45px 0px 30px 0px;
}
.content-section_single-post .left-section-content .table_off_content h3
{
  font-size: 23px;
  margin-bottom: 20px;
}

.content-section_single-post .left-section-content .table_off_content p
{
  margin-bottom:5px;
  font-size:16px;
}
.content-section_single-post .left-section-content .table_off_content p a
{
  font-weight:500;
  color:#c8410a;

}

.content-section_single-post .left-section-content ul,ol
{
    margin-left:30px;
    display:flex;
    flex-direction:column;
    gap:8px;
    margin-bottom:30px;
    font-size:18px;
}

.content-section_single-post .left-section-content a
{
    font-weight: 700;
    color: #ff4600;
    text-decoration: none;
}
.content-section_single-post .right-section
{
    width:30%;
position:relative;
}



/* --------content-section_single-post--------- */


/* ----------blog-right-form---------- */


.estimate-form{
  background:#fff;
  width:100%;
  padding:28px;
  border-radius:18px;
  box-shadow:0 15px 40px rgba(0,0,0,0.08);
  position:sticky;
  top:30px;
  left:0px;

}

.form-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px;
}

.form-header h3{
  margin:0;
  font-size:20px;
  color:#0a1f44;
}

.fast-reply{
  background:#dff7e9;
  color:#1ca15e;
  font-size:12px;
  padding:4px 10px;
  border-radius:20px;
  font-weight:600;
}

.form-group{
  margin-bottom:14px;
}

.form-group label{
  display:block;
  font-size:12px;
  color:#4a5a73;
  margin-bottom:6px;
  font-weight:600;
}

.form-group input,
.form-group select{
  width:100%;
  padding:13px 14px;
  border-radius:10px;
  border:1px solid #dbe2f0;
  font-size:14px;
  outline:none;
}

.form-group input:focus,
.form-group select:focus{
  border-color:#ff2a2a;
}

.submit-btn{
  margin-top:10px;
  background:transparent !important;
  box-shadow:none !important;
}
.submit-btn:hover
{
  background:transparent !important;
  box-shadow:none !important;
}

.submit-btn button{
  width:100%;
  background:#d60000;
  color:#fff;
  border:none;
  padding:15px;
  font-size:15px;
  font-weight:600;
  border-radius:12px;
  cursor:pointer;
  transition:0.3s;
}

.submit-btn button:hover{
  background:#b80000;
}

.form-note{
  text-align:center;
  font-size:16px;
  color:#7a8ca6;
  margin-top:12px;
}


/* ---------faq-section------------ */

/*--------faq-section-left-right----------*/

.faq-container
{
    margin-top:45px;
}


 .faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 6px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s, box-shadow 0.3s;
}

.faq-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* FAQ Question Button */
.faq-question {
  width: 100%;
  padding: 10px 25px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06), 0 2px 6px rgba(0, 0, 0, 0.04);
    border: 2px solid #b80f0b;
}

.faq-question:hover {
  background: #b80f0b;
  color:#fff;
}

.faq-icon {
  font-size: 24px;
  transition: transform 0.3s;
}

/* Answer */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  background: #fff;
  transition: max-height 0.5s ease, padding 0.5s ease;
}

.faq-answer p,
.faq-answer li {
  font-size: 15px;
  line-height: 1.7;
  color: #222;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 10px 25px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}


/* ---------faq-section------------ */


/*---------table-----------*/

.price_table_container {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  box-shadow: 0 0px 20px rgba(0,0,0,0.1);
  border-radius: 15px;
}

.price_table_container .price_table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}

.price_table_container .price_table thead {
  background: linear-gradient(135deg, #ff6a00, #ff3c00);
  color: #fff;
}

.price_table_container .price_table th {
  padding: 16px;
  text-align: left;
  font-weight: 600;
  font-size: 15px;
}

.price_table_container .price_table td {
  padding: 15px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid #eee;
}

.price_table_container .price_table tbody tr {
  transition: 0.3s ease;
}

.price_table_container .price_table tbody tr:hover {
  background: #fff5f0;
}

.price_table_container .price_table tbody tr td:first-child {
  font-weight: 600;
  color: #222;
}

/* Responsive */
@media (max-width: 768px) {
  .price_table_container .price_table th,
  .price_table_container .price_table td {
    padding: 10px;
    font-size: 13px;
  }
}

/*---------table-----------*/

/*-----setep section-------*/


.setep_blog_section {
  max-width: 1000px;
  margin: 40px auto;
  font-family: 'Segoe UI', sans-serif;
}

.setep_blog_section .step_box {
  display: flex;
  gap: 20px;
  padding: 25px;
  border: 1px solid #eee;
  background: #fff;
  transition: 0.3s ease;
}



.setep_blog_section .step_number {
  min-width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #ff6a00, #ff3c00);
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
}

.setep_blog_section .step_content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #222;
}

.setep_blog_section .step_content p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .setep_blog_section .step_box {
    flex-direction: column;
    align-items: flex-start;
  }

  .setep_blog_section .step_number {
    margin-bottom: 10px;
  }
}



/*-----setep section-------*/

/*------differance_section-----------*/

.differance_section {
  max-width: 1100px;
  margin: 50px auto;
  font-family: 'Segoe UI', sans-serif;
}

.differance_section .diff_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.differance_section .diff_card {
  padding: 25px;
  border-radius: 14px;
  background: #fff;
  transition: 0.3s ease;
  border: 1px solid #eee;
}

.differance_section .diff_card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

/* Green Card */
.differance_section .diff_card.good {
  border: 1px solid #7ed7a6;
  background: #f2fbf6;
}

.differance_section h3
{
  font-size: 20px;
  margin-bottom: 20px;
}

.differance_section .diff_card.good h3 {
  color: #1f9d5c;
}

/* Red Card */
.differance_section .diff_card.bad {
  border: 1px solid #f2a6a6;
  background: #fff5f5;
}

.differance_section .diff_card.bad h3 {
  color: #d64545;
}

/* List Styling */
.differance_section .diff_card ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}

.differance_section .diff_card ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #444;
  line-height: 1.6;
}

/* Custom Icon */
.differance_section .diff_card ul li::before {
  content: "📅";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .differance_section .diff_grid {
    grid-template-columns: 1fr;
  }
}




/*------differance_section-----------*/


/*---------author_bio_section-----*/



.author_bio_section {
  max-width: 900px;
  margin: 50px auto 0px auto;
  font-family: 'Segoe UI', sans-serif;
}

.author_bio_section .author_card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 5px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.author_bio_section .author_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

/* Avatar */
.author_bio_section .author_avatar {
  min-width:140px;
  height: 60px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Content */
.author_bio_section .author_content h3 {
  margin: 0 0 8px;
  font-size: 18px;
  color: #222;
}

.author_bio_section .author_content p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 600px) {
  .author_bio_section .author_card {
    flex-direction: column;
    align-items: flex-start;
  }

  .author_bio_section .author_avatar {
    margin-bottom: 10px;
  }
}



/*---------author_bio_section-----*/


/*-------relative_blog_section---------*/



.relative_blog_section {
  max-width: 1100px;
  margin: 50px auto;
  font-family: 'Segoe UI', sans-serif;
}

.relative_blog_section .blog_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.relative_blog_section .blog_card {
  padding: 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eee;
  transition: 0.3s ease;
}

.relative_blog_section .blog_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* Tag */
.relative_blog_section .blog_tag {
  font-size: 12px;
  font-weight: 600;
  color: #ff5a00;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
}

/* Title */
.relative_blog_section h3 
{
font-size: 18px;
margin: 0 0 10px;
line-height: 27px;
}

.relative_blog_section h3 a {
  text-decoration: none;
  color:#4c4c4c !important;
  transition: 0.3s;
}

.relative_blog_section h3 a:hover {
  color: #ff5a00;
}

/* Meta */
.relative_blog_section .blog_meta {
  display: flex;
  gap: 15px;
  font-size: 15px;
  color: #777;
}

/* Responsive */
@media (max-width: 768px) {
  .relative_blog_section .blog_grid {
    grid-template-columns: 1fr;
  }
}



/*-------relative_blog_section---------*/


/*--------faq section---------*/

.use_blog_faq_section {
  font-family: Arial, sans-serif;
  margin: 20px 0;
}

.faq_container {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 15px;
  background: #fff;
  margin-bottom:15px;
}


.faq_question {
  display: flex;
  align-items: center;
  gap: 15px;
}

.faq_question p
{
  margin-bottom:0px;
  font-weight:500;
}

.faq_icon {
  background: #fff3e0;
  color: #ff6f00;
  font-weight: bold;
  border-radius: 50%;
  padding: 6px 10px;
}

.faq_question h3 {
  font-size: 16px;
  margin: 0;
}

.faq_answer {
  margin:-10px 0px 0px 35px;
  padding: 15px;
  border-radius: 4px;
  line-height: 1.6;
  font-size: 15px;
}


/*--------faq section---------*/

/*----top-cata_single_blog------*/


/*----top-cata_single_blog------*/
#ctaHeader.show
{
  background: #ff4600;
}

.cta_header a
{
  background: #ff4600 !important;
}



/* ----------blog-right-form---------- */


/*---------media-screen-----*/

@media only screen and (max-width: 600px) {
  .blog-post-container
  {
    height:auto;
    padding:0px;
    border-bottom: 5px solid #ff4600;
  }

  .content-section_single-post .left-section-content h1
  {
    font-size: 30px;
    font-weight: 700;
  }

  .content-section_single-post .left-section-content .date-items
  {
    flex-wrap: wrap;
  }
  .setep_blog_section .step_content h3
  {
        font-size: 20px !important;
  }
  .content-section_single-post .left-section-content .list_box h4
  {
        font-size:19px !important;
  }
  .content-section_single-post .left-section-content a
  {
        font-size: 21px;
  }
  .blog-post-container .post-feacher-image img
  {
    border-radius:0px;
  }
  .blog-post-container .post-feacher-image
  {
    width:100%;
    margin:0px;
  }
  .content-section_single-post
  {
    flex-direction:column;
    margin:0px;
    padding:0px;
  }
  .content-section_single-post .left-section-content
  {
    width:100%;
  }

  .content-section_single-post .right-section
  {
    width:100%;
  }
  .faq-container
  {
    padding:0px;
  }
}









/*---------media-screen-----*/


