
body {
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


#header {
    height: 80px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.banner-section {
    background-color: #ffffff;
    padding: 0px 0 0px;
    min-height: 90vh;
    display: flex;
    align-items: center;
    margin-top: -130px;
}

.banner-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.banner-left h1 {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.banner-left h2 {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.banner-left .last-line {
    display: flex;
    align-items: center;
    gap: 15px;
}

.word-container {
    display: inline-block;
    position: relative;
    color: #f78f20;

    height: 62px;
}

.no-wrap {
    white-space: nowrap;
}

.banner-left {
    margin-left: -170px;
}

.banner-left h2.last-line {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.word {
    position: absolute;
    opacity: 0;
    animation: wordRotate 7.5s infinite;
    white-space: nowrap;
}

.word:nth-child(1) {
    animation-delay: 0s;
}

.word:nth-child(2) {
    animation-delay: 2.5s;
}

.word:nth-child(3) {
    animation-delay: 5s;
}

@keyframes wordRotate {

    0%,
    33.33% {
        opacity: 1;
    }

    33.34%,
    100% {
        opacity: 0;
    }
}

.banner-description {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 30px 0;
}

.button-group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-primary {
    background-color: #05608d;
    color: #fff;
}

.btn-primary:hover {
    background-color: #044a6e;
    transform: translateY(-2px);
}

.btn-secondary {
    background-color: #f78f20;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #e07d0f;
    transform: translateY(-2px);
}

.map-container {
    position: relative;
    width: 140%;
        margin-left: -40px;

}

.map-bg {
    max-width: 125%;
    height: 100%;
    object-fit: contain;
}

.map-card {
    position: absolute;
    background: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    opacity: 0;
    transform: translateY(10px);
}

.map-card .job-title {
    font-size: 14px;
    font-weight: 600;
    color: #05608d;
    white-space: nowrap;
}


/*  */

.map-card {
    position: absolute;
    background: white;
    border: 2px solid #f78f20;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
}


.map-card::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 50px;
    background: linear-gradient(to bottom, #f78f20 0%, #f78f20 100%);
    z-index: -1;
}


.map-card::before {
    content: '';
    position: absolute;
    top: calc(100% + 50px);
    left: 50%;
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background: #f78f20;
    border-radius: 50%;
    z-index: -1;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}


.card-right {
    text-align: center;
}

#card1::after,
#card1::before {
    left: 51%;
    transform: translateX(-50%);
}

#card2::after,
#card2::before {
    left: 50%;
}

#card3::after,
#card3::before {
    left: 51%;
}

#card4::after,
#card4::before {
    left: 40%;
}

#card5::after,
#card5::before {
    left: 50%;
}

.job-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    white-space: nowrap;
    color: #05608d;
}


.map-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.map-card:hover::after {
    background: linear-gradient(to bottom, #0c5a7d 0%, #1a7ba0 100%);
}

.map-card:hover::before {
    background: #0c5a7d;
}

  .tsh-way-section {
            background-color: #f5f5f5;
            padding: 80px 0;
            text-align: center;
        }
       .tsh-way-section p{
        font-size: 18px;
       }
        .tsh-way-section h1 {
            font-size: 42px;
            font-weight: 700;
            color: #333;
            margin-bottom: 20px;
        }

        .tsh-way-section > p {
            font-size: 16px;
            color: #666;
            max-width: 800px;
            margin: 0 auto 50px;
            line-height: 1.8;
        }

      
.process-wrapper {
   display: flex;
    width: 133%;
    padding: 40px;
    background: #f5f7f8;
    margin: 0 auto;
    margin-left: -223px;
}

.tabs {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.tab {
    padding: 24px 22px;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: 0.3s;
    font-size: 15px;
}

.tab:hover {
    background: #e9f3ff;
}

.tab.active {
    background: #f78f20;
    color: #fff;
    border-color: #05608d;
}

.content {
    width: 75%;
    margin-left: 40px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    border-radius: 1px solid #ddd;

}

.sub-heading {
    margin-bottom: 25px;
    color: #555;
    line-height: 1.5;

}

.content h1 {
    margin-bottom: 10px;
    color: black;
}

.content h2 {
    margin-bottom: 15px;
    color: black;

}

.content p {
    line-height: 1.6;
    color: #555;
    font-size: 16px;
    /* width: 57%; */
}

.content-btn {
    margin-top: 55px;
    padding: 12px 22px;
    background: #f78f20;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    border:1px solid black
}
.why-section {
            background-color: #ffffff;
            padding: 80px 0;
        }

        .why-title {
            text-align: center;
            font-size: 42px;
            font-weight: 700;
            color: #333;
            margin-bottom: 15px;
        }

        .why-subtitle {
            text-align: center;
            font-size: 16px;
            color: #666;
            margin-bottom: 60px;
        }

        .why-card {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            margin-bottom: 60px;
        }

        .why-card.reverse {
            direction: rtl;
        }

        .why-card.reverse > * {
            direction: ltr;
        }

        .why-text {
            padding: 20px;
        }

        .why-number {
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: white;
            margin-bottom: 15px;
        }
        .why-text h3 {
            font-size: 28px;
            font-weight: 700;
            color: #05608d;
            margin-bottom: 15px;
        }

        .why-text p {
            font-size: 15px;
            color: #666;
            line-height: 1.8;
        }
.circle {
    width: 36px;
    height: 33px;
  background-color: #f78f20; 
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white; 
  font-size: 20px;
  padding-top: 12px;
}

        .why-image-box {
            border-radius: 16px;
            padding: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .why-image-box.green-bg {
            background-color: #e8f5e9;
        }

        .why-image-box.blue-bg {
            background-color: #e3f2fd;
        }

        .why-image-box img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
        }

.difference_sections {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    font-family: inherit;
}

.section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    color: #333;
}
.section-title {
    position: relative;
    padding-bottom: 15px; 
    margin-bottom: 30px;
}

/* .section-title::after {
       content: "";
    position: absolute;
    bottom: 0;
    left: 456px;
    width: 131px;
    height: 4px;
  
    background-color: #05608d;
    border-radius: 2px;
} */


.process-container {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
}

/* Vertical line in the middle */
/* .process-container::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: #d0d0d0;
            transform: translateX(-50%);
            z-index: 0;
        } */

.process-block {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 40px 0;
    position: relative;
    z-index: 1;
}

.process-block.reverse {
    flex-direction: row-reverse;
}

/* Left side content for normal blocks */
.process-block:not(.reverse) .process-text {
    flex: 1;
    /* text-align: right; */
    padding-right: 55px;
}

.process-block:not(.reverse) .process-img {
    flex: 1;
    /* padding-left: 55px; */
}

/* Right side content for reverse blocks */
.process-block.reverse .process-text {
    flex: 1;
    text-align: left;
    padding-left: 90px;
}

.process-block.reverse .process-img {
    flex: 1;
    padding-right: 55x;
}

.process-img {
    width: 100%;
    max-width: 450px;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.process-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 4px solid #05608d;
    border-radius: 20px;
}

.process-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.process-text p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* Step number circle on the line */
.process-block::after {
    content: attr(data-step);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: #05608d;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    border: 4px solid #ff8d0a;
    z-index: 2;
}
.process-container::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(180deg, #05608d);
    transform: translateX(-50%);
    z-index: 0;
}

.hero {
    background: #05608d;
    padding: 80px 20px;
    position: relative;
    color: #fff;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    position: relative;
}

.side-logo {
    position: absolute;
    top: -27px;
    left: 1px;
    width: 180px;
    background: white;
    padding: 10px;
    border-radius: 8px;
    z-index: 10;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    padding-top: 40px;
}

.hero-content h1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 18px;
    color: white;
    line-height: 1.6;
    max-width: 100%;
    margin-bottom: 25px;
}

.cta-btn {
    background: #fff;
    color: #05608d;
    padding: 14px 30px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-btn:hover {
    background: #f78f20;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.candidate img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 20px;
    /* box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15); */
    transition: transform 0.3s ease;
}

.candidate img:hover {
    transform: scale(1.02);
}

.stats {
    margin-top: 50px;
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    align-items: center;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

/* Prefix symbol (+ or %) */
.stat-item .stat-prefix {
    position: absolute;
    top: 7px;
    left: -15px;
    font-size: 40px;
    font-weight: bold;
    color: white;
    line-height: 1;
}

/* Reverse prefix (for % at the end) */
.stat-item .stat-prefix.reverse {
    left: auto;
    right: -10px;
}
#counter{
        margin-left: -23px;
}

/* Counter number */
.stat-item  {
    font-size: 48px;
    font-weight: 700;
    color: white;
    line-height: 1;
    margin-bottom: 8px;
    font-variant-numeric: tabular-nums;
    min-width: 100px;
}
.span.counter{
    margin-left: -20px;
}


/* Description text */
.stat-item p {
    font-size: 16px;
    color: white;
    margin: 0;
    white-space: nowrap;
}

.process-section {
    background-color: #f5f5f5;
    padding: 15px 0;
}
@media (max-width: 1024px) {
    .banner-content-wrapper {
        gap: 40px;
    }
    
    .banner-left h2 {
        font-size: 44px;
    }
    
    .word-container {
        /* min-width: 210px; */
        height: 53px;
    }
    
    .map-container {
        width: 120%;
    }
}

/* Tablet Portrait (768px and below) */
@media (max-width: 768px) {
    .banner-section {
        padding: 30px 0 50px;
        min-height: auto;
    }
    
    .banner-content-wrapper {
        grid-template-columns: 1fr;
        gap: 0px;
    }
    
    .banner-left {
              text-align: center;
        order: 2;
        margin-left: 0;
        width: 99%;
    }
    
    .banner-left h1 {
        font-size: 14px;
        letter-spacing: 1.5px;
    }
    
    .banner-left h2 {
        font-size: 36px;
    }
    
    .banner-left h2.last-line {
        justify-content: center;
    }
    
    .word-container {
        /* min-width: 180px; */
        height: 44px;
    }
    
    .banner-description {
        font-size: 15px;
        line-height: 1.7;
        margin: 25px 0;
    }
    
    .button-group {
        justify-content: center;
    }
    
    .btn {
        padding: 12px 28px;
        font-size: 15px;
    }
    
    .map-container {
              width: 90%;
        max-width: 500px;
        /* margin: 0 auto; */
        margin-left: -33px;
        margin-top: 36px;
    
    }
    
    .map-card {
        padding: 10px 16px;
    }
    
    .map-card .job-title {
        font-size: 13px;
    }
}

/* Mobile Landscape (640px and below) */
@media (max-width: 640px) {
    .container {
        padding: 0 15px;
    }
    
    .banner-section {
        padding: 25px 0 40px;
    }
    
    .banner-left h2 {
        font-size: 32px;
    }
    
    .word-container {
        /* min-width: 160px; */
        height: 38px;
    }
    
    .banner-description {
        font-size: 14px;
    }
    
    .btn {
        padding: 11px 24px;
        font-size: 14px;
    }
    .tsh-way-section .container{
margin-top: -61px;
    }
    .tsh-way-section .container h1{
    font-size: 31px;
    }
    .tsh-way-section p{
        font-size: 17px;
                margin-bottom: 25px;
    }
    #content-text2{
        display: none;
    }
    #content-text3{
        display: none;
    }
    .tsh-way-section{
                padding-bottom: 30px;
    }
}

/* Mobile Portrait (480px and below) */
@media (max-width: 480px) {
    #header {
        height: 60px;
    }
    
    .banner-section {
        padding: 20px 0 30px;
    }
    
    .banner-content-wrapper {
        gap: 0px;
    }
    
    .banner-left h1 {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }
    
    .banner-left h2 {
        font-size: 28px;
        margin-bottom: 8px;
    }
    
    .banner-left  {
        gap: 10px;
        /* margin-left: -102px; */
    }
    
    .word-container {
        min-width: 140px;
        height: 34px;
                margin-right: 111px;
                        margin-top: -8px;
    }
    
    .banner-description {
        font-size: 14px;
        line-height: 1.6;
        margin: 20px 0;
    }
    
    .button-group {
        flex-direction: column;
        gap: 12px;
    }
    
    .btn {
        width: 100%;
        padding: 12px 20px;
        text-align: center;
    }
    
    .map-card {
        padding: 8px 12px;
    }
    
    .map-card .job-title {
        font-size: 11px;
    }
}

/* Small Mobile (375px and below) */
@media (max-width: 375px) {
    .banner-left h2 {
        font-size: 24px;
    }
    
    .word-container {
        min-width: 120px;
        height: 29px;
    }
    
    .banner-description {
        font-size: 13px;
    }
}
/*  */
@media (max-width: 768px) {
    .process-wrapper {
        width: 95%;
        padding: 20px;
    }
}
@media (max-width: 1024px) {
    .process-wrapper {
             width: 95%;
        padding: 10px;

        flex-direction: column;
        margin-left: 0;
    }
    .process-wrapper .content-btn{
                margin-top: 17px;
    }
}
@media (max-width: 768px) {
    .tab {
        min-width: 70%;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .tab {
        white-space: nowrap;
        /* min-width: 150px; */
    }
}

@media (max-width: 768px) {
    
    .content h1 {
        font-size: 24px;
    }
    .tabs {
        /* flex-direction: column; */
        flex-direction: row;
        text-align: center;
    }
    .tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}
.tabs::-webkit-scrollbar {
    height: 6px;
}

.tabs::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.tabs::-webkit-scrollbar-thumb {
    background: #f78f20;
    border-radius: 10px;
   
 
}
}
@media (max-width: 1024px) {
    .tabs {
        width: 100%;
        flex-direction: row;
        overflow-x: auto;
        gap: 8px;
    }
        .content-btn {
        margin-top: 40px;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .tab {
        min-width: 70%;
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .tab {
        white-space: nowrap;
        margin-bottom: 5px;
        /* min-width: 150px; */
    }
}
@media (max-width: 768px) {
    .content {
        padding: 15px;
    }
}

@media (max-width: 1024px) {
    .content {
        width: 109%;
        margin-left: 0;
        margin-top: 20px;
        padding: 20px;
    }
}

/* tsh way */
@media (max-width: 768px) {
    .why-section {
        margin: 50px auto;
        padding: 0 15px;
    }
}

@media (max-width: 768px) {
    .why-card {
        margin-bottom: 50px;
    }
    .why-title{
            white-space: nowrap;
    font-size: 31px;
}
.why-subtitle{
    margin-bottom: -3px;
}
.process-container{
    margin-bottom: -69px;
}
}
@media (max-width: 1024px) {
    .why-card {
        flex-direction: column !important;
        text-align: center;
        margin-bottom: 0px;
        display: flex;
    }
    .circle{
        margin:0 auto;
        margin-bottom: 20px;
 display: none;
    }
    /* #why-card  {
 display: none;
    }
    #why-card-img{
        display: none;
    } */
}
@media (max-width: 768px) {
    .why-image-box {
        padding: 20px;
    }
}

@media (max-width: 1024px) {
    .why-image-box {
        padding: 30px;
        margin-top: -50px;
        /* display: none; */
    }
}
@media (max-width: 768px) {
    .why-image-box img {
        max-width: 100%;
    }
}

/* why tsh timeline */
@media (max-width: 480px) {
    .section-title {
        font-size: 24px;
    }
}

@media (max-width: 768px) {

    .difference_sections{
        margin-top: -58px;
    }
    .section-title {
        font-size: 28px;
        margin-bottom: 40px;
    }
}
@media (max-width: 768px) {
    .process-container::before {
        left: 30px;
    }
}
@media (max-width: 768px) {
    .process-container::before {
        left: 30px;
    }
}
@media (max-width: 768px) {
    .process-block:not(.reverse) .process-img, .process-block.reverse .process-img {
        padding: 0 !important;
    }
}
.process-block:not(.reverse) .process-img {
    flex: 1;
    /* padding-left: 55px; */
}
@media (max-width: 768px) {
    .process-img {
        height: 200px;
    }
}
@media (max-width: 1024px) {
    .process-img {
        max-width: 100%;
        height: 250px;
    }
}
@media (max-width: 768px) {
    .process-img {
        padding: 0 !important;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .process-block:not(.reverse) .process-img, .process-block.reverse .process-img {
        padding: 0 !important;
    }
}

.process-block:not(.reverse) .process-img {
    flex: 1;
    /* padding-left: 55px; */
}
@media (max-width: 768px) {
    .process-img {
        height: 200px;
    }
}
@media (max-width: 1024px) {
    .process-img {
        max-width: 100%;
        height: 250px;
    }
}
@media (max-width: 768px) {
    .process-img {
        padding: 0 !important;
        max-width: 100%;
    }
}
@media (max-width: 768px) {
    .process-block, .process-block.reverse {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0 30px 60px;
    }
}

@media (max-width: 768px) {
    .process-block, .process-block.reverse {
        flex-direction: column;
        gap: 20px;
        padding-left: 60px;
    }
}
@media (max-width: 768px) {
    .process-block::after {
        left: 30px;
        top: 40px;
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .process-block, .process-block.reverse {
        flex-direction: column;
        gap: 20px;
        padding: 30px 0 30px 60px;
    }
    .process-block.reverse .process-text{
        margin-left:-80px;
    }
    .process-text {
   padding-right: 0px !important;
           margin-top: -11px;
    }
}

/* hero */
@media (max-width: 640px) {
    .hero, .challenges, .content-section, .process, .final-cta, footer {
        padding: 3rem 3%;
    }
   
}
@media (max-width: 480px) {
    .hero {
        padding: 40px 15px;
       
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 60px 20px;
    }
}
@media (max-width: 768px) {
    .hero {
        padding: 40px 15px;
    }
}
@media (max-width: 1024px) {
    .hero {
        padding: 60px 20px;
    }
}
@media (max-width: 968px) {
    .hero-container, .content-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
@media (max-width: 768px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
}

@media (max-width: 1024px) {
    .hero-container {
        gap: 40px;
    }
}
@media (max-width: 1024px) {
    .hero-container {
        flex-direction: column;
        text-align: center;
        margin-top: -58px;
    }
}
@media (max-width: 480px) {
    .side-logo {
        width: 130px;
    }
}
@media (max-width: 768px) {
    .side-logo {
        position: static;
        width: 150px;
        margin: 0 auto 20px;
    }
}

@media (max-width: 768px) {
   
}
@media (max-width: 1024px) {
    .side-logo {
        position: static;
        /* width: 20%; */
        margin: 20px auto;
    }
}
@media (max-width: 768px) {
    .hero-content {
        max-width: 100%;
        padding-top: 0;
                margin-top: -33px;
    }
}
@media (max-width: 640px) {
    .hero-content h1 {
        font-size: 1.75rem;
    }
}
@media (max-width: 968px) {
    .hero-content h1 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 28px;
    }
}
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 32px;
    }
}
@media (max-width: 1024px) {
    .hero-content h1 {
   font-size: 18px;
        /* width: 89%; */
        white-space: nowrap;
        margin: 0 auto;
    }
}
@media (max-width: 480px) {
    .hero-content p {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .hero-content p {
        font-size: 16px;
        max-width: 88%;
    }
}
@media (max-width: 1024px) {
    .hero-content p {
        font-size: 16px;
        margin: 0 auto;
        padding-top: 20px;
    }
}
@media (max-width: 768px) {
    .cta-btn {
        width: 100%;
        padding: 12px 25px;
    }
}

@media (max-width: 768px) {
    .cta-btn {
     padding: 16px 47px;
        font-size: 16px;
        width: 74%;
        margin-top: 20px;
    }
}
@media (max-width: 480px) {
    .stats {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
}
@media (max-width: 768px) {
    .stats {
        justify-content: center;
        gap: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .stats {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        margin-bottom: 0;
    }
}
@media (max-width: 1024px) {
    .stats {
        margin-left: 0;
        justify-content: center;
        gap: 30px;
    }
}
@media (max-width: 480px) {
    .stats {
        flex-direction: column;
        gap: 30px;
    }
    #counter{
margin-left: -23px;
    }
   
}
@media (max-width: 768px) {
    .candidate {
        max-width: 100%;
        margin-top: 20px;
    }
    
}

@media (max-width: 1024px) {
    .candidate {
            max-width: 450px;
        width: 94%;
        margin-top: -50px;
    }
}
