:root {
    --primary-color: #FFF;
    --secondary-color: #232323;
    --accent: #E0A8A3;
    --text-color: #7a7a7a;
    --button-color: #E0A8A3;
}

a {
    outline: none;
    color: #dddddd;
    text-decoration: none;
}

.sub-banner li {
    display: inline-block;
}

.breadcrumb-item+.breadcrumb-item::after {
    top: 2px;
}

/*-------- BLOG PAGES ------------ */
/*=-*=-*=-*=-*=-*=-*= Single Post =-*=-*=-*=-*=-*=-*=/
/**************************************************/
.single-post01 .post-image img,
.single-post01 .post-navigation,
.single-post01 .comment-list img,
.sidebar .widget,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
#loader-wrapper,
.post-image img,
.single-post01 .post-item-description .post-meta,
.sidebar .form-inline .input-group,
.sidebar .post-thumbnail-entry,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
#blog .post-item.border>.post-item-wrap>.post-item-description,
#blog img,
#blog audio,
#blog iframe {
    width: 100%;
    border: none
}

.single-post01 .post-image img {
    height: auto;
}

.single-post01 .post-item-description {
    font-size: 16px;
    padding: 22px 0;
    line-height: 28px;
}

.single-post01 .post-item-description h2,
.single-post01 .post-item-description h2>a {
    font-size: 34px;
    margin-top: 8px;
    line-height: 38px;
    margin-bottom: 12px;
}

.single-post01 .post-item-description .post-meta {
    padding: 12px 0;
    margin-bottom: 26px;
}

.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-meta-share a,
.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.sidebar .post-thumbnail-list a,
.sidebar .tags a,
.load-more a,
#blog .post-item.border .post-image .post-meta-category a,
#blog .post-item .post-item-description>h2,
#blog .post-item .post-item-description>h2>a,
.breadcrumb ol li a,
.breadcrumb ul li a,
.sidebar .widget-categories ul li a,
.post-meta-category a {
    text-decoration: none;
    color: #ddd;
}

a.item-link {
    margin-top: 10px;
    display: inline-block
}

.single-post01 .post-item-description .post-meta-date,
.single-post01 .post-item-description .post-meta-date a,
.single-post01 .post-item-description .post-meta-category,
.single-post01 .post-item-description .post-meta-category a,
.single-post01 .post-item-description .post-meta-comments,
.single-post01 .post-item-description .post-meta-comments a,
.single-post01 .post-tags a {
    font-size: 13px;
    margin-right: 16px;
}

.single-post01 .post-item-description .post-meta-category i,
.single-post01 .post-item-description .post-meta-comments i,
.single-post01 .post-item-description .post-meta-date i {
    margin-right: 4px;
}

.single-post01 .post-meta-share a {
    line-height: 16px;
}

.single-post01 .post-meta-share a i {
    font-size: 30px;
}

.single-post01 .post-item-description .blockquote {
    font-size: 16px;
    margin: 0 0 20px 72px;
    padding: 10px 20px;
    font-style: italic;
}

.single-post01 .post-item-description .blockquote .small,
.single-post01 .post-item-description .blockquote small {
    font-size: 100%;
}

.single-post01 .post-tags {
    margin-bottom: 40px;
}

.single-post01 .post-tags a {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.single-post01 .post-navigation,
.sidebar .post-thumbnail-list,
#loader,
#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date,
#blog .post-item.border .post-image,
.breadcrumb ol li,
.breadcrumb ul li,
.sidebar .widget-categories ul li,
.single-post01 .comments .comment .text {
    position: relative;
}

.single-post01 .post-navigation,
.sidebar .tags a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
}

.single-post01 .post-navigation {
    min-height: 64px;
    padding: 20px 0 0;
    vertical-align: top;
}

.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev,
.post-navigation .post-prev:before,
.post-navigation .post-all,
#loader:before,
#loader:after,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed,
#blog .post-item.border .post-meta-category,
.sidebar .widget-categories ul li:before,
.player,
.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before,
.post-navigation .post-next:after {
    position: absolute;
}

.single-post01 .post-navigation .post-next,
.single-post01 .post-navigation .post-prev {
    height: 44px;
    max-width: 40%;
    font-size: 16px;
}

.post-navigation .post-prev:before,
.post-navigation .post-next:after {
    left: 0;
    top: 12px;
    font-size: 14px;
    padding-top: 2px;
    content: "\f053";
    font-family: 'FontAwesome';
    transition: all .3s ease;
    transform: translate3d(0, -50%, 0);
}

.post-navigation .post-next:after {
    right: 0;
    left: inherit;
    content: "\f054";
    font-family: 'FontAwesome';
}

.post-navigation .post-prev-title {
    padding-left: 25px;
}

.post-navigation .post-next span,
.post-navigation .post-prev span {
    opacity: 0.7;
    font-size: 14px;
    margin-top: 3px;
    margin-bottom: -6px;
    text-transform: uppercase;
}

.post-navigation .post-all {
    top: 32px;
    right: 50%;
    left: auto;
    width: 12px;
    opacity: .7;
    font-size: 24px;
    text-align: center;
}

.single-post01 .post-navigation .post-next {
    right: 0;
    text-align: right;
}

.post-navigation .post-next-title {
    padding-right: 25px;
}

.single-post01 .comments {
    padding: 40px 0;
}

.single-post01 .comments .comment {
    padding: 10px 0;
}

.single-post01 .comments .comment_number {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 500;
}

.single-post01 .comments .comment .image,
.sidebar .post-thumbnail-entry>img,
.sidebar .post-thumbnail-entry,
.single-post01 .post-item-description .post-meta,
.sidebar .widget {
    float: left;
}

.single-post01 .comments .comment .image {
    width: 64px;
    height: 64px;
}

.single-post01 .comment-list img {
    height: auto;
    border-radius: 100%;
}

.single-post01 .comments .comment .text {
    min-height: 80px;
    padding: 0 0 0 86px;
}

.single-post01 .comments .comment .text .name {
    font-size: 24px;
}

.single-post01 .comments .comment .comment_date {
    font-size: 14px;
}

.single-post01 .comments .comment .text .comment-reply-link {
    opacity: 0.7;
    font-size: 12px;
    padding: 0 0 0 5px;
    text-transform: uppercase;
}

.single-post01 .text_holder {
    line-height: 24px;
}

.single-post01 .comment .comment {
    margin-left: 90px;
}

.respond-form {
    padding-top: 40px;
}

.respond-comment {
    font-size: 20px;
    margin: 0 0 30px;
    font-weight: 500;
}

.single-post01 .form-group label:not(.error) {
    font-size: 16px;
    margin-bottom: 4px;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-weight: 500;
}

.single-post01 .form-gray-fields .form-control {
    border-color: transparent;
}

.single-post01 .form-gray-fields .form-control:focus {
    outline: 0;
}

.single-post01 .form-control {
    box-shadow: none;
    line-height: 20px;
    padding: 10px 16px;
    border-radius: 5px;
    font-size: 14px;
    transition: all .3s ease;
}

.form-gray-fields .btn {
    font-size: 14px;
    padding: 13px 22px 10px;
    text-transform: uppercase;
}

.sidebar {
    font-size: 12px;
    position: relative;
    z-index: 999;
}

.sidebar .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.widget-newsletter .form-control {
    font-size: 14px;
    box-shadow: none;
    line-height: 18px;
    padding: 10px 16px;
    height: auto;
    background: var(--primary-color);
    border: 1px solid var(--accent);
}

.widget-newsletter .btn {
    font-weight: 600;
    height: 100%;
    padding: 8px 16px;
    border-radius: 0 5px 5px 0;
    background: var(--accent);
}

.widget-newsletter .btn:hover {
    color: var(--primary-color);
    background: var(--accent);
}

.sidebar .nav-tabs {
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.sidebar .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.tabs .nav-tabs .nav-link {
    border: 0;
    padding: 14px 24px;
    transition: .3s ease;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.sidebar .widget .tabs li>a {
    padding: 6px;
    font-size: 14px;
}

.sidebar .widget .tabs li>a:hover {
    color: var(--accent);
}

.sidebar .post-thumbnail-entry>img {
    height: 60px;
    width: 80px;
    margin-right: 16px;
    border-radius: 2px;
}

.sidebar .post-thumbnail-entry {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.sidebar .post-thumbnail-entry:last-child,
.sidebar .widget-categories ul li:last-child {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.sidebar .post-thumbnail-entry>img {
    height: 48px;
    width: 64px;
    margin-right: 10px;
}

.sidebar .post-thumbnail-entry img+.post-thumbnail-content {
    padding-left: 72px;
}

.sidebar .post-thumbnail-list a {
    margin: -4px 0 0;
    display: block;
}

.sidebar .post-thumbnail-entry .post-category i,
.sidebar .post-thumbnail-entry .post-date i {
    margin-right: 2px;
    color: var(--accent);
}

.sidebar .post-thumbnail-entry .post-category,
.sidebar .post-thumbnail-entry .post-date {
    font-size: 10px;
}

.sidebar .widget-title,
.sidebar>h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul,
.sidebar .widget-categories ul {
    list-style: none;
}

.sidebar .widget-tweeter ul,
.sidebar .widget-twitter ul {
    margin-bottom: 0;
    padding-left: 22px;
}

.sidebar .widget-tweeter li,
.sidebar .widget-twitter li {
    font-size: 14px;
    margin-bottom: 18px;

}

.sidebar .widget-tweeter:not([data-avatar="true"]) li::before,
.sidebar .widget-twitter:not([data-avatar="true"]) li::before {
    content: "\f099";
    margin-left: -22px;
    font-family: 'Font Awesome 5 Brands';
}

.sidebar .tags a {
    padding: 5px 14px;
    border-radius: 8px;
    margin: 0 2px 5px 0;
}

.sidebar .widget-categories ul {
    padding: 0;
}

.sidebar .widget-categories ul li {
    margin-bottom: 10px;
    padding: 0 0 10px 28px;
}

.sidebar .widget-categories ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
    font-size: 20px;
    padding-top: 2px;
    background: url("../images/icon-folder.html");
    width: 16px;
    height: 14px;
    transition: all .3s ease;
    transform: translate3d(0, -50%, 0);
}

.sidebar .cat-count-span {
    float: right;
}

#blogslider .carousel-control-prev,
#blogslider .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
}

/* Blog Page */

.blogpage-section {
    position: relative;
    padding: 130px 0 200px;
    background: #f7f9ff;
    width: 100%;
    float: left;
}

.blogpage-section .blog_content {
    text-align: center;
}

.blogpage-section .blog_content h2 {
    margin-bottom: 46px;
}

.blogpage-section .blog-box {
    position: relative;
    background: var(--primary-color);
    margin-bottom: 32px;
    z-index: 3;
    width: 100%;
}

.blogpage-section .blog-box .lower-portion {
    padding: 26px 30px 20px;
    border-bottom: 1px solid var(--accent);
}

.blogpage-section .blog-box .lower-portion i {
    font-size: 15px;
    color: var(--accent);
    margin-right: 8px;
    margin-bottom: 28px;
}

.blogpage-section .blog-box .lower-portion .text-mr {
    margin-right: 20px;
    color: var(--text-color);
}

.blogpage-section .blog-box .lower-portion h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--text-color);
    position: relative;
    letter-spacing: 0;
    word-spacing: 0;
    font-weight: 500;
}

.blogpage-section .blog-box .lower-portion a {
    display: inline-block;
}

.blogpage-section .blog-box .lower-portion a:hover h5 {
    color: var(--accent);
}

.blogpage-section .blog-box .button-portion {
    position: relative;
    padding: 16px 0 16px 30px;
}

.blogpage-section .blog-box .button-portion .date {
    display: inline-block;
    width: 50.5%;
}

.blogpage-section .blog-box .button-portion .button {
    display: inline-block;
    text-align: right;
    width: 48%;
}

.blogpage-section .blog-box .button-portion span {
    color: var(--text-color);
}

.text-size-14 {
    font-size: 14px;
}

.blogpage-section .blog-box .button-portion .calendar-ml {
    font-size: 18px;
    color: var(--accent);
    margin-right: 5px;
    margin-bottom: 28px;
}

.blogpage-section .blog-box .button-portion .read_more {
    background: #BB5356;
    color: var(--primary-color);
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    border-radius: 8px;
    padding: 14px 24px 14px 26px;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    border: none;
    overflow: visible;
    outline: none;
    border: 1px solid transparent;
}

.button-portion .date i {
    color: var(--accent);
    margin-right: 5px;
}

.blogpage-section .blog-box .button-portion .read_more:hover {
    color: var(--primary-color);
    background: #9a4245;
    border-color: #9a4245;
}

.blog-posts a {
    text-decoration: none;
}

/* Single Blog Page */


.singleblog-section .main-box {
    border-radius: 10px;
    position: relative;
    background: var(--primary-color);
    transition: all 0.3s ease-in-out;
    padding: 10px 15px 40px 10px;
    width: 104%;
    margin-left: -45px;
}

.singleblog-section .main-box .singleblog-image1 {
    margin-bottom: 30px;
}

.singleblog-section .main-box .image1 img {
    border-radius: 10px;
}

.singleblog-section .main-box .content1 {
    margin-left: 10px;
}

.singleblog-section .main-box .content1 h4 {
    margin-bottom: 18px;
}

.singleblog-section .main-box .content1 i {
    font-size: 14px;
    color: var(--accent);
    margin-right: 4px;
    margin-bottom: 32px;
}

.singleblog-section .main-box .content1 .calendar {
    font-size: 16px;
}

.singleblog-section .main-box .content1 .text-mr {
    margin-right: 10px;
}

.singleblog-section .main-box .content1 p {
    font-weight: 600;
    margin-bottom: 35px;
}

.singleblog-section .main-box .content2 {
    background: var(--accent);
    padding: 20px 32px 32px;
    border-radius: 10px;
    margin-bottom: 34px;
}

.singleblog-section .main-box .content2 .singleblog-quoteimage {
    margin-bottom: 22px;
}

.singleblog-section .main-box .content2 p {
    font-style: italic;
}

.singleblog-section .main-box .text {
    font-weight: 600;
    margin-bottom: 35px;
    margin-left: 15px;
}

.singleblog-section .main-box .singleblog-image2 {
    margin-bottom: 30px;
}

.singleblog-section .content4 {
    padding: 0 14px;
    margin-bottom: 115px;
}

.singleblog-section .content4 h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
}

.singleblog-section .content4 .tag li {
    display: contents;
}

.singleblog-section .content4 .tag .button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background: var(--accent);
    color: #ffffff;
    border-radius: 8px;
    padding: 10px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-right: 4px;
    border: 1px solid transparent;
}

.singleblog-section .content4 .tag .button2 {
    padding: 10px 24px;
}

.singleblog-section .content4 .tag li:last-child {
    margin-right: 0;
}

.singleblog-section .content4 .tag .button:hover {
    background: var(--primary-color);
    border-color: var(--accent);
    color: var(--accent);
}

.singleblog-section .content4 .icon {
    position: relative;
}

.singleblog-section .content4 .icon h5 {
    float: right;
}

.singleblog-section .content4 .icon .social-icons {
    top: 48px;
    right: -8px;
}

.singleblog-section .content4 .icon .social-icons ul {
    display: flex;
}

.singleblog-section .content4 .icon .social-icons ul li {
    margin: 0 8px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    border-radius: 100%;
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}

.singleblog-section .content4 .icon .social-icons ul li a {
    padding: 10px;
    border-radius: 100%;
    color: var(--primary-color);
}

.hide-blog {
    display: none;
}

.singleblog-section .content4 .icon .social-icons ul li:hover {
    background: var(--primary-color);
    border-color: var(--accent);
    transform: translateY(-8px);
}

.singleblog-section .content4 .icon .social-icons ul li a i {
    transition: .3s ease-in-out;
}

.singleblog-section .content4 .icon .social-icons ul li:hover i {
    color: var(--accent);
}

.singleblog-section .content4 .icon .social-icons ul li:hover a {
    color: var(--primary-color);
}

.singleblog-section .content4 .icon .social-icons ul li:first-child {
    margin-left: 0;
}

.singleblog-section .content4 .icon .social-icons ul li:last-child {
    margin-right: 0;
}

.singleblog-section .content4 .middle-portion a {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    letter-spacing: 0.6px;
    word-spacing: 0.2px;
}

.singleblog-section .content4 .icon .social-icons ul li .social-networks {
    font-size: 16px;
    border-radius: 100px;
    border: 1px solid var(--e-global-color-white);
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 35px;
    height: 35px;
    line-height: 35px;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .content5 {
    position: relative;
    text-align: center;
    margin-bottom: 45px;
}

.singleblog-section .content5 .singleblog-review1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -62px;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .content5 .singleblog-review1:hover {
    transform: translateY(-5px);
}

.singleblog-section .content5 .singleblog-review1 img {
    border-radius: 100px;
}

.singleblog-section .content5 .content {
    padding: 82px 65px 20px;
    background: var(--primary-color);
    border-radius: 10px;
}

.singleblog-section .content5 .content h4 {
    margin-bottom: 4px;
}

.singleblog-section .content5 .content span {
    display: block;
    margin-bottom: 14px;
}

.singleblog-section .content6 {
    padding: 0 15px;
    margin-bottom: 58px;
}

.singleblog-section .content6:after {
    content: "";
    border-bottom: 1px solid var(--accent);
    position: absolute;
    width: 92%;
    height: 6px;
    left: 26px;
}

.singleblog-section .content6 h4 {
    margin-bottom: 34px;
}

.singleblog-section .content6 h4:after {
    content: "";
    border-bottom: 1px solid var(--accent);
    position: absolute;
    width: 23%;
    height: 45px;
    left: 23px;
}

.singleblog-section .content6 .comment {
    display: flex;
    margin: 0 0 24px 6px;
}

.singleblog-section .content6 .comment .image img {
    border-radius: 100px;
}

.singleblog-section .content6 .comment .content {
    padding: 13px 0 0 19px
}

.singleblog-section .content6 .comment h5 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 2px;
}

.singleblog-section .content6 .comment span {
    margin-bottom: -38px;
    display: block;
    color: var(--button-color);
}

.singleblog-section .content6 .comment .reply {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    background: var(--accent);
    color: #ffffff;
    border-radius: 8px;
    padding: 12px 28px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    position: relative;
    float: right;
    right: -18px;
    top: -28px;
    border: 1px solid transparent;
}

.singleblog-section .content6 .comment .reply:hover {
    background: var(--primary-color);
    color: var(--accent);
    border-color: var(--accent);
}

.singleblog-section .content6 .comment .text_holder p {
    display: inline-block;
    line-height: 24px;
    margin: 0 40px 12px 0;
    word-spacing: 1.6px;
}

.singleblog-section .content7 {
    padding: 0 15px;
}

.singleblog-section .content7 h4 {
    color: var(--e-global-color-secondary);
    margin-bottom: 28px;
}

.singleblog-section .content7 textarea {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color);
    padding: 18px 30px 20px 0;
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    resize: none;
    outline: none;
    overflow-y: auto;
    border: none;
    border-bottom: 1px solid var(--accent);
}

.singleblog-section .content7 input {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-color);
    padding: 14px 30px 14px 0;
    margin-bottom: 16px;
    width: 100%;
    overflow: visible;
    outline: none;
    border: none;
    border-bottom: 1px solid var(--accent);
}

.singleblog-section .content7 .text-mb {
    margin-bottom: 26px;
}

.singleblog-section .content7 .post_comment {
    font-size: 16px;
    line-height: 20px;
    padding: 20px 38px;
    border-radius: 8px;
    color: #ffffff;
    background-color: var(--accent);
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    display: block;
    text-align: center;
    outline: none;
    border-style: none;
    border: 1px solid transparent;
}

.singleblog-section .content7 button.post_comment {
    margin-top: 20px;
}

.singleblog-section .content7 .post_comment:hover {
    background: var(--primary-color);
    color: var(--accent);
    cursor: pointer;
    border-color: var(--accent);
}

.singleblog-section .column {
    margin-left: -20px;
}

.singleblog-section .box1 {
    border-radius: 10px;
    background: var(--primary-color);
    padding: 34px 30px;
    margin-bottom: 43px;
    width: 110%;
}

.singleblog-section .box1 h5 {
    text-align: center;
    margin-bottom: 42px;
}

.singleblog-section .box1 h5:after {
    content: "";
    border-bottom: 1px solid var(--accent);
    position: absolute;
    width: 84%;
    height: 43px;
    left: 46px;
}

.singleblog-section .box1 input {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: var(--text-color);
    background: var(--primary-color);
    border: 1px solid var(--accent);
    border-radius: 8px;
    padding: 0 75px 0 18px;
    width: 100%;
    height: 58px;
    overflow: visible;
    outline: none;
}

.singleblog-section .box1 input:focus {
    box-shadow: none;
}

.singleblog-section .box1 .search {
    position: absolute;
    font-size: 18px;
    right: 5px;
    top: 1px;
    width: 60px;
    height: 56px;
    color: var(--primary-color);
    border: 1px solid transparent;
    background: var(--accent);
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .box1 .search:hover {
    color: var(--accent);
    background: transparent;
    border: 1px solid var(--accent);
}

.singleblog-section .box2 {
    text-align: center;
}

.singleblog-section .box2 h5 {
    margin-bottom: 38px;
}

.singleblog-section .box2 h5:after {
    content: "";
    border-bottom: 1px solid var(--accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}

.singleblog-section .box2 ul li {
    margin-bottom: 15px;
}

.singleblog-section .box2 ul li a {
    color: var(--secondary-color);
}

.singleblog-section .box2 ul li a:hover {
    color: var(--accent);
}

.singleblog-section .box3 {
    text-align: center;
    padding: 30px 30px 60px;
}

.singleblog-section .box3 h5 {
    margin-bottom: 43px;
}

.singleblog-section .box3 h5:after {
    content: "";
    border-bottom: 1px solid var(--accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}

.singleblog-section .box3 .social-icons ul {
    display: flex;
    justify-content: center;
}

.singleblog-section .box3 .social-icons ul li a {
    padding: 10px;
    color: var(--primary-color);
}

.singleblog-section .box3 .social-icons ul li {
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    background: var(--accent);
    transition: .3s ease-in-out;
    border: 1px solid transparent;
}

.singleblog-section .box3 .social-icons ul li i {
    transition: .3s ease-in-out;
}

.singleblog-section .box3 .social-icons ul li:hover {
    background: var(--primary-color);
    transform: translateY(-8px);
    border-color: var(--accent);
}

.singleblog-section .box3 .social-icons ul li:hover i {
    color: var(--accent);
}

.singleblog-section .box3 .social-icons ul li:first-child {
    margin-left: 0;
}

.singleblog-section .box3 .social-icons ul li:last-child {
    margin-right: 0;
}

.singleblog-section .box3 .social-icons ul li .social-networks {
    font-size: 20px;
    background: transparent;
    border-radius: 100px;
    border: 1px solid var(--e-global-color-white);
    text-align: center;
    transition: all ease-in-out 0.3s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: all 0.3s ease-in-out;
}

.singleblog-section .box4 h5 {
    margin-bottom: 36px;
}

.singleblog-section .box4 h5:after {
    content: "";
    border-bottom: 1px solid var(--accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}

.singleblog-section .box4 .tag li {
    margin-right: 8px;
    display: contents;
}

.singleblog-section .box4 .tag .button {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    background: var(--accent);
    color: #ffffff;
    border-radius: 8px;
    padding: 15px 18px;
    display: inline-block;
    text-align: center;
    transition: all 0.3s ease-in-out;
    margin-bottom: 4px;
    letter-spacing: 0.6px;
    border: 1px solid transparent;
}

.singleblog-section .box4 .tag .button2 {
    padding: 15px 24px;
}

.singleblog-section .box4 .tag .button:focus {
    outline: none;
}

.singleblog-section .box4 .tag .button:hover {
    background: var(--primary-color);
    color: var(--accent);
    border-color: var(--accent);
}

.singleblog-section .box5 {
    margin-bottom: 0 !important;
}

.singleblog-section .box5 h5 {
    margin-bottom: 42px;
}

.singleblog-section .box5 h5:after {
    content: "";
    border-bottom: 1px solid var(--accent);
    position: absolute;
    width: 84%;
    height: 45px;
    left: 46px;
}

.singleblog-section .box5 .feed {
    display: flex;
    margin-bottom: 70px;
}

.singleblog-section .box5 .feed:after {
    content: "";
    border-bottom: 1px solid var(--accent);
    position: absolute;
    width: 84%;
    height: 125px;
    left: 46px;
}

.singleblog-section .box5 .feed4 {
    margin-bottom: 0 !important;
}

.singleblog-section .box5 .feed4:after {
    border-bottom: none;
}

.singleblog-section .box5 .feed .feed-image {
    width: 34%;
}

.singleblog-section .box5 .feed .feed-image img {
    border-radius: 10px;
}

.singleblog-section .box5 .feed a {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-decoration: none;
    width: 66%;
    padding: 8px 0 0 16px;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    color: var(--secondary-color);
}

.singleblog-section .box5 .feed a:hover {
    color: var(--accent);
}

.blogpage-section a {
    text-decoration: none;
}

/* BLOG PAGES */

.blogpage-section .onecolumn-blog .button-portion .date {
    width: 51.6%;
}

.blogpage-section .twocolumn-blog .button-portion .button {
    width: 48.5%;
}

.blogpage-section .twocolumn-blog .lower-portion {
    padding: 26px 30px 30px;
}

.blogpage-section .threecolumn-blog .lower-portion {
    padding: 26px 18px 20px;
}

.blogpage-section .threecolumn-blog .infinite-blog {
    background: var(--primary-color);
}

.blogpage-section .threecolumn-blog .button-portion {
    padding: 16px 0 16px 18px;
}

.blogpage-section .threecolumn-blog .button-portion .date {
    width: 48.5%;
}

.blogpage-section .threecolumn-blog .button-portion .button {
    width: 49%;
}

.blogpage-section .threecolumn-blog .button-portion .read_more {
    padding: 10px 16px 10px 20px;
}

.blogpage-section .threecolumn-blog .lower-portion .text-mr {
    margin-right: 90px;
}

.blogpage-section .threecolumn-blog .lower-portion i {
    margin-bottom: 0px;
}

.blogpage-section .threecolumn-blog .button-portion .calendar-ml {
    margin-left: 0;
}

.blogpage-section .fourcolumn-blog .lower-portion {
    padding: 26px 20px 20px;
}

.blogpage-section .fourcolumn-blog .button-portion {
    padding: 16px 0 16px 20px;
}

.blogpage-section .fourcolumn-blog .button-portion .date {
    width: 49%;
    font-size: 15px;
}

.blogpage-section .fourcolumn-blog .button-portion .button {
    width: 48.6%;
}

.blogpage-section .fourcolumn-blog .button-portion .read_more {
    padding: 10px 16px 10px 20px;
}

.blogpage-section .fourcolumn-blog .lower-portion .text-mr {
    margin-right: 95px;
}

.blogpage-section .fourcolumn-blog .lower-portion {
    font-size: 15px;
}

.blogpage-section .fourcolumn-blog .lower-portion i {
    margin-bottom: 10px;
}

.blogpage-section .sixcolumn-blog .button-portion .date {
    width: 52%;
}

.blogpage-section .sixcolumn-blog .button-portion .button {
    width: 46%;
}

.blogpage-section .sixcolumn-blog .lower-portion {
    padding: 26px 18px 20px;
}

.blogpage-section .sixcolumn-blog .button-portion {
    padding: 16px 0 16px 20px;
}

.blogpage-section .sixcolumn-blog .button-portion .read_more {
    padding: 10px 16px 10px 20px;
}

.blogpage-section .sixcolumn-blog .lower-portion .text-mr {
    margin-right: 6px;
}

.blogpage-section .sixcolumn-blog .lower-portion i {
    margin-bottom: 20px;
}

.infinite-blog {
    background: var(--primary-color);
}

/************ PRELOADER CSS ************/
/* ====  Preloader styles ==== */
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 9999999999999;
}

#loader {
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    z-index: 1001;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    z-index: 1000;
    transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

/*************************************************
=-*=-*=-*=-*=-*=-*= One Column =-*=-*=-*=-*=-*=-*=
**************************************************/
.breadcrumb,
#loader,
.sidebar .widget-tweeter small,
.sidebar .widget-twitter small,
.post-navigation .post-next span,
.post-navigation .post-prev span,
.sidebar .post-thumbnail-entry .post-category {
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.breadcrumb {
    font-size: 10px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    background-color: transparent;
    padding: 10px 0;
}

.breadcrumb ol,
.breadcrumb ul {
    margin: 0;
    padding: 0;
}

.breadcrumb ol li,
.breadcrumb ul li {
    opacity: .8;
    display: inline;
}

.breadcrumb ol li+li::before,
.breadcrumb ul li+li::before {
    margin: 0 5px;
    content: ">";
    background-color: transparent;
}

.breadcrumb ol li.active,
.breadcrumb ol li:hover,
.breadcrumb ol li:last-child,
.breadcrumb ul li.active,
.breadcrumb ul li:hover,
.breadcrumb ul li:last-child {
    opacity: 1;
}

#blog .post-item.border>.post-item-wrap>.post-item-description {
    padding: 24px;
    line-height: 28px;
}

#blog .post-item.border .post-meta-category {
    top: 11px;
    z-index: 0;
    right: 10px;
    font-size: 13px;
    padding: 7px 16px 7px;
    border-radius: 50px;
}

#blog .post-item .post-meta-category,
#blog .post-item .post-meta-comments,
#blog .post-item .post-meta-date {
    top: -4px;
    font-size: 12px;
    margin-right: 8px;
}

#blog .post-item .post-item-description>h2,
#blog .post-item .post-item-description>h2>a {
    font-size: 28px !important;
    font-weight: 500 !important;
    line-height: 34px !important;
    margin-bottom: 16px;
    letter-spacing: 0px;
}

.blog-posts p {
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    top: 0;
    left: 0;
    height: 100%;
}

.fluid-width-video-wrapper {
    padding-top: 56.3%;
}

.player {
    top: 0;
}

.post-audio audio {
    bottom: 0;
    left: 0;
}

.pagination {
    padding-left: 15px;
}

.fluid-width-video-wrapper {
    padding-top: 66.8%;
}

.load-more a {
    padding: 12px 25px;
    border-radius: 8px;
    display: inline-block;
}

.load-more a:hover {
    background: none;
}


/*************************************************************
=-*=-*=-*=-*=-*=-*= Responsive Single Post =-*=-*=-*=-*=-*=-*=
*************************************************************/
@media screen and (max-width: 1800px) {
    .blog-posts .sixcolumn-blog .button-portion .date {
        width: 100%;
    }

    .blog-posts .sixcolumn-blog .button-portion .button {
        width: 100%;
    }
}

@media screen and (max-width: 1440px) {

    /* Blog */
    .blogpage-section {
        padding: 100px 0 180px;
    }

    /* Single Blog */
    .singleblog-section .main-box {
        width: 100%;
        margin-left: 0;
    }

    .singleblog-section .column {
        margin-left: 0;
    }

    .singleblog-section .box1 {
        width: 105%;
        padding: 34px 22px;
    }

    /* Blogs pages */
    .blogpage-section .sixcolumn-blog .button-portion .button,
    .blogpage-section .sixcolumn-blog .button-portion .date {
        width: 100%;
    }

    .blog-posts .sixcolumn-blog .lower-portion {
        padding: 26px 12px 20px;
    }

    .blog-posts .sixcolumn-blog .lower-portion .text-mr {
        margin-right: 42px;
    }

    .blog-posts .sixcolumn-blog .lower-portion i {
        font-size: 14px;
        margin-bottom: 15px;
        margin-right: 3px;
    }

    .blog-posts .sixcolumn-blog .button-portion .calendar-ml {
        font-size: 16px;
    }

    .blog-posts .sixcolumn-blog .button-portion .read_more {
        padding: 8px 18px;
    }

    .blog-posts .sixcolumn-blog .button-portion {
        padding: 14px 0 14px 12px;
    }

    .blog-posts .sixcolumn-blog .button-portion .read_more {
        padding: 8px 18px;
    }
}

@media screen and (max-width: 1199px) {
    .widget-newsletter .form-control {
        font-size: 12px;
        padding: 10px 10px;
    }

    .sidebar .widget .tabs li>a {
        font-size: 13px;
        padding: 10px 8px;
    }

    .sidebar .widget {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .single-post01 .post-item-description,
    .single-post01 .post-item-description .blockquote {
        font-size: 14px;
        line-height: 26px;
    }

    .single-post01 .post-navigation .post-next,
    .single-post01 .post-navigation .post-prev {
        font-size: 14px;
    }

    .single-post01 .post-item-description h2,
    .single-post01 .post-item-description h2>a {
        margin-top: 0;
        font-size: 28px;
        line-height: 32px;
    }

    /* Blog */
    .blogpage-section {
        padding: 90px 0 150px;
    }

    .blogpage-section .blog_content h2 {
        margin-bottom: 35px;
    }

    .blogpage-section .blog-box {
        margin-bottom: 25px;
    }

    .blogpage-section .blog-box .lower-portion {
        padding: 20px;
    }

    .blogpage-section .blog-box .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blogpage-section .blog-box .button-portion .date {
        width: 49.5%;
    }

    .blogpage-section .blog-box .button-portion .button {
        width: 48.5%;
    }

    .blogpage-section .blog-box .lower-portion i {
        font-size: 16px;
        margin-right: 5px;
        margin-bottom: 20px;
    }

    .blogpage-section .blog-box .button-portion .calendar-ml {
        font-size: 18px;
        margin-left: 0;
    }

    .blogpage-section .blog-box .lower-portion .text-mr {
        margin-right: 15px;
    }

    .blogpage-section .blog-box .lower-portion h5 {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0;
        word-spacing: 0;
    }

    .blogpage-section .blog-box .button-portion .read_more {
        padding: 12px 20px;
    }

    /* Single Blog */
    .singleblog-section {
        padding: 100px 0 180px;
    }

    .singleblog-section .main-box {
        padding: 10px 15px 35px 10px;
    }

    .singleblog-section .main-box .content1 h4 {
        margin-bottom: 15px;
    }

    .singleblog-section .main-box .content1 i {
        margin-bottom: 22px;
    }

    .singleblog-section .main-box .content1 p {
        margin-bottom: 30px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 32px;
    }

    .singleblog-section .main-box .content2 {
        padding: 20px 20px 28px;
        margin-bottom: 30px;
    }

    .singleblog-section .main-box .text {
        margin-bottom: 30px;
        margin-left: 12px;
    }

    .singleblog-section .content4 {
        margin-bottom: 90px;
    }

    .singleblog-section .content4 .tag .button {
        padding: 10px 16px;
        margin-right: 0;
    }

    .singleblog-section .content4 .tag {
        margin-right: -40px;
    }

    .singleblog-section .content4 .icon .social-icons {
        top: 46px;
        right: -10px;
    }

    .singleblog-section .content5 .content {
        padding: 82px 62px 20px;
    }

    .singleblog-section .content5 .content span {
        margin-bottom: 10px;
    }

    .singleblog-section .content5 {
        margin-bottom: 30px;
    }

    .singleblog-section .content6 .comment .image img {
        width: 90px;
    }

    .singleblog-section .content6 h4 {
        margin-bottom: 34px;
    }

    .singleblog-section .content6 .comment {
        margin: 0 0 30px 0;
    }

    .singleblog-section .content6 .comment .content {
        padding: 0 0 0 15px;
    }

    .singleblog-section .content6 .comment h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .singleblog-section .content6 .comment span {
        margin-bottom: -44px;
    }

    .singleblog-section .content6 .comment .text_holder p {
        line-height: 22px;
        margin: 0 30px 0 0;
        word-spacing: 0;
    }

    .singleblog-section .content6 .comment .reply {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 32px;
        top: -24px;
    }

    .singleblog-section .content7 h4 {
        margin-bottom: 20px;
    }

    .singleblog-section .content7 textarea {
        padding: 16px 20px;
        height: 145px;
        margin-bottom: 10px;
    }

    .singleblog-section .content7 input {
        padding: 12px 20px;
        margin-bottom: 15px;
    }

    .singleblog-section .content7 .text-mb {
        margin-bottom: 20px;
    }

    .singleblog-section .content7 .post_comment {
        padding: 20px 36px;
    }

    .singleblog-section .box1 {
        width: 100%;
        padding: 30px 15px;
        margin-bottom: 30px;
    }

    .singleblog-section .box1 h5 {
        margin-bottom: 35px;
        letter-spacing: 0;
        word-spacing: 0;
    }

    .singleblog-section .box1 h5:after {
        width: 80%;
        height: 36px;
        left: 32px;
    }

    .singleblog-section .box1 input {
        padding: 0 13px;
        height: 50px;
    }

    .singleblog-section .box1 .search {
        font-size: 16px;
        height: 48px;
    }

    .singleblog-section .box2 ul li {
        margin-bottom: 22px;
    }

    .singleblog-section .box3 .social-icons ul li .social-networks {
        font-size: 18px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .singleblog-section .box4 .tag .button {
        padding: 12px;
        letter-spacing: 0;
    }

    .singleblog-section .box5 .feed a {
        font-size: 16px;
        line-height: 24px;
        padding: 0 0 0 12px;
    }

    .singleblog-section .box5 .feed {
        margin-bottom: 46px;
    }

    .singleblog-section .box5 .feed:after {
        width: 81%;
        height: 100px;
        left: 30px;
    }

    /* Blog pages*/
    .blog-posts p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-posts .load-blog .lower-portion .text-mr {
        margin-right: 18px;
    }

    .blog-posts .onecolumn-blog .button-portion .date {
        width: 50.5%;
    }

    .blog-posts .onecolumn-blog .button-portion .button {
        width: 48.5%;
    }

    .blog-posts .onecolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .twocolumn-blog .button-portion .date {
        width: 50%;
    }

    .blog-posts .twocolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .threecolumn-blog .button-portion .date {
        width: 100%;
        margin-bottom: 5px;
    }

    .blog-posts .threecolumn-blog .button-portion .button {
        width: 100%;
    }

    .blog-posts .threecolumn-blog .lower-portion .text-mr {
        margin-right: 20px;
    }

    .blog-posts .threecolumn-blog .lower-portion i {
        margin-bottom: 0;
    }

    .sidebar .post-thumbnail-entry .post-category,
    .sidebar .post-thumbnail-entry .post-date {
        margin: 0 2px 0 0 !important;
    }

    .blog-posts .three-column .lower-portion .text-mr {
        margin-right: 50px;
    }

    .blog-posts .three-column .button-portion .read_more {
        padding: 8px 18px;
    }

    .blog-posts .fourcolumn-blog .button-portion .date {
        width: 50.5%;
    }

    .blog-posts .fourcolumn-blog .button-portion .button {
        width: 48%;
    }

    .blog-posts .fourcolumn-blog .button-portion .read_more {
        padding: 8px 18px;
    }

    .blog-posts .sixcolumn-blog .button-portion .date {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .respond-form {
        padding-top: 0;
    }

    .single-post01 .post-item-description .post-meta-date,
    .single-post01 .post-item-description .post-meta-date a,
    .single-post01 .post-item-description .post-meta-category,
    .single-post01 .post-item-description .post-meta-category a,
    .single-post01 .post-item-description .post-meta-comments,
    .single-post01 .post-item-description .post-meta-comments a {
        margin-right: 5px;
    }

    .single-post01 .comments .comment .text {
        padding: 0;
    }

    .single-post01 .comments .comment .image {
        width: 48px;
        height: 48px;
        margin-right: 14px;
    }

    .single-post01 .text_holder {
        font-size: 12px;
        margin: 10px 0 0;
    }

    .single-post01 .comment .comment {
        margin-left: 30px;
    }

    .single-post01 .comments {
        padding: 30px 0 0;
    }

    .sidebar {
        margin: 55px 0 0;
    }

    .page-title h1 {
        font-size: 2rem;
    }

    /* Blog */
    .blogpage-section {
        padding: 65px 0 130px;
    }

    .blogpage-section .blog_content h2 {
        margin-bottom: 30px;
    }

    .blogpage-section .blog-box {
        margin-bottom: 20px;
    }

    .blogpage-section .blog-box .lower-portion {
        padding: 15px 20px;
    }

    .blogpage-section .blog-box .lower-portion i {
        font-size: 14px;
        margin-right: 2px;
        margin-bottom: 15px;
    }

    .blogpage-section .blog-box .button-portion .calendar-ml {
        font-size: 16px;
    }

    .blogpage-section .blog-box .lower-portion .tag-mb {
        margin-bottom: 15px;
    }

    .blogpage-section .blog-box .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blogpage-section .blog-box .lower-portion h5 {
        font-size: 20px;
        line-height: 28px;
    }

    .blogpage-section .blog-box .button-portion .read_more {
        padding: 10px 20px;
    }

    /* Single Blog */
    .singleblog-section {
        padding: 70px 0 130px;
    }

    .singleblog-section .main-box {
        margin-bottom: 30px;
    }

    .singleblog-section .main-box .image1 {
        margin-bottom: 25px;
    }

    .singleblog-section .main-box .content1 p {
        margin-bottom: 25px;
    }

    .singleblog-section .main-box .content2 {
        padding: 24px 30px;
        margin-bottom: 25px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 18px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 30px;
    }

    .singleblog-section .main-box .text {
        margin: 0 0 25px 10px;
    }

    .singleblog-section .content4 {
        margin-bottom: 80px;
    }

    .singleblog-section .content4 h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 12px;
    }

    .singleblog-section .content4 .tag .button {
        font-size: 14px;
        line-height: 22px;
        padding: 8px 14px;
    }

    .singleblog-section .content4 .icon .social-icons {
        top: 40px;
        right: -8px;
    }

    .singleblog-section .content4 .icon .social-icons ul li {
        margin: 0 5px;
    }

    .singleblog-section .content4 .icon .social-icons ul li .social-networks {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .singleblog-section .content5 {
        margin-bottom: 25px;
    }

    .singleblog-section .content5 .content {
        padding: 75px 40px 15px;
    }

    .singleblog-section .content5 .singleblog-review1 img {
        width: 125px;
    }

    .singleblog-section .content5 .content h4 {
        margin-bottom: 2px;
        letter-spacing: 0;
    }

    .singleblog-section .content5 .content span {
        margin-bottom: 8px;
        letter-spacing: 0;
    }

    .singleblog-section .content6 h4 {
        margin-bottom: 25px;
    }

    .singleblog-section .content6 h4:after {
        width: 17%;
        height: 35px;
    }

    .singleblog-section .content6 .comment {
        margin-bottom: 20px;
    }

    .singleblog-section .content6 .comment .image img {
        width: 80px;
    }

    .singleblog-section .content6 .comment .content {
        padding: 4px 0 0 12px;
    }

    .singleblog-section .content6 .comment h5 {
        font-size: 18px;
        line-height: 24px;
    }

    .singleblog-section .content6 .comment span {
        margin-bottom: -34px;
    }

    .singleblog-section .content6 .comment .text_holder p {
        margin-right: 55px;
    }

    .singleblog-section .content6 .comment .reply {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 30px;
        top: -23px;
    }

    .singleblog-section .content6 {
        margin-bottom: 45px;
    }

    .singleblog-section .content7 h4 {
        margin-bottom: 15px;
    }

    .singleblog-section .content7 textarea {
        padding: 14px;
        height: 120px;
        margin-bottom: 8px;
    }

    .singleblog-section .content7 input {
        padding: 10px 14px;
        margin-bottom: 13px;
    }

    .singleblog-section .content7 .post_comment {
        font-size: 14px;
        line-height: 20px;
        padding: 16px 34px;
    }

    .singleblog-section .box1 h5:after {
        width: 91%;
    }

    .singleblog-section .box1 h5 {
        margin-bottom: 30px;
    }

    .singleblog-section .box1 input {
        font-size: 14px;
        line-height: 20px;
        padding: 0 12px;
        height: 47px;
    }

    .singleblog-section .box1 .search {
        font-size: 14px;
        height: 45px;
    }

    .singleblog-section .box2 ul li {
        margin-bottom: 15px;
    }

    .singleblog-section .box3 .social-icons ul li {
        margin: 0 8px;
    }

    .singleblog-section .box3 .social-icons ul li .social-networks {
        font-size: 16px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .singleblog-section .box4 ul {
        text-align: center;
        padding: 0 110px;
    }

    .singleblog-section .box4 .tag .button {
        padding: 10px 14px;
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .singleblog-section .box5 .feed {
        margin-bottom: 40px;
    }

    .singleblog-section .box5 .feed:after {
        width: 91%;
        height: 88px;
    }

    .singleblog-section .box5 .feed .feed-image {
        width: 12%;
    }

    .singleblog-section .box5 .feed .feed-image img {
        width: 80px;
    }

    .singleblog-section .box5 .feed a {
        font-size: 14px;
        line-height: 22px;
        padding: 14px 200px 0 20px;
    }

    /* Blog pages */
    .blog-posts p {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-posts .blog-box .loadone_twocol .date {
        width: 50%;
    }

    .blog-posts .blog-box .loadone_twocol .button {
        width: 49%;
    }

    .blog-posts .threecolumn-blog .button-portion .date {
        width: 50%;
    }

    .blog-posts .threecolumn-blog .button-portion .button {
        width: 48%;
    }

    .blog-posts .fourcolumn-blog .button-portion .date {
        width: 49.5%;
    }

    .blog-posts .fourcolumn-blog .button-portion .button {
        width: 48.5%;
    }

    .blog-posts .sixcolumn-blog .lower-portion .text-mr {
        margin-right: 46px;
    }
}

@media screen and (max-width: 767px) {

    .single-post01 .post-item-description h2,
    .single-post01 .post-item-description h2>a {
        font-size: 24px;
        line-height: 26px;
    }

    #blog .post-item.border>.post-item-wrap>.post-item-description {
        line-height: 20px;
        font-size: 12px;
    }

    .blog-posts p {
        font-size: 16px;
        line-height: 22px;
    }

    .single-post01 .post-item-description .blockquote {
        margin-left: 25px;
    }

    .sidebar {
        margin: 30px 0 0;
    }

    /* Blog */
    .blogpage-section {
        padding: 52px 0 120px;
    }

    .blogpage-section .blog_content h2 {
        margin-bottom: 25px;
    }

    .blogpage-section .blog-box .lower-portion {
        padding: 20px;
    }

    .blogpage-section .blog-box .lower-portion i {
        margin: 0 8px 8px 0;
    }

    .blogpage-section .blog-box .button-portion .date {
        width: 50.5%;
    }

    .blogpage-section .blog-box .button-portion .button {
        width: 47%;
    }

    .blogpage-section .blog-box .button-portion .calendar-ml {
        font-size: 15px;
    }

    .blogpage-section .blog-box .lower-portion .text-size-14 {
        font-size: 15px;
        line-height: 20px;
    }

    .blogpage-section .blog-box .button-portion .text-size-14 {
        font-size: 15px;
        line-height: 20px;
    }

    .blogpage-section .blog-box .lower-portion .text-mr {
        font-size: 15px;
        line-height: 20px;
        margin-right: 100px;
    }

    .blogpage-section .blog-box .lower-portion h5 {
        font-size: 16px;
        line-height: 24px;
    }

    .blogpage-section .blog-box .button-portion .read_more {
        font-size: 12px;
        line-height: 20px;
        padding: 8px 14px 8px 20px;
    }

    /* Single Blog */
    .singleblog-section {
        padding: 60px 0 120px;
    }

    .singleblog-section .main-box {
        padding: 10px 15px 30px 10px;
        margin-bottom: 25px;
    }

    .singleblog-section .main-box .image1 {
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content1 h4 {
        margin-bottom: 10px;
    }

    .singleblog-section .main-box .content1 i {
        margin-bottom: 18px;
    }

    .singleblog-section .main-box .content1 p {
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content2 {
        padding: 22px 30px;
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 15px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 28px;
    }

    .singleblog-section .main-box .text {
        margin: 0 0 20px 10px;
    }

    .singleblog-section .content4 h5 {
        font-size: 18px;
        line-height: 22px;
    }

    .singleblog-section .content4 {
        margin-bottom: 90px;
    }

    .singleblog-section .content4 .tag .button {
        padding: 6px 12px;
    }

    .singleblog-section .content4 .icon .social-icons {
        top: 37px;
    }

    .singleblog-section .content4 .icon .social-icons ul li {
        margin: 0 3px;
    }

    .singleblog-section .content4 .icon .social-icons ul li .social-networks {
        font-size: 12px;
        width: 28px;
        height: 28px;
        line-height: 28px;
    }

    .singleblog-section .content5 {
        margin-bottom: 20px;
    }

    .singleblog-section .content5 .singleblog-review1 img {
        width: 110px;
    }

    .singleblog-section .content5 .content {
        padding: 58px 14px 10px;
    }

    .singleblog-section .content6 {
        margin-bottom: 40px;
    }

    .singleblog-section .content6:after {
        height: 4px;
        left: 21px;
    }

    .singleblog-section .content6 h4 {
        margin-bottom: 30px;
    }

    .singleblog-section .content6 h4:after {
        width: 21%;
    }

    .singleblog-section .content6 .comment .image img {
        width: 70px;
    }

    .singleblog-section .content6 .comment .text_holder p {
        line-height: 20px;
        margin-right: 0;
    }

    .singleblog-section .content6 .comment .reply {
        padding: 8px 28px;
        top: -22px;
    }

    .singleblog-section .content6 .comment .content {
        padding: 0px 0 0 12px;
    }

    .singleblog-section .content7 textarea {
        line-height: 18px;
        padding: 12px;
        height: 110px;
    }

    .singleblog-section .content7 input {
        line-height: 18px;
        padding: 8px 12px;
    }

    .singleblog-section .content7 .text-mb {
        margin-bottom: 18px;
    }

    .singleblog-section .content7 .post_comment {
        padding: 14px 28px;
    }

    .singleblog-section .box1 {
        padding: 25px 15px;
        margin-bottom: 25px;
    }

    .singleblog-section .box1 h5 {
        margin-bottom: 28px;
    }

    .singleblog-section .box1 h5:after {
        width: 88%;
        height: 32px;
    }

    .singleblog-section .box1 input {
        padding: 0 10px;
        height: 42px;
    }

    .singleblog-section .box1 .search {
        height: 40px;
        width: 50px;
    }

    .singleblog-section .box2 ul li {
        margin-bottom: 12px;
    }

    .singleblog-section .box3 .social-icons ul li {
        margin: 0 5px;
    }

    .singleblog-section .box3 .social-icons ul li .social-networks {
        font-size: 14px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .singleblog-section .box4 .tag .button {
        padding: 6px 14px;
        margin-bottom: 8px;
    }

    .singleblog-section .box4 ul {
        padding: 0 20px;
    }

    .singleblog-section .box5 .feed {
        margin-bottom: 35px;
    }

    .singleblog-section .box5 .feed:after {
        width: 89%;
        height: 80px;
    }

    .singleblog-section .box5 .feed .feed-image {
        width: 15%;
    }

    .singleblog-section .box5 .feed a {
        padding: 9px 90px 0 12px;
    }

    /* Blog pages */
    .blog-posts .blog-box .loadone_twocol .date {
        width: 49.5%;
    }

    .blog-posts .blog-box .loadone_twocol .button {
        width: 49.5%;
    }

    .blog-posts .load-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .load-more a {
        padding: 8px 25px;
    }

    .blog-posts .onecolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .twocolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .three-column .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .threecolumn-blog .button-portion .date {
        width: 49.5%;
    }

    .blog-posts .threecolumn-blog .button-portion .button {
        width: 49%;
    }

    .blog-posts .fourcolumn-blog .button-portion .date {
        width: 49.5%;
    }

    .blog-posts .fourcolumn-blog .button-portion .button {
        width: 49.5%;
    }

    .blog-posts .fourcolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blog-posts .sixcolumn-blog .button-portion .date {
        width: 49.5%;
    }

    .blog-posts .sixcolumn-blog .button-portion .button {
        width: 49.5%;
    }

    .blog-posts .sixcolumn-blog .lower-portion .text-mr {
        margin-right: 40px;
    }
}

@media screen and (max-width: 575px) {
    .single-post01 .text_holder p {
        margin: 0 0 8px;
    }

    .single-post01 .comments .comment .comment_date {
        font-size: 11px;
    }

    .single-post01 .post-item-description,
    .single-post01 .post-item-description .blockquote {
        font-size: 13px;
        line-height: 24px;
    }

    .single-post01 .post-item-description h2,
    .single-post01 .post-item-description h2>a {
        margin: 0;
    }

    .single-post01 .post-meta-share ul {
        margin: 5px 0 0;
    }

    .single-post01 .post-item-description .post-meta-date,
    .single-post01 .post-item-description .post-meta-date a,
    .single-post01 .post-item-description .post-meta-category,
    .single-post01 .post-item-description .post-meta-category a,
    .single-post01 .post-item-description .post-meta-comments,
    .single-post01 .post-item-description .post-meta-comments a {
        font-size: 12px;
    }

    .single-post01 .respond-comment {
        font-size: 16px;
    }

    .page-title h1 {
        font-size: 1.8rem;
        padding: 1rem;
        padding-bottom: 0;
    }

    #blog .post-item .post-item-description>h2,
    #blog .post-item .post-item-description>h2>a {
        font-size: 20px;
        line-height: 24px;
    }

    .single-post01 .comments .comment .text .name {
        font-size: 18px;
    }

    .blog-posts p {
        font-size: 15px;
        line-height: 20px;
    }

    .blogpage-section .blog-box .lower-portion .text-mr {
        font-size: 13px;
        line-height: 20px;
        margin-right: 100px;
    }

    .blogpage-section .blog-box .lower-portion .text-size-14 {
        font-size: 13px;
        line-height: 20px;
    }

    .blogpage-section .blog-box .button-portion .text-size-14 {
        font-size: 13px;
        line-height: 20px;
    }

    /* Blog */
    .blogpage-section .blog-box figure img {
        width: 100%;
    }

    .blogpage-section .blog-box .lower-portion {
        padding: 20px 30px;
    }

    .blogpage-section .blog-box .button-portion {
        padding: 12px 0 12px 30px;
    }

    .blogpage-section .blog-box .button-portion .date {
        width: 49%;
    }

    .blogpage-section .blog-box .lower-portion .text-mr {
        margin-right: 40px;
    }

    .blogpage-section .blog-box .lower-portion h5 {
        margin-right: 0px;
        font-size: 18px;
    }

    /* Single Blog */
    .singleblog-section .main-box {
        margin-bottom: 20px;
    }

    .singleblog-section .main-box .content2 {
        padding: 20px 22px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage {
        margin-bottom: 12px;
    }

    .singleblog-section .main-box .content2 .singleblog-quoteimage img {
        width: 26px;
    }

    .singleblog-section .content4 {
        margin-bottom: 120px;
    }

    .singleblog-section .content4 h5 {
        margin-bottom: 10px;
    }

    .singleblog-section .content4 .tag .button {
        margin-bottom: 15px;
    }

    .singleblog-section .content4 .icon h5 {
        display: contents;
    }

    .singleblog-section .content4 .icon .social-icons {
        top: 32px;
        left: 0;
        right: 0;
    }

    .singleblog-section .content5 .singleblog-review1 img {
        width: 100px;
    }

    .singleblog-section .content5 .content {
        padding: 46px 15px 10px;
    }

    .singleblog-section .content5 .content span {
        margin-bottom: 6px;
    }

    .singleblog-section .content6:after {
        height: 0;
        left: 13px;
    }

    .singleblog-section .content6 h4:after {
        width: 32%;
    }

    .singleblog-section .content6 .comment .image img {
        width: 60px;
    }

    .singleblog-section .content6 .comment h5 {
        font-size: 16px;
        line-height: 22px;
    }

    .singleblog-section .content6 .comment span {
        margin-bottom: -26px;
    }

    .singleblog-section .content6 .comment .reply {
        padding: 6px 18px;
        top: -28px;
    }

    .singleblog-section .content7 textarea {
        padding: 10px;
        height: 100px;
    }

    .singleblog-section .content7 input {
        padding: 8px 10px;
    }

    .singleblog-section .content7 .post_comment {
        padding: 12px 15px;
    }

    .singleblog-section .box1 {
        margin-bottom: 20px;
    }

    .singleblog-section .box1 h5:after {
        width: 82%;
    }

    .singleblog-section .box4 ul {
        padding: 0;
    }

    .singleblog-section .box5 .feed:after {
        width: 84%;
    }

    .singleblog-section .box5 .feed .feed-image {
        width: 25%;
    }

    .singleblog-section .box5 .feed a {
        padding: 9px 0 0 12px;
    }

    /* Blog pages */
    .blog-posts .blog-box .loadone_twocol .date {
        width: 48.5%;
    }

    .blog-posts .onecolumn-blog .lower-portion {
        padding: 20px;
    }

    .blog-posts .onecolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blog-posts .twocolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blog-posts .twocolumn-blog .lower-portion {
        padding: 20px;
    }

    .blog-posts .threecolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blog-posts .threecolumn-blog .lower-portion {
        padding: 20px;
    }

    .blog-posts .threecolumn-blog .lower-portion .text-mr {
        margin-right: 15px;
    }

    .blog-posts .fourcolumn-blog .button-portion .date {
        width: 48.5%;
    }

    .blog-posts .fourcolumn-blog .lower-portion {
        padding: 20px;
    }

    .blog-posts .fourcolumn-blog .button-portion {
        padding: 15px 0 15px 20px;
    }

    .blog-posts .sixcolumn-blog .button-portion {
        padding: 12px 0 12px 20px;
    }

    .blog-posts .sixcolumn-blog .button-portion .date {
        width: 48.5%;
    }

    .blog-posts .sixcolumn-blog .lower-portion {
        padding: 20px;
    }
}

/* ============================================
   ABOUT US PAGE STYLES
   ============================================ */

/* Sub Banner Section */
.about-sub-banner {
    height: 300px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
}

.about-sub-banner .sub-banner-inner-con {
    text-align: center;
}

.about-sub-banner .breadcrumb {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
}

.about-sub-banner h1 {
    font-size: 42px;
    margin-bottom: 15px;
}

.about-sub-banner p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto;
}

/* Hero About Section */
.hero-about-section {
    /* background: #C9DAD1; */
    width: 100%;
    max-width: 100%;
}

.hero-about-section .row {
    margin-left: -15px;
    margin-right: -15px;
    max-width: calc(100% + 30px);
}

.hero-about-section .col-lg-5 {
    padding-left: 15px;
    padding-right: 30px;
}

.hero-about-section .col-lg-7 {
    padding-bottom: 10px;
    /* padding-left: 50px; */
    /* padding-right: 15px; */
}

@media (max-width: 991px) {

    .hero-about-section .col-lg-5,
    .hero-about-section .col-lg-7 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.hero-about-image-wrapper {
    position: relative;
}

.hero-about-image-wrapper figure {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: none;
    margin-bottom: 0;
}

.hero-about-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.hero-about-badge {
    position: absolute;
    bottom: 20px;
    right: -20px;
    background: #efaca5;
    color: #232323;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(239, 172, 165, 0.3);
    z-index: 2;
}

.hero-about-badge-number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #232323;
}

.hero-about-badge-text {
    font-size: 14px;
    opacity: 0.9;
    color: #232323;
}

.hero-about-content .generic-title .small-text {
    color: #234935;
    font-weight: 600;
}

.hero-about-content h2 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-about-qualification {
    font-size: 20px;
    font-weight: 600;
    color: #672325;
    /* margin-bottom: 25px; */
}

.hero-about-diploma {
    font-size: 16px;
    color: #934143;
    font-weight: 600;
    margin-bottom: 20px;
}

.hero-about-content p {
    font-size: 18px;
    line-height: 32px;
    color: #7a7a7a;
    /* margin-bottom: 25px; */
    text-align: justify;
}

.hero-about-content .generic-btn a {
    padding: 18px 40px;
    font-size: 16px;
    background: #BB5356 !important;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.hero-about-content .generic-btn a:hover {
    background: #BB5356 !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Ready to Schedule Your Consultation? section buttons */
.some-other-bg .generic-btn a:hover {
    color: #fff !important;
    background: #9a4245 !important;
    text-decoration: none !important;
}

/* Statistics Section */
.stats-section {
    background: linear-gradient(135deg, #F5E6E3 0%, #F4CDC9 100%);
}

.stats-item {
    color: #fff;
}

.stats-number {
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'Marcellus', serif;
}

.stats-label {
    font-size: 18px;
    opacity: 0.95;
}

/* Qualifications Section */
.service-main-section.qualifications-section {
    padding-bottom: 30px !important;
}

.qualification-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 3rem;
    text-align: left;
}

.qualification-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
}

.qualification-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.qualification-icon-wrapper {
    width: 50px;
    height: 50px;
    background: #c97a72;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.qualification-icon {
    font-size: 24px;
    color: #fff;
}

.qualification-card h4 {
    color: #232323;
    margin-bottom: 0;
    font-size: 22px;
    flex: 1;
}

.qualification-card p {
    color: #7a7a7a;
    line-height: 28px;
    font-size: 18px;
}

/* Specializations Section */
.specialization-card {
    background: linear-gradient(135deg, #fbf7f3 0%, #ffffff 100%);
    border-radius: 20px;
    height: 100%;
    border-left: 5px solid #c97a72;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 2rem;
}

.specialization-card:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.specialization-icon-box {
    width: 70px;
    height: 70px;
    background: #c97a72;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.specialization-icon-box i {
    font-size: 32px;
    color: #fff;
}

.specialization-card h4 {
    color: #232323;
    margin-bottom: 15px;
    font-size: 22px;
}

.specialization-card p {
    color: #7a7a7a;
    line-height: 28px;
    font-size: 18px;
    margin-bottom: 0;
}

/* Why Choose Us Section */
.why-choose-card {
    background: #fff;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    padding: 2rem;
    text-align: left;
}

.why-choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(244, 205, 201, 0.2);
}

.why-choose-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.why-choose-icon-wrapper {
    width: 50px;
    height: 50px;
    background: #c97a72;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.why-choose-icon {
    font-size: 24px;
    color: #fff;
}

.why-choose-card h4 {
    color: #232323;
    margin-bottom: 0;
    font-size: 22px;
    flex: 1;
}

.why-choose-card p {
    color: #7a7a7a;
    line-height: 28px;
    font-size: 18px;
}

/* Section Row Spacing */
.qualification-row,
.specialization-row,
.why-choose-row {
    margin-top: 30px;
}

/* Responsive Styles for About Us */
@media (max-width: 991px) {
    .hero-about-content h2 {
        font-size: 36px;
    }

    .hero-about-badge {
        bottom: 80px;
        right: 20px;
        padding: 15px 25px;
    }

    .hero-about-badge-number {
        font-size: 28px;
    }

    .stats-number {
        font-size: 42px;
    }

    .hero-about-section .col-lg-7 {
        padding-left: 0 !important;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .about-sub-banner {
        height: 250px;
    }

    .about-sub-banner h1 {
        font-size: 32px;
    }

    .hero-about-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .hero-about-content h2 {
        font-size: 32px;
    }

    .hero-about-qualification {
        font-size: 18px;
    }

    .stats-number {
        font-size: 36px;
    }

    .hero-about-badge {
        bottom: 30px;
        right: -10px;
        padding: 12px 20px;
    }

    .hero-about-badge-number {
        font-size: 24px;
    }
}

/* ============================================
   CTA SECTION STYLES
   ============================================ */

.cta-section {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
    pointer-events: none;
}

.cta-content-wrapper {
    position: relative;
    z-index: 1;
    max-width: 900px;
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 10px;
    padding: 0px 20px;
}

.cta-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #234935;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-title {
    font-size: 48px;
    line-height: 1.2;
    color: var(--secondary-color);
    margin-bottom: 25px;
    font-weight: 400;
}

.cta-description {
    font-size: 18px;
    line-height: 28px;
    color: var(--text-color);
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-features {
    margin-bottom: 45px;
}

.cta-feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.cta-feature-item:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.cta-feature-item i {
    font-size: 20px;
    color: #F5E6E3;
}

.cta-feature-item span {
    font-size: 16px;
    font-weight: 600;
    color: var(--secondary-color);
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-btn-primary,
.cta-btn-secondary {
    padding: 18px 45px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    border: 2px solid transparent;
}

.cta-btn-primary {
    background: #BB5356;
    color: #fff;
    box-shadow: 0 5px 20px rgba(187, 83, 86, 0.3);
}

.cta-btn-primary:hover {
    background: #9a4245;
    color: #fff;
    border-color: #BB5356;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(187, 83, 86, 0.4);
    text-decoration: none;
}

.cta-btn-secondary {
    background: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.cta-btn-secondary:hover {
    background: var(--secondary-color);
    color: var(--primary-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(35, 35, 35, 0.3);
    text-decoration: none;
}

/* Responsive Styles for CTA Section */
@media (max-width: 991px) {
    .cta-title {
        font-size: 36px;
    }

    .cta-description {
        font-size: 16px;
    }

    .cta-content-wrapper {
        padding: 35px 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 50%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .cta-title {
        font-size: 32px;
    }

    .cta-subtitle {
        font-size: 16px;
    }

    .cta-description {
        font-size: 16px;
        line-height: 24px;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100%;
        max-width: 300px;
    }

    .cta-content-wrapper {
        padding: 40px 20px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

/* ============================================
   CONTACT US PAGE STYLES
   ============================================ */

.contact-us-section {
    background: transparent;
    min-height: a;
}

.contact-form-wrapper {
    background: var(--primary-color);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.contact-form-header {
    margin-bottom: 50px;
}

.contact-subtitle {
    font-size: 18px;
    font-weight: 600;
    color: #234935;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-title {
    font-size: 42px;
    line-height: 1.2;
    color: var(--secondary-color);
    margin-bottom: 20px;
    font-weight: 400;
}

.contact-description {
    font-size: 16px;
    line-height: 26px;
    color: var(--text-color);
    max-width: 600px;
    margin: 0 auto;
}

.contact-form-box .form-group {
    position: relative;
    margin-bottom: 0;
}

.contact-form-box label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 8px;
    font-family: 'Mulish', sans-serif;
}

.contact-form-box .required {
    color: #e74c3c;
}

.contact-form-box input,
.contact-form-box textarea {
    width: 100%;
    border: 2px solid #e0e0e0;
    font-size: 15px;
    height: 55px;
    color: var(--secondary-color);
    background: #f9f9f9;
    padding: 12px 45px 12px 20px;
    border-radius: 10px;
    font-family: 'Mulish', sans-serif;
    transition: all 0.3s ease;
    outline: none;
}

.contact-form-box textarea {
    height: 50px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-form-box input::placeholder,
.contact-form-box textarea::placeholder {
    color: #999;
    opacity: 0.8;
}

.contact-form-box input:focus,
.contact-form-box textarea:focus {
    border-color: var(--accent);
    background: var(--primary-color);
    box-shadow: 0 0 0 3px rgba(244, 205, 201, 0.1);
}

.contact-form-box .form-group i {
    position: absolute;
    right: 18px;
    top: 42px;
    font-size: 16px;
    color: #9D5254;
    pointer-events: none;
}

.contact-form-box textarea+i {
    top: 38px;
}

.contact-submit-btn {
    background: #BB5356;
    color: #fff;
    border: 2px solid #BB5356;
    padding: 21px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    line-height: 18px;
    text-decoration: none;
    font-family: 'Mulish', sans-serif;
}

.contact-submit-btn:hover {
    background: #9a4245;
    border-color: #9a4245;
    color: #fff;
    text-decoration: none;
}

.contact-submit-btn i {
    font-size: 16px;
    color: #fff;
}

.submit-btn-wrapper {
    margin-top: 10px;
}

/* Responsive Styles for Contact Us */
@media (max-width: 991px) {
    .contact-form-wrapper {
        padding: 50px 40px;
    }

    .contact-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .contact-form-wrapper {
        padding: 40px 30px;
    }

    .contact-title {
        font-size: 32px;
    }

    .contact-subtitle {
        font-size: 16px;
    }

    .contact-description {
        font-size: 15px;
    }

    .contact-form-box input,
    .contact-form-box textarea {
        font-size: 14px;
        height: 50px;
        font-weight: 500;
    }

    .contact-form-box textarea {
        height: 120px;
    }

    .contact-submit-btn {
        padding: 21px 25px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
}

/* ============================================
   APPOINTMENT SECTION STYLES
   ============================================ */

.appointment-section {
    background: transparent;
    position: relative;
    overflow: hidden;
}

.appointment-form-wrapper {
    background: transparent;
    border-radius: 0;
    padding: 50px 40px;
    box-shadow: none;
    margin: 0 auto;
}

.appointment-form-header {
    margin-bottom: 40px;
}

.appointment-subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #234935;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.appointment-form-header h2 {
    font-size: 42px;
    line-height: 1.2;
    color: #232323;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Marcellus', serif;
}

.appointment-form-header p {
    font-size: 16px;
    line-height: 26px;
    color: #232323;
    max-width: 700px;
    margin: 0 auto;
}

.appointment-section .form-box ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.appointment-section .form-box ul li {
    position: relative;
    list-style: none;
    margin: 0;
}

.appointment-section .form-box ul li.form-row {
    display: flex;
    gap: 20px;
}

.appointment-section .form-box ul li.form-row-full {
    width: 100%;
}

.appointment-section .form-box ul li .form-col {
    flex: 1;
    position: relative;
}

.appointment-section .form-box ul li i {
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 16px;
    color: #999;
    pointer-events: none;
    z-index: 1;
}

.appointment-section .form-box ul li textarea+i {
    top: 15px;
}

.appointment-section .form-box ul li input,
.appointment-section .form-box ul li textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    height: 55px;
    color: var(--secondary-color);
    background: #ffffff;
    padding: 12px 45px 12px 20px;
    border-radius: 8px;
    font-family: 'Mulish', sans-serif;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.appointment-section .form-box ul li textarea {
    height: 120px;
    resize: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.appointment-section .form-box ul li input::placeholder,
.appointment-section .form-box ul li textarea::placeholder {
    color: #999;
    opacity: 0.8;
}

.appointment-section .form-box ul li input:focus,
.appointment-section .form-box ul li textarea:focus {
    border-color: #F4CDC9;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgba(244, 205, 201, 0.2);
}

.appointment-section .submit-btn {
    margin-top: 30px;
}

.appointment-section .submit-btn button {
    background: #e5928a;
    color: #9B484A;
    border: 2px solid #ffffff;
    padding: 16px 50px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Mulish', sans-serif;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.appointment-section .submit-btn button:hover {
    background: #c9dad1;
    border-color: #c9dad1;
    color: #234935;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Responsive Styles for Appointment Section */
@media (max-width: 991px) {
    .appointment-form-wrapper {
        padding: 40px 30px;
    }

    .appointment-form-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .appointment-form-wrapper {
        padding: 35px 25px;
    }

    .appointment-form-header h2 {
        font-size: 32px;
    }

    .appointment-subtitle {
        font-size: 14px;
    }

    .appointment-section .form-box ul li.form-row {
        flex-direction: column;
        gap: 20px;
    }

    .appointment-section .form-box ul li input,
    .appointment-section .form-box ul li textarea {
        font-size: 14px;
        height: 50px;
    }

    .appointment-section .form-box ul li textarea {
        height: 100px;
    }

    .appointment-section .submit-btn button {
        padding: 14px 40px;
        font-size: 16px;
        width: 100%;
        max-width: 300px;
    }
}

/* Service Sidebar Styles */
.service-sidebar {
    position: sticky;
    top: 120px;
    margin-top: 0;
}

.sidebar-widget {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sidebar-title {
    color: #234935;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #C9DAD1;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    margin-bottom: 10px;
}

.service-list li a {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    color: #232323;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.service-list li a i {
    margin-right: 10px;
    font-size: 12px;
    color: #BB5356;
    transition: all 0.3s ease;
}

.service-list li a:hover {
    background: #CE8385;
    color: #fff;
    padding-left: 20px;
}

.service-list li a:hover i {
    color: #fff;
}

.service-list li a.active {
    background: #BB5356;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
}

.service-list li a.active i {
    color: #fff;
}

.cta-widget {
    background: linear-gradient(135deg, #23493500 0%, #a9ceba 100%);
    color: #fff;
}

.cta-widget .sidebar-title {
    color: #234935;
    border-bottom-color: rgba(35, 73, 53, 0.2);
}

.cta-widget p {
    color: #000;
    margin-bottom: 20px;
    line-height: 1.6;
    font-weight: 600;
}

.cta-widget .generic-btn a {
    background: #BB5356;
    color: #fff;
    /* border: 2px solid #BB5356; */
}

.cta-widget .generic-btn a:hover {
    background: #BB5356;
    color: #fff;
    border-color: #BB5356;
}

/* Service Detail Section */
.service-detail-section {
    background: #f8f9fa;
}

.service-detail-content .blog-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.service-detail-content .blog-img-box {
    height: 400px;
    border-radius: 8px 8px 0 0;
}

.service-detail-content .service-details {
    padding: 20px 40px 40px 40px;
}

.service-detail-content .service-details p {
    color: #000 !important;
}

.service-detail-content .service-details h2 {
    color: #234935;
    margin-top: 0;
    margin-bottom: 10px;
}

.service-detail-content .service-details h2 i {
    margin-right: 10px;
    color: #9D5254;
}

.service-detail-content .service-details h4 {
    color: #234935;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px;
}

.service-detail-content .service-subtitle {
    color: #934143;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-detail-content .service-features {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.service-detail-content .service-features li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    color: #232323;
}

.service-detail-content .service-features li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #234935;
}

/* Dropdown Menu Enhancements */
.header-main-con .navbar-nav .dropdown-menu {
    background: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: 10px;
    min-width: 280px;
    padding: 10px 0;
}

.header-main-con .navbar-nav .dropdown-menu .dropdown-item {
    padding: 12px 25px;
    color: #232323;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 500;
}

.header-main-con .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #CE8385;
    color: #fff;
    padding-left: 30px;
}

.header-main-con .navbar-nav .dropdown-menu .dropdown-item.active {
    background: #BB5356;
    color: #fff;
    font-weight: 600;
}

.header-main-con .navbar-nav .dropdown-menu .dropdown-divider {
    margin: 8px 0;
    border-top: 1px solid #e0e0e0;
}

.header-main-con .navbar-nav .nav-link.dropdown-toggle {
    position: relative;
}

.header-main-con .navbar-nav .nav-link.dropdown-toggle::after {
    margin-left: 8px;
    vertical-align: middle;
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* Responsive Styles for Service Sidebar */
@media (max-width: 991px) {
    .service-sidebar {
        position: relative;
        top: 0;
        margin-top: 40px;
    }

    .service-detail-content .blog-img-box {
        height: 300px;
    }

    .service-detail-content .service-details {
        padding: 15px 20px 30px 20px;
    }
}

/* ===== Service Section Styles ===== */
.service-main-section {
    padding: 80px 0;
    background: #fff;
}

.generic-title h2 {
    color: rgb(46, 52, 49);
    font-size: clamp(32px, 3.4vw, 52px);
    line-height: 1.12;
    margin: 0px;
}



/* Grid layout */
.service-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

/* Service Card */
.service-card {
    display: block;
    background: #F8F0EE;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: left;
    transition: 0.3s ease;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    /* Ensures the background image doesn't overflow the card */
    text-decoration: none;
    /* Remove underline from link */
}

/* Elevate on hover */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.1);
}

/* Icon Styling */
.service-icon {
    font-size: 40px;
    color: #234935;
    /* Icon color */
    margin-bottom: 20px;
}

/* Title */
.service-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #234935;
    /* Heading color */
    margin-bottom: 15px;
}

/* Paragraph - Shortened */
.service-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 25px;
}

/* Hover Background Image */
.service-card:hover {
    background-image: url('../images/laparoscopic-surgery.png');
    /* Add your background image path here */
    background-size: cover;
    background-position: center;
}

.service-card:hover h4,
.service-card:hover p {
    color: white;
    /* Text changes to white on hover */
}

/* Responsive */
@media (max-width: 768px) {
    .service-card {
        padding: 25px 15px;
    }

    .generic-title h2 {
        color: rgb(46, 52, 49);
        font-size: clamp(32px, 3.4vw, 52px);
        line-height: 1.12;
        margin: 0px;
    }
}

/* Video Card Shorts Design */
.video-card-shorts-wrapper {
    max-width: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 0;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #f0f0f0;
}

.video-card-shorts-wrapper:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.video-card-shorts {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #000;
}

.thumbnail-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.main-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.video-card-shorts-wrapper:hover .main-thumb {
    transform: scale(1.05);
}

.overlay-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.7) 100%);
    pointer-events: none;
}

.top-content {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 45px;
    z-index: 2;
}

.video-title-overlay {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
    line-height: 1.3 !important;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: none !important;
    font-family: "Barlow", sans-serif !important;
}

.channel-info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.channel-logo-small {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    padding: 1px;
}

.channel-name-small {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 120px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.subscribe-badge {
    background: #fff;
    color: #000;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 700;
    text-transform: none;
}

.share-btn-overlay {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    font-size: 18px;
    z-index: 2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.shorts-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.video-card-shorts-wrapper:hover .shorts-play-btn {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
}

.shorts-icon-svg {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
}

.video-card-footer-title {
    padding: 15px;
    background: #fff;
}

.video-card-footer-title h4 {
    color: #2E4A5B !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
    text-transform: none !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: "Barlow", sans-serif !important;
}

/*  */
.reel-card-combined {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    /* Soft shadow */
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    max-width: 280px;
    /* Constrain width of the entire card */
    margin: 0 auto;
    /* Center in column */
    height: 100%;
    /* Fill column height if needed */
    display: flex;
    flex-direction: column;
}

.reel-card-combined:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.reel-video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 16;
    background: #000;
}

.reel-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.reel-caption {
    padding: 16px;
    background-color: #fff;
    flex-grow: 1;
    /* Ensure equal height text areas align if needed */
    display: flex;
    align-items: flex-start;
}

.video-title-below {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2c3e50;
    line-height: 1.5;
    margin: 0;

    /* Multi-line truncation */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Allow 3 lines for better readability */
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
