.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}
/* Hero Section */
.industry-hero-section {
    background: #ffffff;
    padding: 48px 0 64px;
}

.industry-hero-content {
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
}

.hero-tag {
    font-size: 16px;
    line-height: 24px;
    color: #026aa2;
    font-weight: 600;
    margin-bottom: 12px;
}

.hero-title {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -0.96px;
    color: #181d27;
    margin-bottom: 24px;
}

.hero-description {
    font-size: 20px;
    line-height: 30px;
    color: #535862;
    font-weight: 400;
}

/* Banner Section */
.banner-section {
    padding: 60px 0 20px 0;
    position: relative;
}
.banner-section img{
    border-radius: 60px 0;
}
.banner-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.banner-image {
    width: 100%;
    height: 407px;
    border-radius: 60px 0 60px 0;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.banner-image:before{
    content:'';
    position: absolute;
    top:0;
    bottom:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 0;
}
.banner-image img{
    width: 100%;
    height: 407px;
}
.banner-text {
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: -0.96px;
    color: #ffffff;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 0;
    position: absolute;
}

/* Cards Section */
.cards-section {
    position: relative;
    padding: 0px 0 80px;
    display: flex;
    align-items: flex-end;
}
.cards-section:before{
    content:'';
    position: absolute;
    top:-27%;
    bottom:0px;
    left: 0px;
    width: 100%;
    height: 150%;
    background: linear-gradient(30deg, #065986 8.33%, #026AA2 91.67%);
    z-index: -1;
}
.cards-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
    width: 100%;
}

.cards-grid {
    display: flex;
    gap: 16px;
    width: 100%;
}

.card {
    flex: 1;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    align-self: flex-start;
    margin-bottom: 20px;
    transition:transform ease 0.3s;
}
.card:hover{
    transition:transform ease 0.3s;
    transform:translateY(40px) ;
}
.card.accent-purple:hover, .card.accent-pink:hover {
    transform:translateY(-20px) ;
}
.card.accent-orange:hover{background-color:#fef0c7;}
.card.accent-purple:hover{background-color:#ece9fe;}
.card.accent-green:hover{background-color:#DCFAE6;}
.card.accent-pink:hover{background-color:#fce7f6;}
.card.accent-red:hover{background-color:#ffe3e4;}
.card-image {
    width: 100%;
    height: 250px;
}

.card-content {
    padding: 64px 8px;
}

.card-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #535862;
    margin-bottom: 12px;
}

.card-description {
    font-size: 20px;
    line-height: 30px;
    color: #535862;
    font-weight: 400;
    margin-bottom: 0;
}

.card-button-wrapper {
    padding: 8px 8px 32px;
    text-align: center;
}

.card-button {
    background: #0ba5ec;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px inset rgba(10, 13, 18, 0.18), 0px -2px 0px 0px inset rgba(10, 13, 18, 0.05), 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.12);
}

.card-button:hover{
    color: #ffffff;
}

.card-accent {
    height: 10px;
    width: 100%;
}
.card-image img{
    height: 250px;
    border-radius: 0 0 60px 0;
    width: 100%;
    object-fit: cover;
}
.mt-30{margin-top: 30px;}
.card-offset-1{
    border-radius: 60px 0 0 60px;
    overflow: hidden;
    position: relative;
    padding-bottom: 8px;
}
.card-offset-2{
    border-radius: 0 60px 60px 0;;
    overflow: hidden;
    position: relative;
    padding-bottom: 8px;
}
.accent-orange, .accent-red{position: relative;}

.accent-orange:after, .accent-red:after{
    content:'';
    position: absolute;
    bottom:0px;
    left: 0px;
    width: 100%;
    height: 8px;
    background-color:#F79009 ;
}
.accent-red:after{background-color:#FF3D45 ;}
.accent-purple {
    border-top:solid 8px #875BF7;
}

.accent-green {
    border-bottom:solid 8px #17B26A;
}

.accent-pink {
    border-top:solid 8px #EE46BC;
}



/* Features Section */
.features-section {
    background: #ffffff;
    padding: 48px 0;
}

.features-header {
    margin-bottom: 64px;
    max-width: 768px;
}

.features-tag {
    font-size: 16px;
    line-height: 24px;
    color: #026aa2;
    font-weight: 600;
    margin-bottom: 12px;
}

.features-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -0.72px;
    color: #181d27;
    margin-bottom: 20px;
}

.features-description {
    font-size: 20px;
    line-height: 30px;
    color: #535862;
    font-weight: 400;
}

.features-content {
    display: flex;
    gap: 64px;
}

.features-list {
    flex: 1;
    max-width: 768px;
}

.feature-item {
    padding: 24px 0 32px;
    border-top: 1px solid #e9eaeb;
}
.feature-item p{margin-bottom: 0px;}
.feature-item:first-child {
    padding-top: 0;
    border-top: none;
}
.feature-item:last-child{padding-bottom: 0px;}
.feature-content {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.feature-text {
    flex: 1;
}

.feature-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #181d27;
    margin-bottom: 4px;
}

.feature-desc {
    display: none;
    font-size: 16px;
    line-height: 24px;
    color: #535862;
    font-weight: 400;
}

.feature-item.active .feature-desc {
    display: block;
}

.feature-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.features-image {
    flex: 1;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
}

/* Locations Section */
.locations-section {
    background: #ffffff;
    padding: 40px 0;
}

.locations-header {
    margin-bottom: 64px;
}

.locations-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    letter-spacing: -0.72px;
    color: #101828;
    margin-bottom: 20px;
}

.locations-description {
    font-size: 20px;
    line-height: 30px;
    color: #475467;
    font-weight: 400;
}

.locations-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
}

.location-card {
    flex: 1 1 calc(25% - 24px);
    min-width: 240px;
}

.location-image {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    margin-bottom: 24px;
}

.location-name {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #101828;
    margin-bottom: 4px;
}

.location-link {
    font-size: 18px;
    line-height: 28px;
    color: #0086c9;
    font-weight: 400;
    text-decoration: none;
}
.free-ebook-sec{margin-top: 0px; padding: 60px 0;}
.most-popular-row3 .select {
    color: #0086C9 !important;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.most-popular3{padding:40px 0px;}
@media  (min-width: 768px) and (max-width: 1024px) {
    .features-content {
        flex-direction: column-reverse;
    }
    .features-image {
        height: 656px;
        align-self: stretch;
        width: 100%;
        flex: auto;
    }
}
@media (max-width: 768px) {
    .hero-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 16px;
    }
    .banner-text {
        font-size: 48px;
        line-height: 60px;
    }
    .hero-description {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 0px;
    }
    .hero-tag{font-size:14px;}
    .cards-container{padding: 0 16px;}
    .card{border-radius: 16px !important;}
    .card-content {padding: 16px;}
    .card-button-wrapper {padding: 8px 16px 32px;}
    .card-offset-2{padding-bottom: 0px;}
    .accent-orange:after, .accent-red:after{top:0px; bottom: auto;}
    .accent-green {
        border-top: solid 8px #17B26A;
        border-bottom: none;
    }
    .cards-grid {
        flex-direction: column;
        max-width: 520px;
        margin: auto;
        gap:28px;
    }

    .features-content {flex-direction: column-reverse;}
    .locations-grid {gap: 24px;}
    .card-image img{border-radius:0px;}
    .location-card {flex: 1 1 calc(50% - 12px);}
    .ebook-left{
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .email-ebook{margin-top: 32px;}
    .email-ebook form{gap:10px;}
    .cards-section:before{top: -220px;height: calc(100% + 250px);}
    .banner-section{padding-bottom: 40px;}
    .mt-30 {margin-top: 0px;}
    .cards-section{padding-bottom: 100px;}
    .card-button{display: block;width:100%;}
    .features-section{padding: 56px 0;}
    .container{padding: 0 16px;}
    .features-image{
        height: 366px;
        width: 100%;
        flex:none;
    }
    .most-popular3{padding-top: 40px;}
    .most-popular3 .container{ max-width: 440px;}
    .most-popular-row3 img{border-radius: 8px;}
    .industry-hero-section{padding: 48px 0 48px;}
    .most-popular3 .sub-title{
        font-size: 18px;
        line-height: 28px;
    }
    .most-popular-row3{padding-top: 64px;}
    .s-done{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .ebook-left{padding: 20px 0px;}

}

