.newBlogcontainer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px 0;
}
.newblogleft {
    width: 50%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 10px;
}
.newblogleft h1 {
    text-align: start;
    color: #4169e1 !important;
    margin: 20px 0;
}
.calculator {
    border: 2px solid #4169e1;
    padding: 20px;
    width: 400px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
    text-align: center;
}
.calculator h2 {
    font-size: 18px;
    color: #4169e1 !important;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px #4169e1;
}
.calculator input,
.calculator select,
.calculator #pages-words {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background: #c9d4e7;
}
.educational-level {
    margin-bottom: 15px;
}
.calculator #pages-words {
    font-weight: 600;
}
.page-selector {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 5px;
}
.page-selector button {
    background-color: #c9d4e7;
    border: 1px solid #4169e1;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}
.page-selector button:hover {
    background-color: #eaeaea;
}
.price {
    font-size: 24px;
    color: #4169e1;
    font-weight: 700;
}
.place-order-btn {
    background-color: #4169e1;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}
.place-order-btn:hover {
    background-color: #4169e1cc;
}
.reports {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.report {
    position: relative;
    padding: 5px 0;
    font-weight: 600;
    color: #000 !important;
    display: inline-block;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}
.featuresBlog {
    display: flex;
}
.feture {
    font-size: 13px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
.feature span {
    font-size: 14px;
    color: #666;
}
.fetureinnermain p{
  font-size: 25px !important;
}
.fetureinner p{
  font-size: 13px !important;
}
.fetureinnermain {
    display: flex;
    /* align-items: start; */
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    text-align: center;
    padding: 15px 20px;
    width: 100%;
    box-sizing: border-box;
    
    /* Choose one of the border animations above */
    border: 1px solid #4169e1;
    border-radius: 12px;
    background: #f8f9fa;
    animation: pulseBorder 2s ease-in-out infinite;
}

@keyframes pulseBorder {
    0% {
        border-color: #4169e1;
        box-shadow: 0 0 0 0 rgba(65, 105, 225, 0.2);
    }
    50% {
        border-color: #8a2be2;
        box-shadow: 0 0 0 4px rgba(65, 105, 225, 0.1);
    }
    100% {
        border-color: #4169e1;
        box-shadow: 0 0 0 0 rgba(65, 105, 225, 0.2);
    }
}
.notification-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eaf4fd;
    padding: 10px 15px;
    border: 1px solid #cce4f7;
    color: #4169e1;
    font-size: 14px;
    margin: 0;
    border-radius: 4px;
}
.notification-banner img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.notification-banner a {
    color: #4169e1;
    text-decoration: none;
    font-weight: 700;
}
.notification-banner a:hover {
    text-decoration: underline;
}
.price-cont {
    display: flex;
    justify-content: end;
    gap: 10px;
    margin: 10px 0;
    align-items: center;
}
 .fetureinner {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    padding: 12px 16px;
    width: 45%;
    
    /* Premium Glass Effect */
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(12px) saturate(180%);
    -webkit-backdrop-filter: blur(12px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    
    /* Multiple shadows for depth */
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.fetureicon {
    display: flex;
}
.fetureinner :where(span) {
    color: #4169e1;
    font-size: 25px;
}
.report :where(span) {
    color: #4169e1;
}
.metaImage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -3px;
    width: 25px;
}
.metaVerified {
    display: flex;
    font-size: 10px;
    align-items: center;
    gap: 5px;
    border: 1px solid #4169e1;
    border-radius: 20px;
    padding: 2px 10px 2px 25px;
    position: relative;
    background: #0097ff1f;
}
.metaContainer {
    display: flex;
    align-items: center;
    gap: 15px;
}
.metaIcons {
    display: flex;
    align-items: center;
    gap: 5px;
}
.social-icon {
    transition: 0.3s all ease-in-out;
}
.social-icon:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow:
        0 0 15px rgb(255 255 255 / 0.8),
        0 0 30px rgb(255 255 255 / 0.5);
}
.pricing-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.1);
    padding: 20px;
    width: 35%;
    min-width: 300px;
    text-align: left;
    border: 1px solid #4169e1;
}
.pricing-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 20px 0;
}
.card-title {
    font-size: 18px;
    margin-bottom: 10px;
    color: #4169e1;
    text-align: center;
}
.card-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
    text-align: center;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
}
.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.services-list li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.free-tag {
    background: #eaf4fd;
    color: #0056b3;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 700;
}
.highlight {
    font-weight: 700;
    color: #000;
    position: relative;
    padding: 5px 0;
}
.highlight::after {
    background-image: url(https://owlisdom.com/assets/images/Borderline.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: -3px;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
}
.original-price {
    position: relative;
    color: #000;
    margin-left: 5px;
    font-size: 14px;
}
.original-price::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    background: linear-gradient(to right, red, orange);
    transform: translateY(-50%);
}
.discounted-price {
    color: #4169e1;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
}
.cta-text {
    font-size: 12px;
    margin-top: 10px;
    color: #666;
    max-width: 100% !important;
}
.swiper-container {
    position: relative;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    transition:
        transform 0.5s ease,
        opacity 0.5s ease;
}
.swiper-slide .card {
    background-color: #4169e11f;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    width: 100%;
    padding: 10px;
    max-width: 530px;
}
.card-left {
    flex: 1;
    padding-right: 20px;
    border: 1px solid #eee;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}
.writer-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
}
.writer-info h3 {
    margin: 0;
    font-size: 20px;
}
.writer-info .rating {
    color: #4169e1;
    font-size: 14px;
}
.writer-info .status {
    color: green;
    font-size: 14px;
}
.card-left .tags span {
    display: inline-block;
    background-color: #eee;
    border-radius: 5px;
    padding: 5px 10px;
    margin: 5px;
    font-size: 12px;
}
.card-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.tags {
    margin: 10px 0;
    display: block;
}
.card-right {
    flex: 1;
    padding-left: 20px;
}
.card-right h4 {
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
}
.card-right p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.btn {
    background-color: #4169e1;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    cursor: pointer;
    margin: 5px;
}
.btn.hire {
    background-color: #4169e1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    text-transform: capitalize;
    margin: auto;
}
.swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
    transform: scale(0.9);
}
.swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 0px !important;
    display: block;
    position: unset;
    max-width: max-content;
}
.writermyessay {
    min-height: 570px;
}
.swiper-button-prev,
.swiper-button-next {
    position: unset !important;
    margin: 0;
    font-weight: 600;
}
.swiper-pagination {
    margin: 0 !important;
}
.bottomSwiper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px;
}
.order-video video {
    max-width: 800px;
    width: 100%;
    border-radius: 10px;
}
.newBlogcontainer {
    padding: 50px 0;
    margin-left: 10px;
    margin-block: 30px;
}
.newblogright {
    flex: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
}
.order-video {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.order-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}
.HeroLogo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.heroPartner_slider {
    animation: none !important;
    overflow-x: auto;
    padding: 10px 0;
    font-size: 14px;
}
.heroPartner_slider img {
    width: 50px !important;
}
.heroPartner_slider::-webkit-scrollbar {
    height: 5px;
    background: #4169e1;
}
.heroPartner_slider::-webkit-scrollbar-track {
    background: #f1f1f1;
    cursor: all-scroll;
}
.heroPartner_slider::-webkit-scrollbar-thumb {
    background: #4169e1;
}
.heroPartner_slider::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor: all-scroll;
}
.feature-box {
    border-radius: 10px;
    padding: 20px;
    width: 23%;
    text-align: center;
    color: #fff;
    backdrop-filter: blur(15px);
    box-shadow:
        inset 0 0 20px rgb(255 255 255 / 0.192),
        inset 0 0 5px rgb(255 255 255 / 0.274),
        0 5px 5px rgb(0 0 0 / 0.164);
    background: rgb(173 173 173 / 0.05);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.feature-box:hover {
    transform: translateY(-10px);
}
.feature-box img {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #fff3;
    padding: 10px;
}
.feature-box h3 {
    font-size: 18px;
    margin: 10px 0 0;
    line-height: 1.4;
}
.benefitsWrap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 20px;
}
.working-Assignment-inner {
    flex-direction: column;
}
.working_cards_Assignment {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}
.working-Assignment-video {
    width: 70%;
}
.Summary_Assignment {
    display: flex;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    gap: 20px;
    justify-content: space-between;
}
.Summary_Wrap {
    width: 48%;
    padding: 20px 10px;
    border-radius: 20px;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 0.05);
}
.Summary_Assignment .left,
.Summary_Assignment .right {
    flex: 1;
    overflow-y: auto;
    height: 500px;
}
.Summary_Assignment .left h3,
.Summary_Assignment .right h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #4169e1;
}
.Summary_Assignment .left p,
.Summary_Assignment .right p {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #555;
}
.Summary_Assignment ul {
    list-style: disc;
    padding-left: 25px;
}
.Summary_Assignment li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #555;
    font-size: 0.875em;
}
.Summary_Assignment .left h2,
.Summary_Assignment .right h2 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #555;
}
.Summary_Assignment .right {
    border-right: none;
}
.Summary_Assignment ::-webkit-scrollbar {
    width: 5px;
}
.Summary_Assignment ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
.Summary_Assignment ::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.mini-nav {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 30px;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    overflow-x: auto;
    max-width: 1000px;
}
.mini-nav::-webkit-scrollbar {
    height: 2px;
    width: 5px;
}
.mini-nav::-webkit-scrollbar-track {
    background: #f1f1f1;
}
.mini-nav::-webkit-scrollbar-thumb {
    background: #4169e1 !important;
}
.mini-nav::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.miniNavWrap {
    background: #fff;
}
.miniNavHead {
    min-width: 150px;
    font-weight: 700;
    color: #4169e1;
}
.mini-nav ul {
    list-style: none;
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0 auto;
}
.mini-nav li {
    display: inline;
}
.mini-nav li .nav-link {
    text-decoration: none;
    color: #4169e1;
    font-weight: 500;
}
.mini-nav li .nav-link:hover {
    text-decoration: underline;
    transform: scale(1.04);
    display: block;
}
.video_container.lazy-video-container {
    position: relative;
}
.video_container button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.video_container iframe {
    width: 100%;
}
img.video-thumbnail {
    width: 100%;
}
.writer-info {
    width: 100%;
}
.inner-writer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mobView {
    display: none;
}
.content-main-blog {
    margin-bottom: 20px;
}
.content-main-blog a {
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    margin: auto;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
    transition: transform 0.3s;
}
img.main-blog-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.tabs-container {
    display: flex;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    gap: 50px;
    flex-direction: column;
}
.tabs-header {
    min-width: 25%;
    max-height: 400px;
    overflow-y: auto;
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #fff0;
}
.tabs-header::-webkit-scrollbar {
    width: 3px;
}
.tabs-header::-webkit-scrollbar-track {
    background: #fff0;
}
.tabs-header::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}
.tabs-header button {
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    background: none;
    border: none;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    border: 1px solid #ddd;
    transition: background 0.3s ease;
    max-width: 250px;
    min-width: 120px;
}
.tabs-header button:hover {
    background-color: #e9ecef;
}
.tabs-header button.active {
    background-color: #4169e1;
    color: #fff;
    box-shadow: 0 2px 24px 0 rgb(110 123 129 / 0.2);
}
.tabs-body {
    flex-grow: 1;
    text-align: center;
}
.tabs-body h3 {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.content-flex {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.post-card-service {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    max-width: 32%;
    min-width: 290px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
    transition: transform 0.3s;
}
.post-card-service:hover,
.content-main-blog a:hover {
    transform: scale(1.05);
}
.content-main-blog a:hover {
    transform: scale(1.03);
}
.post-card-service img {
    width: 100%;
    height: auto;
}
.post-card-service h4 {
    font-size: 16px;
    color: #333 !important;
    padding: 10px;
    text-align: center;
}
h4.main-blog-title {
    font-size: 18px;
    color: #333 !important;
    padding: 10px;
    text-align: center;
}
.see-more {
    margin-top: 20px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #4169e1 !important;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: transform 0.3s;
    text-align: center;
}
.see-more:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}
@media (max-width: 1000px) {
    .tabs-container {
        flex-direction: column;
        align-items: center;
    }
    .tabs-header {
        width: 100%;
        flex-direction: row;
        justify-content: space-around;
        overflow-y: hidden;
        max-height: none;
        margin-bottom: 20px;
    }
    .tabs-header button {
        flex-grow: 1;
        margin: 0 5px;
        font-size: 14px;
        padding: 10px;
        text-align: center;
    }
    .tabs-body {
        width: 100%;
    }
    .post-card-service {
        max-width: 45%;
    }
}
.mobVideo {
    display: none;
}
@media (max-width: 550px) {
    .mobVideo {
        display: block;
    }
    .desktopVideo {
        display: none;
    }
    .fetureinnermain p{
  font-size: 16px !important;
}
}
@media (max-width: 991px) {
    .newBlogcontainer {
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
    .feature-box {
        width: 31%;
    }
    .newblogleft {
        width: 100%;
    }
    .desktopView {
        display: none;
    }
    .mobView {
        display: flex;
    }
    .newblogleft h1 {
        font-size: 30px !important;
        margin: 0;
    }
    .calculator {
        width: 100%;
        min-width: 350px;
    }
    .reports {
        margin: 5px auto;
    }
    .order-video {
        min-height: 350px;
    }
    .newblogright {
        width: 90%;
        margin: 10px 0;
    }
    .working-Assignment-inner {
        flex-direction: row !important;
        margin: 10px 0;
    }
    .working_cards_Assignment {
        flex-direction: column;
    }
    .working-Assignment-video {
        width: 100%;
    }
    .pricing-card {
        width: 48%;
    }
}
@media (max-width: 870px) {
    .newBlogcontainer {
        padding: 0;
    }
}
@media (max-width: 762px) {
    .feature-box {
        width: 47%;
    }
    .post-card-service {
        max-width: 100%;
    }
    .Summary_Assignment {
        flex-direction: column;
    }
    .Summary_Wrap {
        width: 100%;
    }
    .pricing-container {
        flex-direction: column;
    }
    .pricing-card {
        width: 100%;
    }
    .working-Assignment-inner {
        display: none !important;
    }
}
@media (max-width: 500px) {
    .newBlogcontainer {
        flex-direction: column;
        gap: 10px;
    }
    .fetureinner {
        width: 100%;
    }
    .feture {
        width: 100%;
    }
    .metaImage {
        width: 25px;
        height: 25px;
    }
    .metaVerified {
        font-size: 8px;
    }
    .feature-box {
        width: 100%;
    }
    .newblogleft h1 {
        font-size: 24px !important;
    }
    .newblogleft {
        width: 100%;
        margin: 15px 0;
    }
    .newblogleft h2 {
        font-size: 30px;
    }
    .newblogright {
        width: 100%;
    }
    .calculator {
        width: 100%;
        min-width: auto;
    }
    .order-video {
        min-height: auto;
    }
    .newblogright {
        width: 100%;
    }
}
