.about-author__card {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 29px 38px;
}

@media (max-width: 991px) {
    .about-author__card {
        padding: 24px 22px;
    }
}

@media (max-width: 575px) {
    .about-author__card {
        padding: 18px 16px;
        border-radius: 16px;
    }
}

.about-author__image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 575px) {
    .about-author__image {
        border-radius: 16px;
    }
}

.about-author__image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .about-author__image img {
        width: 80px;
        height: 80px;
    }
}

.about-author__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    margin: 0 0 12px;
}

@media (max-width: 575px) {
    .about-author__title {
        margin-bottom: 10px;
        font-weight: 600;
    }
}

.about-author__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #565656;
}

@media (max-width: 991px) {
    .about-author__text {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .about-author__text {
        font-size: 15px;
        line-height: 20px;
    }
}

.about-author__rate {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 15px 25px;
    margin-top: 25px;
}

@media (max-width: 991px) {
    .about-author__rate {
        padding: 22px 22px;
    }
}

@media (max-width: 575px) {
    .about-author__rate {
        padding: 18px 16px;
        border-radius: 16px;
        margin-top: 18px;
    }
}

.about-author__rate-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

@media (max-width: 575px) {
    .about-author__rate-title {
        font-size: 22px;
    }
}

.about-author__rate-sub {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #565656;
    margin-top: 6px;
}

@media (max-width: 575px) {
    .about-author__rate-sub {
        font-size: 16px;
        margin-top: 6px;
    }
}

.about-author__rate-icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}

@media (max-width: 1199px) {
    .about-author__rate-icons {
        gap: 4px;
    }
}

@media (max-width: 991px) {
    .about-author__rate-icons {
        justify-content: flex-start;
        margin-top: 8px;
        flex-wrap: wrap;
    }
}

.about-author .emoji-btn {
    border: none;
    background: transparent;
    cursor: pointer;
}

.about-author__rate-icon {
    width: 40px;
    height: 50px;
    object-fit: contain;
    display: block;
}

.about-author__rate-icon--stars {
    width: 52px;
    height: 52px;
}

@media (max-width: 575px) {
    .about-author__rate-icon--stars {
        width: 44px;
        height: 44px;
    }
}


.ask-question {
    padding: 50px 0;
}

@media only screen and (max-width: 767px) {
    .ask-question {
        padding: 20px 0;
    }
}

.ask-question h2 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
}

@media (max-width: 1099px) {
    .ask-question h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .ask-question h2 {
        font-size: 40px;
        line-height: 46px;
        margin-top: 0px;
    }
}

.ask-question span {
    font-weight: bold;
    color: #de253a;
}

.ask-question .text-cont p {
    font-style: normal;
    font-weight: 400;
    /* or 167% */
    color: #565656;
    margin: 0;
    padding: 20px 0;
    font-size: 20px;
    line-height: 36px;
}

@media (max-width: 1199px) {
    .ask-question .text-cont p {
        font-size: 20px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .ask-question .text-cont p {
        font-size: 18px;
        line-height: 28px;
    }
}

.ask-question .input-group-text {
    background: #fafafa;
    border: none;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    padding: 15px 15px 15px 0;
}

.ask-question input.form-control {
    border: none;
    border-right: 0;
    background: #fafafa;
    border-radius: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    color: #d0d0d0;
    padding: 15px 0 15px 15px;
}

.ask-question.gray-bg .form-control {
    background: #fff;
}

.ask-question.gray-bg .input-group-text {
    background: #fff;
}

.ask-question input.form-control:focus {
    box-shadow: none;
}

.ask-question input.form-control::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    /* identical to box height, or 250% */
    color: #d0d0d0;
}

.ask-question button.collapsible.active {
    background: #fff;
    border: 1px solid #de253a;
    border-radius: 20px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    padding: 25px 40px;
    color: #de253a;
}

.ask-question .collapsible {
    cursor: pointer;
    padding: 22px 40px;
    width: 100%;
    text-align: left;
    outline: none;
    background: #fff;
    border: 1px solid #ededed;
    border-radius: 20px;
    margin-bottom: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    /* identical to box height, or 167% */
    color: #565656;
}

@media (max-width: 991px) {
    .ask-question .collapsible {
        margin-bottom: 15px;
    }
}

@media (max-width: 1199px) {
    .ask-question .collapsible {
        padding: 12px 20px;
        font-size: 18px;
        line-height: 34px;
    }
}

.ask-question .content {
    background: #fff;
    padding: 20px 40px 40px;
    display: none;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    /* or 200% */
    color: #565656;
    border: 1px solid #de253a;
    border-radius: 20px;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 40px;
    transition: 0.6s;
    box-shadow: 0px 8px 10px rgba(222, 37, 58, 0.4);
}

.ask-question .collapsible:after {
    content: '\2b';
    color: #de253a;
    float: right;
    margin-left: 5px;
    font-size: 35px;
}

.ask-question .active:after {
    content: "\-";
    font-size: 30px;
}

/* Media Query Start */
@media (max-width: 991px) {
    .ask-question input.form-control {
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .ask-question h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    .ask-question .text-cont p {
        font-size: 18px;
        line-height: 28px;
        padding: 15px;
    }

    .ask-question .collapsible {
        padding: 10px 15px;
        font-size: 18px;
        line-height: 28px;
    }
}


.blog-banner-section {
    background-image: url("../img/blog/blogs-banner.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.blog-banner-section .text-cont {
    text-align: center;
    padding-top: 6%;
}

@media (max-width: 991px) {
    .blog-banner-section .text-cont {
        padding-bottom: 40px;
    }
}

.blog-banner-section .text-cont h1 {
    font-weight: 600;
    color: #fcfcfc;
    font-size: 52px;
    font-style: normal;
}

@media (max-width: 991px) {
    .blog-banner-section .text-cont h1 {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .blog-banner-section .text-cont h1 {
        font-size: 28px;
        line-height: 42px;
        margin-top: 35px;
    }
}

.blog-banner-section .text-cont h1 span {
    display: block;
    position: relative;
    width: fit-content;
    margin: auto;
}

.blog-banner-section .text-cont h1 span:before,
.blog-banner-section .text-cont h1 span:after {
    position: absolute;
    content: "";
    background-image: url('data:image/svg+xml,<svg width="121" height="17" viewBox="0 0 121 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M32.2506 10.0112C27.0522 11.5475 21.0503 13.0764 15.2764 13.4581C10.3414 13.784 5.57463 13.2779 1.67296 11.1246C1.12296 10.8214 0.434221 11.0299 0.136778 11.5909C-0.161118 12.1516 0.0438253 12.8536 0.593822 13.1573C4.85007 15.5056 10.0399 16.1198 15.4229 15.7639C21.3005 15.3757 27.4108 13.8366 32.7136 12.2782C33.3288 13.5487 34.603 14.7333 36.8474 15.6072C40.2947 16.9498 45.0017 16.9332 49.9602 16.1766C57.1519 15.0799 64.8882 12.4645 69.8622 10.6061C70.0662 10.5303 70.37 10.4096 70.7418 10.2507C70.8552 10.5058 70.9821 10.7572 71.1227 11.004C72.3424 13.155 74.5007 14.8941 76.6997 15.5153C90.6469 19.4539 106.925 14.7346 120.178 10.894C120.777 10.7197 121.126 10.0801 120.958 9.46681C120.786 8.85351 120.16 8.49717 119.557 8.67141C106.675 12.4048 90.86 17.1153 77.3028 13.288C75.6342 12.8166 74.0109 11.48 73.086 9.84763C72.9817 9.66554 72.891 9.47928 72.8049 9.29025C74.6321 8.36729 76.7813 7.08061 77.9376 5.70333C79.1255 4.29139 79.4202 2.78425 78.3864 1.36075C77.4977 0.143851 76.1511 0.0403218 74.75 0.671189C73.2401 1.34689 71.6849 2.92657 71.1816 3.6679C70.2385 5.05257 69.9392 6.55465 70.1115 8.01928C69.6672 8.21062 69.3063 8.35296 69.0837 8.43615C64.2185 10.2534 56.6568 12.8185 49.6247 13.8912C45.1001 14.5817 40.8021 14.6736 37.6563 13.4489C36.3146 12.9262 35.4282 12.3161 34.9471 11.6081C35.8965 11.3187 36.812 11.034 37.6867 10.7623C39.4165 10.2248 43.018 9.33509 45.5911 7.74938C47.6374 6.48857 49.0249 4.77344 48.9442 2.62341C48.9029 1.51881 48.2758 0.781634 47.2778 0.368451C45.7865 -0.24855 43.2075 0.0500076 42.2471 0.257986C39.3344 0.887466 35.4468 3.49321 33.5234 6.4294C32.7557 7.60101 32.2991 8.82669 32.2506 10.0112ZM34.6433 9.28932C35.4663 9.03698 36.2616 8.78925 37.0256 8.55169C38.6402 8.04977 42.0154 7.25251 44.4181 5.77171C45.6904 4.98786 46.7292 4.04874 46.6789 2.71167C46.6748 2.60768 46.5737 2.57811 46.4843 2.53559C46.346 2.47043 46.1878 2.42559 46.0191 2.39046C44.8779 2.1529 43.3449 2.38259 42.7173 2.51847C40.2734 3.04674 37.0224 5.249 35.4087 7.71284C35.0677 8.23325 34.7961 8.76337 34.6433 9.28932ZM72.3514 6.95535C73.417 6.39659 74.5324 5.72088 75.412 4.98556C75.879 4.59502 76.2735 4.19341 76.5229 3.77653C76.7315 3.43175 76.8131 3.07863 76.5637 2.73754C76.4639 2.59935 76.3143 2.5966 76.1602 2.62248C75.9969 2.65021 75.8292 2.70935 75.6614 2.78561C74.555 3.28198 73.4125 4.44158 73.0452 4.98556C72.6144 5.61643 72.4013 6.28382 72.3514 6.95535Z" fill="white"/></svg>');
    height: 17px;
    width: 121px;
    background-repeat: no-repeat;
    top: 30px;
}

@media (max-width: 767px) {

    .blog-banner-section .text-cont h1 span:before,
    .blog-banner-section .text-cont h1 span:after {
        top: 15px;
        background-size: 75%;
    }
}

.blog-banner-section .text-cont h1 span:before {
    left: 110%;
}

.blog-banner-section .text-cont h1 span:after {
    right: 110%;
}

@media (max-width: 767px) {
    .blog-banner-section .text-cont h1 span:after {
        right: 85%;
    }
}

.blog-banner-section .text-cont p {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 3% 12%;
}

@media (max-width: 767px) {
    .blog-banner-section .text-cont p {
        font-size: 18px;
        line-height: 28px;
        margin: 5% 0;
    }
}

@media (max-width: 575px) {
    .blog-banner-section .text-cont p {
        margin: 5% 10%;
    }
}

.blog-banner-section .text-cont .input-group {
    max-width: 630px;
    background: #fff;
    border-radius: 16px;
    margin: auto;
    border: 0;
    display: flex;
}

@media (max-width: 767px) {
    .blog-banner-section .text-cont .input-group {
        border-radius: 8px;
    }
}

@media (max-width: 575px) {
    .blog-banner-section .text-cont .input-group {
        max-width: 390px;
    }
}

@media (max-width: 575px) {
    .blog-banner-section .text-cont .input-group span.wpcf7-form-control-wrap {
        width: 100%;
        text-align: center;
    }
}

.blog-banner-section .text-cont .input-group input {
    border-radius: 16px !important;
    background: #fff 0;
    border: 0;
    padding: 0 25px;
    outline: none;
    box-shadow: none;
    width: 65%;
}

@media (max-width: 767px) {
    .blog-banner-section .text-cont .input-group input {
        font-size: 12px;
    }
}

.blog-banner-section .text-cont .input-group input::placeholder {
    color: #bbb;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 200.3%;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    border: 0;
}

@media (max-width: 767px) {
    .blog-banner-section .text-cont .input-group input::placeholder {
        font-size: 14px;
    }
}

.blog-banner-section .text-cont .input-group input.btn {
    border-radius: 16px !important;
    background: #de253a;
    padding: 18px 20px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 200.3%;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    border: 0;
    outline: none;
    margin-left: auto !important;
    width: 35%;
}

@media (max-width: 767px) {
    .blog-banner-section .text-cont .input-group input.btn {
        border-radius: 8px !important;
        padding: 10px 20px;
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .blog-banner-section .text-cont .input-group input.btn {
        border-radius: 0 0 8px 8px !important;
        width: 100% !important;
        margin-top: 12px;
    }
}

.blog-banner-section .text-cont .input-group .wpcf7-form-control-wrap {
    width: 65%;
}

.blog-banner-section .text-cont h2 {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 200.3%;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 35px;
}

.blog-banner-section .text-cont .top-rated-dev-comp {
    padding: 0 6%;
}

.blog-banner-section .text-cont .top-rated-dev-comp .owl-stage-outer .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 1000px) {
    .blog-banner-section .text-cont .top-rated-dev-comp .owl-stage-outer .owl-item:nth-child(4) {
        width: auto !important;
        max-width: 230px;
    }
}

.blog-banner-section .text-cont .top-rated-dev-comp .owl-stage-outer .item img {
    margin: auto;
    width: auto;
}

@media (max-width: 767px) {
    input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control {
        margin-top: 14px !important;
        text-align: center;
    }
}

.blog-author-banner .content-title--articles {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.2;
    color: #27282c;
    margin-bottom: 20px;
}

@media (max-width: 1399px) {
    .blog-author-banner .content-title--articles {
        font-size: 36px;
        margin-bottom: 10px;
    }
}

@media (max-width: 1199px) {
    .blog-author-banner .content-title--articles {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .content-title--articles {
        margin-bottom: 0;
    }
}

.blog-author-banner .author-details-wrapper {
    padding: 104px 80px 104px 100px;
    background-color: #f6f6f6;
    height: 100%;
}

@media (max-width: 1699px) {
    .blog-author-banner .author-details-wrapper {
        padding-inline: 80px;
    }
}

@media (max-width: 1499px) {
    .blog-author-banner .author-details-wrapper {
        padding-inline: 70px;
    }
}

@media (max-width: 1280px) {
    .blog-author-banner .author-details-wrapper {
        padding: 70px;
    }
}

@media (max-width: 1199px) {
    .blog-author-banner .author-details-wrapper {
        padding: 70px 40px;
    }
}

@media (max-width: 991px) {
    .blog-author-banner .author-details-wrapper {
        padding: 70px 40px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .author-details-wrapper {
        padding: 70px 30px;
    }
}

@media (max-width: 575px) {
    .blog-author-banner .author-details-wrapper {
        padding: 70px 15px;
    }
}

.blog-author-banner .author-details-wrapper .author-details-child-wrapper {
    margin-bottom: 100px;
}

@media (max-width: 1280px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper {
        margin-bottom: 50px;
    }
}

.blog-author-banner .author-details-wrapper .author-details-child-wrapper .author-image {
    width: 322px;
    height: 322px;
    border-radius: 50%;
    box-shadow: 0px 0px 16.9px 0px #de253a 7D;
    margin-bottom: 30px;
    margin-inline: auto;
}

@media (max-width: 1499px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper .author-image {
        width: 270px;
        height: 270px;
    }
}

@media (max-width: 1280px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper .author-image {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 991px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper .author-image {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper .author-image {
        width: 150px;
        height: 150px;
    }
}

.blog-author-banner .author-details-wrapper .author-details-child-wrapper .author-designation {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #7c7c7c;
    margin-bottom: 53px;
}

@media (min-width: 1280px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper .author-designation {
        margin-top: -10px;
    }
}

@media (max-width: 1280px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper .author-designation {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper .author-designation {
        font-size: 16px;
    }
}

.blog-author-banner .author-details-wrapper .author-details-child-wrapper .square {
    text-align: center;
}

.blog-author-banner .author-details-wrapper .author-details-child-wrapper .square .btn-red {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 2%;
    text-transform: uppercase;
}

@media (max-width: 1280px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper .square .btn-red {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .author-details-wrapper .author-details-child-wrapper .square .btn-red {
        font-size: 16px;
    }
}

.blog-author-banner .expertise-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 17px;
    color: #27282c;
}

@media (max-width: 1280px) {
    .blog-author-banner .expertise-title {
        font-size: 28px;
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .expertise-title {
        font-size: 24px;
    }
}

.blog-author-banner .follow-me-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-author-banner .follow-me-wrapper ul li a {
    text-decoration: none;
}

.blog-author-banner .follow-me-wrapper ul li a img {
    width: 44px;
    height: 44px;
    border-radius: 4px;
    overflow: hidden;
}

@media (max-width: 1280px) {
    .blog-author-banner .follow-me-wrapper ul li a img {
        width: 34px;
        height: 34px;
    }
}

.blog-author-banner .author-expertise-wrapper {
    margin-block: 50px;
}

@media (max-width: 1280px) {
    .blog-author-banner .author-expertise-wrapper {
        margin-block: 35px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .author-expertise-wrapper {
        margin-block: 25px;
    }
}

.blog-author-banner .author-expertise-wrapper .author-expertise {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-author-banner .author-expertise-wrapper .author-expertise li {
    padding: 8px 12px;
    background-color: #ebebeb;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .blog-author-banner .author-expertise-wrapper .author-expertise li {
        padding: 5px 10px;
    }
}

.blog-author-banner .author-expertise-wrapper .author-expertise li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #7c7c7c;
}

@media (max-width: 1280px) {
    .blog-author-banner .author-expertise-wrapper .author-expertise li a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .author-expertise-wrapper .author-expertise li a {
        font-size: 14px;
    }
}

.blog-author-banner .favorite-tools-wrapper .author-tools {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-author-banner .favorite-tools-wrapper .author-tools li {
    padding: 8px 12px;
    background-color: #ebebeb;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .blog-author-banner .favorite-tools-wrapper .author-tools li {
        padding: 5px 10px;
    }
}

.blog-author-banner .favorite-tools-wrapper .author-tools li a {
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.3;
    color: #7c7c7c;
}

@media (max-width: 1280px) {
    .blog-author-banner .favorite-tools-wrapper .author-tools li a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .favorite-tools-wrapper .author-tools li a {
        font-size: 14px;
    }
}

.blog-author-banner .author-about-wrapper {
    padding: 100px 80px 100px 65px;
}

@media (max-width: 1280px) {
    .blog-author-banner .author-about-wrapper {
        padding: 70px 40px;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .author-about-wrapper {
        padding: 50px 30px;
    }
}

@media (max-width: 575px) {
    .blog-author-banner .author-about-wrapper {
        padding: 50px 15px;
    }
}

.blog-author-banner .author-about-wrapper .author-short-overview {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #7c7c7c;
    margin-bottom: 37px;
}

@media (max-width: 1280px) {
    .blog-author-banner .author-about-wrapper .author-short-overview {
        font-size: 16px;
        line-height: 1.5;
        text-align: start;
    }
}

@media (max-width: 767px) {
    .blog-author-banner .author-about-wrapper .author-short-overview {
        padding-top: 10px;
        line-height: 1.4;
    }
}

.blog-author-banner .card {
    border: 0;
    margin-bottom: 35px;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .blog-author-banner .card {
        margin-bottom: 15px;
    }
}

.blog-author-banner .card .mobile-app-category {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: justify;
    color: #de253a;
    margin-bottom: 10px;
    text-decoration: none;
}

.blog-author-banner .card .img-cont img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 180px;
}

@media (max-width: 575px) {
    .blog-author-banner .card .img-cont img {
        object-fit: contain;
        height: auto;
    }
}

.blog-author-banner .card .text-cont {
    padding: 15px;
    padding-inline: 0;
    border-radius: 0 0 10px 10px;
}

.blog-author-banner .card .text-cont a {
    color: #de253a;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    line-height: 25px;
}

.blog-author-banner .card .text-cont h3 {
    line-height: 0.9;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog-author-banner .card .text-cont h3 a {
    color: #000;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
}

.blog-author-banner .card .text-cont p {
    color: #7c7c7c;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.blog-author-banner .card .text-cont .post-upload-details-wrapper ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.blog-author-banner .card .text-cont .post-upload-details-wrapper ul li {
    margin: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #7c7c7c;
}

.blog-author-banner .card .text-cont .post-upload-details-wrapper ul li .image-wrapper {
    min-width: 14px;
    min-height: 14px;
}

.blog-hero {
    padding: 48px 0 90px;
    color: #fff;
    /* background: linear-gradient(180deg, #ff2740 0%, #a30d1e 100%); */
}

@media (max-width: 1399px) {
    .blog-hero {
        padding: 70px 0 70px;
    }
}

.blog-hero .blog-banner-content {
    width: 100%;
    max-width: 820px;
}

.blog-hero__breadcrumb {
    gap: 10px;
    margin-bottom: 30px;
}

.blog-hero__crumb {
    gap: 10px;
}

.blog-hero__crumb-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
}

.blog-hero__title {
    max-width: 670px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 28px;
    color: #000;
}

.blog-hero__meta {
    gap: 28px;
    margin-bottom: 60px;
}

.blog-hero__meta-item {
    gap: 10px;
}

.blog-hero__meta-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
}

.blog-hero__people {
    margin-top: 10px;
}

.blog-hero__person {
    gap: 22px;
}

@media (max-width: 991px) {
    .blog-hero__person {
        gap: 12px;
    }
}

.blog-hero__avatar {
    width: 70px;
    height: 70px;
    border-radius: 999px;
    overflow: hidden;
    flex: 0 0 70px;
}

@media (max-width: 1399px) {
    .blog-hero__avatar {
        width: 50px;
        height: 50px;
        flex: 0 0 50px;
    }
}

.blog-hero__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-hero__person-content .blog-hero__person-label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    margin-bottom: 6px;
}

.blog-hero__person-content .blog-hero__person-role {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    opacity: 0.95;
}

@media (max-width: 991px) {
    .blog-hero {
        padding: 70px 0 70px;
    }

    .blog-hero__title {
        font-size: 34px;
        max-width: 100%;
        margin-bottom: 22px;
    }

    .blog-hero__meta {
        gap: 18px;
        margin-bottom: 40px;
        flex-wrap: wrap;
    }

    .blog-hero__meta-text {
        white-space: normal;
    }

    .blog-hero__breadcrumb {
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .blog-hero {
        padding: 50px 0 50px;
        min-height: auto;
    }

    .blog-hero__breadcrumb {
        margin-bottom: 18px;
    }

    .blog-hero__crumb-text {
        font-size: 16px;
    }

    .blog-hero__title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .blog-hero__meta {
        margin-bottom: 28px;
    }

    .blog-hero__meta-text {
        font-size: 16px;
    }

    .blog-hero__meta-icon {
        width: 20px;
        height: 20px;
    }

    .blog-hero__person-content .blog-hero__person-label,
    .blog-hero__person-content .blog-hero__person-role {
        font-size: 16px;
    }
}

.blog-details {
    margin-top: 140px;
    position: relative;
}

@media (max-width: 1199px) {
    .blog-details {
        margin-top: 90px;
    }
}

.blog-details .share-our-blog {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 99;
    transition: top 0.4s;
}

@media (max-width: 1499px) {
    .blog-details .share-our-blog {
        left: 5px;
    }
}

@media (max-width: 1399px) {
    .blog-details .share-our-blog {
        left: 40px;
    }
}

@media (max-width: 1300px) {
    .blog-details .share-our-blog {
        left: 0px;
    }
}

@media (max-width: 1199px) {
    .blog-details .share-our-blog {
        position: static;
        display: flex;
        justify-content: start;
        gap: 10px;
        margin-top: 20px;
        align-items: center;
    }
}

.blog-details .share-our-blog.is-sticky {
    position: fixed;
    top: 30px;
}

.blog-details .share-our-blog .share-our-blog__title {
    color: #202020;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}

@media (max-width: 1399px) {
    .blog-details .share-our-blog .share-our-blog__title {
        font-size: 16px;
    }
}

@media (max-width: 1199px) {
    .blog-details .share-our-blog .share-our-blog__title {
        margin-bottom: 0;
    }
}

.blog-details .share-our-blog .share-our-blog__list {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    flex-direction: column;
    gap: 18px;
}

@media (max-width: 1199px) {
    .blog-details .share-our-blog .share-our-blog__list {
        flex-direction: row;
        gap: 8px;
    }
}

.blog-details table {
    margin-bottom: 20px;
}

.blog-details .sec-info-top {
    margin-top: 20px;
}

.blog-details .sec-info-top h1 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}

@media (max-width: 575px) {
    .blog-details .sec-info-top h1 {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .blog-details .sec-info-top .d-flex {
        display: block !important;
    }
}

.blog-details .sec-info-top .d-flex ul {
    display: flex;
    list-style: none;
    margin-bottom: 15px;
}

@media (max-width: 575px) {
    .blog-details .sec-info-top .d-flex ul {
        display: block;
        text-align: center;
    }
}

.blog-details .sec-info-top .d-flex ul:last-child li {
    margin-right: 0;
    margin-left: 15px;
}

@media (max-width: 991px) {
    .blog-details .sec-info-top .d-flex ul:last-child li {
        margin-left: 0;
        margin-right: 15px;
    }
}

.blog-details .sec-info-top .d-flex ul li {
    color: #252525;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-right: 30px;
}
.blog-details table td {
    border: 1px solid #de253a !important;
    padding: 10px;
    margin-bottom: 10px;
}
.blog-details table tr:first-child {
    background: #de253a;
    color: #fff;
}
@media (max-width: 575px) {
    .blog-details .sec-info-top .d-flex ul li {
        margin-right: 12px;
        width: 100%;
    }
}

.blog-details .sec-info-top .d-flex ul li a {
    color: #de253a;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
}

.blog-details .sec-info-top .img-cont img {
    width: 100%;
}

.blog-details .sec-info-top .text-cont h2 {
    margin-top: 35px;
    margin-bottom: 35px;
    color: #de253a;
    font-size: 32px;
    font-weight: 600;
    line-height: 35px;
}

.blog-details .sec-info-top .text-cont p {
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog-details .sec-info-top .text-cont p {
        margin-bottom: 15px;
    }
}

.blog-details .sec-info {
    margin-top: 20px;
}

.blog-details .sec-info h1 {
    color: #de253a;
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog-details .sec-info .d-flex {
        display: block !important;
    }
}

.blog-details .sec-info .d-flex ul {
    display: flex;
    list-style: none;
    margin-bottom: 15px;
}

.blog-details .sec-info .d-flex ul:last-child li {
    margin-right: 0;
    margin-left: 15px;
}

@media (max-width: 991px) {
    .blog-details .sec-info .d-flex ul:last-child li {
        margin-left: 0;
        margin-right: 15px;
    }
}

.blog-details .sec-info .d-flex ul li {
    color: #252525;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    margin-right: 30px;
}

@media (max-width: 575px) {
    .blog-details .sec-info .d-flex ul li {
        margin-right: 12px;
    }
}

.blog-details .sec-info .d-flex ul li a {
    color: #de253a;
    font-size: 12px;
    font-weight: 600;
    line-height: 25px;
    text-decoration: none;
}

.blog-details .sec-info .img-cont img {
    width: 100%;
}

.blog-details .sec-info .text-cont h2 {
    margin-block: 25px;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.1;
}

@media (max-width: 991px) {
    .blog-details .sec-info .text-cont h2 {
        margin-block: 15px;
        font-size: 25px;
    }
}

.blog-details .sec-info .text-cont p {
    color: #565656;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .blog-details .sec-info .text-cont p {
        margin-bottom: 15px;
    }
}

.blog-details .sec-info .text-cont a {
    color: #de253a;
}

.blog-details .left {
    position: sticky;
    top: 0;
}

.blog-details .left .partner-card {
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .blog-details .left .partner-card {
        margin-bottom: 20px;
    }
}

.blog-details .left .partner-card .partner-card-description {
    margin-block: 20px;
    font-size: 18px;
    line-height: 1.4;
}

@media (max-width: 767px) {
    .blog-details .left .partner-card .partner-card-description {
        margin-block: 10px;
    }
}

.blog-details .left .partner-card .btn-primary {
    border-radius: 50px;
}

.blog-details .left .on-this-page {
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    background: #fff;
}

@media (max-width: 1199px) {
    .blog-details .left .on-this-page {
        margin-left: 0;
    }
}

.blog-details .left .on-this-page .inner-cont {
    border-radius: 10px;
    background: #f6f6f6;
    padding: 14px 20px;
}

@media (max-width: 767px) {
    .blog-details .left .on-this-page .inner-cont {
        display: none;
    }
}

.blog-details .left .on-this-page .inner-cont h3 {
    color: #de253a;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
}

.blog-details .left .calculate-cost-card {
    padding: 21px 20px 22px 20px;
    background: #de253a;
    border-radius: 20px;
    margin-block: 25px;
}

.blog-details .left .calculate-cost-card a.btn-primary {
    background: #000;
}

@media (max-width: 767px) {
    .blog-details .left .calculate-cost-card {
        margin-block: 15px;
        margin-top: 0;
    }
}

.blog-details .left .calculate-cost-card .calculate-cost-card__title {
    font-size: 23px;
    line-height: 1.2;
    margin-bottom: 15px;
    color: #fff;
}

@media (max-width: 1399px) {
    .blog-details .left .calculate-cost-card .calculate-cost-card__title {
        font-size: 20px;
    }
}

.blog-details .left .bc-journey {
    margin-top: 25px;
}

.blog-details .left .bc-journey__card {
    width: 100%;
    max-width: 370px;
    min-height: auto;
    background: url('https://trangotech.ae/wp-content/uploads/2026/05/form-bg.png');
    border-radius: 20px;
    padding: 24px 22px 22px;
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

@media (max-width: 1199px) {
    .blog-details .left .bc-journey__card {
        min-height: 520px;
        padding: 22px 20px 20px;
    }
}

@media (max-width: 991px) {
    .blog-details .left .bc-journey__card {
        max-width: 100%;
        min-height: auto;
        padding: 20px 18px 18px;
    }
}

@media (max-width: 767px) {
    .blog-details .left .bc-journey__card {
        border-radius: 16px;
        padding: 18px 16px 16px;
    }
}

.blog-details .left .bc-journey__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    margin: 0 0 18px;
}

@media (max-width: 1399px) {
    .blog-details .left .bc-journey__title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .blog-details .left .bc-journey__title {
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .blog-details .left .bc-journey__title {
        font-size: 18px;
        margin-bottom: 14px;
    }
}

.blog-details .left .bc-journey__field {
    margin-bottom: 15px;
}

.blog-details .left .bc-journey__field:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .blog-details .left .bc-journey__field {
        margin-bottom: 14px;
    }
}

@media (max-width: 767px) {
    .blog-details .left .bc-journey__field {
        margin-bottom: 12px;
    }
}

.blog-details .left .bc-journey__input {
    width: 100%;
    height: 45px;
    background: transparent;
    border-radius: 0;
    border: 0;
	border-bottom: 1px solid #fff;
    outline: none;
    padding: 0 16px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.blog-details .left .bc-journey__input::placeholder{
	color: #fff;
}

@media (max-width: 1199px) {
    .blog-details .left .bc-journey__input {
        height: 48px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .blog-details .left .bc-journey__input {
        height: 46px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .blog-details .left .bc-journey__input {
        height: 44px;
        font-size: 14px;
        border-radius: 9px;
        padding: 0 14px;
    }
}

.blog-details .left .bc-journey__input::placeholder,
.blog-details .left .bc-journey__textarea::placeholder{
    color: #fff;
    opacity: 1;
}

.blog-details .left .bc-journey__textarea {
    width: 100%;
    height: 87px;
    background: transparent;
    border-radius: 0;
    border: 0;
    outline: none;
    padding: 14px 16px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    resize: none;
	border-bottom: 1px solid #fff;
}

@media (max-width: 1199px) {
    .blog-details .left .bc-journey__textarea {
        height: 120px;
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .blog-details .left .bc-journey__textarea {
        height: 110px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .blog-details .left .bc-journey__textarea {
        height: 105px;
        font-size: 14px;
        border-radius: 9px;
        padding: 12px 14px;
    }
}

.blog-details .left .bc-journey__textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.blog-details .left .bc-journey__textarea:focus {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.blog-details .left .bc-journey__btn {
    width: 100%;
    border-radius: 50px;
    padding: 12px 30px;
    background: #000;
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .blog-details .left .bc-journey__btn {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .blog-details .left .bc-journey__btn {
        width: 140px;
        height: 54px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .blog-details .left .bc-journey__btn {
        width: 100%;
        height: 50px;
        border-radius: 16px;
        font-size: 15px;
    }
}

.blog-details .left .bc-journey__btn:hover {
    transform: translateY(-1px);
    transition: 0.2s ease;
}

@media (min-width: 767px) {
    .blog-details nav ul {
        position: sticky;
        top: 0;
    }
}

.blog-details .sidenavcustomnavccnav {
    height: 100%;
}

@media (max-width: 767px) {
    .blog-details .sidenavcustomnavccnav {
        display: none;
    }
}

.blog-details .sidenavcustomnavccnav ul {
    list-style: none;
}

@media (max-width: 1600px) {
    .blog-details .sidenavcustomnavccnav ul {
        top: 20px;
    }
}

.blog-details .sidenavcustomnavccnav ul li {
    border-bottom: 1px solid #f6f6f6;
    padding: 8px 20px;
}

.blog-details .sidenavcustomnavccnav ul li:has(.current) {
    border-left: 4px solid #de253a;
}

.blog-details .sidenavcustomnavccnav ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
}

.blog-details .sidenavcustomnavccnav ul li a.current {
    color: #de253a;
}

.blog-details-microsoft {
    margin-top: 20px;
}



.blog-details-microsoft .img-wrapper img {
    width: 100%;
}



.blog-details-microsoft .text-cont table {
    width: 100%;
}

.blog-details-microsoft .text-cont table tr:first-child {
    background: #de253a;
    color: #fff;
}

.blog-details-microsoft .text-cont table td {
    border: 1px solid #de253a !important;
    padding: 10px;
    margin-bottom: 10px;
}

.blog-details-microsoft .text-cont table td ul li {
    margin-left: 7%;
}

.blog-details-microsoft .sec-info .text-cont table td {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .blog-details-microsoft .sec-info .text-cont table td {
        font-size: 16px;
        white-space: nowrap;
    }
}

.cta-gradient__card {
    background: linear-gradient(90deg, #df2d38 0%, #8b0615 100%);
    border-radius: 20px;
    padding: 24px 45px;
    max-width: 670px;
    min-height: 210px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.cta-gradient__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 18px;
}

.cta-gradient__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    color: #fff;
    max-width: 428px;
    margin: 0 0 24px;
}

.cta-gradient__action {
    margin-top: auto;
}

.cta-gradient__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-width: 248px;
    padding: 0 22px;
    border-radius: 16px;
    background: #fff;
    border: 0.5px solid #de253a;
    font-size: 16px;
    font-weight: 600;
    line-height: 2.003;
    color: #000;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cta-gradient__btn:hover {
    transform: translateY(-1px);
    text-decoration: none;
}

@media (max-width: 991px) {
    .cta-gradient__btn {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .cta-gradient__card {
        padding: 22px 28px;
        max-width: 100%;
    }

    .cta-gradient__desc {
        max-width: 100%;
    }

    .cta-gradient__btn {
        min-width: 220px;
    }
}

@media (max-width: 575px) {
    .cta-gradient__card {
        padding: 18px 18px;
        border-radius: 16px;
        min-height: auto;
    }

    .cta-gradient__title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .cta-gradient__desc {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .cta-gradient__btn {
        width: 100%;
        min-width: 100%;
        height: 48px;
        border-radius: 14px;
        line-height: 1.6;
        text-transform: none;
    }
}

.sec-info .ez-toc-wrap-center {
    display: none !important;
}

.blog-details .left nav {
    height: 100% !important;
    max-height: 330px;
    overflow-y: scroll;
}

.blog-details .left nav::-webkit-scrollbar {
    width: 7px;
    scrollbar-width: thin;
}

.blog-details .left nav::-webkit-scrollbar-thumb {
    background: #888 8a;
    border-radius: 10px;
}

.blog-details .left nav:hover::-webkit-scrollbar-thumb {
    background: #de253a;
}

.blog-details .left nav ul {
    list-style: none !important;
}

.blog-details .left nav ul li:has(.active) {
    border-left: 4px solid #de253a !important;
}

.blog-details .left nav ul li {
    border-bottom: 1px solid #f6f6f6 !important;
    padding: 8px 20px !important;
}

.blog-details .left nav ul li a.active {
    color: #de253a !important;
}

.blog-details .left nav ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none !important;
}

.blog-details .left ul.ez-toc-list-level-1>li>a,
.blog-details .sec-info ul.ez-toc-list-level-1>li>a {
    font-weight: 600 !important;
}

.ez-toc-counter nav ul li a::before {
    display: none;
}

.blog-details .left .on-this-page {
    border: 1px solid #f6f6f6;
    border-radius: 10px;
    background: #fff;
}

#ez-toc-container.ez-toc-transparent {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

.social_icons {
    display: flex !important;
    justify-content: center;
}

.social_icons li {
    width: 15% !important;
}

.blog-details .sec-info .text-cont .custom-cta {
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    color: #de253a;
    font-weight: 600;
    font-size: 20px;
}

.custom-cta strong {
    color: #000;
}


.blogs-tabs-sec .owl-cont {
    background: #fff;
    margin-top: -40px;
    padding: 20px 1px;
    border-radius: 10px;
    border: 1px solid #f6f6f6;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

.blogs-tabs-sec .owl-cont .blog-carousel {
    background: #fff;
    border: 0;
    padding-right: 25px;
}

.blogs-tabs-sec .item {
    width: 100%;
    text-align: -webkit-center;
}

.blogs-tabs-sec .item button {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    cursor: pointer;
}

.blogs-tabs-sec .item .active {
    color: #de253a;
    border-bottom: 2px solid #de253a;
    padding-bottom: 5px;
}

.blogs-tabs-sec .owl-cont .blog-carousel .owl-nav {
    position: relative;
}

.blogs-tabs-sec .owl-cont .blog-carousel .owl-nav button {
    position: absolute;
    bottom: 5px;
}

.blogs-tabs-sec .owl-cont .blog-carousel .owl-nav .active {
    color: red;
}

.blogs-tabs-sec .owl-cont .blog-carousel .owl-nav .owl-prev {
    left: 15px;
}

.blogs-tabs-sec .owl-cont .blog-carousel .owl-nav .owl-next {
    right: -10px;
}

.blogs-tabs-sec .owl-cont .blog-carousel .owl-dots {
    display: none;
}

.blogs-tabs-sec .tab-content {
    margin-top: 60px;
}

.blogs-tabs-sec .tab-content .tab-pane {
    display: none;
}

.blogs-tabs-sec .tab-content .tab-pane .row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

@media(max-width:991px) {
    .blogs-tabs-sec .tab-content .tab-pane .row {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:767px) {
    .blogs-tabs-sec .tab-content .tab-pane .row {
        grid-template-columns: 1fr;

    }
}

.blogs-tabs-sec .tab-content .tab-pane.active {
    display: block;
}

.blogs-tabs-sec .tab-content .tab-pane .card {
    border: 0;
    margin-bottom: 35px;
    border-radius: 10px;
}

.blogs-tabs-sec .tab-content .tab-pane .card .img-cont img {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: auto;
}

@media (max-width: 575px) {
    .blogs-tabs-sec .tab-content .tab-pane .card .img-cont img {
        object-fit: contain;
    }
}

.blogs-tabs-sec .tab-content .tab-pane .card .text-cont {
    padding: 18px;
    border-radius: 0 0 10px 10px;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
}

.blogs-tabs-sec .tab-content .tab-pane .card .text-cont a {
    color: #c62f41;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    line-height: 25px;
}

.blogs-tabs-sec .tab-content .tab-pane .card .text-cont h3 a {
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    min-height: 50px;
}

.blogs-tabs-sec .tab-content .tab-pane .card .text-cont p {
    color: #565656;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blogs-tabs-sec .tab-content .tab-pane .card .text-cont .date {
    font-weight: 400;
}

.blogs-tabs-sec .tab-content .tab-pane .view-all {
    text-align: -webkit-center;
}

.blogs-tabs-sec .tab-content .tab-pane .view-all a {
    border-radius: 16px;
    background: #de253a;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 200.3%;
    padding: 12px 50px;
    display: block;
    width: fit-content;
    margin: 20px 0 50px;
    text-decoration: none;
    border: 1px solid #de253a;
    transition: 0.3s;
}

.blogs-tabs-sec .tab-content .tab-pane .view-all a:hover {
    background: #fff;
    color: #de253a;
}


.clash-of-clans .clash_bg {
    border-radius: 20px;
    background: linear-gradient(270deg, #de253a 0.15%, #000 99.75%);
    padding: 2rem;
}

@media (max-width: 991px) {
    .clash-of-clans .clash_bg {
        border-radius: 50px;
        padding-bottom: 2rem;
    }
}

@media (max-width: 575px) {
    .clash-of-clans .clash_bg {
        border-radius: 30px;
    }
}

.clash-of-clans .clash_bg .text_cont {
    padding-top: 1rem;
}

.clash-of-clans .clash_bg .text_cont h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
}

@media (max-width: 1399px) {
    .clash-of-clans .clash_bg .text_cont h3 {
        font-size: 31px;
    }
}

@media (max-width: 991px) {
    .clash-of-clans .clash_bg .text_cont h3 {
        text-align: center;
    }
}

.clash-of-clans .clash_bg .img_cont {
    padding-top: 1rem;
    position: relative;
    text-align: end;
}

@media (max-width: 991px) {
    .clash-of-clans .clash_bg .img_cont {
        text-align: center;
    }
}

.clash-of-clans .clash_bg .img_cont img {
    margin: 0 7px;
}

@media (max-width: 575px) {
    .clash-of-clans .clash_bg .img_cont img {
        margin-bottom: 10px;
    }
}

.clash-of-clans .clash_bg .img_cont .clash-banner {
    position: absolute;
    top: -20px;
}

@media (max-width: 1199px) {
    .clash-of-clans .clash_bg .img_cont .clash-banner {
        right: 0;
        top: -60px;
    }
}

@media (max-width: 991px) {
    .clash-of-clans .clash_bg .img_cont .clash-banner {
        position: static;
        margin-top: 25px;
    }
}

.clash-of-clans .clash_bg .flex_list {
    display: flex;
    margin-top: 3rem;
    padding-left: 13px;
}

@media (max-width: 991px) {
    .clash-of-clans .clash_bg .flex_list {
        display: block;
        text-align: center;
        margin-top: 2rem;
    }
}

@media (max-width: 575px) {
    .clash-of-clans .clash_bg .flex_list {
        padding-left: 0;
    }
}

.clash-of-clans .clash_bg .flex_list .svg-cont {
    margin-right: 5px;
}

.clash-of-clans .clash_bg .flex_list .cont {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}

@media (max-width: 991px) {
    .clash-of-clans .clash_bg .flex_list .cont {
        font-size: 16px;
    }
}

.clash-of-clans .clash_bg .flex_list .cont .small-text {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 17px;
    display: block;
}


.cta-wraper .cta-main {
    background: #de253a;
    border-radius: 2.25rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.875rem;
    margin-top: 0.625rem;
    overflow: hidden;
    padding: 32px 20px 42px 40px;
    position: relative;
    z-index: 0;
}

@media (max-width: 991px) {
    .cta-wraper .cta-main {
        padding: 25px;
    }
}

.cta-wraper .cta-main svg {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    display: block;
    pointer-events: none;
}

.cta-wraper .cta-main .kS_bcx_svg {
    display: none;
}

.cta-wraper .cta-main .cta-text {
    position: relative;
}

@media (max-width: 767px) {
    .cta-wraper .cta-main .cta-text {
        text-align: center;
    }
}

.cta-wraper .cta-main .cta-text .cta-title {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin-bottom: 13px;
}

@media (max-width: 991px) {
    .cta-wraper .cta-main .cta-text .cta-title {
        margin-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .cta-wraper .cta-main .cta-text .cta-title {
        font-size: 30px;
    }
}

.cta-wraper .cta-main .cta-text .cta-desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.624;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .cta-wraper .cta-main .cta-text .cta-desc {
        font-size: 18px;
    }
}

.cta-wraper .cta-main .cta-link {
    width: fit-content;
    margin-left: auto;
    z-index: 2;
    color: #de253a;
    cursor: pointer;
    font-weight: 500;
}

@media (max-width: 991px) {
    .cta-wraper .cta-main .cta-link {
        margin-right: auto;
        margin-left: unset;
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .cta-wraper .cta-main .cta-link {
        margin-inline: auto;
    }
}

.cta-wraper .cta-main .cta-link button {
    border-radius: 6.25rem;
    background-color: #fff;
    color: #de253a;
    border: none;
    outline: none;
    font-weight: 600;
    height: 3.5rem;
    padding: 14px 18px;
    font-size: 16px;
    letter-spacing: -0.031rem;
    transition: all 0.15s ease-in-out;
}

.cta-wraper .cta-main .cta-link button:hover {
    background-color: #391e21;
    color: #fff;
}

@media (max-width: 767px) {
    .cta-wraper .cta-main .cta-link button {
        height: auto;
        font-size: 16px;
        letter-spacing: 0;
    }
}

.expert-advice .banner-badge-wrapper {
    width: 100%;
    max-width: 540px;
    margin-top: 33px;
}

@media (max-width: 991px) {
    .expert-advice .banner-badge-wrapper {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .expert-advice .banner-badge-wrapper .badge-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }
}

.expert-advice .banner-badge-wrapper .badge-wrapper .svg-wrapper {
    margin-bottom: 5px;
}

.expert-advice .banner-badge-wrapper .badge-wrapper .trusted-text {
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4;
    color: #000;
    margin-bottom: 0;
}

@media (max-width: 1199px) {
    .expert-advice .banner-badge-wrapper .badge-wrapper .trusted-text {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .expert-advice .banner-badge-wrapper .badge-wrapper .trusted-text {
        font-size: 17px;
    }
}

.expert-advice .banner-badge-wrapper .badge-wrapper .trusted-text span {
    font-weight: 400;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: block;
}

.expert-advice .banner-badge-wrapper .img-wrapper {
    width: 100%;
    max-width: 250px;
}

@media (max-width: 767px) {
    .expert-advice .banner-badge-wrapper .img-wrapper {
        max-width: 200px;
    }
}

.expert-advice .banner-badge-wrapper .img-wrapper img {
    width: 100%;
}

.expert-advice__title {
    font-size: 38px;
    font-weight: 700;
    line-height: 51px;
    color: #000;
    margin: 0 0 18px;
}

@media (max-width: 1199px) {
    .expert-advice__title {
        font-size: 32px;
        line-height: 44px;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .expert-advice__title {
        font-size: 28px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .expert-advice__title {
        font-size: 22px;
        line-height: 34px;
    }
}

.expert-advice__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #565656;
    max-width: 470px;
    margin: 0 0 18px;
}

@media (max-width: 1199px) {
    .expert-advice__text {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .expert-advice__text {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 12px;
    }
}

.expert-advice__text--dark {
    color: #000;
    margin-bottom: 0;
}

.expert-advice__card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 30px 30px 0px #000 1A;
    padding: 36px;
}

@media (max-width: 1199px) {
    .expert-advice__card {
        padding: 32px 24px;
    }
}

@media (max-width: 991px) {
    .expert-advice__card {
        padding: 28px 22px;
    }
}

@media (max-width: 767px) {
    .expert-advice__card {
        border-radius: 16px;
        padding: 20px 16px;
        border: 1px solid #de253a;
    }
}

.expert-advice__card-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #000;
    margin: 0 0 10px;
}

@media (max-width: 991px) {
    .expert-advice__card-title {
        font-size: 22px;
        margin-bottom: 16px;
    }
}

@media (max-width: 767px) {
    .expert-advice__card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
}

.expert-advice__field {
    position: relative;
    margin-bottom: 18px;
    padding-top: 18px;
}

@media (max-width: 767px) {
    .expert-advice__field {
        margin-bottom: 14px;
        padding-top: 16px;
    }
}

.expert-advice__label {
    position: absolute;
    left: 0;
    top: 17px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    pointer-events: none;
    transition: 0.2s ease;
}

@media (max-width: 991px) {
    .expert-advice__label {
        font-size: 16px;
        top: 26px;
    }
}

@media (max-width: 767px) {
    .expert-advice__label {
        font-size: 15px;
        top: 24px;
    }
}

.expert-advice__input {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    padding: 12px 0 10px;
    border-bottom: 1.5px solid #d9d9d9;
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

@media (max-width: 991px) {
    .expert-advice__input {
        font-size: 15px;
        padding: 11px 0 9px;
    }
}

@media (max-width: 767px) {
    .expert-advice__input {
        font-size: 14px;
        padding: 10px 0 8px;
    }
}

.expert-advice__input:focus {
    border-bottom-color: rgba(222, 37, 58, 0.6);
}

.expert-advice__input:focus+.expert-advice__label,
.expert-advice__input:not(:placeholder-shown)+.expert-advice__label {
    top: 0;
    font-size: 14px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 991px) {

    .expert-advice__input:focus+.expert-advice__label,
    .expert-advice__input:not(:placeholder-shown)+.expert-advice__label {
        font-size: 11px;
    }
}

@media (max-width: 767px) {

    .expert-advice__input:focus+.expert-advice__label,
    .expert-advice__input:not(:placeholder-shown)+.expert-advice__label {
        font-size: 11px;
    }
}

.expert-advice__textarea {
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    padding: 12px 0 10px;
    border-bottom: 1.5px solid #d9d9d9;
    resize: none;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    max-height: 70px;
}

@media (max-width: 991px) {
    .expert-advice__textarea {
        font-size: 15px;
        padding: 11px 0 9px;
    }
}

@media (max-width: 767px) {
    .expert-advice__textarea {
        font-size: 14px;
        padding: 10px 0 8px;
    }
}

.expert-advice__textarea:focus {
    border-bottom-color: rgba(222, 37, 58, 0.6);
}

.expert-advice__textarea:focus+.expert-advice__label,
.expert-advice__textarea:not(:placeholder-shown)+.expert-advice__label {
    top: 0;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.75);
}

@media (max-width: 991px) {

    .expert-advice__textarea:focus+.expert-advice__label,
    .expert-advice__textarea:not(:placeholder-shown)+.expert-advice__label {
        font-size: 12px;
    }
}

.expert-advice__policy {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #000;
    margin: 12px 0 18px;
}

@media (max-width: 991px) {
    .expert-advice__policy {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0 16px;
    }
}

@media (max-width: 767px) {
    .expert-advice__policy {
        font-size: 14px;
        line-height: 22px;
        margin: 8px 0 14px;
    }
}

.expert-advice__policy a {
    color: #000;
    text-decoration: underline;
}

.expert-advice__btn {
    width: 152px;
    height: 45px;
    border-radius: 20px;
    background: #de253a;
    border: 0;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {
    .expert-advice__btn {
        font-size: 16px;
        width: 150px;
        height: 44px;
    }
}

@media (max-width: 767px) {
    .expert-advice__btn {
        width: 100%;
        height: 44px;
        border-radius: 16px;
        font-size: 15px;
    }
}

.expert-advice__btn:hover {
    transform: translateY(-1px);
    transition: 0.2s ease;
}


.gaming-cta-sec .cta_bg {
    background: linear-gradient(90deg, #1a1a1a 12.5%, #de263b 100%);
    padding: 2.5rem 3.5rem 2.5rem 3.5rem;
}

@media (max-width: 767px) {
    .gaming-cta-sec .cta_bg {
        padding: 2.5rem;
    }
}

.gaming-cta-sec .text_cont {
    display: flex;
    align-items: center;
}

@media (max-width: 991px) {
    .gaming-cta-sec .text_cont {
        justify-content: center;
    }
}

.gaming-cta-sec .text_cont .text div {
    font-size: 23px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .gaming-cta-sec .text_cont .text div {
        font-size: 20px;
    }
}

.gaming-cta-sec .text_cont .text h3 {
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    color: #fff;
    margin-bottom: 2px;
}

.gaming-cta-sec .text_cont .text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #fff;
    margin-bottom: 0;
}

.gaming-cta-sec .avatar {
    width: 100%;
    max-width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 10px;
    margin-right: 12px;
}

.gaming-cta-sec .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gaming-cta-sec .img_cont {
    display: flex;
    justify-content: end;
    gap: 0 10px;
}

@media (max-width: 991px) {
    .gaming-cta-sec .img_cont {
        justify-content: center;
        margin: 30px 0 0;
    }
}

.gaming-cta-sec .img_cont a {
    text-decoration: none;
    display: block;
}

.gaming-cta-sec .icons-list-wraper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .gaming-cta-sec .icons-list-wraper {
        margin-top: 40px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
}

.gaming-cta-sec .icons-list-wraper .icon-box {
    display: flex;
    align-items: center;
    gap: 5px;
    width: fit-content;
    max-width: 20%;
}

@media (max-width: 991px) {
    .gaming-cta-sec .icons-list-wraper .icon-box {
        width: 100%;
        max-width: 30%;
    }
}

@media (max-width: 767px) {
    .gaming-cta-sec .icons-list-wraper .icon-box {
        max-width: calc(50% - 10px);
        flex-direction: column;
        text-align: center;
    }
}

.gaming-cta-sec .icons-list-wraper .icon-box .icon-text h4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    color: #fff;
    margin-bottom: 0;
}

.gaming-cta-sec .icons-list-wraper .icon-box .icon-text span {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #fff;
    display: block;
}

.leave-reply__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 51px;
    color: #000;
    margin: 0 0 6px;
}

@media (max-width: 991px) {
    .leave-reply__title {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 767px) {
    .leave-reply__title {
        font-size: 22px;
        line-height: 34px;
    }
}

.leave-reply__subtitle {
    font-size: 24px;
    font-weight: 400;
    line-height: 51px;
    color: #000;
    margin: 0 0 22px;
}

@media (max-width: 1199px) {
    .leave-reply__subtitle {
        font-size: 22px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .leave-reply__subtitle {
        font-size: 20px;
        line-height: 34px;
    }
}

@media (max-width: 767px) {
    .leave-reply__subtitle {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 16px;
    }
}

.leave-reply__input {
    width: 100%;
    height: 91px;
    background: #f3f3f3;
    border-radius: 20px;
    border: 1px solid transparent;
    outline: none;
    padding: 20px 54px;
    font-size: 24px;
    font-weight: 400;
    line-height: 51px;
    color: #000;
}

@media (max-width: 1199px) {
    .leave-reply__input {
        height: 80px;
        padding: 18px 40px;
        font-size: 20px;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    .leave-reply__input {
        height: 72px;
        padding: 16px 28px;
        font-size: 18px;
        line-height: 1.2;
        border-radius: 18px;
    }
}

@media (max-width: 767px) {
    .leave-reply__input {
        height: 55px;
        padding: 14px 18px;
        font-size: 16px;
        line-height: 26px;
        border-radius: 16px;
    }
}

.leave-reply__input::placeholder {
    font-size: 24px;
    font-weight: 400;
    line-height: 51px;
    color: #000;
}

@media (max-width: 1199px) {
    .leave-reply__input::placeholder {
        font-size: 20px;
        line-height: 1.2;
    }
}

@media (max-width: 991px) {
    .leave-reply__input::placeholder {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (max-width: 767px) {
    .leave-reply__input::placeholder {
        font-size: 16px;
        line-height: 26px;
    }
}

.leave-reply__input:focus {
    border-color: rgba(196, 0, 37, 0.35);
}

.leave-reply__textarea {
    width: 100%;
    height: 360px;
    background: #f3f3f3;
    border-radius: 20px;
    border: 1px solid transparent;
    outline: none;
    padding: 20px 54px;
    resize: none;
    font-size: 24px;
    font-weight: 400;
    line-height: 51px;
    color: #000;
}

@media (max-width: 1199px) {
    .leave-reply__textarea {
        height: 270px;
        padding: 18px 40px;
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    .leave-reply__textarea {
        height: 240px;
        padding: 16px 28px;
        font-size: 18px;
        line-height: 1.35;
        border-radius: 18px;
    }
}

@media (max-width: 767px) {
    .leave-reply__textarea {
        height: 160px;
        padding: 14px 18px;
        font-size: 16px;
        line-height: 26px;
        border-radius: 16px;
    }
}

.leave-reply__textarea::placeholder {
    font-size: 24px;
    font-weight: 400;
    line-height: 51px;
    color: #000;
}

@media (max-width: 1199px) {
    .leave-reply__textarea::placeholder {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (max-width: 991px) {
    .leave-reply__textarea::placeholder {
        font-size: 18px;
        line-height: 1.35;
    }
}

@media (max-width: 767px) {
    .leave-reply__textarea::placeholder {
        font-size: 16px;
        line-height: 26px;
    }
}

.leave-reply__textarea:focus {
    border-color: rgba(196, 0, 37, 0.35);
}

.leave-reply__check {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    cursor: pointer;
    user-select: none;
    margin-top: 6px;
}

@media (max-width: 767px) {
    .leave-reply__check {
        gap: 12px;
    }
}

.leave-reply__check-input {
    display: none;
}

.leave-reply__check-input:checked+.leave-reply__check-box {
    background: #de253a;
    border-color: #de253a;
}

.leave-reply__check-input:checked+.leave-reply__check-box::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}

.leave-reply__check-box {
    width: 52px;
    height: 35px;
    border: 1px solid #a9a4a4;
    border-radius: 10px;
    position: relative;
    flex: 0 0 52px;
    background: transparent;
}

@media (max-width: 767px) {
    .leave-reply__check-box {
        width: 44px;
        height: 30px;
        flex: 0 0 44px;
        border-radius: 8px;
    }
}

.leave-reply__check-box::after {
    content: "";
    position: absolute;
    left: 18px;
    top: 8px;
    width: 10px;
    height: 16px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    opacity: 0;
    transform: rotate(45deg) scale(0.9);
    transition: 0.2s ease;
}

@media (max-width: 767px) {
    .leave-reply__check-box::after {
        left: 15px;
        top: 6px;
        width: 9px;
        height: 14px;
    }
}

.leave-reply__check-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    margin-top: 6px;
}

@media (max-width: 991px) {
    .leave-reply__check-text {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .leave-reply__check-text {
        font-size: 14px;
        margin-top: 3px;
    }
}

.leave-reply__btn {
    width: 200px;
    height: 64px;
    border-radius: 10px;
    background: #de253a;
    border: 0;
    outline: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .leave-reply__btn {
        width: 100%;
        height: 54px;
        font-size: 16px;
    }
}

.leave-reply__btn:hover {
    transform: translateY(-1px);
    transition: 0.2s ease;
}


.lets-level-up {
    background: linear-gradient(180deg, #f6f6f6 50%, #fff 50%);
    padding: 40px 0;
}

.lets-level-up .inner-level-up {
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 7px 15px rgba(0, 0, 0, 9);
    border-radius: 20px;
}

.lets-level-up .inner-level-up img {
    border-radius: 20px;
    margin-top: -60px;
}

.lets-level-up .inner-level-up .text-cont {
    padding: 20px 0;
    margin-right: 18px;
}

.lets-level-up .inner-level-up .text-cont h2 {
    font-weight: 400;
    color: #565656;
    margin-top: 4%;
    font-size: 42px;
    line-height: 51px;
}

@media (max-width: 1099px) {
    .lets-level-up .inner-level-up .text-cont h2 {
        font-size: 42px;
        line-height: 50px;
    }
}

@media (max-width: 767px) {
    .lets-level-up .inner-level-up .text-cont h2 {
        font-size: 40px;
        line-height: 46px;
        margin-top: 0px;
    }
}

.lets-level-up .inner-level-up .text-cont h2 span {
    display: block;
}

.lets-level-up .inner-level-up .text-cont textarea {
    height: 149px;
}

.lets-level-up .inner-level-up .text-cont textarea,
.lets-level-up .inner-level-up .text-cont input {
    background: #fafafa;
    font-size: 16px;
    color: #000;
    margin: 20px 0;
    border: 0;
    padding: 20px;
    border-radius: 10px;
}

.lets-level-up .inner-level-up .text-cont input::placeholder {
    color: #000;
    font-weight: 500;
}

.lets-level-up .inner-level-up .text-cont .submit-btn {
    font-size: 18px;
    color: #fff;
    background: linear-gradient(180deg, #f2404d 0%, #de253a 100%);
    border-radius: 5px;
    padding: 11px 64px;
    float: left;
}

@media (max-width: 1400px) {
    .lets-level-up .inner-level-up .text-cont textarea {
        height: 110px;
    }
}

@media only screen and (max-width: 1199px) {
    .lets-level-up .inner-level-up .text-cont {
        margin: 0;
    }

    .lets-level-up .inner-level-up .text-cont h2 {
        font-size: 40px;
    }

    .lets-level-up .inner-level-up .text-cont textarea,
    .lets-level-up .inner-level-up .text-cont input {
        margin: 10px 0;
        padding: 10px 16px;
    }
}

@media only screen and (max-width: 991px) {
    .lets-level-up .inner-level-up img {
        margin-top: 0;
    }

    .lets-level-up .inner-level-up .submit-btn {
        margin-bottom: 20px;
    }

    .lets-level-up .inner-level-up .text-cont textarea {
        height: 120px;
    }

    .lets-level-up .inner-level-up .text-cont textarea,
    .lets-level-up .inner-level-up .text-cont input {
        margin: 8px 0;
        padding: 10px 16px;
    }
}

@media only screen and (max-width: 767px) {
    .lets-level-up img {
        width: 100%;
    }

    .lets-level-up .inner-level-up .text-cont h2 {
        font-size: 40px;
        line-height: 48px;
    }
}

.blogs-grid {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .blogs-grid {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .blogs-grid {
        margin-top: 34px;
    }
}

@media (max-width: 767px) {
    .blogs-grid {
        margin-top: 28px;
    }
}

.blogs-grid__block {
    margin-bottom: 55px;
}

@media (max-width: 1199px) {
    .blogs-grid__block {
        margin-bottom: 45px;
    }
}

@media (max-width: 991px) {
    .blogs-grid__block {
        margin-bottom: 38px;
    }
}

@media (max-width: 767px) {
    .blogs-grid__block {
        margin-bottom: 32px;
    }
}

.blogs-grid__title {
    font-size: 32px;
    font-weight: 700;
    line-height: 51px;
    color: #000;
    margin: 0 0 22px;
}

@media (max-width: 1199px) {
    .blogs-grid__title {
        font-size: 28px;
        margin-bottom: 18px;
    }
}

@media (max-width: 991px) {
    .blogs-grid__title {
        font-size: 26px;
        margin-bottom: 16px;
    }
}

.blogs-grid__card {
    position: relative;
}

.blogs-grid__thumb {
    width: 100%;
    height: 210px;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .blogs-grid__thumb {
        height: 170px;
    }
}

@media (max-width: 767px) {
    .blogs-grid__thumb {
        border-radius: 16px;
    }
}

.blogs-grid__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

@media (max-width: 767px) {
    .blogs-grid__thumb img {
        border-radius: 16px;
    }
}

.blogs-grid__content {
    background: #fff;
    border: 1px solid #b1a8a8;
    border-radius: 20px;
    width: calc(100% - 22px);
    margin: -40px auto 0;
    padding: 25px 25px 22px;
    position: relative;
}

@media (max-width: 1199px) {
    .blogs-grid__content {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .blogs-grid__content {
        width: calc(100% - 16px);
        border-radius: 16px;
        margin-top: -35px;
    }
}

.blogs-grid__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    border-radius: 20px;
    background: #de253a;
    border: 1px solid #b1a8a8;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
}

.blogs-grid__card-title {
    margin: 0;
    margin-top: 18px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #000;
    min-height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blogs-grid__card-title a {
    color: #000;
}

@media (max-width: 991px) {
    .blogs-grid__card-title {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {
    .blogs-grid__card-title {
        margin-top: 10px;
        min-height: auto;
    }
}

.blogs-grid__desc {
    margin: 16px 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #565656;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 60px;
}

@media (max-width: 991px) {
    .blogs-grid__desc {
        margin: 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .blogs-grid__desc {
        margin: 10px 0 10px;
    }
}

.blogs-grid__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

@media (max-width: 767px) {
    .blogs-grid__meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

.blogs-grid__by {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.blogs-grid__more {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.blogs-grid__more:hover {
    text-decoration: underline;
    color: #de253a;
}


#blogContent h2 {
    font-size: 30px;
}

#blogContent h3 {
    font-size: 26px;
}

.blog-hero .box {
    background: linear-gradient(263.28deg, rgba(165, 0, 0, 0.9) 0%, rgba(120, 0, 0, 0.55) 45%, rgba(40, 0, 0, 0) 100%);
    border-radius: 4rem;
    padding: 50px;
    position: relative;
    margin-top: 40px;
}

.blog-hero .box::after {
    background: url('../img/blog/texture.webp');
    border-radius: 4rem;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
    opacity: .1;
}

@media (max-width: 767px) {
    .blog-hero .box {
        padding: 30px;
        border-radius: 2rem;
    }

    .blog-hero .box::after {
        border-radius: 2rem;
    }
}


#blog-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 10px;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    touch-action: pan-y;
    scroll-behavior: smooth;
}



#blog-tabs::-webkit-scrollbar {
    display: none;
}

#blog-tabs.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

#blog-tabs .item {
    flex: 0 0 170px;
}

#blog-tabs .nav-link {
    white-space: nowrap;
}

#blog-tabs.dragging .nav-link {
    pointer-events: none;
}

.blogs-tabs-sec {
    padding-top: 0;
}


.top-rated-dev-comp {
    display: flex;
    overflow: hidden;
    width: 100%;
    gap: 0;
}

.top-rated-dev-comp .item img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}








@media(max-width:767px) {
    #blog-tabs {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0;
    }

    #blog-tabs .item {
        flex: 1;
    }
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	color: #fff;
}