section.our-story-page {
    padding: 80px 0px;
    position: relative;
    z-index: 1;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    background-size: cover !important;
    background-position: top right !important;
}

section.our-story-page-section1 {
    padding-top: 80px;
    position: relative;
    z-index: 1;
}

section.our-story-page-section1:before {
    content: '';
    /* position: absolute; */
    /* width: 92%; */
    /* height: 55%; */
    /* background-image: url(/images/our-story-content-bg.png); */
    /* background-size: 100% 100% !important; */
    /* background-size: cover !important; */
    /* background-repeat: no-repeat !important; */
    /* background-position: center !important; */
    /* z-index: -1; */
}

.our-story-content .deflt-p p {
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
}

/*.our-story-content .deflt-p p span {*/
/*    color: var(--btn-color);*/
/*}*/

.our-story-heading h4 {
    margin: 50px 0px 30px;
    font-size: 25px;
    font-weight: 700;
     
}

.our-story-page-img {
    position: relative;
    margin: 50px 0px;
    padding: 20px 30px;
    background: linear-gradient(180deg, #ffffff 19%, #ff7800de 100%);
}

.why-choose {}

.why-choose .defalt-heading {
    text-align: center;
}

.why-choose .defalt-heading h2 {
    color: #332C2C;
    text-transform: capitalize;
    display: block;
    position: relative;
    background: linear-gradient(10deg, #EFEFEF 0%, #fff 85%);
}

.why-choose .defalt-heading h2 span {
    color: var(--btn-color);
     
    text-transform: capitalize;
}

.why-choose-all-content {}

.why-choose-all-content .why-choose-single-div {
    margin-bottom: 20px;
}

.why-choose-all-content .why-choose-single-div h4 {
    color: #393737;
    font-size: 22px;
    font-weight: 700;
     
    padding-left: 20px;
    position: relative;
    margin: 10px 0px;
    text-transform: capitalize;
}

.why-choose-all-content .why-choose-single-div h4:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: var(--btn-color);
}

.why-choose-all-content .why-choose-single-div .deflt-p p {
    color: #35455A;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
}

section.our-story-page-section2 {
    padding-bottom: 80px;
}

.our-story-page-btn.about-btn.btn-bnnr {
    text-align: center;
}

.our-story-page-btn.about-btn.btn-bnnr a.btn1-main {
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
}
.abt-banner-caption .text23 {
    text-align: center ;
    font-size: 18px;color:white;
}
.our-story-img {
    max-width: 70%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    section.our-story-page {
        background-position: top left !important;
    }
    section.our-story-page-section1 {
        padding-top: 30px !important;
    }
    .our-story-content .deflt-p p {
        font-size: 12px !important;
        line-height: 20px !important;
        margin-bottom: 10px !important;
    }
    .our-story-img {
        max-width: 100% !important;
    }
    .our-story-heading h4 {
        margin: 30px 0px 20px !important;
        font-size: 20px !important;
    }
    .why-choose .defalt-heading h2 span {
        display: block;
    }
    .why-choose .defalt-heading h2 {
        margin-top: 20px;
    }
    .why-choose-all-content .why-choose-single-div h4 {
        font-size: 14px !important;
        padding-left: 15px !important;
    }
    .why-choose-all-content .why-choose-single-div h4:before {
        width: 6px !important;
        height: 6px !important;
    }
    .why-choose-all-content .why-choose-single-div .deflt-p p {
        font-size: 12px !important;
        line-height: 20px !important;
        margin-bottom: 15px !important;
    }
    .our-story-page-btn.about-btn.btn-bnnr a.btn1-main {
        font-size: 14px !important;
    }
    section.our-story-page-section2 {
        padding-bottom: 0px !important;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    section.our-story-page {
        /*background-position: top left !important;*/
    }
    section.our-story-page-section1 {
        padding-top: 40px !important;
    }
    .our-story-content .deflt-p p {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 10px !important;
    }
    .our-story-img {
        max-width: 90% !important;
    }
    .our-story-heading h4 {
        /*margin: 30px 0px 20px !important;*/
        /*font-size: 20px !important;*/
    }
    .why-choose .defalt-heading h2 span {
        /*display: block;*/
    }
    .why-choose .defalt-heading h2 {
        margin-top: 20px;
    }
    .why-choose-all-content .why-choose-single-div h4 {
        /*font-size: 14px !important;*/
        /*padding-left: 15px !important;*/
    }
    .why-choose-all-content .why-choose-single-div h4:before {
        /*width: 6px !important;*/
        /*height: 6px !important;*/
    }
    .why-choose-all-content .why-choose-single-div .deflt-p p {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 15px !important;
    }
    .our-story-page-btn.about-btn.btn-bnnr a.btn1-main {
        font-size: 16px !important;
    }
    section.our-story-page-section2 {
        padding-bottom: 30px !important;
    }
}

   .services-section {
      display: grid;
      grid-template-columns: 380px 1fr;
      gap: 48px;
      max-width: 1200px;
      margin: 0 auto;
      padding: 80px 40px;
      align-items: start;
    }
 
    /* ── LEFT COLUMN ── */
    .services-left { padding-right: 24px; }
 
    .section-label {
      display: flex;
      align-items: center;
      gap: 12px;
      font-weight: 700;
      font-size: 15px;
      letter-spacing: 0.04em;
      margin-bottom: 24px;
    }
 
    .section-label::before {
      content: '';
      display: block;
      width: 36px;
      height: 3px;
      background: #F2871D;
      border-radius: 2px;
    }
 
    .services-heading {
      font-size: clamp(30px, 4vw, 42px);
      font-weight: 800;
      line-height: 1.18;
      margin-bottom: 28px;
      color: #111;
    }
 
    .services-heading .highlight { color: #F2871D; }
 
    .services-description {
      font-size: 15px;
      line-height: 1.75;
      color: #444;
      margin-bottom: 40px;
      max-width: 360px;
    }
 
    .services-btn {
      display: inline-flex;
      align-items: center;
      background: #111;
      color: #fff;
      font-family: 'Manrope', sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.03em;
      padding: 14px 24px;
      border-radius: 50px;
      text-decoration: none;
      cursor: pointer;
      border: none;
      transition: background 0.2s;
    }
 
    .services-btn .btn-badge {
      width: 34px;
      height: 34px;
      background: #F2871D;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 16px;
    }
 
    .services-btn:hover { background: #222; }
 
    /* ── CARDS GRID ── */
    .services-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }
 
    /* ── CARD BASE ── */
    .service-card {
      background: #F4F4F4;
      border-radius: 16px;
      padding: 28px 24px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
      transition: background 0.3s, transform 0.3s, box-shadow 0.3s, color 0.3s;
    }
 
    .service-card:hover {
      background: #111;
      color: #fff;
      transform: translateY(-4px);
      box-shadow: 0 16px 40px rgba(0,0,0,0.18);
    }
 
    /* orange top accent bar */
    .card-accent {
      width: 52px;
      height: 4px;
      background: #F2871D;
      border-radius: 2px;
      margin-bottom: 22px;
    }
 
    .card-inner {
      display: flex;
      align-items: flex-start;
      gap: 18px;
    }
 
    /* LOGO BOX */
    .card-logo {
      width: 72px;
      height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
 
    .service-card:hover .card-logo {
    
      box-shadow: none;
    }
 
    .card-logo svg {
      width: 44px;
      height: 44px;
    }
 
    /* CARD TEXT */
    .card-content { flex: 1; }
 
    .card-title {
      font-size: 18px;
      font-weight: 800;
      line-height: 1.25;
      margin-bottom: 10px;
      color: #111;
      transition: color 0.3s;
    }
 
    .service-card:hover .card-title { color: #fff; }
 
    .card-desc {
      font-size: 13.5px;
      line-height: 1.65;
      color: #555;
      transition: color 0.3s;
    }
 
    .service-card:hover .card-desc { color: #bbb; }
 
    /* READ MORE — hidden by default, shown on hover */
    .card-read-more {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 13.5px;
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      margin-top: 14px;
      opacity: 0;
      transform: translateY(6px);
      transition: opacity 0.3s, transform 0.3s;
      pointer-events: none;
    }
 
    .service-card:hover .card-read-more {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }
 
    .card-read-more .arrow-circle {
      width: 26px;
      height: 26px;
      background: #F2871D;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
 
    .card-read-more .arrow-circle svg {
      width: 13px;
      height: 13px;
    }
 
    /* Responsive */
    @media (max-width: 1024px) {
      .services-section {
        grid-template-columns: 1fr;
        padding: 48px 24px;
      }
      .services-left { padding-right: 0; max-width: 600px; }
      .services-description { max-width: 100%; }
      .services-grid { grid-template-columns: 1fr 1fr; }
    }
 
    @media (max-width: 600px) {
      .services-grid { grid-template-columns: 1fr; }
      .services-section { padding: 40px 16px; }
    }