*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: "Poppins", sans-serif !important;
    background-color: #F8F8F8;
}

img{
  object-fit: cover;
}


/*1-tab section*/
    .tabs-container {
      background-color:#F8F8F8;
      padding: 14px;
    }

    .tabs-menu {
      list-style: none;
      display: inline-flex;
      align-items: center;
      padding: 0;
      margin: 0;
    }

    .tab-item {
      cursor: pointer;
      font-size: 14px;
      font-weight: 400;
      color:#2A52BE;
    }
    .anch{
      text-decoration: none !important;
      cursor: pointer !important;
      font-size: 14px !important;
      font-weight: 400 !important;
      color:#2A52BE !important;
    }


/*2-detail section*/
    .right-main-back{
      background-color: #F8F8F8;
    }

    .spacee{
      background-color:#FFFFFF ;
      border-radius: 10px;
      padding: 30px;
    }

    .detail-section-h{
        line-height: 42px;
        color: #000000;
        font-size: 24px;
        font-weight: 600;
        border-bottom: 1px solid #B6B6B6 ;
        padding-bottom: 30px;
    }

    .detail-section-p{
        color: #000000 ;
        line-height: 31px;
        font-size: 16px;
        font-weight: 400;
    }

    .detail-section-ul{
        color:#2A52BE;
        line-height: 31px;
        font-size: 16px;
        font-weight: 400;
    }

    .highlight{
      color: #2A52BE;
    }

    .highlight1{
      color:  #000000;
    }

    .detail-head{
       color: #000000;
       font-size: 20px;
       font-weight: 600;
    }

    /*detail section2*/
    .detail-section-h2{
      line-height: 42px;
      color: #000000;
      font-size: 24px;
      font-weight: 600;
      border-bottom: 1px solid #B6B6B6 ;
      padding-bottom: 10px;
    }



    .blog-title {
      font-size:12px;
      font-weight:600;
      color: #000000;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient: vertical;
    }



     /*3-recommmended section*/
     .vacation-top-heading{
       color: #000000;
       font-size: 26px;
       font-weight: 600;
     }
     .bg-colr{
      background-color: #F8F8F8 ;
     }
        
    .blog-cardd {
      background-color: #FFFFFF;
      border-radius: 10px;
    }

    .blog-cardd img {
      width:100%;
    }

    .line-head{
      line-height: 26px;
      color: #000000;
      font-size:16px;
      font-weight:500;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient: vertical;
    }

    .hhead{
      color:#343434;
      font-size:14px;
      font-weight:500;
    }

    .muted{
      color:#343434;
      font-size:14px;
      font-weight:400;
    }

    .blog-cardd .author-info {
      display: flex;
      align-items: center;
    }
    .author-info img {
      width: 55px;
      height: 55px;
      margin-right: 10px;
    }
    .read-more {
      font-size: 14px;
      font-weight: 500;
      color:#2A52BE;
      text-decoration:underline;
    }

@media screen and (max-width:576px) {
.detail-section-h {
    line-height: 31px;
    font-size: 20px;
    padding-bottom: 17px;
}
.spacee {
    padding: 15px;
}.anch {
    font-size: 12px !important;
}
.tab-item {
    font-size: 12px;
}
}







.top-article-link {
    text-decoration: none;
}

.top-article-link .blog-title {
    color: #000;
    font-weight: 600;
    transition: 0.3s;
}

.top-article-link:hover .blog-title {
    color: #007bff;      /* blue highlight */
    text-decoration: underline;
}
.blog-title {
    color: #007bff;
    font-weight: 600;
    text-decoration: underline;
}


.top-article-link .blog-title {
    color: #007bff !important;     /* Always blue */
    text-decoration: underline;    /* Always underline */
    font-weight: 600;
}


.detail-section-h {
    font-size: 38px;
    font-weight: 800;
    color: #0d6efd;              /* Attractive Blue */
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.detail-section-h {
    font-size: 38px;
    font-weight: 900;
    background: linear-gradient(90deg, #ff6600, #ff9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.detail-section-h {
    font-size: 36px;
    font-weight: 800;
    color: #1e3a8a;
    border-left: 5px solid #0d6efd;
    padding-left: 12px;
}

.detail-section {
    background: #ffffff;
    padding: 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.detail-section-h {
    /*font-size: 40px;
    font-weight: 900;*/
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ff6a00, #ff9900);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
    padding-left: 18px;
}

.detail-section-h::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    height: 80%;
    width: 6px;
    background: linear-gradient(180deg, #007bff, #00c6ff);
    border-radius: 4px;
}
.detail-section p {
    font-size: 17px;
    line-height: 1.8;
    color: #444;
}
.detail-section h2 {
    font-size: 26px;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 20px;
}

.top-article-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.top-article-heading {
    font-size: 24px;
    font-weight: 800;
    color: #1e3a8a;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

/* Sidebar Box */
.top-article-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}
.rgrgere{
	line-height:30px;
}
/* Heading Style */
.top-article-heading {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 20px;
    color: #1e3a8a;
    position: relative;
    padding-bottom: 8px;
}

.top-article-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 73px;
    height: 3px;
    background: linear-gradient(90deg, #ff6a00, #ff9900);
    border-radius: 2px;
}

/* Blog Links */
.top-article-link {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #484848;
    text-decoration: none;
    transition: 0.3s ease;
}

.top-article-link:hover {
    color: #ff6600;
    padding-left: 5px;
}


.brtgtg{
	margin-bottom:20px;
}



.blog-image-wrapper {
    margin: 35px 0;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.15),
        0 5px 15px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

/* Image Proper Fit */
.blog-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    transition: transform 0.4s ease;
}

/* Subtle 3D Lift */
.blog-image-wrapper:hover {
    transform: translateY(-6px);
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.25),
        0 10px 25px rgba(0,0,0,0.12);
}

/* Optional Slight Zoom */
.blog-image-wrapper:hover .blog-image {
    transform: scale(1.03);
}


.blog-image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.2),
        rgba(255,255,255,0.05)
    );
    transform: skewX(-25deg);
    transition: 0.6s;
}

.blog-image-wrapper:hover::after {
    left: 130%;
}



.blog-container {
    max-width: 1100px;
    margin: 50px auto;
    padding: 20px;
}

.blog-main-block {
    background: #ffffff;
    border: 3px solid #000;
    border-radius: 12px;
    padding: 40px;
    position: relative;

    /* Reflection / Shadow Effect */
    box-shadow: 
        8px 8px 0px #000,
        15px 15px 25px rgba(0,0,0,0.15);
    
    transition: all 0.3s ease;
}

.blog-main-block:hover {
    transform: translateY(-5px);
    box-shadow: 
        10px 10px 0px #000,
        20px 20px 30px rgba(0,0,0,0.2);
}

.blog-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 25px;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
}

.blog-content {
    font-size: 16px;
    line-height: 1.8;
}


.content-block {
    border: 2px solid #000;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 6px 6px 0px #000;
}


