/* Global Styles */
:root {
    --primary-color: #3498db;
      /*--primary-color: #7f5af0;*/
    --secondary-color: #2c3e50;
    --accent-color: #e74c3c;
    --light-color: #ecf0f1;
    --dark-color: #2c3e50;
    --gray-color: #95a5a6;
    --light-gray: #f5f5f5;
    --font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    --font-heading: 'Georgia', serif;
    --transition: all 0.3s ease;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-main);
    line-height: 1.6;
    color: #333;
    /* background-color: #fff; */
    background: #f4f4f4;
}
.col-md-3 {
    margin-top: 0px !important;
}

a {
    text-decoration: none;
    color:#000;
    transition: var(--transition);
}
.looplane_main_contain{
    padding: 25px 25px 0 25px;
}

/* a:hover {
    color: var(--accent-color);
} */

img {
    max-width: 100%;
    height: auto;
}

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

/* Header Styles */
.header {
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 100;
   
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
     height:80px;
    padding:5px;
    /* padding: 5px 0; */
}

.logo h1 {
    font-family: var(--font-heading);
    font-size: 28px;
    color: var(--dark-color);
    margin-bottom: 5px;
}

.logo p {
    font-size: 14px;
    color: var(--gray-color);
}

.navbar ul {
    display: flex;
    list-style: none;
}

/* .navbar ul li {
    margin-left: 20px;
} */

.navbar ul li a {
    color: var(--dark-color);
    font-weight: 500;
}

.navbar ul li a:hover {
    /* color: var(--primary-color); */
    color: #3590a2;
}

.search-bar {
    display: flex;
    align-items: center;
}

.search-bar input {
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 20px 0 0 20px;
    outline: none;
}

.search-bar button {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    transition: var(--transition);
}

.search-bar button:hover {
    background-color: var(--secondary-color);
}

.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    color: var(--dark-color);
    cursor: pointer;
}

.mobile-menu {
    display: none;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.mobile-menu ul {
    list-style: none;
}

.mobile-menu ul li {
    margin-bottom: 15px;
}

.mobile-menu ul li a {
    color: var(--dark-color);
    font-size: 18px;
}
/*------- profile-box ---------*/
.login-pro{
    position: relative;
    cursor: pointer;
    margin-left: 40px;
}
.profile-card{
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0rem 1rem;
    width: 235px;
    position: absolute;
    top: 53px;
    right: -53px;
    border: 1px solid #d8d8d8;
    z-index: 1021;
    visibility: hidden; 
}
/* .login-pro:hover .profile-card{
    visibility: visible;
} */
.google-btn {
    border: 1px solid #3590a2;
    background: #fff;
    /* color: var(--primary-color); */
    color: #3590a2;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.google-btn:hover {
    background: #d3ecfdff;
    /* color: var(--primary-color); */
    color: #3590a2;
}
.google-btn img {
    width: 20px;
}
.form-control {
    border-radius: 8px;
}
.btn-login {
    /* background: var(--primary-color); */
    background-color: #3590a2;
    border: none;
    display: flex;
    justify-content: center;
    border-radius: 8px;
}
.btn-login:hover {
    background: #054d5b;
}
/* --------login-page ---------*/
.full-login{
    background: #3f5264be;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1022;
    visibility: hidden;
}
.login-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 2rem;
    max-width: 380px;
    width: 100%;
}
.form-control {
    border-radius: 8px;
}
.toggle-password {
    cursor: pointer;
    top: 72%;
}
.clase-btn{
    display: flex;
    justify-content: end;
}
.clase-btn i{
    font-size: 25px;
    cursor: pointer;
    color: rgb(126, 126, 126);
}
/* registion */
.full-registion{
    background: #3f5264be;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1022;
    visibility: hidden;
}
.registion-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 2rem;
    max-width: 380px;
    width: 100%;
    position: fixed;
    left: 40%;
    top: 2%;
    z-index: 5000;
}
.registion-card2 {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 2rem;
    max-width: 380px;
    width: 100%;
    position: fixed;
    left: 44%;
    top: 29%;
    z-index: 99000;
}
/* Featured Post */
.featured-post {
    display: flex;
    margin: 30px 0;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
}

.featured-image {
    flex: 1;
}

.featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-text {
    flex: 1;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category-tag {
    display: inline-block;
    background-color: var(--primary-color);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    margin-bottom: 0px;
}

.featured-text h2 {
    font-size: 28px;
    margin-bottom: 10px;
    font-family: var(--font-heading);
}

.featured-text h2 a {
    color: var(--dark-color);
}

.featured-text h2 a:hover {
    color: var(--primary-color);
}

.post-meta {
    font-size: 14px;
    color: var(--gray-color);
    margin-bottom: 15px;
}

.excerpt {
    margin-bottom: 20px;
    color: #555;
}

.read-more {
    display: inline-block;
    padding: 8px 20px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 3px;
    font-weight: 500;
    align-self: flex-start;
}

.read-more:hover {
    background-color: var(--secondary-color);
    color: white;
}

/* Main Content */
/* .main-content {
    padding: 5%;
} */

.content-wrapper {
    display: flex;
    gap: 30px;
}

.blog-posts {
    flex: 2;
}

.sidebar {
    flex: 1;
    margin-top: 58px;
}

.section-title {
    font-family: var(--font-heading);
    font-size: 24px;
    margin-bottom: 20px;
    color: var(--dark-color);
    position: relative;
    padding-bottom: 10px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    /* background-color: var(--primary-color); */
    background-color: #3590a2;
}

/* Posts Grid */
.posts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.post-card {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    overflow: hidden;
    transition: var(--transition);
}

.post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.post-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.post-content {
    padding: 0px;
}

.post-content h3 {
    font-size: 20px;
    margin: 10px 0;
    font-family: var(--font-heading);
}

.post-content h3 a {
    color: var(--dark-color);
}

.post-content h3 a:hover {
    color: var(--primary-color);
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.page-link {
    display: inline-block;
    padding: 8px 15px;
    margin: 0 5px;
    border: 1px solid #ddd;
    color: #555;
    border-radius: 3px;
    transition: var(--transition);
}

.page-link:hover, .page-link.active {
    background-color: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

/* Sidebar Styles */
.sidebar-widget {
    background-color: #fff;
    padding: 25px 20px;
    margin-bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: var(--font-heading);
    color: var(--dark-color);
    position: relative;
    padding-bottom: 10px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
}

.author-img {
    border-radius: 50%;
    margin-bottom: 15px;
}

.category-list {
    list-style: none;
}

.category-list li {
    margin-bottom: 7px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.category-list li a {
    display: flex;
    justify-content: space-between;
    color: #555;
}

.category-list li a:hover {
    color: var(--primary-color);
}

.popular-post {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.popular-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.popular-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    margin-right: 15px;
}

.popular-post-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.popular-post-content h4 a {
    color: var(--dark-color);
}

.popular-post-content span {
    font-size: 12px;
    color: var(--gray-color);
}

.subscribe-form {
    display: flex;
    flex-direction: column;
}

.subscribe-form input {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    outline: none;
}

.subscribe-form button {
    padding: 10px;
    background-color: var(--primary-color);
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: var(--transition);
}

.subscribe-form button:hover {
    background-color: var(--secondary-color);
}

/* Footer Styles */
.footer {
    background-color: var(--dark-color);
    color: white;
    padding: 50px 0 20px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}

.footer-widget h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: var(--font-heading);
    position: relative;
    padding-bottom: 10px;
}

.footer-widget h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: var(--primary-color);
}

.footer-widget p {
    margin-bottom: 15px;
}

.footer-widget ul {
    list-style: none;
}

.footer-widget ul li {
    margin-bottom: 10px;
}

.footer-widget ul li a {
    color: var(--light-color);
}

.footer-widget ul li a:hover {
    color: var(--primary-color);
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: white;
    transition: var(--transition);
}

.social-links a:hover {
    background-color: var(--primary-color);
    transform: translateY(-3px);
}

.copyright {
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
}

/* Responsive Styles */
@media (max-width: 992px){
    .featured-post {
        flex-direction: column;
    }
    
    .featured-image {
        height: 300px;
    }
    
    .content-wrapper {
        flex-direction: column;
    }
    
    .posts-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
@media (max-width: 991px){
    .book-btn {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    /* .navbar, .search-bar {
        display: none;
    } */
    
    .mobile-menu-btn {
        display: block;
    }
    
    .mobile-menu.active {
        display: block;
    }
    
    .header .container {
        flex-wrap: wrap;
    }
    
    .logo {
        margin-bottom: 15px;
    }
    
    .footer-widgets {
        grid-template-columns: 1fr;
    }
    .footer-social{
        margin-bottom: 10px;
    }
    .footer-heading{
        margin-top: 15px;
    }
    .d-flex{
        /* margin-bottom: 15px; */
    }
}

@media (max-width: 576px) {
    .posts-grid {
        grid-template-columns: 1fr;
    }
    
    .featured-text h2 {
        font-size: 24px;
    }
    
    .popular-post {
        flex-direction: column;
    }
    
    .popular-post img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .main-content {
        padding: 2%;
    }
    
}

@media (max-width: 400px){
    .login-pro{
            margin-left: 39px;
    } 
    .search-icon-m-menu{
        font-size: 17px;
    }
    #custom-language-switcher{
            padding: 4px 3px;
            min-width: 90px;
    }
        .loop-actions {
        gap: 6px;
    }
}


/* Single Post Styles */
.single-post {
    /*display: flex;*/
    gap: 30px;
    padding: 30px 0;
}

.blog-post {
    flex: 2;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 30px;
}

.post-header {
    margin-bottom: 30px;
}

.post-title {
    font-size: 32px;
    margin: 15px 0;
    font-family: var(--font-heading);
    color: var(--dark-color);
    line-height: 1.3;
}

.post-meta {
    display: flex;
    align-items: center;
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.author-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
}

.meta-info {
    flex: 1;
}

.author-name, .post-date, .read-time {
    display: block;
    font-size: 14px;
    color: var(--gray-color);
}

.author-name a {
    color: var(--dark-color);
    font-weight: 500;
}

.social-share {
    display: flex;
    align-items: center;
}

.social-share span {
    margin-right: 10px;
    font-size: 14px;
    color: var(--gray-color);
}

.social-share a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--light-gray);
    border-radius: 50%;
    color: var(--dark-color);
    margin-left: 8px;
    transition: var(--transition);
}

.social-share a:hover {
    background-color: var(--primary-color);
    color: white;
}

.post-image {
    margin: 0px 0;
}

.post-image img {
    width: 100%;
    border-radius: 5px;
}

.image-caption {
    text-align: center;
    font-size: 14px;
    color: var(--gray-color);
    margin-top: 10px;
}

.post-content {
    line-height: 1.8;
    color: #555;
}

.post-content h2 {
    font-size: 26px;
margin: 11px 0 15px;
    font-family: var(--font-heading);
    color: var(--dark-color);
}

.post-content h3 {
    font-size: 22px;
    margin: 8px 0 15px;
    font-family: var(--font-heading);
    color: var(--dark-color);
}

.post-content p {
    margin-bottom: 15px;
}

.post-content ul, .post-content ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.post-content li {
    margin-bottom: 10px;
}

blockquote {
    border-left: 4px solid var(--primary-color);
    padding: 20px;
    margin: 30px 0;
    background-color: var(--light-gray);
    font-style: italic;
    color: var(--dark-color);
}

.post-tags {
    margin: 30px 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.post-tags a {
    display: inline-block;
    padding: 5px 10px;
    background-color: var(--light-gray);
    border-radius: 3px;
    margin-right: 5px;
    font-size: 14px;
    color: #555;
}

.post-tags a:hover {
    background-color: var(--primary-color);
    color: white;
}

/* Author Box */
.author-box {
    display: flex;
    padding: 30px;
    margin: 40px 0;
    background-color: var(--light-gray);
    border-radius: 5px;
}

.author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}

.author-info {
    flex: 1;
}

.author-info h3 {
    margin-bottom: 10px;
    font-family: var(--font-heading);
}

.author-social {
    margin-top: 15px;
}

.author-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: var(--primary-color);
    color: white;
    border-radius: 50%;
    margin-right: 10px;
    transition: var(--transition);
}

.author-social a:hover {
    background-color: var(--dark-color);
    transform: translateY(-3px);
}

/* Post Navigation */
.post-navigation {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.prev-post, .next-post {
    flex: 1;
    padding: 20px;
    border-radius: 5px;
    transition: var(--transition);
}

.prev-post {
    margin-right: 15px;
    background-color: var(--light-gray);
}

.next-post {
    margin-left: 15px;
    background-color: var(--light-gray);
    text-align: right;
}

.prev-post:hover, .next-post:hover {
    background-color: var(--primary-color);
    color: white;
}

.prev-post span, .next-post span {
    display: block;
    font-size: 14px;
    color: var(--gray-color);
    margin-bottom: 5px;
}

.prev-post h4, .next-post h4 {
    font-size: 18px;
    font-family: var(--font-heading);
}

.prev-post:hover span, .next-post:hover span {
    color: rgba(255, 255, 255, 0.8);
}

/* Related Posts */
.related-posts {
    margin: 50px 0;
}

/* Comments Section */
.comments-section {
    margin: 50px 0;
}

.comments-list {
    margin-bottom: 40px;
}

.comment {
    display: flex;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.col-md-3{
    margin-top: -25px;
}

.comment.reply {
    margin-left: 60px;
}

.comment-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}

.comment-content {
    flex: 1;
}

.comment-header {
    margin-bottom: 10px;
}

.comment-author {
    font-size: 18px;
    color: var(--dark-color);
    display: inline-block;
    margin-right: 15px;
}

.comment-date {
    font-size: 14px;
    color: var(--gray-color);
}

.comment-text {
    margin-bottom: 10px;
    line-height: 1.6;
}

.comment-reply {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}

.comment-reply:hover {
    text-decoration: underline;
}

/*----------------- avi-1/9/25 ---------------*/
    /* Topbar */
    .topbar {
      font-size: 14px;
      border-bottom: 1px solid #eaeaea;
      background: #3590a2;
      /* background: linear-gradient(to right, #47cee9 , #fc1db2); */
      color: white;
    }
    .topbar a{
      text-decoration: none;
      margin-left: 15px;
    }
    .topbar .h-faq{
        color: white;
    }
    /* Navbar */
    .navbar-nav .nav-link {
      font-weight: 500;
      margin: 0 8px;
    }
    .book-btn{
      background-color: #3590a2;
      border-radius: 50px;
      padding: 8px 20px;
      font-weight: 600;
      display: flex;
      align-items: center;
      border: none;
      position: relative;
      z-index: 100;
      overflow: hidden;
    }
    .book-btn::before{
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0%;
        left: -100%;
        background-color: #41d5f3;
        transition: .7s all ease;
        border-radius: 50px;
        z-index: -100;
    }
     .book-btn:hover::before{
        left: 0%;
     }
    .book-btn a{
        text-decoration: none;
        color: white;
    }
    .book-btn i {
      margin-left: 8px;
      transition: .7s all ease;
    }
    .book-btn:hover i{
      margin-left: 5px;
    }
    /* avi add footer-8/9/25 */
    footer{
        background-color: var(--dark-color);
        padding: 2%;
        color: rgb(224, 224, 224);
    }
    footer a{ 
        color: white;
    }
    .footer-logo img{
      width: 80px;
      margin-left: -17px;
      margin-top: -18px;
    }
    .footer-logo i {
      color: #e63946;
      margin-right: 8px;
    }
    .footer-social a {
      color: #ffffff;
      margin-right: 12px;
      font-size: 18px;
    }
    .footer-social a:hover {
      color:  #3590a2;
    }
    .footer-heading {
      font-weight: bold;
      margin-bottom: 20px;
      color: #ffffff;
    }
    .blog-footer img {
      width: 60px;
      height: 60px;
      object-fit: cover;
      border-radius: 6px;
      margin-right: 10px;
    }
    .newsletter-input {
      border-radius: 0;
    }
    .subscribe-btn {
      background: #3498db;
      border: none;
      border-radius: 0;
      padding: 10px;
      color: white;
    }
    .footer-bottom {
      background: #e9ecef;
      padding: 15px 0;
      text-align: center;
      font-size: 14px;
    }
    @media (max-width: 767px){
        .footer-logo img{
        margin-top: 0px;
    }
    }