*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Inter', sans-serif;
}
.container {
    margin: auto;
    width: 1170px;
}

/* Header Starts */
header {
    background-color: #fff;
    width: 100%;
    padding: 30px 60px;
}
.header-content {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mob-view {
    display: none;
}
.menu {
    flex: 1;
}
.menu.navigation-main {
    justify-content: center;
}
ul#menu-main-menu-loggedin li {
    list-style: none;
    display: inline-block;
    margin-left: 0;
}
ul#menu-main-menu-loggedin li a {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    text-align: left;
}
ul#menu-main-menu-loggedin {
    display: flex;
    justify-content: center;
    gap: 60px;
}
.book button {
    border: none;
    background: orange;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 18px;
    text-align: center;
}
.header-content .menu .close-btn {
    display: none;
}
/* Header Ends */
/* Hero Section Starts */
.all-in-one .hero-section {
    padding-top: 0;
}
.hero-section-content {
    display: flex;
    flex-direction: column;
    height: calc(70vh - 107px);
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}
.hero-section-content h1 {
    font-size: 48px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    text-align: center;
    margin-bottom: 15px;
}
.hero-section-content p{
    font-size: 18px;
    line-height: 1.4;
    color: #ffffff;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    text-align: center;
}
/* Hero Section Ends */

/* Biggest Hurdle Section Starts */
section.biggest-hurdle {
    padding-top: 70px;
}
.images-wrapper {
    display: flex;
    justify-content: center;
    gap: 70px;
    align-items: center;
    margin-bottom: 50px;
}
.image-block img {
    max-width: 120px;
    max-height: 120px;
}
.biggest-hurdle-text {
    max-width: 1025px;
    margin: auto;
}
.biggest-hurdle-text h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #091822;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.biggest-hurdle-text p {
    font-size: 18px;
    line-height: 1.5;
    color: #363638;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
.biggest-hurdle-text h3 {
    font-size: 30px;
    line-height: 1.3;
    color: #ff8e00;
    font-weight: 600;
    text-align: center;
}
/* Biggest Hurdle Section Ends */

/* Integrant Section Starts */
section.integrant {
    padding: 70px 0;
}
section.integrant.reverse-block .integrant-block:nth-child(odd){
    flex-direction: row-reverse;
}
.integrant-block {
    display: flex;
    align-items: center;
    gap: 40px;
}
section.integrant:not(.reverse-block) .integrant-block:nth-child(even) {
    flex-direction: row-reverse;
}
.integrant-block:not(:last-child) {
    margin-bottom: 70px;
}
.integrant-block .text-side {
    flex: 0 0 460px;
}
.integrant-block .img-side {
    border-radius: 15px;
    overflow: hidden;
    flex: 1;
}
.integrant-block .img-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.integrant-block .text-side-content {
    max-width: 460px;
}
.integrant-block .text-side h3 {
    font-size: 30px;
    line-height: 1.3;
    color: #091822;
    font-weight: 600;
    margin-bottom: 20px;
}
.integrant-block .text-side p {
    font-size: 18px;
    line-height: 1.5;
    color: #363638;
    font-weight: 400;
    margin: unset;
}
.integrant-block .text-side a {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 600;
    color: #ff8e00;
    display: block;
    text-decoration: none;
}
/* Integrant Section Ends */

/* Integrant-Text Section Starts */
section.integrant-text {
    background-color: #091822;
    padding: 70px 0;
}
.integrant-text-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.integrant-text-content h2{
    font-size: 42px;
    line-height: 1.3;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}
.integrant-text-content p {
    font-size: 18px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
}
/* Integrant-Text Section Ends */

/* Specialized Section Starts */
section.specialized-block {
    padding: 50px 0 120px;
}
.sp-heading-block {
    text-align: center;
    max-width: 940px;
    margin: 0 auto 50px;
}
.sp-heading-block h3{
    font-size: 42px;
    color: #091822;
    margin-bottom: 20px;
}
.sp-heading-block p{
    font-size: 18px;
    line-height: 1.5;
    color: #363638;
    font-weight: 500;
}
.grid-specialized {
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 20px;
}
.grid-specialized .st-block {
    height: 412px;
    background-size: contain;
    border-radius: 24px;
    padding: 38px 48px;
    position: relative;
}
.grid-specialized .st-block h3{
    font-size: 40px;
    line-height: 49px;
    color: #ffffff;
    font-weight: 600;
}
.grid-specialized .st-block img{
    position: absolute;
    right: 30px;
    bottom: 30px;
}
.integrant-text-wrapper h5{
    font-size: 30px;
    margin-bottom: 50px;
    color: #ffffff;
    padding-top: 25px;
}
.uas-program-block p{
    font-weight: 300;
    margin-bottom: 60px;
}
.cs-btn-pri{
    display: inline-block;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
    border-radius: 15px;
    background-color: #ff8e00;
    text-decoration: none;
    padding: 0 60px;
    color: #ffffff;
    font-weight: 700;
}
/* Specialized Section Ends */

/* Free Resources Section Starts */
section.resources-blocks {
    padding: 70px 0;
}
section.resources-blocks {
    padding: 70px 0;
}
.grid-resources {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.resources-cell {
    background: #f0fbff;
    padding: 30px;
    border-radius: 8px;
    width: calc(100%/2 - 15px);
    display: flex;
    flex-direction: column;
}
.resources-cell-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 1;
}
.resources-cell-inner > div {
    flex: 1;
}
.resources-cell label {
    font-size: 15px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    margin-bottom: 12px;
    display: inline-block;
    width: max-content;
}
/* .resources-cell-inner .image-resources {
    flex: 1;
} */
.resources-cell-inner img {
    width: 100%;
}
.content-resources {
    margin-right: 12px;
    width: 50%;
    display: flex;
    flex-direction: column;
}
.content-resources h4 {
    color: #ff8e00;
    font-size: 30px;
}

.content-resources p {
    font-size: 18px;
    margin-top: 15px;
    line-height: 28px;
    font-weight: 500;
    flex: 1;
}

a.cs-btn-pri.resource-btn {
    font-size: 18px;
    padding: 13px 25px;
    line-height: initial;
    border-radius: 30px;
    height: auto;
    font-weight: 400;
    margin-top: 20px;
    transition: all 0.2s ease;
}
a.cs-btn-pri.resource-btn:hover {
    transform: translateY(-3px);
    color: white;
}
.full-content-resources {
    margin-right: 0;
    width: 100%;
}
.full-content-resources .image-resources {
    margin-top: 12px;
}
/* Free Resources Section Ends */

/* Footer Section Starts */
footer{
    background-color: #091721;
    padding: 50px 0;
}
footer .nav-item {
    list-style: none;
}
footer .nav-link {
    text-decoration: none;
}
.footer-top {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.footer-cols {
    flex: 1;
}
.footer-cols:last-child {
    flex: 0 0 440px;
}
.footer-cols h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-cols:last-child h4 {
    margin-bottom: 40px;
}
.footer-cols .nav-item {
    font-size: 14px;
}
.footer-cols .nav-item:not(:last-child) {
    margin-bottom: 20px;
}
.footer-cols .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}
.download-guide {
    display: flex;
    gap: 15px;
}
.download-guide .img-side {
    flex: 0 0 160px;
}
.download-guide .img-side img {
    width: 100%;
}
.download-guide .text-side p {
    font-size: 14px;
    margin-bottom: 20px;
}
.download-guide span {
    display: block;
    font-size: 13px;
}
.download-guide .text-side input {
    border: none;
    padding: 12px 15px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
    outline: none;
}
.download-guide .text-side input::placeholder {
    color: #6e6b6b;
}
.download-guide .text-side button {
    padding: 8px 16px;
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    margin-bottom: 20px;
}
.footer-bottom {
    margin-top: 80px;
    color: #6e6b6b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.footer-bottom .img-side {
    margin-left: -40px;
}
.footer-bottom .foot-nav .nav-item {
    display: inline-block;
    padding: 0 20px;
}
.footer-bottom .foot-nav .nav-item:not(:first-child) {
    border-left: 1px solid;
}
.footer-bottom .foot-nav .nav-link {
    color: #6e6b6b;
}
/* Footer Section Ends */

/* ============ RESPONSIVE DESIGN STARTS ============ */
@media screen and (max-width: 1500px) {
    .header-content .img-side img {
        max-width: 80%;
    }
    .book button {
        padding: 15px 18px;
        font-size: 15px;
    }
    ul#menu-main-menu-loggedin {
        gap: 50px;
    }
    .hero-section-content h1 {
        font-size: 40px;
    }
    .biggest-hurdle-text h2, .integrant-text-content h2, .sp-heading-block h3, .grid-specialized .st-block h3 {
        font-size: 34px;
    }
    .biggest-hurdle-text h3 {
        font-size: 28px;
    }
    .integrant-text-wrapper {
        max-width: 850px;
    }
    .integrant-block .text-side h3 {
        font-size: 28px;
    }
    .biggest-hurdle-text p, .integrant-block .text-side p, .integrant-text-content p, .sp-heading-block p, .content-resources p {
        font-size: 17px;
    }
    .integrant-block:not(:last-child) {
        margin-bottom: 50px;
    }
    .integrant-text-wrapper h5 {
        font-size: 27px;
    }
    .cs-btn-pri {
        font-size: 26px;
        height: 80px;
        line-height: 80px;
    }
    .content-resources h4 {
        font-size: 27px;
    }
    .footer-bottom .img-side {
        margin-left: 0;
    }
    .grid-specialized .st-block {
        padding: 32px 36px;
    }
    section.specialized-block {
        padding: 50px 0 80px;
    }
}
@media screen and (max-width: 1200px) {
    .container {
        width: 95%;
    }
    header {
        padding: 20px;
    }
    .hero-section-content {
        height: calc(100vh - 86px);
    }
    ul#menu-main-menu-loggedin {
        gap: 30px;
    }
    .book button {
        padding: 15px 18px;
        font-size: 14px;
    }
    .content-resources {
        width: 100%;
        margin-right: 0;
    }
    .resources-cell-inner {
        gap: 10px;
        flex: initial;
        flex-direction: column-reverse;
    }
    .hero-section-content h1 {
        font-size: 38px;
    }
    ul#menu-main-menu-loggedin li a {
        font-size: 15px;
    }
    .biggest-hurdle-text h2, .integrant-text-content h2, .sp-heading-block h3, .grid-specialized .st-block h3 {
        font-size: 30px;
    }
    .biggest-hurdle-text p {
        margin-bottom: 40px;
    }
    section.integrant {
        padding: 50px 0;
    }
    section.integrant-text {
        padding: 50px 0;
    }
    .integrant-text-wrapper h5 {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .uas-program-block p {
        margin-bottom: 50px;
    }
    .footer-cols:last-child {
        flex: 0 0 350px;
    }
    .download-guide span {
        font-size: 12px;
    }
    .download-guide .img-side {
        flex: 0 0 170px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        margin-top: 60px;
    }
    .sp-heading-block {
        margin: 0 auto 40px;
    }
    .grid-specialized .st-block h3 {
        line-height: 1.4;
    }
    .content-resources p {
        flex: initial;
    }
    .resources-cell-inner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}
@media screen and (max-width: 991px) {
    .biggest-hurdle-text h2, .integrant-text-content h2, .sp-heading-block h3, .grid-specialized .st-block h3 {
        font-size: 28px;
    }
    .biggest-hurdle-text p, .integrant-block .text-side p, .integrant-text-content p, .sp-heading-block p, .content-resources p {
        font-size: 16px;
    }
    .integrant-block {
        gap: 30px;
    }
    .footer-cols {
        flex: 0 0 33.33%;
    }
    .footer-top {
        row-gap: 40px;
    }
    .footer-cols:last-child {
        flex: 0 0 440px;
    }
    .hero-section-content {
        height: 70vh;
    }
    .hero-section-content h1 {
        font-size: 32px;
    }
    .hero-section-content p {
        font-size: 16px;
    }
    section.biggest-hurdle {
        padding-top: 50px;
    }
    .integrant-block .text-side {
        flex: 0 0 350px;
    }
    .grid-specialized .st-block {
        padding: 20px 15px;
    }
    .grid-specialized {
        gap: 15px;
    }
    section.specialized-block {
        padding: 50px 0 50px;
    }
    .book {
        display: none;
    }
    .mob-view {
        display: block;
    }
    .mob-view img {
        width: 100%;
        max-width: 30px;
    }

    .menu {
        background-color: #fff;
        height: 100%;
        overflow: auto;
        position: fixed;
        right: 0;
        top: 0;
        transition: all 0.3s ease 0s;
        width: 0;
        z-index: 99999;
        box-shadow: 0px 4px 9px rgba(0,0,0,0.66);
    }
    .menu.show {
        width: 300px;
        transform: translateX(0);
    }
    .menu.navigation-main {
        padding-top: 30px;
    }
    .menu.show .sub-menu {
        background-color: #f1f4f7;
    }
    ul#menu-main-menu-loggedin {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    ul#menu-main-menu-loggedin li a {
        text-align: left;
    }
    .header-content .menu .close-btn {
        height: 50px;
        width: 50px;
        background-color: #f1f4f7;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
    }
    .header-content .menu .close-btn:before{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "\d7";
        font-size: 42px;
        color: #000;
        line-height: 1;
        text-align: center;
        border: none;
    }
    ul#menu-main-menu-loggedin > li > a {
        padding: 18px 20px;
    }
    ul#menu-main-menu-loggedin {
        gap: 0;
    }
}

@media screen and (max-width:767px){
    .images-wrapper {
        gap: 50px;
    }
    .image-block img {
        max-width: 90px;
        max-height: 90px;
    }
    .integrant-block {
        flex-direction: column-reverse !important;
    }
    section.integrant:not(.reverse-block) .integrant-block:nth-child(even) {
        flex-direction: column-reverse !important;
    }
    .integrant-block .text-side {
        flex: 0 0 100%;
    }
    .biggest-hurdle-text p, .integrant-block .text-side p, .integrant-text-content p, .sp-heading-block p, .content-resources p {
        font-size: 15px;
    }
    .grid-specialized {
        grid-template-columns: 1fr;
    }
    .footer-cols {
        flex: 0 0 50%;
    }
    .resources-cell {
        width: 100%;
    }
    .grid-specialized .st-block {
        height: 300px;
        padding: 25px;
    }
    .grid-specialized .st-block img {
        width: 60px;
    }
    .integrant-block .text-side-content {
        max-width: unset;
        padding: 30px;
        background: #FFF;
        margin: -90px 10px 0;
        border-radius: 10px;
        box-shadow: 0 0 10px #0000001c;
    }
    .hero-section-content h1 {
        font-size: 26px;
    }
    .biggest-hurdle-text h2, .integrant-text-content h2, .sp-heading-block h3, .grid-specialized .st-block h3 {
        font-size: 24px;
    }
    .integrant-block .text-side h3 {
        font-size: 22px;
    }
    .biggest-hurdle-text h3 {
        font-size: 24px;
    }
    a.cs-btn-pri.resource-btn {
        margin-top: 10px;
    }
    .resources-cell-inner {
        gap: 20px;
    }
    .grid-resources {
        gap: 20px;
    }
    section.specialized-block {
        padding: 0px 0 50px;
    }
    footer {
        padding: 40px 0;
    }
}
@media screen and (max-width: 575px) {
    section.resources-blocks {
        padding: 50px 0;
    }
    .footer-cols:last-child {
        flex: 0 0 100%;
    }
    .download-guide .img-side {
        flex: 0 0 120px;
    }
    .cs-btn-pri {
        font-size: 20px;
        height: 70px;
        line-height: 1.3;
        display: flex;
        align-items: center;
    }
    .images-wrapper {
        gap: 30px;
    }
    .image-block img {
        max-width: 70px;
        max-height: 70px;
    }
    .biggest-hurdle-text h2, .integrant-text-content h2, .sp-heading-block h3, .grid-specialized .st-block h3 {
        font-size: 22px;
    }
    .integrant-text-wrapper h5 {
        font-size: 20px;
        padding-top: 15px;
        margin-bottom: 20px;
    }
    .integrant-block .text-side-content {
        padding: 20px;
    }
    .integrant-block .text-side h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    .integrant-block:not(:last-child) {
        margin-bottom: 30px;
    }
    .mob-view img {
        max-width: 25px;
    }
    header {
        padding: 20px 10px;
    }
    .sp-heading-block {
        margin: 0 auto 20px;
    }
    section.resources-blocks {
        padding: 40px 0;
    }
    .resources-cell {
        padding: 15px;
    }
    .content-resources h4 {
        font-size: 22px;
    }
    .uas-program-block p {
        margin-bottom: 30px;
    }
    .footer-bottom {
        margin-top: 40px;
    }
    .foot-nav ul {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .footer-bottom .foot-nav .nav-item {
        padding: 0 10px;
    }
    a.cs-btn-pri.resource-btn {
        font-size: 16px;
    }
    .menu.show {
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .images-wrapper {
        gap: 20px;
        margin-bottom: 30px;
    }
    .image-block img {
        max-width: 60px;
        max-height: 60px;
    }
    .biggest-hurdle-text h2, .integrant-text-content h2, .sp-heading-block h3, .grid-specialized .st-block h3 {
        font-size: 20px;
    }
    .biggest-hurdle-text h3 {
        font-size: 22px;
    }
    .biggest-hurdle-text h2 {
        margin-bottom: 20px;
    }
    .biggest-hurdle-text p {
        margin-bottom: 30px;
    }
    section.integrant {
        padding: 40px 0;
    }
    .hero-section-content h1 {
        font-size: 22px;
    }
    .hero-section-content p {
        font-size: 15px;
    }
    .footer-bottom {
        font-size: 12px;
    }
}

