body,
html {
    overflow-x: hidden;
}

body .container {
    max-width: 1600px;
    position: relative;
}


table.newtable-layout {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
}

table.newtable-layout td {
    border: 1px solid #cfcfcf;
    padding: 10px;
}

.blog-banner {
    padding-top: 135px;
    padding-bottom: 90px;
    overflow: hidden;
}

.blog-banner-featured-post .image-container img {
    aspect-ratio: 454/310;
    width: 100%;
    border-radius: 15px;
}

.blog-banner-featured-post {
    gap: 100px;
}

.image-container {
    flex: 0 0 454px;
}

.sub-banner h2 {
    color: #fff;
    font-size: 62px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 40px;
}

.sub-banner h2 span {
    color: var(--clr-pri);
}

.sub-banner p {
    color: #fff;
    max-width: 700px;
    font-size: 22px;
    margin: 0;
}

.sub-banner .container {
    padding: 100px 70px;
    border-radius: 30px;
	background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.21) 1.8%, rgba(254, 248, 255, 0) 99.75%);
    backdrop-filter: blur(75.695px);
}

.blog-banner-featured-post-text {
    max-width: 750px;
}

.blog-banner-featured-post-text span.featured-label {
    padding: 8px 30px;
    background-color: #FF45001A;
    border-radius: 50px;
    font-size: 14px;
    color: var(--clr-pri);
    font-weight: 400;
    display: block;
    width: max-content;
    font-family: "JetBrains Mono", monospace;
}

.blog-banner-featured-post-text h1 {
    font-weight: 700;
    margin: 15px 0px;
    color: #fff;
}


.blog-card-main {
    background: linear-gradient(142.13deg, rgba(254, 248, 255, 0.21) 1.8%, rgba(254, 248, 255, 0) 99.75%);
    backdrop-filter: blur(75.695px);
    padding: 24px;
    border-radius: 20px;
}

@media (min-width: 1600px) and (max-width: 1800px) {
    body .container {
        max-width: 1340px;
    }

    .sub-banner h2 {
        font-size: 45px;
        margin-bottom: 25px;
    }

    .sub-banner p {
        font-size: 20px;
    }

    .blog-banner-featured-post {
        gap: 80px;
    }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    body .container {
        max-width: 1240px;
    }

    .sub-banner h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .sub-banner p {
        font-size: 16px;
    }

    .blog-banner-featured-post {
        gap: 60px;
    }
}

@media (min-width: 100px) and (max-width: 1399px) {
    .blog-banner-featured-post {
        gap: 50px;
    }

    body .container {
        max-width: 1130px;
    }

    .sub-banner h2 {
        font-size: 26px;
        margin-bottom: 10px;
        line-height: 1.2;
    }

    .sub-banner p {
        font-size: 14px;
        max-width: 570px;
    }

    .sub-banner .container {
        padding: 70px 50px;
    }
}

@media (min-width: 100px) and (max-width: 1199px) {

    .blog-banner-featured-post-text {
        max-width: 100%;
    }

    .blog-banner-featured-post .image-container img {
        aspect-ratio: 768 / 433;
    }

    .image-container {
        flex: unset;
    }

    body .container {
        max-width: 900px;
    }

    .blog-banner {
        border-radius: 0;
        padding-top: 100px;
        padding-bottom: 90px;
    }

    .sub-banner .container {
        padding: 60px 40px;
    }
}

@media (min-width: 100px) and (max-width: 575px) {

    .blog-banner-featured-post {
        gap: 30px;
    }

    .sub-banner h2 {
        font-size: 20px;
    }

    .sub-banner .container {
        padding: 50px 30px;
    }
}

body a {
    text-decoration: unset;
}

main {
    /* margin-top: 100px; */
}

/* .get-in-touch {
    background-color: #fff;
    padding: 60px 0;
    border-bottom: 1px solid #d3d3d3;
} */

.get-in-touch .container {
    padding: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid;
    border-radius: 30px;
}

.get-in-touch .row {
    justify-content: space-between;
}

.get-in-touch h2 {
    color: #fff;
    font-style: normal;
    margin-bottom: 20px;
    font-size: clamp(1.375rem, 0.875rem + 2.5vw, 3.875rem) !important;
    font-weight: 700;
}

.get-in-touch h2 strong {
    color: var(--clr-pri);
}

.get-in-touch p {
    font-size: clamp(0.875rem, 0.825rem + 0.25vw, 1.125rem) !important;
    font-weight: 400;
    margin-bottom: 20px;
}

.get-in-touch h5 {
    color: #314252;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.get-in-touch .connect_awards_main {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.get-in-touch .connect_awards_main .connect_item_awards {
    display: flex;
    align-items: center;
    gap: 10px;
}

.get-in-touch .connect_item_awards h6 {
    color: #314252;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
    font-family: inherit;
}

.get-in-touch .contact_info_web {
    margin-top: 30px;
}

.get-in-touch .contact_info_profile a {
    color: #314252;
    font-size: 15px;
    line-height: 26px;
    transition: .2s ease-in-out;
}

.get-in-touch .contact_info_profile a:hover {
    color: #f47a1f;
}

/* .get-in-touch .contact-form {
    background: #fff;
    box-shadow: 0 0 50px rgba(40, 36, 54, .05);
    padding: 50px 30px;
    max-width: 95%;
    margin-left: auto;
} */

.get-in-touch .contact-form h3 {
    color: #fff;
    font-family: "Space Grotesk", sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: clamp(1.25rem, 1.0625rem + 0.9375vw, 2.1875rem) !important;

}

.get-in-touch .contact-form h3 strong {
    color: var(--clr-pri);
}


.get-in-touch .contact-form form p {
    margin: 0;
}

.get-in-touch .contact-form p>span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}



.get-in-touch .contact-form input,
.get-in-touch .contact-form textarea {
    display: block;
    border: unset;
    border-bottom: 2px solid #fff;
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
}

.get-in-touch .contact-form textarea {
    overflow: hidden;
    resize: none;
}

.get-in-touch .contact-form input::placeholder,
.get-in-touch .contact-form textarea::placeholder {
    color: #fff;
}

.get-in-touch .contact-form input.wpcf7-submit {
    background: var(--clr-pri);
    border: none;
    border-radius: 50px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
    display: block;
    font-size: 15px;
    height: 50px;
    margin: 30px 0 0;
    width: 100%;
    line-height: 1;
    cursor: pointer;
    transition: all .15s ease-in-out;
}

.get-in-touch .contact-form input.wpcf7-submit:hover {
    background-color: #f47a1f;
    color: #fff;
}

.get-in-touch .contact-form span.wpcf7-spinner {
    position: absolute;
}

.get-in-touch .contact-form form p.privacy-content {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    text-align: center;
}

.get-in-touch .contact-form form p.privacy-content a {
    color: #f47a1f;
}

.get-in-touch .contact_info_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

/* Blog Main Page _Start */

.header-spacing {
    margin-top: 85px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.nav-tabs {
    gap: 30px;
    border-bottom: 0;
}

.nav-tabs .dropdown-toggle::after {
    display: none;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #F0512333;
    border-color: #F0512333;
    color: var(--clr-pri);
}

.nav-pills .nav-link {
    border-radius: 25px;
    padding: 15px 20px;
    line-height: 1.2;
    background: #272727;
    color: #fff;
    font-family: "JetBrains Mono", monospace;
}

.nav-tabs .dropdown-menu {
    overflow: hidden;
    border-radius: unset;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--clr-pri);
}

.search-input {
    border: unset;
    border-bottom: 1px solid #EAEAEA;
    padding: 10px 10px;
    padding-left: 35px;
}

.tabs-wrap {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

button.search-button {
    border: unset;
    background-color: unset;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.search-form {
    position: relative;
}

.btn-pri {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 55px;
    background-color: var(--clr-pri);
    color: #fff;
    border-radius: 6px;
    text-decoration: unset;
    display: inline-block;
    font-family: "JetBrains Mono", monospace;
}





/* Blog Main Page _End */


/* Blog Card CSS _Start */
.blog-card .image {
    position: relative;
    z-index: 1;
}

.blog-card .image img {
    aspect-ratio: 554/310;
    object-fit: cover;
    width: 100%;
    object-position: center;
    border-radius: 15px;
}

.blog-card .content {
    padding: 30px 0px;
}

.blog-card .content .cat,
.popular-card .content .cat {
    background-color: var(--clr-pri);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    padding: 5px 18px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.blog-card .content h3 a {
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    font-weight: 700;
    font-size: 26px;
    text-decoration: none;
}

.blog-card .content h3 {
    margin-bottom: 15px;
}

.blog-card .content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0;
}

.blog-card .details {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--Paragraph, #898989);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.blog-card .details .read-more {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50px;
    padding: 19px 38px;
    font-family: "JetBrains Mono", monospace;
}

/* Popular Card CSS _Start */
.popular-card {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 15px;
    margin-bottom: 30px;
}

.popular-card .image-wrap img {
    aspect-ratio: 208/130;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.popular-card .image-wrap {
    flex: 0 0 200px;
}

.popular-card .content h3 {
    font-size: 18px;
    font-weight: 500;
    text-decoration: unset;
}

.popular-card .content h3 a {
    text-decoration: unset;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.popular-card .content .cat {
    margin-bottom: 10px;
}

/* Popular Card CSS _End */

@media (min-width: 100px) and (max-width: 1799px) {

    .get-in-touch .container {
        padding: 80px;
    }
	.blog-card .details .read-more
 {
    gap: 18px;
    font-size: 16px;
	 padding: 16px 35px;}

}

@media (min-width: 100px) and (max-width: 1599px) {
    .get-in-touch .container {
        padding: 70px;
    }
	.blog-card .details .read-more
 {
    gap: 16px;
    font-size: 15px;
	 padding: 14px 32px;}
}

@media (min-width: 100px) and (max-width: 1399px) {
    .get-in-touch .container {
        padding: 60px;
    }
	
	.blog-card .details .read-more
 {
    gap: 13px;
    font-size: 15px;
	 padding: 12px 28px;}
}

@media (min-width: 100px) and (max-width: 1199px) {
    .get-in-touch .container {
        padding: 50px;
    }
}

@media (min-width: 100px) and (max-width: 991px) {
    .get-in-touch .connect_awards_main {
        flex-direction: column;
        align-items: start;
    }
}

@media (min-width: 100px) and (max-width: 576px) {
	.blog-card .details .read-more
 {
    gap: 12px;
    font-size: 14px;
	 padding: 10px 25px;}
}