body{
    background-color: #fff;
}

.header-cart-badge {
    background-color: #ffb400;
}

.navbar{
    height: 115px;
}

.page-hero {
    position: relative;
    padding: 120px 0 80px;
    min-height: 400px;
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 545px;
  }

  .corner-icons {
    position: absolute;
    top: 30px;
    left: 40px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.corner-icons .icon {
    width: 49px;
    height: auto;
}

.icon-1 {
    margin-left: 60px;  
}

.icon-2 {
    margin-left: 10px;  
    margin-top: -30px;
}

.icon-3 {
    margin-left: 60px;  
    margin-top: -30px;
}

.icon-1 {
    animation: pulse 2s ease-in-out infinite;
}

.icon-2 {
    animation: pulse 2s ease-in-out infinite;
    animation-delay: 1s; /
}

.icon-3 {
    animation: rotate 4s linear infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
  
  .page-hero__bg {
    position: absolute;
    inset: 0;
    background-image: url("../images/Background-header.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
  

  .page-hero__overlay {
    position: absolute;
    inset: 0;
    background-image: url("../images/linear-black.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 2;
  }
  
  .page-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 387px;              
    height: 437px;
    background-image: url("../images/header-shape.svg");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;               
    pointer-events: none;      
    animation: floatLeftRight 4s ease-in-out infinite;
}

@keyframes floatLeftRight {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-15px); } 
    100% { transform: translateX(0); }
}

  .page-hero__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 60px; 
    position: relative;
    z-index: 10;
  }
  
  .page-hero__content {
    text-align: left;
  }
  
  
  .page-hero__title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.2;
    text-transform: capitalize;
  }
  
  .list-reset {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
  }
  
  .breadcrumb li {
    display: flex;
    align-items: center;
    color: #ffffff;
  }
  
  .breadcrumb li::after {
    content: '/';
    margin-left: 10px;
    color: #ffd700;
  }
  
  .breadcrumb li:last-child::after {
    display: none;
  }
  
  .breadcrumb a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .breadcrumb a:hover {
    color: #ffd700;
  }
  
  .breadcrumb span {
    color: #ffd700;
    font-weight: 500;
  }

@media (max-width: 1024px) {
    .page-hero {
        padding: 100px 0 70px;
        height: 480px;
    }

    .page-hero__title {
        font-size: 48px;
    }

    .page-hero__container {
        padding-left: 40px;
    }
}

@media (max-width: 768px) {

    .corner-icons {
        display: none;
    }

    .page-hero {
        padding: 80px 0 60px;
        height: 420px;
    }

    .page-hero::after {
        display: none;
    }

    .page-hero__title {
        font-size: 40px;
    }

    .page-hero__container {
        padding-left: 30px;
    }
}


@media (max-width: 480px) {

    .page-hero__overlay {
        opacity: 0.6 ;   
    }

    .corner-icons,
    .page-hero::after {
        display: none ;
    }

    .page-hero {
        padding: 60px 0 40px;
        height: 360px;
    }

    .page-hero__title {
        font-size: 32px;
        line-height: 1.2;
    }

    .page-hero__container {
        padding-left: 20px;
    }

    .breadcrumb {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .page-hero__overlay {
        opacity: 0.7 ;   
    }

    .corner-icons,
    .page-hero::after {
        display: none ;
    }

    .page-hero {
        padding: 50px 0 30px;
        height: 330px;
    }

    .page-hero__title {
        font-size: 28px;
    }

    .page-hero__container {
        padding-left: 15px;
    }

    .breadcrumb {
        gap: 6px;
        font-size: 13px;
    }
}

  
  .about-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
}

.content-box {
    display: flex;
    gap: 40px;
    align-items: center;
}

.image-block {
    flex: 1;
    position: relative;
}

.image-large {
    width: 570px;
    height: 467px;
    margin-bottom: 20px;
}

.image-small {
    width: 317px;
    height: 255px;
    border-top: 10px solid white;
    border-left: 10px solid white;
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 1;
}


.exp-wrap {
    position: absolute;
    bottom: 10px;
    left: -30px;
    z-index: 5;
}

.exp-box {
    display: flex;
    align-items: center;
    background-color: #1947cd;
    color: #fff;
    width: 315px;
    height: 67px;
    margin-left: 30px;
    border-top: 5px solid white;
    border-bottom: 5px solid white;
    padding-left: 20px;
    position: relative;
    white-space: nowrap;
}

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

.exp-number {
    font-size: 40px;
    font-weight: 700;
}

.exp-divider {
    width: 2px;
    height: 35px;
    background: #fff;
}

.exp-text {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.exp-arrow {
    width: 0;
    height: 0;
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 40px solid #1947cd;
    margin-left: 13px;
    margin-bottom: 4px;
}

.text-area {
    flex: 1;
}

.tagline {
    color: #1947cd;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-title {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.3;
    width: 570px;
}

.highlight-yellow {
    color: #ffb400;
}

.description {
    color: #5e5b5b;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    width: 570px;
}



.tabs-wrapper {
    width: 100%;
    max-width: 570px;
    height: 235px;
    margin: 0 auto 20px auto;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    position: relative;
    background: white;
    padding: 0;
}

.tabs-header {
    display: flex;
    justify-content: space-between;
    background: transparent;
    padding: 0;
    margin: 0;
}

.tab-btn {
    width: 30%;
    height: 56px;
    border: none;
    background: #f4f4f4;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
}

.tab-btn.active {
    background: #111;
    color: white;
}

.tab-btn.active::before {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #3f66ff;
}

.tab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 16px solid #fbbf24;
}

.tabs-body {
    padding: 30px;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px 40px;
    margin-top: 10px;
    row-gap: 0px;            
    column-gap: 25px;        
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.feature-item p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #333333 ; 
    letter-spacing: 0.5px;
}

.important-text {
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-left: 20px;
    border-left: 4px solid #1947cd;
}

.final-text {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1947cd;
    font-weight: 500;
}

.final-text img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 4px;             
    object-fit: contain;
}


.stats-section {
    padding: 60px 20px;
}

.stats-box {
    max-width: 1200px;
    margin: 0 auto;
}

.stats-grid {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    padding: 0;
    background: #fff;
    border: 1px solid #e5e7eb;
}

.stats-card {
    width: 291px;          
    height: 200px; 
    text-align: center;
    position: relative;
    border-right: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 25px;
}



.stats-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;           
    height: 120px;          
    background: #f3f4f6;    
    clip-path: polygon(0 0, 100% 0, 0 100%);
    z-index: 1;
}

.stats-card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;            
    height: 120px;           
    background: #f3f4f6;   
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
}

.stats-card:hover::before,
.stats-card:hover::after {
    background: #000; 
}


.icon-box {
    top: -5px;
    width: 81px;
    height: 82px;
    background: #ffb400;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    margin-top: -40px;
}

.stats-card:hover .icon-box {
    background: #1947cd; 
}


.icon-svg {
    width: 40px;
    height: 40px;
    stroke: white;
    fill: white;
}


.content-block {
    margin-top: 10px;
}

.stats-number {
    font-size: 48px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
    line-height: 1;
}

.stats-text {
    font-size: 16px;
    color: #6b7280;
}

.svc-section {
    padding: 80px 20px;
    background: url("../images/svc-section.png") no-repeat center center / cover;
    overflow: hidden;
    position: relative;
}


.svc-container{
    max-width:1200px;
    margin:0 auto;
    position:relative;
    z-index:2;
}


.svc-header{
    text-align:center;
    margin-bottom:50px;
}

.svc-header-line{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:15px;
    margin-bottom:15px;
}

.svc-label{
    color:#1947cd;
    font-size:20px;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
}

.svc-title{
    font-size:35px;
    color:#222;
    line-height:1.3;
}

.svc-highlight{
    color:#ffb400;
}


.svc-slider-wrapper{
    position:relative;
    padding:0 50px;
}


.svc-slider-track{
    display:flex;
    gap:20px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:20px 0;
    scrollbar-width:none;
}

.svc-slider-track::-webkit-scrollbar{
    display:none;
}

.svc-card{
    min-width:350px;
    height:560px;
    background:#fff;
    position:relative;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 92%, 0 100%);
    box-shadow:0 4px 15px rgba(0,0,0,0.1);
    transition:0.3s;
}


.svc-media{
    height:280px;
    overflow:hidden;
    position:relative;
    clip-path:polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.svc-media-img{
    width:100%;
    height:100%;
    object-fit:cover;
}


.svc-icon-badge{
    width:95px;
    height:95px;
    background:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 6px 20px rgba(0,0,0,0.25);
    position:absolute;
    top:210px;
    left:50%;
    transform:translateX(-50%);
    z-index:10;
}

.svc-icon{
    font-size:42px;
    color:#ffb400;
}

.svc-card:hover .svc-icon-badge{
    background:#1947cd;
}

.svc-card:hover .svc-icon{
    color:#fff;
}


.svc-card-body{
    padding:50px 30px 30px;
    text-align:center;
}

.svc-card-title{
    font-size:22px;
    margin-bottom:15px;
}

.svc-card-title a{
    text-decoration:none;
    color:#1f2937;
    transition:0.3s;
}

.svc-card-title a:hover{
    color:#2563eb;
}

.svc-card-text{
    color:#6b7280;
    line-height:1.6;
    margin-bottom:25px;
    font-size:15px;
}

.clean-item {
    position: relative; 
}

.clean-arrow-wrapper {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

.clean-arrow {
    width:55px;
    height:55px;
    background:#1f2937;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    font-size:22px;
    transform:rotate(-45deg);
    transition:0.3s ease;
}

.clean-item:hover .clean-arrow {
    background:#ffb400;
    color:#1f2937;
    transform:rotate(5deg);
}


.svc-nav{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:40px;
}

.svc-dot{
    width:20px;
    height:20px;
    background:#fff;
    border:2px solid #ffb400;
    cursor:pointer;
    transition:0.3s;
}

.svc-dot:hover{
    background:#ffb400;
}

.svc-dot.active{
    background:#1947cd;
    border-color:#1947cd;
}

.svc-arrows-mobile {
    display: none;
}




@media (max-width: 768px) {
    .svc-arrows-mobile {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        font-size: 32px;
        color: #1947cd;
        padding: 0 20px;
    }
}



.testimonials-section{
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    margin-bottom: 80px;
}

.contact-section-about{
    width: 100%;
    height: 570[x];
    position: relative;
    padding: 80px 0;
    overflow: hidden;
   background-color: #15161BEB;
}

.contact-section__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}

.row {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.col-left {
    flex: 1;
    min-width: 300px;
}

.col-right {
    flex: 0 0 auto;
    min-width: 280px;
}

.content-wrapper {
    color: #fff;
}

.section-header {
    margin-bottom: 30px;
}

.section-header__top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}


.section-header__tagline {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1947cd;
    font-weight: 600;
}

.section-header__title {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    width: 100%;
    text-align: left;
    margin: 0 0 20px 0;
}

.section-header__title .highlight {
    color: #ffb400;
    position: relative;
    display: inline-block;
}


.description-text {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
}

.description-text::before {
content: '';
position: absolute;
left: 0;
top: 4px;
width: 14px;
height: 14px;
background: #1947cd;
border: 2px solid #ffb400;
border-radius: 3px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #1947cd;
    font-weight: 600;
}


.cta-button {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 16px 32px;
background: #ffffff;
color: #1a1a1a;
text-decoration: none;
font-weight: 600;
font-size: 16px;
border-radius: 14px;
position: relative;
overflow: hidden;
transition: color 0.3s ease, background 0.3s ease;
}

.cta-button::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 120px;
height: 120px;
background: #1947cd;
clip-path: polygon(0 0, 100% 0, 0 45%);
transform: translateX(-60px);
transition: transform 0.45s ease;
z-index: 1;
}

.cta-button::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 120px;
height: 120px;
background: #1947cd;
clip-path: polygon(100% 55%, 100% 100%, 0 100%);
transform: translateX(60px);
transition: transform 0.45s ease;
z-index: 1;
}

.cta-button:hover {
background: #1947cd;
color: #fff;
}

.cta-button:hover::before {
transform: translateX(0);
}

.cta-button:hover::after {
transform: translateX(0);
}

.cta-button span,
.cta-button__icon {
position: relative;
z-index: 5;
}

.phone-card {
background: #ffffff;
padding: 28px 40px;
border-radius: 70px;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
position: relative;
width: 437px;
}

.phone-card__number {
font-size: 32px;
font-weight: 500;
color: #222;
text-decoration: none;
letter-spacing: 1px;
}

.phone-card__icon-wrapper {
position: absolute;
right: -50px; 
top: 50%;
transform: translateY(-50%);
}

.phone-card__circle {
width: 135px;
height: 135px;
background: #ffffff;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
position: relative;
}

.phone-card__circle::before {
content: "";
position: absolute;
inset: 12px;
border-radius: 50%;
border: 2px dashed #f2a900;
}


.blog-area {
    width: 100%;
    background: #f4f4f4;
    padding: 80px 0;
}


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


.blog-subtitle-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.blog-subtitle-line img {
    width: 22px;
    height: auto;
    display: block;
}

.blog-subtitle {
    color: #1947cd;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
}


.blog-title {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin-top: 10px;
    text-align: center; 
    margin-bottom: 30px;   
}


.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}


.blog-post-card {
    background: #fff;
    padding: 20px;
    border: 1px solid #f0f0f0;
    height: 410px;
}

.blog-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog-category {
    position: relative;
    background: #ffb400;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-top: -20px;
    margin-left: 20px;
    display: inline-block;
}


.blog-category::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;  
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-right: 25px solid #1947cd;   
    border-bottom: 32px solid transparent; 
}



.blog-date {
    width: 55px;          
    display: flex;
    flex-direction: column;   
    align-items: center;
    text-align: center;
    margin-top: -20px;        
    margin-right: -18px;    
    padding: 0;             
    border-radius: 3px;    
}

.blog-date .day {
    width: 55px;
    height: 32px;
    background: #000;       
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
}

.blog-date .month {
    width: 55px;
    height: 22px;
    background: #1947cd;   
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 600;
    margin-top: 0;           
}



.blog-card-title {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0 15px;
    color: #222;
    line-height: 28px;
}


.blog-image {
    width: 100%;
    height: 235px;
    overflow: hidden;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (max-width: 1024px) {
    .about-section {
        padding: 30px 20px;
    }

    .content-box {
        gap: 30px;
    }

    .image-large {
        width: 100%;
        max-width: 450px;
        height: auto;
    }

    .image-small {
        width: 250px;
        height: 200px;
    }

    .exp-box {
        width: 280px;
        height: 60px;
    }

    .exp-number {
        font-size: 32px;
    }

    .exp-text {
        font-size: 14px;
    }

    .main-title {
        font-size: 30px;
        width: 100%;
        max-width: 450px;
    }

    .description {
        width: 100%;
        max-width: 450px;
    }

    .tabs-wrapper {
        max-width: 100%;
    }

    .stats-grid {
        width: 100%;
        max-width: 900px;
        flex-wrap: wrap;
    }

    .stats-card {
        width: calc(50% - 1px);
        border-right: 1px solid #e5e7eb;
        border-bottom: 1px solid #e5e7eb;
    }

    .stats-card:nth-child(2n) {
        border-right: none;
    }

    .svc-slider-wrapper {
        padding: 0 30px;
    }

    .svc-card {
        min-width: 320px;
    }
}

@media (max-width: 768px) {
    .content-box {
        flex-direction: column;
        gap: 40px;
    }

    .image-block {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .image-large {
        position: relative;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .image-small {
        display: none;
    }

    .exp-wrap {
        position: static;
        width: 100%;
        margin-top: 20px;
    }

    .exp-box {
        width: 100%;
        max-width: 315px;
        margin: 0 auto;
    }

    .text-area {
        width: 100%;
    }

    .tagline {
        justify-content: flex-start;
    }

    .main-title {
        font-size: 28px;
        max-width: 100%;
    }

    .description {
        max-width: 100%;
    }

    .tabs-header {
        flex-wrap: wrap;
        gap: 10px;
    }

    .tab-btn {
        width: calc(33.333% - 7px);
        height: 50px;
        font-size: 13px;
    }

    .stats-grid {
        max-width: 100%;
    }

    .stats-card {
        width: calc(50% - 1px);
    }

    .svc-title {
        font-size: 28px;
    }

    .svc-slider-wrapper {
        padding: 0 20px;
    }

    .svc-card {
        min-width: 280px;
    }

    .svc-arrows-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        padding: 0 20px;
    }

    .svc-arrow-left,
    .svc-arrow-right {
        font-size: 32px;
        color: #1947cd;
        cursor: pointer;
        user-select: none;
        padding: 10px 20px;
        background: #fff;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .svc-nav {
        display: none;
    }
}

@media (max-width: 480px) {
    .about-section {
        padding: 20px 15px;
    }

    .image-large {
        width: 100%;
        height: auto;
    }

    .exp-box {
        width: 100%;
        max-width: 280px;
        height: 60px;
        padding-left: 15px;
        margin-left: 0;
    }

    .exp-number {
        font-size: 28px;
    }

    .exp-divider {
        height: 30px;
    }

    .exp-text {
        font-size: 12px;
    }

    .exp-arrow {
        border-top: 30px solid transparent;
        border-bottom: 30px solid transparent;
        border-left: 35px solid #1947cd;
        margin-left: 10px;
    }

    .tagline {
        font-size: 16px;
    }

    .tagline img {
        width: 20px;
    }

    .main-title {
        font-size: 24px;
        line-height: 1.4;
    }

    .description {
        font-size: 14px;
        line-height: 24px;
    }

    .tabs-wrapper {
        height: auto;
        min-height: 200px;
        max-width: 340px;
    }

    .tabs-header {
        display: flex;
        flex-wrap: nowrap;        
        overflow-x: auto;        
        gap: 10px;
        padding: 10px 5px;
        scrollbar-width: none;     
    }

    .tabs-header::-webkit-scrollbar {
        display: none;             
    }

    .tab-btn {
        width: 165px;
        height: 46px;
        font-size: 12px;
        border-radius: 8px;
        margin-bottom: 0;
    }

    .tab-btn:first-child {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .tab-btn.active::after {
        display: none;
    }

    .tabs-body {
        padding: 20px 15px;
    }

    .features-grid {
        display: flex;
        flex-direction: column;    
        gap: 0px;
    }

    .feature-item {
        display: flex;
        align-items: center;
        gap: 2px;
        white-space: normal;       
    }

    .feature-item p {
        font-size: 14px;
        margin: 0;
    }
    .important-text {
        font-size: 13px;
        padding-left: 15px;
    }

    .final-text {
        font-size: 14px;
    }

    .stats-section {
        width: 100%;     
        margin-left: 50%;
        transform: translateX(-50%);   
        padding: 0;   
        margin-top: 40px;     
    }
    
  .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr); 
        gap: 0;
    }

    .stats-card {
        width: 100%;
        height: auto;
        border-right: none ; 
        border-bottom: none ;
        padding: 20px 5px;
    }


    .stats-card:last-child {
        border-bottom: none;
    }

    .stats-card::before,
    .stats-card::after {
        width: 80px;
        height: 80px;
    }

    .icon-box {
        width: 70px;
        height: 72px;
        margin-top: -15px;
        margin-bottom: 15px;
    }

    .icon-box img {
        width: 35px;
        height: 35px;
    }

    .stats-number {
        font-size: 38px;
    }

    .stats-text {
        font-size: 14px;
    }

    .svc-section {
        padding: 50px 15px;
    }

    .svc-title {
        font-size: 24px;
    }

    .svc-label {
        font-size: 16px;
    }

    .svc-slider-wrapper {
        padding: 0;
    }

    .svc-slider-track {
        gap: 15px;
        padding: 20px 15px;
        scroll-snap-type: x mandatory;
    }

    .svc-card {
        min-width: 100%;
        max-width: 320px;
        margin: 0 auto;
        height: 520px;
        scroll-snap-align: center;
    }

    .svc-card-body {
        padding: 40px 20px 20px;
    }

    .svc-card-title {
        font-size: 20px;
    }

    .svc-card-text {
        font-size: 14px;
    }

    .svc-arrows-mobile {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-top: 20px;
        padding: 0;
    }

    .svc-arrow-left,
    .svc-arrow-right {
        width: 45px;
        height: 45px;
        font-size: 28px;
    }

    .cta-button {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;     
        width: fit-content;
    }

    .col-right {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .phone-card {
        width: 290px;
        height: 60px;
        padding: 15px 25px;
        border-radius: 40px;
    }

    .phone-card__number {
        font-size: 20px;
    }

    .phone-card__icon-wrapper {
        right: -30px;
    }

    .phone-card__circle {
        width: 90px;
        height: 90px;
    }

    .phone-card__circle::before {
        inset: 8px;
    }
}

@media (max-width: 375px) {
    .about-section {
        padding: 15px 10px;
    }

    .exp-box {
        max-width: 100%;
        padding-left: 10px;
        height: 55px;
    }

    .exp-number {
        font-size: 24px;
    }

    .exp-text {
        font-size: 11px;
    }

    .exp-arrow {
        border-top: 28px solid transparent;
        border-bottom: 28px solid transparent;
        border-left: 30px solid #1947cd;
    }

    .main-title {
        font-size: 22px;
    }

    .description {
        font-size: 13px;
        line-height: 22px;
    }

    .tabs-wrapper {
        max-width: 320px;
    }

    .tabs-header {
        gap: 8px;
        padding: 12px;
    }

    .tab-btn {
        width: 155px;
        height: 44px;
        font-size: 11px;
    }

    .tabs-body {
        padding: 15px 10px;
    }

    .feature-item img {
        width: 18px;
        height: 18px;
    }

    .feature-item p {
        font-size: 13px;
    }

    .important-text {
        font-size: 12px;
    }

    .final-text {
        font-size: 13px;
    }

    .stats-card {
        height: 170px;
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .stats-card::before,
    .stats-card::after {
        width: 70px;
        height: 70px;
    }

    .icon-box {
        width: 65px;
        height: 67px;
        margin-top: 0;
        margin-bottom: 12px;
    }

    .stats-number {
        font-size: 36px;
    }

    .stats-text {
        font-size: 13px;
    }

    .svc-title {
        font-size: 22px;
    }

    .svc-label {
        font-size: 15px;
    }

    .svc-card {
        min-width: 100%;
        max-width: 300px;
        height: 500px;
    }

    .svc-icon-badge {
        width: 85px;
        height: 85px;
    }

    .svc-icon {
        font-size: 36px;
    }

    .svc-card-body {
        padding: 35px 15px 15px;
    }

    .svc-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .svc-card-text {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .svc-arrow-btn {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .svc-arrows-mobile {
        gap: 12px;
    }

    .svc-arrow-left,
    .svc-arrow-right {
        width: 40px;
        height: 40px;
        font-size: 24px;
        padding: 0;
    }

    .phone-card {
        width: 270px;
        height: 55px;
        padding: 12px 20px;
    }

    .phone-card__number {
        font-size: 18px;
    }

    .phone-card__circle {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 1028px) {

    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .blog-post-card {
        height: auto;
    }
}

@media (max-width: 768px) {

    .blog-header {
        text-align: center;
    }

    .blog-subtitle-line {
        justify-content: center;
    }

    .blog-title {
        font-size: 32px;
        text-align: center;
    }

    .blog-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .blog-post-card {
        margin: 0 auto;
        max-width: 500px;
        height: auto;
    }
}

@media (max-width: 480px) {

    .blog-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .blog-subtitle {
        font-size: 15px;
    }

    .blog-subtitle-line img {
        width: 16px;
    }

    .blog-category {
        font-size: 12px;
        padding: 6px 12px;
        margin-left: 10px;
    }

    .blog-category::before {
        left: -18px;
        border-right: 18px solid #1947cd;
        border-bottom: 26px solid transparent;
    }

    .blog-date {
        margin-right: -10px;
    }

    .blog-card-title {
        font-size: 18px;
        line-height: 24px;
    }

    .blog-image {
        height: 200px;
    }
}

@media (max-width: 365px) {

    .blog-title {
        font-size: 22px;
    }

    .blog-subtitle {
        font-size: 13px;
    }

    .blog-post-card {
        padding: 15px;
    }

    .blog-card-title {
        font-size: 17px;
        line-height: 22px;
    }

    .blog-category {
        padding: 5px 10px;
        font-size: 11px;
    }

    .blog-category::before {
        left: -15px;
        border-right: 15px solid #1947cd;
        border-bottom: 22px solid transparent;
    }

    .blog-date .day {
        width: 45px;
        height: 28px;
    }

    .blog-date .month {
        width: 45px;
        height: 18px;
    }

    .blog-image {
        height: 180px;
    }
}
