@font-face {
    font-family: Geometria;
    src: url(geometria_font/Geometria.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Geometria;
    src: url(geometria_font/Geometria-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: Geometria;
    src: url(geometria_font/Geometria-ExtraBold.ttf);
    font-weight: 800;
}

@font-face {
    font-family: Geometria;
    src: url(geometria_font/geometria-light.ttf);
    font-weight: 400;
}

@font-face {
    font-family: Geometria;
    src: url(geometria_font/geometria-medium.ttf);
    font-weight: 500;
}

:root {
    --bg: #f3f6fb;
    --surface: #ffffff;
    --surface-alt: #f8fbff;
    --border: #dbe5f1;
    --border-strong: #c7d7e6;
    --text: #102033;
    --muted: #66758a;
    --accent: #0f86e9;
    --accent-strong: #0a6bc2;
    --shadow: 0 16px 40px rgba(16, 32, 51, 0.08);
    --shadow-hover: 0 22px 54px rgba(16, 32, 51, 0.14);
    --radius-lg: 22px;
    --radius-md: 16px;
    --radius-sm: 12px;
}

html {
    scroll-behavior: smooth;
}

body {
    background:
        radial-gradient(circle at top left, rgba(15, 134, 233, 0.08), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, var(--bg) 100%);
    color: var(--text);
    font-family: Geometria, "Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.wrapper {
    min-height: 100vh;
}

.wrapper > section {
    position: relative;
}

a {
    transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

a:hover {
    text-decoration: none;
}

.container {
    padding-left: 18px;
    padding-right: 18px;
}

.wrapper header.header {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(219, 229, 241, 0.9);
    box-shadow: 0 10px 30px rgba(16, 32, 51, 0.05);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.logo img {
    width: 150px;
    margin: 10px 18px;
}

.wrapper header.header .row {
    display: flex;
    align-items: center;
}

.wrapper header.header .col-md-2,
.wrapper header.header .col-md-10 {
    display: flex;
    align-items: center;
}

.wrapper header.header .logo {
    display: flex;
    align-items: center;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 22px !important;
}

.left-search {
    width: 40%;
}

.right-tags {
    width: 50%;
}

.main-tl {
    margin-top: 0px !important;
}

.wrapper header.header .logo h2 {
    margin: 0 0 0 40px;
    padding: 0;
}

.wrapper header.header .logo h2 a {
    color: var(--text);
    font-family: Geometria, "Raleway", sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
    line-height: 70px;
    padding: 22px 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.wrapper header.header .menu {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.wrapper header.header .menu ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 6px;
    margin: 0;
    padding: 0;
    margin-right: 0;
    margin-left: 4px;
    white-space: nowrap;
}

.wrapper header.header .menu ul li {
    display: block;
    list-style: outside none none;
    margin: 0;
    flex: 0 0 auto;
}

.wrapper header.header .menu ul li a {
    color: var(--text);
    font-family: Geometria, "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 14px 14px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
}

.wrapper header.header .menu ul li.active a {
    background: var(--accent);
    color: #fff;
}

.wrapper header.header .menu ul li a:hover {
    background: rgba(15, 134, 233, 0.12);
    color: var(--accent-strong);
}

.wrapper header.header .menu ul li.active a:hover {
    background: var(--accent-strong);
    color: #fff;
}

.wrapper section.bg-text-area .bg-text {
    background-image: linear-gradient(135deg, rgba(16, 32, 51, 0.88), rgba(15, 134, 233, 0.72)), url(img/bg-iamges.jpg);
    background-size: cover;
    background-position: center;
    padding: 170px 110px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    margin: 22px auto 0;
}

.wrapper section.bg-text-area .bg-text h3 {
    color: #fff;
    font-family: Geometria;
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.06em;
}

.wrapper section.bg-text-area .bg-text p {
    color: rgba(255, 255, 255, 0.92);
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.9;
    margin: 24px auto 0;
    text-align: center;
    max-width: 760px;
}

section.blog-post-area .big-image {
    float: left;
    width: 50%;
    padding-right: 35px;
}

section.blog-post-area .big-text {
    float: right;
    width: 50%;
    padding-right: 20px;
}

section.blog-post-area img {
    width: 100%;
}

section.blog-post-area .big-text h3 {
    margin: 10px 0 0;
}

section.blog-post-area .big-text h3 a {
    font-family: Geometria;
    font-weight: 700;
    font-size: 40px;
    color: #061e37;
    text-decoration: none;
}

section.blog-post-area .big-text p {
    color: #061e37;
    font-family: Geometria;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 18px;
    text-align: justify;
    text-decoration: none;
}

section.blog-post-area .big-text h4 {
    margin-top: 25px;
    padding-top: 30px;
    position: relative;
}

section.blog-post-area .big-text h4::before {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
}

section.blog-post-area .single-post {
    padding-right: 20px;
    margin: 40px 0px 0px;
}

section.blog-post-area h4 span {
    font-family: Geometria;
    font-weight: 400;
    font-size: 12px;
    color: #061e37;
    text-decoration: none;
}

section.blog-post-area .big-text h4 span.author {
    float: right
}

section.blog-post-area h4 span.author-name {
    font-weight: 500;
}

.blog-post-area .single-post h3 a {
    font-family: Geometria;
    font-size: 28px;
    font-weight: 700;
    text-decoration: none;
    color: #061e37;
}

.blog-post-area .single-post p {
    color: #061e37;
    font-family: Geometria;
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    padding-top: 14px;
    position: relative;
    text-align: justify;
    height: 170px;
    overflow: hidden;
}

.blog-post-area .single-post h4 {
    margin-bottom: 12px;
    padding-top: 10px;
    position: relative;
    height: 34px;
    overflow: hidden;
}

.blog-post-area .single-post h4::before {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
}

.blog-post-area .single-post p::before {
    background: #e6e6e6 none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    top: 0;
    width: 100%;
}

.blog-post-area .single-post h3 {
    margin: 25px 0 15px;
    height: 84px;
    overflow: hidden;
}

.single-post a {
    text-decoration: none !important;
}

.blog-post-area .pegination {
    margin-top: 60px;
}

.blog-post-area .pegination .nav-links {
    margin: 0;
    padding: 0;
    text-align: center;
}

.blog-post-area .pegination .nav-links .page-numbers {
    border: 1px solid #40c4ff;
    border-radius: 50%;
    color: #40c4ff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    list-style: outside none none;
    margin-right: 5px;
    text-align: center;
    width: 45px;
}

.blog-post-area .blog-post-area-style {
    margin: 0 20px 0 40px;
}

@media (min-width: 992px) {
    .blog-post-area .blog-post-area-style > .col-md-3:nth-child(4n+1) {
        clear: left;
    }
}

.blog-post-area .pegination .nav-links .page-numbers.current {
    background: #40c4ff;
    color: #fff;
}

.blog-post-area .pegination .nav-links .page-numbers:hover {
    background: #40c4ff;
    color: #fff;
}

.blog-post-area .pegination .nav-links a {
    text-decoration: none;
}

.wrapper footer.footer {
    height: 130px;
}

.wrapper footer .footer-bg {
    background: #40c4ff none repeat scroll 0 0;
    height: 130px;
    overflow: hidden;
}

.wrapper footer.footer .footer-menu {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}

.wrapper footer.footer .footer-menu ul {
    line-height: 1;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 8px;
    margin: 0;
    padding: 0;
    width: auto;
}

.wrapper footer.footer .footer-menu ul li {
    display: block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    flex: 0 0 124px;
}

.wrapper footer.footer .footer-menu ul li a {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.25;
    margin-left: 0;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    white-space: normal;
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper footer.footer .footer-icon p {
    float: none;
    margin: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

.wrapper footer.footer .footer-icon p i {
    color: #fff;
    font-size: 18px;
    margin-right: 0;
    padding: 10px;
}


/*css for single blog page*/
.single-blog-area {
    margin-bottom: 100px;
    display: block;
}

.single-blog-area .border-top {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(219, 229, 241, 0.95);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    padding: 18px;
}

.border-top-search {
    border-top: 1px solid rgba(15, 134, 233, 0.28);
}

.single-blog-area h2 {
    color: var(--text);
    font-family: Geometria;
    font-size: clamp(28px, 4vw, 44px);
    font-weight: 800;
    margin: 28px 0 10px;
    line-height: 1.2;
}

.single-blog-area p {
    font-family: Geometria;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9;
    position: relative;
    text-align: justify;
    color: var(--muted);
}

.single-blog-area .blog-area-part p {
    margin-top: 20px;
}

.single-blog-area .for-style {
    margin-bottom: 50px;
}

.single-blog-area .for-style p span {
    color: #40c4ff;
    float: left;
    font-family: Geometria;
    font-size: 60px;
    font-weight: 400;
    margin: 18px 30px 20px 20px;
    position: relative;
}

.single-blog-area .for-style p span.drop_caps::before {
    color: #40c4ff;
    content: "”";
    font-size: 40px;
    left: -20px;
    position: absolute;
    top: -7px;
    font-weight: 500;
}

.single-blog-area .for-style p span::after {
    color: #40c4ff;
    content: "”";
    font-size: 40px;
    right: -15px;
    position: absolute;
    top: -7px;
    font-weight: 500;
}

.single-blog-area h3 {
    color: var(--muted);
    font-family: Geometria;
    font-size: clamp(24px, 3vw, 38px);
    font-style: italic;
    font-weight: 500;
    line-height: 65px;
    margin-bottom: 25px;
    word-spacing: 15px;
}

.single-blog-area h3 i.fa-quote-left {
    float: left;
    font-size: 55px;
    font-style: italic;
    margin-right: 20px;
    margin-top: 10px;
    color: #eeeeee;
}

.single-blog-area h3 i.fa-quote-right {
    display: inline-block;
    font-size: 55px;
    font-style: italic;
    margin-left: 20px;
    color: #eeeeee;
}

.single-blog-area .image-one {
    padding-right: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.single-blog-area .image-two {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 20px;
}

.single-blog-area img {
    width: 100%;
    height: auto;
}

.single-blog-area .blog-area {
    margin-right: 0;
}

.single-blog-area .ads-area {
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    padding: 50px 0;
    position: relative;
}

.single-blog-area .ads-area img {
    width: 100%;
    height: 90px;
    padding: 0 60px;
}

.single-blog-area .ads-area p {
    color: #fff;
    font-family: Geometria;
    font-size: 33px;
    font-weight: 500;
    line-height: 150px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: 100%;
}

/*comment part start*/
.single-blog-area .commententries h3 {
    color: var(--text);
    font-family: Geometria;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding-bottom: 5px;
    position: relative;
}

.single-blog-area .commententries h3::before {
    background: var(--border) none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.single-blog-area .commententries ul {
    margin: 0;
    padding: 0;
}

.single-blog-area .commententries ul ul {
    margin-left: 60px;
}

.single-blog-area .commententries ul li article.comment {
    padding-bottom: 13px;
    padding-top: 15px;
    position: relative;
}

.single-blog-area .commententries ul li article.comment:before {
    background: var(--border) none repeat scroll 0 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.single-blog-area .commententries .author-name h5 a {
    font-family: Geometria;
    font-size: 21px;
    font-weight: 500;
    text-decoration: none;
    color: var(--text);
}

.single-blog-area .commententries .author-name h5 a {
    color: var(--text);
    font-family: Geometria;
    font-size: 21px;
    font-weight: 500;
    line-height: 10px;
    text-decoration: none;
    cursor: default;
}

.single-blog-area .commententries .author-name p {
    color: var(--muted);
    font-family: Geometria;
    font-size: 13px;
    font-weight: 500;
    line-height: 10px;
    color: var(--muted)
}

.single-blog-area .commententries .comment-body p {
    font-family: Geometria;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--muted)
}

.single-blog-area .commententries .reply p span {
    color: var(--muted);
    font-family: Geometria;
    font-size: 18px;
    font-weight: 500;
    margin-right: 50px;
}

.single-blog-area .commententries .reply p span i {
    color: var(--muted);
    margin-right: 10px;
}

.single-blog-area .commententries ul {
    overflow: hidden;
}

.single-blog-area .commententries ul li {
    list-style: none
}

.commententries .comment-author {
    border-radius: 50%;
    float: left;
    height: 55px;
    width: 55px;
}

.single-blog-area form input {
    border: 1px solid var(--border);
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 13px 18px;
    border-radius: var(--radius-sm);
    width: 100%
}

.single-blog-area form input[placeholder] {
    color: var(--muted);
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500;
}

.single-blog-area form .name {
    float: left;
    margin-bottom: 15px;
    width: 50%;
}

.single-blog-area form .email {
    width: 50%;
    display: inline-block;
}

.single-blog-area form .name input {
    width: 95%;
}

.single-blog-area form .name .name {
    margin-right: 20px;
}

.single-blog-area form .email input {
    width: 100%;
}

.single-blog-area form .post {
    bottom: 0;
    position: relative;
    right: 0;
}

.single-blog-area form .post input[type="submit"] {
    background: var(--accent) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-family: Geometria;
    font-size: 15px;
    font-weight: 500;
    padding: 14px 28px;
    right: 0;
    text-transform: uppercase;
    width: auto;
    margin-top: 15px;
    border-radius: 999px;
    box-shadow: 0 12px 28px rgba(15, 134, 233, 0.22);
}

.single-blog-area form {
    margin: 50px 0 0;
    position: relative;
}

/*comment part end*/
.grid .portfolio-item {
    margin-bottom: 20px;
}

.grid .portfolio-item img {
    float: left;
    height: auto;
    width: 100px;
}

.single-blog-area .grid .portfolio-item .portfolio-text {
    margin-left: 110px;
}

.single-blog-area .grid .portfolio-item .portfolio-text h5 {
    margin: 0
}

.single-blog-area .grid .portfolio-item .portfolio-text h5 a {
    color: var(--text);
    font-family: Geometria;
    font-size: 15px;
    font-weight: 500;
    line-height: 27px;
    text-decoration: none;
}

.single-blog-area .grid .portfolio-item .portfolio-text p {
    font-family: Geometria;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    color: var(--muted);
}

.single-blog-area .grid .portfolio-item .portfolio-text p span {
    margin: 0 10px;
}

.single-blog-area .button-group button {
    border: medium none;
    border-radius: 12px;
    color: var(--text);
    display: inline-block;
    font-family: Geometria;
    font-size: 13px;
    font-weight: 500;
    margin-right: -2px;
    padding: 21px;
    text-transform: uppercase;
    width: 33%;
    background: #f4f7fb;
}

.single-blog-area .button-group {
    margin: 40px 0;
}

.single-blog-area .button-group button.is-checked {
    background: var(--accent);
    color: #fff;
}

.single-blog-area .button-group button:hover {
    background: var(--accent);
    color: #fff;
}

.single-blog-area .sidebar-ads {
    width: 300px;
    position: relative;
}

.single-blog-area .sidebar-ads p {
    color: #fff;
    font-family: Geometria;
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    text-align: center;
    top: 85px;
    width: 100%;
}

.single-blog-area h2.sidebar-title {
    background: #eef4fb none repeat scroll 0 0;
    color: var(--text);
    font-family: Geometria;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 50px;
    padding: 21px 25px;
    text-transform: uppercase;
}

.single-blog-area .tags p {
    background: var(--accent) none repeat scroll 0 0;
    border-radius: 999px;
    display: inline-block;
    font-family: Geometria;
    font-size: 13px;
    font-weight: 500;
    margin-right: 4px;
    padding: 0 12px;
    margin-bottom: 7px;
}

.single-blog-area .tags p a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.single-blog-area .newsletter form {
    margin: 15px 0 0;
}

.single-blog-area .newsletter input[type="email"] {
    width: 50%;
    margin-right: 20px;
}

.single-blog-area .newsletter input[type="submit"] {
    width: 40%;
    min-width: 110px;
    background: var(--accent);
    color: #fff;
    text-transform: uppercase;
    font-family: Geometria;
    font-size: 15px;
    font-weight: 500;
    border-radius: 999px;
}

.wrapper footer.footer {
    height: auto;
    margin-top: 34px;
}

.wrapper footer .footer-bg {
    background: linear-gradient(135deg, var(--accent-strong), var(--accent));
    min-height: 120px;
    overflow: hidden;
    box-shadow: 0 -12px 30px rgba(16, 32, 51, 0.08);
    display: flex;
    align-items: center;
}

.wrapper footer .footer-bg > .row {
    width: 100%;
    display: flex;
    align-items: center;
}

.wrapper footer .footer-bg .col-md-9,
.wrapper footer .footer-bg .col-md-3 {
    display: flex;
    align-items: center;
}

.wrapper footer .footer-bg .col-md-3 {
    justify-content: flex-end;
}

.wrapper footer.footer .footer-menu ul li a,
.wrapper footer.footer .footer-icon p,
.wrapper footer.footer .footer-icon p i {
    color: #fff;
}

.pop-post {
    display: flex;
    margin: 15px 0px 10px 0px !important;
    flex-direction: column;
}

.tags {
    margin-top: 40px;
    display: inline-table;
}

.single-img {
    width: 100%;
    min-height: 360px;
    max-height: 720px;
    overflow: visible;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
}

.main-img {
    aspect-ratio: 4 / 3;
    height: auto;
    overflow: visible;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
}

.main-img img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

.single-img img {
    max-height: 720px;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
}

.single-info {
    margin: 10px 0px;
}

.single-info a {
    color: #000 !important;
    font-style: italic;
}

.pag-comment .nav-links .page-numbers.current {
    background: #40c4ff;
    color: #fff;
}

.pag-comment .nav-links .page-numbers:hover {
    background: #40c4ff;
    color: #fff;
}

.pag-comment .nav-links a {
    text-decoration: none;
}

.pag-comment .nav-links .page-numbers {
    border: 1px solid #40c4ff;
    border-radius: 50%;
    color: #40c4ff;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
    list-style: outside none none;
    margin-right: 5px;
    text-align: center;
    width: 45px;
}

.pag-comment .nav-links .page-numbers:active {
    border: 1px solid #40c4ff;
    outline: none;
}

.pag-comment .nav-links .page-numbers:focus {
    border: 1px solid #40c4ff;
    outline: none;
}

.pag-comment {
    display: flex;   
    justify-content: center; 
}

form input {
    outline: none;
}

/* Invalid field style */
input.invalid {
    border: 1px solid red !important;
}

/* Valid field style */
input.valid {
    border: 1px solid green !important;
}

/* Styling for disabled submit button */
input[type='submit']:disabled {
    background-color: #94a3b8 !important;
    cursor: not-allowed !important;
}

.msg.green {
    color: #15803d;
    margin-left: 5px;
}

.msg.red {
    color: #dc2626;
}

/* Home page refresh */
.blog-post-area.home-feed {
    background: linear-gradient(180deg, #f8fbff 0%, #f4f7fb 45%, #f8fbff 100%);
    padding: 6px 0 70px;
}

.blog-post-area.home-feed .container {
    width: min(1360px, calc(100vw - 220px));
}

.home-toolbar.single-blog-area {
    margin-bottom: 22px;
    align-items: flex-start;
    gap: 18px;
}

.home-toolbar.single-blog-area h2.sidebar-title {
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 12px;
    background: #e9f4ff;
    color: #123a63;
    font-weight: 700;
    letter-spacing: 0.03em;
}

.home-toolbar .right-tags,
.home-toolbar .left-search {
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 16px 18px;
    box-shadow: var(--shadow);
}

.home-toolbar .right-tags {
    width: 58%;
}

.home-toolbar .left-search {
    width: 42%;
}

.home-toolbar .newsletter form {
    margin-top: 0;
}

.home-toolbar .newsletter input[type="text"],
.home-toolbar .newsletter input[type="email"] {
    border: 1px solid var(--border-strong);
    border-radius: 12px;
}

.home-toolbar .newsletter input[type="submit"] {
    background: var(--accent);
    border: 1px solid var(--accent);
    border-radius: 12px;
}

.home-feed .blog-post-area-style.home-grid {
    margin: 0;
}

.home-feed .single-post {
    margin: 12px 0 18px;
    padding: 0 0 14px;
    background: #ffffff;
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-feed .single-post:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.home-feed .main-img {
    margin-top: 0;
    aspect-ratio: 16 / 10;
    border-radius: var(--radius-md) var(--radius-md) 0 0;
    background: #edf3fa;
}

.home-feed .main-img img {
    object-fit: cover !important;
}

.home-feed .single-post h3 {
    margin: 14px 16px 12px;
    height: 66px;
}

.home-feed .single-post h3 a {
    font-size: 22px;
    line-height: 1.25;
    color: var(--text);
}

.home-feed .single-post p {
    margin: 0 16px;
    height: 96px;
    line-height: 1.6;
    padding-top: 12px;
    display: -webkit-box;
    line-clamp: 4;
    color: var(--muted);
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-feed .single-post h4 {
    margin: 10px 16px 0;
    padding-top: 12px;
    height: auto;
}

.home-feed .pegination {
    margin-top: 22px;
}

.home-feed .pegination .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.home-feed .pegination .nav-links .page-numbers {
    width: auto;
    min-width: 44px;
    height: 44px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid var(--border-strong);
    color: #12558c;
    line-height: 42px;
    font-weight: 500;
    margin-right: 0;
    background: #ffffff;
}

.home-feed .pegination .nav-links .page-numbers.current,
.home-feed .pegination .nav-links .page-numbers:hover {
    background: var(--accent);
    border-color: var(--accent);
    color: #ffffff;
}

.home-feed .pegination .nav-links .page-numbers:focus,
.blog-post-area .pegination .nav-links .page-numbers:focus,
.pag-comment .nav-links .page-numbers:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(15, 134, 233, 0.18);
}

@media (max-width: 1399px) {
    .blog-post-area.home-feed .container {
        width: min(1200px, calc(100vw - 90px));
    }

    .home-toolbar .right-tags {
        width: 55%;
    }

    .home-toolbar .left-search {
        width: 45%;
    }
}

@media (max-width: 991px) {
    .blog-post-area.home-feed .container {
        width: auto;
    }

    .home-toolbar.single-blog-area {
        flex-direction: column;
    }

    .home-toolbar .right-tags,
    .home-toolbar .left-search {
        width: 100%;
    }

    .home-feed .single-post h3 {
        height: auto;
    }

    .home-feed .single-post p {
        height: auto;
            line-clamp: 5;
        -webkit-line-clamp: 5;
    }
}
