.navbar-brand img{
    width: auto;
    height: 80px;
}

.swiper-wrapper{
    height: fit-content!important;

}
.home h2  {
    font-size: 28px!important;
}

.who_we_are_section h2  {
    font-size: 18px !important;
    word-spacing: 6px;
    text-spacing-trim: 11px;
    /* text-indent: 0px; */
    letter-spacing: 1px;
}


.section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -7px;
}

.section-title:after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    content: "";
    position: absolute;
    z-index: -5;
    content: none; 
}













.how_work_section h2{
      font-size:36px;
      font-weight:700;
      margin-bottom:60px;
      color:#0f172a;
    }

    .how_work_section .timeline{
      position: relative;
      margin: auto;
      padding: 20px 0;
    }

    .how_work_section .timeline::after{
      content: '';
      position: absolute;
      width: 4px;
      background-color: var(--primary);;
      top: 0;
      bottom: 0;
      left: 50%;
      margin-left: -2px;
    }

    .how_work_section .timeline-step{
      padding: 40px 20px;
      position: relative;
      width: 50%;
      box-sizing: border-box;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .how_work_section .timeline-step:nth-child(odd){
      left: 0;
      text-align: right;
    }

    .how_work_section .timeline-step:nth-child(even){
      left: 50%;
      text-align: left;
    }

    .how_work_section .timeline-step::before{
      content: '';
      position: absolute;
      width: 50px;
      height: 50px;
      background-color: var(--primary);;
      border-radius: 50%;
      top: 20px;
      z-index:1;
      display:flex;
      justify-content:center;
      align-items:center;
      font-size:24px;
      color:#fff;
    }

    .how_work_section .timeline-step:nth-child(odd)::before{
      right: -25px;
    }

    .how_work_section .timeline-step:nth-child(even)::before{
      left: -25px;
    }

    .how_work_section .timeline-step:nth-child(1)::before{ content: '🚗'; }
    .how_work_section .timeline-step:nth-child(2)::before{ content: '📍'; }
    .how_work_section .timeline-step:nth-child(3)::before{ content: '💳'; }
    .how_work_section .timeline-step:nth-child(4)::before{ content: '😎'; }

    .how_work_section .step-number{
      font-size:18px;
      font-weight:700;
      color:var(--primary);;
      margin-bottom:8px;
    }

    .how_work_section .step-title{
      font-size:20px;
      font-weight:700;
      margin-bottom:10px;
      color:#0f172a;
    }

    .how_work_section .step-desc{
      font-size:15px;
      color:#475569;
      line-height:1.6;
    }

    .how_work_section .timeline-step:hover{
      transform: translateY(-8px);
      box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }



    .who_we_are_block ul {
      list-style: none;
      padding: 0;
      margin: 20px 0;
      display: grid;
      grid-template-columns: 1fr;
      gap: 15px;
    }

    .who_we_are_block ul li {
      background: #e0f2fe;
      color: var(--primary);
      padding: 15px 20px;
      border-radius: 15px;
      font-weight: 600;
      text-align: left;
      position: relative;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .who_we_are_block ul li::before {
      content: '\2713';
      color: var(--primary);
      font-weight: bold;
      position: absolute;
      left: 15px;
      top: 50%;
      transform: translateY(-50%);
    }

    .who_we_are_block ul li:hover {
      transform: translateX(10px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .who_we_are_block ul li h6 {
      color: var(--primary);
      padding-left: 20px;
    }

@media (max-width: 500px) {
    .navbar-brand img{
        width: auto;
        height: 60px;
    }
}

.testimonial-section-five .main-box {
    padding: 0;
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.faq-wrapper {
    background: linear-gradient(180deg, #e0f7fa 0%, #f9fafb 100%);
    padding-top: 30px;
}
.faq-container {
      max-width: 1000px;
      margin: auto;
    }

    .faq-title {
      font-size: 44px;
      font-weight: 900;
      text-align: center;
      margin-bottom: 60px;
      color: #0f172a;
      text-shadow: 1px 1px 5px rgba(0,0,0,0.1);
    }

    .faq-item {
      background: #ffffff;
      margin-bottom: 20px;
      border-radius: 25px;
      overflow: hidden;
      transition: all 0.5s ease;
      box-shadow: 0 15px 35px rgba(0,0,0,0.08);
      cursor: pointer;
      border-left: 8px solid var(--primary);
      position: relative;
      padding-left: 15px;
    }

    .faq-item::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 8px;
      background: linear-gradient(180deg, #198754, #43dfdf);
      border-radius: 25px 0 0 25px;
    }

    .faq-item:hover {
      transform: translateY(-5px) scale(1.01);
      box-shadow: 0 25px 60px rgba(0,0,0,0.12);
    }

    .faq-question {
      padding: 25px 35px;
      font-weight: 700;
      font-size: 19px;
      position: relative;
      color: #1e293b;
    }

    .faq-question::after {
      content: '\276F';
      position: absolute;
      right: 35px;
      font-size: 22px;
      transition: transform 0.3s ease, color 0.3s ease;
      color: var(--primary);
    }

    .faq-item.active .faq-question::after {
      transform: rotate(90deg);
      color: var(--primary);
    }

    .faq-answer {
      padding: 0 35px 25px 35px;
      display: none;
      font-size: 17px;
      line-height: 1.9;
      color: #334155;
      border-top: 1px solid #e2e8f0;
      background: #f1f5f9;
      border-radius: 0 0 25px 25px;
    }

    .faq-item.active .faq-answer {
      display: block;
      animation: slideDown 0.5s ease;
    }

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

    @media (max-width: 768px) {
      .faq-question {
        font-size: 17px;
      }
      .faq-answer {
        font-size: 16px;
        padding: 0 25px 20px 25px;
      }
    }*/

.margin-both-8 {
    margin-left: 8.3%;
    margin-right: 3.3%;
    margin-bottom: 80px;
}
.mb-0{
        margin-bottom: 0px!important;
    }
    .card-box {
      background: #fff;
      border-radius: 16px;
      padding: 30px;
      margin: 20px 0;
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
      
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .left-choose-section{
        transform: rotate(5deg);
    }
    .right-choose-section{
        transform: rotate(-5deg);
        margin-top: 82px;
    }

    .why-choose-section .card-box:hover {
      transform: rotate(0deg) scale(1.05);
      box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    }

    .why-choose-section .card-box .icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 22px;
      margin-bottom: 15px;
    }

    /* Colors */
    .yellow { background: #fff9e6; }
    .yellow .icon { background: #facc15; }

    .purple { background: #f4e9ff; }
    .purple .icon { background: #a855f7; }

    .pink { background: #ffe6f1; }
    .pink .icon { background: #ec4899; }

    .blue { background: #e6f4ff; }
    .blue .icon { background: var(--primary); }

    .green { background: #e6ffe6; }
    .green .icon { background: #22c55e; }

    .red { background: #ffe6e6; }
    .red .icon { background: #ef4444; }

    .why-choose-section .content-description{
        text-align: center;
        width: 90%;
        margin: auto;
        padding: 20px 0px;
    }
    .why-choose-section .content-title {
        text-align: center;
        width: 90%;
        margin: auto;
    }




    /*hero slider css*/
    .hero-slider{
        position:relative;
        width:100%;
        height:100vh;
        overflow:hidden;

    
    }

  .slide{
    position:absolute;
    width:100%;
    height:100%;
    left:100%;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    color:white;transition:all 1s ease;


    background-size: cover;           /* fills area but may crop */
    background-repeat: no-repeat;
    background-position: right center; /* 👈 ensures right side always visible */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
        margin-top: 120px;
        background:  url(../img/homebanner1.jpg);
}
  .slide.active{left:0;}

  .slide::before {
    content: '';
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    /*background: linear-gradient(135deg, var(--primary) 0%, #0ea5e9 100%);*/
    z-index:0;
  }

  .slide-content{
    position: relative;
    z-index:1;
    max-width:50%;
    margin-left:60px;
    padding:40px 50px;
    background: rgba(255,255,255,0.1);
    border-radius:20px;
    animation: slideIn 1s ease;
    color:#fff;
  }

  @keyframes slideIn {
    0% {opacity:0; transform: translateX(-50px);}
    100% {opacity:1; transform: translateX(0);}
  }

  .slide-content h1{
    font-size:20px;margin-bottom:20px;font-weight:700;
    letter-spacing: 1px;
    color: #000;
}
  .slide-content p{font-size:17px;margin-bottom:20px;line-height:1.3;color: #000; word-spacing: 10px; letter-spacing: 1px}
  .slide-content a{
    display:inline-block;
    padding:20px 40px;
    background:var(--primary);
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:700;
    font-size:16px;
    transition:0.4s;
  }
  .slide-content a:hover{background:#000; transform: translateY(-3px);}

  @media(max-width:768px){
    .slide-content h1{font-size:32px;}
    .slide-content p{font-size:16px;}
    .slide-content{margin-left:20px;max-width:90%;padding:20px;}
  }
  .services-section li:hover p{
    color: #fff !important;
  }
  .services-section li:hover h4{
    color: #fff !important;
  }


.footer-card .footer-logo {
    width: 200px;
}

/*Faq */
.rv-faq-section {
    position: relative;
}
.faq-section .right-shape {
    position: absolute;
    top: 0;
    right: 0;
}
.faq-section .faq-shape-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 847px;
    width: 100%;
    z-index: -1;
    height: 950px;
}

.rc-faq-content  .section-title {
    position: relative;
    z-index: 99;
    margin-bottom: 30px;
    margin-top: -7px;
}
 .rc-faq-content .section-title {
    text-align: center;
    margin-left: 15%;
    width: 70%;
}
.blog-home-section{
    width: 60%;
    margin: auto;
}

.section-title h3, .section-title h2, .section-title h1, .section-title h4, .content-title h3, .blog-home-section h1 {
    font-size: 32px;
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    font-family: 'Poppins', sans-serif !important;
}
.blog-home-section span{
    font-size: 20px;
    color: var(--primary);
}


.faq-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* overflow: hidden; */
    /* width: 200px; */
    height: 534px;
    margin-top: 104px;
    border-radius: 22px;
}

.faq-content .accordion-item {
    border: 0;
    background-color: #fff;
}
.faq-content .accordion-item {
    border: 1px solid #E3E3E3;
    border-radius: 15px;
    margin-right: 0px;
    margin-bottom: 1rem !important;
}
.faq-content .accordion-item .accordion-header{
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}



.faq-content .accordion-item .accordion-header .accordion-button {
    letter-spacing: -.2px;
    border-radius: 0;
    box-shadow: none;
    font-weight: 600;
    color: color: #0F0D1D;
    background-color: #fff0;
    padding: 15px 30px;
    text-transform: capitalize;
    font-size: 17px;
    border: 0px solid #E3E3E3;
    border: 0;
}
/*.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\2212";
    color: color: #0F0D1D;
    font-weight: 800;
    font-size: 18px;
    padding-top: 0px;

    transform: rotate(0);
    background-image: none !important;
    margin-left: auto;
    line-height: 1;
    align-self: flex-start;
    transition: .3s ease-in-out !important;
}*/


.faq-content .accordion-item .accordion-header .accordion-button::after {
    background-image: none !important;
    content: "\002B"; /* Plus */
    font-size: 2rem;
    margin-left: auto;
    line-height: 1; /* keeps icon tight */
    align-self: flex-start; /* align to top of flex container */
    padding-top: 2px; /* fine-tune for exact alignment */
    color: color: #0F0D1D;
    font-weight: 800;
    font-size: 28px;
    padding-top: 0px;
    width: 2px;
    height: auto;
    color: #000;
    position: initial;
    right: 5px;
    background-color: #fff;
}

.faq-content .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\2212"; /* Minus */
    color: color: #0F0D1D;
    font-weight: 800;
    font-size: 28px;
    padding-top: 0px;
    width: 2px;
    height: auto;
    color: #000;
    position: initial;
    right: 5px;
    background: none;
    transform: rotate(0deg);
}


.faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: color: #0F0D1D;
    background-color: #fff0;
    padding: 15px 30px;
    text-transform: capitalize;
    font-size: 17px;
    border: 0px solid #E3E3E3;
    border: 0;
}

.faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 150px;
    padding-left: 30px;
    padding-top: 0px;
    color: var(--text);
    background-color: #fff0;
}
.faq-content .accordion-item {
    border: 1px solid #E3E3E3;
    border-radius: 15px;
}
.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: #fff0;
    border: 0px solid #E3E3E3;
    padding: 15px 30px;
    color: #0F0D1D;
}






/*hero section */
/* Hero Section Slider */
    .hero { height: 100vh; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: white; position: relative; overflow: hidden; }
    .hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.5s ease-in-out; }
    .hero-slide.active { opacity: 1; }
    .hero::before { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,0.55); z-index: 1; }
    .hero-content { position: relative; z-index: 2; max-width: 800px; padding: 0 16px; transition: all 0.8s ease-in-out; }
    .hero-content h1 { font-size: 36px; font-weight: 700; margin-bottom: 10px; color: #fff;}
    .hero-content p { font-size: 18px; margin-bottom: 24px; color: #e0e0e0; }
    .hero .btn { padding: 12px 24px; border: none; border-radius: 8px; font-weight: 600; cursor: pointer; transition: transform .3s, background .3s; }
    .hero .btn-primary { background: var(--primary); color: #fff; }
    .hero .btn-primary:hover { transform: scale(1.05); }
    .hero .btn-outline { background: transparent; border: 2px solid #fff; color: #fff; margin-left: 8px; }

    section { padding: 80px 20px; opacity: 1; transform: translateY(40px); transition: all 1s ease-in-out; }
    section.visible { opacity: 1; transform: translateY(0); }



    /*how work */

    #how-it h2 , .services-section h2 , #why-choose h2 ,.who_we_are_block .section-heading .rc-sub-title , #rc-app h2,
    .testimonial-section-five .section-heading .rc-sub-title { text-align: center; margin-bottom: 40px; font-size: 32px; color: var(--primary); }
    .how-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 35px; max-width: 100%; margin: auto; }
    .how-step { background: #f0f6ff; border-radius: 16px; padding: 24px; flex: 1 1 220px; text-align: center; box-shadow: 0 8px 20px rgba(0,0,0,0.05); transition: transform .3s, box-shadow .3s; }
    .how-step:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,0,0,0.1); }
    .how-step img { width: 80px; margin-bottom: 16px; }
    .how-step h3 { margin-bottom: 12px; color: var(--primary); font-size: 22px; }
    .how-step p { color: #444; font-size: 16px; }

    @media(max-width:600px){ .blog-home-section{width: 94%;} .hero-content h1{font-size:32px} .hero-content p{font-size:16px} .how-grid{flex-direction:column; gap:20px;} }

    /* why choose */

    /*.why-grid { display: block; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; max-width: 100%; margin: auto; width:100% }
    .why-card { background: #fff; border-radius: 30px; padding: 40px 30px 30px 30px; text-align: center; box-shadow: 0 15px 35px rgba(0,0,0,0.1); transition: transform 0.5s, box-shadow 0.5s; position: relative; display:inline-block; width:48%;margin-left:1%;margin-right:1%; margin-bottom:30px; }
    .why-card:hover { transform: translateY(-12px); box-shadow: 0 25px 45px rgba(0,0,0,0.15); }
    .why-card::after { content: ''; position: absolute; width: 80px; height: 80px; border-radius: 50%; background: #f59e0b; top: -20px; left: calc(50% - 40px); z-index: 0; opacity: 0.2; }
    .why-card img { width: 60px; margin-bottom: 20px; z-index: 1; position: relative; }
    .why-card h3 { font-size: 22px; color: var(--primary); margin-bottom: 12px; position: relative; z-index:1; }
    .why-card p { font-size: 16px; color: var(--muted); line-height: 1.6; position: relative; z-index:1; }*/


    /* Section 5 - New Unique Design */
    .why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 50px; max-width: 1200px; margin: auto; }
    .why-card { background: linear-gradient(135deg, #ffffff, #e0f7f7); border-radius: 40px; padding: 60px 30px 40px 30px; text-align: center; box-shadow: 0 20px 50px rgba(30,132,132,0.1); transition: transform 0.5s, box-shadow 0.5s; position: relative; overflow: hidden; }
    .why-card:hover { transform: translateY(-15px); box-shadow: 0 35px 70px rgba(30,132,132,0.2); }
    .why-card img { width: 70px; margin-bottom: 25px; }
    .why-card h3 { font-size: 24px; color: var(--primary); margin-bottom: 15px; font-weight: 700; }
    .why-card p { font-size: 16px; color: var(--muted); line-height: 1.6; }

    /* Add floating circle accent */
    .why-card::before { content: ''; position: absolute; width: 400px; height: 80px; border-radius: 50%; background: #f59e0b; top: -30px; right: -30px; opacity: 0.2; z-index: 0; }



    @media(max-width:600px){ .why-grid{grid-template-columns:1fr; gap:30px;} }


/* App-section */

    #rc-app .app-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; max-width: 1200px; margin: auto; }
    #rc-app .app-text { padding: 20px; }
    #rc-app .app-text h3 { font-size: 32px; color: var(--primary); margin-bottom: 20px; }
    #rc-app .app-text p { font-size: 18px; color: var(--muted); line-height: 1.7; margin-bottom: 30px; }
    #rc-app .app-buttons { display: flex; gap: 20px; flex-wrap: wrap; justify-content: flex-start; }
    #rc-app .btn { padding: 14px 28px; border-radius: 12px; font-size: 16px; font-weight: 600; cursor: pointer; text-decoration: none; transition: all 0.3s ease; }
    #rc-app .btn-primary { background: var(--primary); color: #fff; }
    #rc-app .btn-primary:hover { background: #186f6f; }
    #rc-app .btn-secondary { background: #f59e0b; color: #fff; }
    #rc-app .btn-secondary:hover { background: #d88c06; }

    #rc-app .app-mockup { display: flex; justify-content: center; }
    #rc-app .app-mockup img { max-width: 300px; border-radius: 40px; box-shadow: 0 30px 70px rgba(0,0,0,0.2); transition: transform 0.3s; }
    #rc-app .app-mockup img:hover { transform: scale(1.05); }

    .testimonial-section-five .section-heading .rc-sub-title {
      margin-bottom: 10px;
    }

    @media(max-width:900px){
      #rc-app .app-section{grid-template-columns:1fr; text-align:center; gap:40px;}
      #rc-app .app-buttons{justify-content:center;}
    }

    /*normal css*/

    @media (min-width: 1400px) {
        .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
          max-width: 85%;
        }
        .hero-content h1 {
            font-size: 44px;
        }
        .hero-content p {
            font-size: 24px;
        }

        .hero .btn {
            padding: 16px 35px;
            font-size: 20px;
        }
        .services-section ul li img{
            height: 240px!important;
        }

        .services-section ul li h4{
            font-size: 25px!important;
        }
        .services-section ul li p{
            font-size: 20px!important;
        }
        .who_we_are_section h2 {
            font-size: 22px !important;
        }
        .about-wrapper-five .about-right-items .about-text {
            font-size: 20px !important;
        }
        .who_we_are_block ul li h6 {
            font-size: 20px;
        }
        .how-step img {
            width: 100px;
            margin-bottom: 16px;
        }
        .how-step h3 {
            font-size: 24px;
        }
        .how-step p {
            font-size: 20px;
        }

        .why-grid {
            max-width: 100%;
        }
        .why-card {
            padding: 60px 20px 40px 20px;
        }
        .why-card img {
            width: 85px;
            margin-bottom: 25px;
        }
        .why-card p {
            font-size: 20px;
        }
    }


    @media (max-width: 450px){
        .hero-content h1 {
            font-size: 24px;
        }
        #how-it h2, .services-section h2, #why-choose h2, .who_we_are_block .section-heading .rc-sub-title, #rc-app h2, .testimonial-section-five .section-heading .rc-sub-title {
            
            font-size: 26px;
        }
        .services-section ul li{
            width: 100%!important;
        }

        .services-section ul li h4{
            font-size: 18px!important;
        }
        .services-section ul li p{
            font-size: 16px!important;
        }
        .testimonial-section-five .main-box .box {
            width: 500px !important;
        }

        .faq-content .accordion-item .accordion-collapse .accordion-body {
            padding-right: 30px;
            padding-left: 30px;
            padding-top: 0px;
            color: var(--text);
            background-color: #fff0;
        }
    }
.footer-card .footer-logo {
    border-radius: 15px;
    width: 200px;
    background: #fff;
    padding: 10px 0px;
}
.about-bottom-items .counts {
    border-right: 1px solid var(--border);
    margin-right: 7px;
    padding-right: 7px;
    line-height: 1;
}
section.page-header{
    margin-top: 120px;
    height: auto;
}
.col-white{
    color: #fff!important;
}
.read-more:hover a{
    color: #fff;
}
.page-header.hero::before {
    content: none;

}
.breadcrumb{
    --bs-breadcrumb-divider-color: rgb(255 255 255 / 75%);
    justify-content: center;
}



    .blog-page.posts {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      max-width: 90%;
      margin: 60px auto;
      padding: 0 20px;
    }
    .blog-page .post {
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 25px rgba(0,0,0,0.06);
      transition: transform 0.3s, box-shadow 0.3s;
    }
    .blog-page .post:hover {
      transform: translateY(-6px);
      box-shadow: 0 12px 28px rgba(0,0,0,0.1);
    }
    .blog-page .post .thumb {
      height: 200px;
      background-size: cover;
      background-position: center;
    }
    .blog-page .post .content {
      padding: 20px;
    }
    .blog-page .meta {
      font-size: 13px;
      color: #6b7280;
      margin-bottom: 8px;
    }
    .blog-page .post h3 {
      margin: 0 0 10px;
      font-size: 20px;
    }
    .blog-page .excerpt {
      font-size: 15px;
      line-height: 1.6;
      color: #374151;
    }
    .blog-page .readmore {
      display: inline-block;
      margin-top: 12px;
      color: #0ea5a4;
      font-weight: 600;
      transition: color 0.3s;
    }
    .blog-page .readmore:hover { color: #05928f; }