* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    font-family: inter, sans-serif;
    line-height: 1.6;
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

.allThreadItems {
    scroll-behavior: smooth;
}

.blog_content a {
    text-decoration: underline;
    color: #064583;
    word-break: break-word;
}

.blog_content img {
    max-width: 800px;
    display: block;
    margin: 20px auto;
    height: auto;
}

button#myBtn {
    background: transparent;
    border: 0;
}

.working-Assignment-video {
    max-width: 800px;
    margin: auto;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}

header .logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

header .nav-links {
    display: flex;
    gap: 1.5rem;
}

header .cta-button {
    background-color: #007bff;
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

header .profile-dropdown {
    position: relative;
}

header .profile-dropdown:hover .dropdown-menu {
    display: block;
}

header .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 0.5rem;
    border-radius: 5px;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

.blog_container {
    max-width: 1300px;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
}

.calculator_top {
    padding: 5px;
    background: #287ed3;
    display: flex;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.calculator_top select,
.calculator_top input,
.calculator_top button,
.calculator_top #totalPrice,
.calculator_top label {
    color: #fff;
}

.calculator_top select option {
    color: #000;
}

input:focus,
select:focus {
    outline: none;
}

.calculator-wrapper {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.deadline_wrapper {
    width: 200px;
}

.deadline_wrapper input,
.deadline_wrapper select {
    width: 100%;
}

.deadline_wrapper input {
    padding: 4px 0;
}

.calculator-label {
    font-weight: bold;
}

.dropdown {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.calculator_wapper {
    border: 1px solid #ccc;
    padding: 2px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.calculator_wapper span {
    flex-grow: 1;
}

.calculator_wapper input,
.calculator_wapper select {
    background: transparent;
    border: none;
}

.calculator_wapper select {
    padding: 5px 0px;
}

.pages-container {
    display: flex;
    align-items: center;
    gap: 20px;
}

.total-price {
    color: #064583;
    font-size: 16px;
}

.total-price strong {
    font-weight: bold;
}

.calculator {
    width: 100%;
    text-align: center;
}

.calculator h2 {
    font-size: 40px !important;
    color: #064583 !important;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px #064583;
}

.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 #064583;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 4px;
}

.page-selector button:hover {
    background-color: #eaeaea;
}

.price {
    font-size: 24px;
    color: #064583;
    font-weight: bold;
}

.place-order-btn {
    background-color: #064583;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

.place-order-btn:hover {
    background-color: #064583cc;
}

.arrow {
    margin-left: auto;
}

.blog_hero {
    width: 100%;
    position: relative;
   margin-bottom:100px;
    margin-top: 100px;
}
.blog_hero h1{
	max-width:800px;
}

.banner {
    width: 100%;
    max-height: 300px;
    background-color: #064583;
}

.banner img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

.video_container {
    max-width: 1000px;
    width: 80%;
    max-width: 700px;
    margin: 0 auto;
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}

.video_container iframe {
    width: 100%;
    height: 100%;
}

.video_container img {
    object-fit: cover;
}

.post_date_info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.post_date_info .separator {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #ccc;
}

.post_date_info p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
}



.blog-title {
    padding-bottom: 1rem;
    font-size: 2.5rem;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px;
    letter-spacing: -1.728px;
}

.content {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-grow: 1;
}

.featured-image {
    flex: 1;
    margin-bottom: 1rem;
}

.featured-image .details {
    font-size: 0.9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0px;
}

.author_profile {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author_profile .thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.author_profile .thumbnail img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.designation {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
    cursor: pointer;
}

.designation #SVGRepo_iconCarrier {
    fill: #869298;
}

.author_bio {
    margin-top: 5px;
    display: grid;
    padding-top: 0px;
    grid-template-rows: 0fr;
    transition: all 400ms ease-in-out;
    >div {
        overflow: hidden;
    }
    >div>p {
        color: #869298;
    }
}

.author_bio.active {
    padding-top: 10px;
    grid-template-rows: 1fr;
}

.calculator-box {
    flex: 1;
    max-width: 330px;
    min-width: 310px;
    top: 100px;
    max-height: fit-content;
    position: sticky !important;
}

.side_calculator {
    border-radius: 5px;
    border: 2px solid #064583;
    padding: 1rem;
    width: 100%;
    margin-bottom: 30px;
}

.side_calculator h3 {
    text-align: center;
    font-weight: 500;
}

.accordion {
    flex-grow: 1;
}

.accordion-item {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.accordion-item .head {
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #064583;
    font-size: 18px;
    gap: 10px;
    padding: 0.5rem;
    background-color: #f5f5f5;
}

.accordion-item .content {
    display: grid;
    grid-template-rows: 0fr;
    margin-top: -1px;
    transition: all 0.5s ease-in-out;
    >div {
        display: flex;
        flex-wrap: wrap;
        gap: 1rem;
        justify-content: start;
        overflow: hidden;
        >div {
            padding: 20px;
        }
    }
}

.accordion-item .content li {
    list-style: none;
}

.accordion-item .content.active {
    grid-template-rows: 1fr;
}

.blog_content {
    margin: 20px 0;
    width: 100%;
}

.blog_content h2 {
    margin-bottom: 0px;
    font-size: 1.7rem;
    margin-top: 20px;
	margin-bottom:20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #064583;
}

.blog_content h3 {
    margin-bottom: 0px;
    font-size: 1.3rem;
    margin: 20px 0;
}

.blog_content h4 {
    margin-bottom: 0px;
    font-size: 1.4rem;
    margin-top: 10px;
    color: #1a19199e;
}

.blog_content h5 {
    margin-bottom: 0px;
    font-size: 1.25rem;
    margin-top: 10px;
    color: #064583d9;
    margin-left: 10px;
}


.blog_content i {
    margin-bottom: 10px;
    display: block;
}

.blog_content p i,
.blog_content ul i,
.blog_content h4 i {
    margin-bottom: 0px !important;
    display: inline-block;
}

blockquote {
    margin: 10px;
    margin-bottom: 20px;
    font-weight: 500;
}

.blog_content ul,
.blog_content ol {
    padding-left: 40px;
    margin-bottom: 20px;
}

.blog_content ul li,
.blog_content ol li {
    margin: 15px 0;

}

.freeorderbtn {
    margin: auto;
    padding: 10px;
    background: #064583;
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}

.side_calculator h4 {
    text-align: center;
    margin-bottom: 20px;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.social-icons a {
    text-decoration: none;
}

.facebook-icon {
    background-color: #1877f2;
}

.x-icon {
    background-color: #1da1f2;
}

.linkedin-icon {
    background-color: #0077b5;
}

.authoreName {
    display: flex;
    align-items: center;
    gap: 2px;
}

.linkedinProfile {
    display: flex;
    align-items: center;
}

.author_bio_box {
    padding: 10px;
    background: #0645835e;
    border-radius: 6px;
    margin-bottom: 20px;
}

.author_bio_box .author_profile {
    margin-bottom: 10px;
}

.related-posts-container {
    margin-bottom: 20px;
}

.related-posts-container h2,
.related-posts-container h1 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

.posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.post-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.post-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-card h3 {
    font-size: 18px;
    margin: 5px;
    color: #555;
}

.topDeadline option {
    color: #000;
}

.DeviceMob {
    background-image: url("/assets/images/device_1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 310px;
    height: 587px;
    margin: 10px 0;
}

.VideoReels {
    transition: all;
    transform: translateX(0px);
    opacity: 1;
    position: absolute;
    width: 88%;
    left: 21px;
    top: 18px;
    height: 100% !important;
    z-index: 0;
    border-radius: 20px;
}

.VideoReels iframe {
    width: 100%;
    height: 550px;
    z-index: 99;
    position: relative;
    border-radius: 24px;
}

.tablewrap {
    width: 100%;
    overflow-x: scroll;
    display: block;
}

.BlogTable {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

thead {
    background-color: #f4f4f4;
}

thead th {
    padding: 12px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #ddd;
}

tbody td {
    padding: 12px;
    text-align: left;
    font-size: 14px;
    color: #555;
    border-bottom: 1px solid #f1f1f1;
    min-width: 200px;
}

tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

tbody tr:hover {
    background-color: #f1f1f1;
}

tbody td:first-child {
    font-weight: bold;
    width: 200px;
}

tbody tr:last-child td {
    border-bottom: none;
}

.imgside {
    display: flex;
    align-items: start;
    gap: 20px;
    flex-wrap: wrap;
}

.imgsideleft {
    width: 45%;
}

.imgsideright {
    width: 45%;
}

.imgsideright img {
    border-radius: 20px;
    max-width: 400px;
    margin: 0;
}

.SpanImg {
    display: block;
    margin: 10px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    word-break: break-all;
}

.SpanImg i {
    margin: 0;
}

.blog_content .download-button {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border: 1px solid #064583;
    color: #333;
    text-decoration: none !important;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 2px rgba(31, 91, 221, 0.2);
    margin: 10px 0;
    font-weight: 600;
    color: #064583;
    max-width: fit-content;
}

.download-button svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/* banner css  */
        .banner-1 {
            width: 100%;
            max-width: 1200px;
              background: linear-gradient(90deg, #4169e1, #4169e117);
            color: white;
            text-align: center;
            padding: 20px 10px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: auto;
            border-radius: 10px;
        }

        .banner-1 .text {
            flex: 1;
            text-align: left;
            padding-left: 20px;
        }

        .banner-1 h2 {
				color:#fff !important;
            font-size: 22px;
               margin-bottom: 5px !important;
        }

        .banner-1 p {
            font-size: 14px;
            opacity: 0.8;
			margin:0 !important;
			line-height:130% !important;
        }

        .banner-1 .cta-button {
            background: #4169e1;
            color: white;
            padding: 10px 20px;
           text-decoration: none !important;
            border-radius: 5px;
            font-weight: bold;
            transition: background 0.3s;
        }

        .banner-1 .cta-button:hover {
            background: #4169e15e;
        }

.breadcrumb {
    padding: 1rem 0rem;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 14px;
    max-width: 700px;
}

/* banner 2 css  */
 .banner-2 {
            width: 100%;
          background: linear-gradient(90deg, #4169e1, #4169e1, #4169e10a);
            color: white;
            text-align: center;
            padding: 20px 10px;
            display: flex;
            flex-direction: column;
            align-items: center;
            max-width: 1200px;
            margin: auto;
            border-radius: 20px;
        }

        .banner-2 h2 {
			color:#fff !important;
            font-size: 22px;
            margin-bottom: 5px !important;
            font-weight: bold;
        }

        .banner-2 p {
            font-size: 14px;
            opacity: 0.8;
			margin:0 !important;
			line-height:130% !important;
        }

        .banner-2 .cta-button {
            background: #4169e1;
            color: white;
            padding: 10px 20px;
            text-decoration: none !important;
            border-radius: 5px;
            font-weight: bold;
            transition: opacity 0.3s;
            margin-top: 10px;
        }

        .banner-2 .cta-button:hover {
            opacity: 0.8;
        }
 /* pricing banner css */
.pricing-bar {
        width: 100%;
        padding: 10px 15px;
        background: linear-gradient(
          to left,
          #fcfbf8,
          #e0f2fe
        );
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: space-between;
        max-width: 1200px;
        margin: 10px auto;
        border-radius: 10px;
      }

      .pricing-item-wrap {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        flex-grow: 1;
        flex-wrap: wrap;
        gap: 20px;
      }

      /* Each Pricing Item */
      .pricing-item {
        display: flex;
        align-items: center;
        gap: 12px;
      }

      /* Color Circles */
      .pricing-item-wrap .circle {
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
        color: #fff;
      }
      .pricing-item-wrap .circle img {
        width: 60px;
        height: 60px;
		  margin:0 !important;
        transition: transform 0.5s ease-in-out; /* Smooth animation */
        /* animation: price 2s ease-in-out infinite; */
      }

      /* Keyframe Animation */
      @keyframes price {
        0% {
          transform: scale(1) rotate(0deg);
        }
        50% {
          transform: scale(1.2) rotate(10deg);
        }
        100% {
          transform: scale(1) rotate(0deg);
        }
      }

      /* Apply Animation on Hover */
      .pricing-item-wrap .circle img:hover {
        animation: price 1s ease-in-out;
        cursor: pointer;
      }

      /* Text Styles */
      .pricing-item-wrap .text {
        display: flex;
        flex-direction: column;
      }

      .pricing-item-wrap .label {
        font-size: 18px;
        font-weight: bold;
        color: #111827;
        margin: 0;
		    line-height:130% !important;
      }

      .pricing-item-wrap .price {
        font-size: 14px;
        font-weight: 600;
        color: #4b5563;
        margin: 0;
		  line-height:130% !important;
      }

      /* Button Styles */
      .pricing-bar .order-btn {
        background-color: #064583; /* Blue color */
        color: white;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 24px;
        border-radius: 8px;
      text-decoration: none !important;
        transition: all 0.3s ease;
      }

      .order-btn:hover {
        transform: scale(1.05);
      }

      @media (max-width: 850px) {
        .pricing-bar {
          flex-direction: column;
          gap: 20px;
        }

        .pricing-item-wrap {
          width: 100%;
        }
      }

@media (max-width: 850px) {
    .breadcrumb {
        max-width: 700px;
    }
    
}

@media (max-width: 768px) {
    .accordion-item .content {
        flex-direction: column;
    }
    .imgsideright,
    .imgsideleft {
        width: 100%;
    }
    .content {
        flex-direction: column;
    }
    .featured-image,
    .calculator-box {
        max-width: 100%;
    }
    .calculator-box,
    .calculator_top {
        display: none;
    }
    .blog_content img {
        height: auto;
        object-fit: contain;
    }
    .posts-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .video_container {
        width: 100%;
        position: unset;
    }
    .banner,
    .banner img {
        height: 200px;
        display: none;
    }
    .video_container {
        position: unset;
        transform: none;
        width: 95%;
    }
    .blog_hero {
        margin-bottom: 0px;
    }
	            .banner-1 {
                flex-direction: column;
                gap: 20px;
        }
}

@media (max-width: 550px) {
	    .blog_content h3 {
        font-size: 1.1rem;
    }
	.details_wrap_box{
	flex-direction: column;
	}
    .posts-grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .author_profile .thumbnail {
        width: 30px;
        height: 30px;
    }
    .author_profile .thumbnail img {
        width: 30px;
        height: 30px;
    }
    .author_profile {
        gap: 5px;
    }
    .blog_container {
        padding-inline: 20px;
    }
    .post_date_info {
        gap: 8px;
    }
    .post_date_info p {
        font-size: 12px;
    }
    .post_date_info svg {
        width: 14px;
    }
    .blog_hero {
        margin-bottom: 0px;
        margin-top: 80px;
    }
    .breadcrumb {
        padding-left: 10px;
    }
    .blog-title {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .blog-title {
        margin-bottom: 0px;
        line-height: 36px;
        letter-spacing: -1.728px;
    }
    .banner,
    .banner img {
        height: 200px;
        display: none;
    }
    .video_container {
        position: unset;
        transform: none;
        width: 95%;
    }
    .blog_content h2 {
        font-size: 1.3rem;
    }
    .blog_content h3 {
        font-size: 1.1rem;
    }
    .blog_content h4 {
        font-size: 1.05rem;
    }
    .blog_content p,
    .blog_content ul li {
        font-size: 1rem;
    }
    #hide-on-small-screen {
        display: none;
    }
}