﻿/* journalistic-grid Start*/
#default-first-section {
    background: url('../img/helpers/basin_main.png') center center no-repeat;
}

#journalistic-grid {
    padding:120px 0;
}

.j-card {
    background: var(--ahlp-f9f5f1);
    border: 0;
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    position:relative;
}

.j-title {
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    display:flex;
    flex-direction:column;
    margin:0;
    flex-grow:1;
}
.j-title strong{
    font-weight: bold;
}

.j-copy {
    color: var(--ahlp-1a1818);
    font-size: 20px;
    line-height: 25px;
    margin: 0;
    text-align:center;
}

.j-btn-wrap button{
    margin-top:20px;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.j-btn-wrap a{
    margin-top:20px;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

@media (max-width: 992px) {
    #journalistic-grid {
        padding: 100px 0;
    }

    .j-card {
        padding: 40px 30px;
        gap: 10px;
    }

    .j-title {
        font-size: 32px;
        line-height: 36px;
    }

    .j-copy {
        font-size: 16px;
        line-height: 20px;
    }

    .j-btn-wrap button {
        margin-top: 10px;
    }
    .j-btn-wrap a {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    #journalistic-grid {
        padding: 100px 0;
    }

    .j-card {
        padding: 40px 20px;
        gap: 10px;
    }

    .j-title {
        font-size: 24px;
        line-height: 26px;
    }

    .j-copy {
        font-size: 12px;
        line-height: 15px;
    }

    .j-btn-wrap button,
    .j-btn-wrap a {
        position: absolute;
        inset: 0;
        z-index: 5;
        text-indent: -9999px;
        width: 100%;
        height: 100%;
        opacity:0;
    }

}

/* journalistic-grid End*/

/* Social Posts Start*/

#social-posts{
    padding-bottom:120px;
}

#social-posts h2 {
    color: #040B0F;
    margin-bottom: 40px;
}

#social-posts .post-top{
    background-color:var(--ahlp-f5f4f4);
    border-top-left-radius:16px;
    border-top-right-radius:16px;
    padding:40px;
}

#social-posts .social-btn{
    border:none;
    outline:none;
    width:100%;
    height:fit-content;
    border-radius:16px;
    padding:18px 25px;
    font-size:14px;
    line-height:17px;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:space-between;
    white-space: nowrap !important;
}
#social-posts .social-btn.linkedin{
    background-color:#007BB6;
    color:var(--ahlp-f9f5f1);
}
#social-posts .social-btn.x{
    background-color:#1A1818;
    color:var(--ahlp-f9f5f1);
}
#social-posts .social-btn.youtube{
    background-color:#BB0000;
    color:var(--ahlp-f9f5f1);
}
#social-posts .social-btn.instagram {
    background: linear-gradient(269deg,#6228D7 0%, #EE2A7B 50%, #F9CE34 100%);
    color: var(--ahlp-f9f5f1);
}

.social-svg{
    width:18px;
    height:18px;
    min-width:18px;
    background-color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
}
.social-svg.linkedin{
    background-color:#006393;
}
.social-svg.x{
    background-color:var(--ahlp-1a1818);
}
.social-svg.youtube{
    background-color:#BB0000;
}
.social-svg.instagram{
    background-color:none;
    background: linear-gradient(269deg,#6228D7 0%, #EE2A7B 50%, #F9CE34 100%);
}

.social-svg.posts::after {
    content:"";
    width:20px;
    height:20px;
    background-color:#fff;
    mask-repeat:no-repeat;
    mask-position:center;
    mask-size:contain;
    -webkit-mask-repeat:no-repeat;
    -webkit-mask-position:center;
    -webkit-mask-size:contain;
}
.social-svg.link {
    background-color:#fff;
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px 20px;
}

.social-svg.posts.youtube { background:#BB0000; }
.social-svg.posts.linkedin { background:#006393; }
.social-svg.posts.x { background:var(--ahlp-1a1818); }
.social-svg.posts.instagram {
    background: linear-gradient(269deg,#6228D7 0%, #EE2A7B 50%, #F9CE34 100%);
}

.social-svg.posts.youtube::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-423 -68)'%3E%3Cpath d='M297.881 9.294a2.23 2.23 0 0 0-2.23-2.23h-5.7a2.23 2.23 0 0 0-2.23 2.23v2.653a2.23 2.23 0 0 0 2.23 2.23h5.7a2.23 2.23 0 0 0 2.23-2.23zm-3.354 1.526-2.557 1.265c-.1.054-.441-.018-.441-.133v-2.6c0-.115.343-.188.444-.131l2.447 1.332c.1.058.211.207.107.263' transform='translate(140.281 66.936)' fill='%23fff'/%3E%3Crect width='20' height='20' transform='translate(423 68)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-423 -68)'%3E%3Cpath d='M297.881 9.294a2.23 2.23 0 0 0-2.23-2.23h-5.7a2.23 2.23 0 0 0-2.23 2.23v2.653a2.23 2.23 0 0 0 2.23 2.23h5.7a2.23 2.23 0 0 0 2.23-2.23zm-3.354 1.526-2.557 1.265c-.1.054-.441-.018-.441-.133v-2.6c0-.115.343-.188.444-.131l2.447 1.332c.1.058.211.207.107.263' transform='translate(140.281 66.936)' fill='%23fff'/%3E%3Crect width='20' height='20' transform='translate(423 68)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}

.social-svg.posts.instagram::after {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-423 -68)'%3E%3Crect width='20' height='20' transform='translate(423 68)' fill='none'/%3E%3Cg transform='translate(46.086 -0.337)' fill='%23fff'%3E%3Cpath d='M199.179 7.2a.638.638 0 1 0 .638.638.638.638 0 0 0-.638-.638' transform='translate(190.618 67.632)'/%3E%3Cpath d='M190.1 9.07a2.682 2.682 0 1 0 2.681 2.681A2.684 2.684 0 0 0 190.1 9.07m0 4.4a1.718 1.718 0 1 1 1.718-1.718 1.72 1.72 0 0 1-1.718 1.718' transform='translate(196.856 66.585)'/%3E%3Cpath d='M188.645 13.665H184.3a3.274 3.274 0 0 1-3.271-3.271V6.047A3.274 3.274 0 0 1 184.3 2.776h4.347a3.274 3.274 0 0 1 3.271 3.271v4.347a3.274 3.274 0 0 1-3.271 3.271M184.3 3.8a2.249 2.249 0 0 0-2.246 2.246v4.347a2.249 2.249 0 0 0 2.246 2.246h4.347a2.249 2.249 0 0 0 2.246-2.246V6.047A2.249 2.249 0 0 0 188.645 3.8Z' transform='translate(200.443 70.116)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-423 -68)'%3E%3Crect width='20' height='20' transform='translate(423 68)' fill='none'/%3E%3Cg transform='translate(46.086 -0.337)' fill='%23fff'%3E%3Cpath d='M199.179 7.2a.638.638 0 1 0 .638.638.638.638 0 0 0-.638-.638' transform='translate(190.618 67.632)'/%3E%3Cpath d='M190.1 9.07a2.682 2.682 0 1 0 2.681 2.681A2.684 2.684 0 0 0 190.1 9.07m0 4.4a1.718 1.718 0 1 1 1.718-1.718 1.72 1.72 0 0 1-1.718 1.718' transform='translate(196.856 66.585)'/%3E%3Cpath d='M188.645 13.665H184.3a3.274 3.274 0 0 1-3.271-3.271V6.047A3.274 3.274 0 0 1 184.3 2.776h4.347a3.274 3.274 0 0 1 3.271 3.271v4.347a3.274 3.274 0 0 1-3.271 3.271M184.3 3.8a2.249 2.249 0 0 0-2.246 2.246v4.347a2.249 2.249 0 0 0 2.246 2.246h4.347a2.249 2.249 0 0 0 2.246-2.246V6.047A2.249 2.249 0 0 0 188.645 3.8Z' transform='translate(200.443 70.116)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}


.social-svg.posts.x::after {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-336 -68)'%3E%3Cpath d='M95.71 8.35l3.47-4.033h-.822l-3.013 3.5-2.406-3.5H90.163l3.639 5.3-3.639 4.229h.822l3.181-3.7 2.541 3.7h2.775zM94.584 9.66l-.369-.527-2.933-4.2h1.263l2.367 3.386.369.528 3.077 4.4H97.095z' transform='translate(250.837 68.683)' fill='%23fff'/%3E%3Crect width='20' height='20' transform='translate(336 68)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-336 -68)'%3E%3Cpath d='M95.71 8.35l3.47-4.033h-.822l-3.013 3.5-2.406-3.5H90.163l3.639 5.3-3.639 4.229h.822l3.181-3.7 2.541 3.7h2.775zM94.584 9.66l-.369-.527-2.933-4.2h1.263l2.367 3.386.369.528 3.077 4.4H97.095z' transform='translate(250.837 68.683)' fill='%23fff'/%3E%3Crect width='20' height='20' transform='translate(336 68)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}

    .social-svg.posts.linkedin::after {
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-0.28 -0.28)'%3E%3Cg transform='translate(6.291 5.315)'%3E%3Cg%3E%3Cpath d='M487.116 5.627h1.756v5.641h-1.756zm.878-2.8a1.017 1.017 0 1 1-1.018 1.016 1.017 1.017 0 0 1 1.018-1.016' transform='translate(-486.976 -2.824)' fill='%23fff'/%3E%3Cpath d='M493.966 9.178h1.682v.771h.023a1.843 1.843 0 0 1 1.66-.911c1.775 0 2.1 1.167 2.1 2.687v3.094h-1.752V12.076c0-.655-.012-1.5-.911-1.5s-1.052.713-1.052 1.448v2.79h-1.752z' transform='translate(-490.97 -6.375)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Crect width='20' height='20' transform='translate(0.28 0.28)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-0.28 -0.28)'%3E%3Cg transform='translate(6.291 5.315)'%3E%3Cg%3E%3Cpath d='M487.116 5.627h1.756v5.641h-1.756zm.878-2.8a1.017 1.017 0 1 1-1.018 1.016 1.017 1.017 0 0 1 1.018-1.016' transform='translate(-486.976 -2.824)' fill='%23fff'/%3E%3Cpath d='M493.966 9.178h1.682v.771h.023a1.843 1.843 0 0 1 1.66-.911c1.775 0 2.1 1.167 2.1 2.687v3.094h-1.752V12.076c0-.655-.012-1.5-.911-1.5s-1.052.713-1.052 1.448v2.79h-1.752z' transform='translate(-490.97 -6.375)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3Crect width='20' height='20' transform='translate(0.28 0.28)' fill='none'/%3E%3C/g%3E%3C/svg%3E ");
    }

.social-svg.link.linkedin {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-0.28 -0.28)'%3E%3Cg transform='translate(6.291 5.315)'%3E%3Cg%3E%3Cpath d='M487.116 5.627h1.756v5.641h-1.756zm.878-2.8a1.017 1.017 0 1 1-1.018 1.016 1.017 1.017 0 0 1 1.018-1.016' transform='translate(-486.976 -2.824)' fill='%23007bb6'/%3E%3Cpath d='M493.966 9.178h1.682v.771h.023a1.843 1.843 0 0 1 1.66-.911c1.775 0 2.1 1.167 2.1 2.687v3.094h-1.752V12.076c0-.655-.012-1.5-.911-1.5s-1.052.713-1.052 1.448v2.79h-1.752z' transform='translate(-490.97 -6.375)' fill='%23007bb6'/%3E%3C/g%3E%3C/g%3E%3Crect width='20' height='20' transform='translate(0.28 0.28)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}

.social-svg.link.x {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-336 -68)'%3E%3Cpath d='M95.71 8.35l3.47-4.033h-.822l-3.013 3.5-2.406-3.5H90.163l3.639 5.3-3.639 4.229h.822l3.181-3.7 2.541 3.7h2.775zM94.584 9.66l-.369-.527-2.933-4.2h1.263l2.367 3.386.369.528 3.077 4.4H97.095z' transform='translate(250.837 68.683)' fill='%231a1818'/%3E%3Crect width='20' height='20' transform='translate(336 68)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}

.social-svg.link.youtube {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-423 -68)'%3E%3Cpath d='M297.881 9.294a2.23 2.23 0 0 0-2.23-2.23h-5.7a2.23 2.23 0 0 0-2.23 2.23v2.653a2.23 2.23 0 0 0 2.23 2.23h5.7a2.23 2.23 0 0 0 2.23-2.23zm-3.354 1.526-2.557 1.265c-.1.054-.441-.018-.441-.133v-2.6c0-.115.343-.188.444-.131l2.447 1.332c.1.058.211.207.107.263' transform='translate(140.281 66.936)' fill='%23b00'/%3E%3Crect width='20' height='20' transform='translate(423 68)' fill='none'/%3E%3C/g%3E%3C/svg%3E");
}

.social-svg.link.instagram {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg transform='translate(-423 -68)'%3E%3Crect width='20' height='20' transform='translate(423 68)' fill='none'/%3E%3Cg transform='translate(46.086 -0.337)' fill='%23000'%3E%3Cpath d='M199.179 7.2a.638.638 0 1 0 .638.638.638.638 0 0 0-.638-.638' transform='translate(190.618 67.632)'/%3E%3Cpath d='M190.1 9.07a2.682 2.682 0 1 0 2.681 2.681A2.684 2.684 0 0 0 190.1 9.07m0 4.4a1.718 1.718 0 1 1 1.718-1.718 1.72 1.72 0 0 1-1.718 1.718' transform='translate(196.856 66.585)'/%3E%3Cpath d='M188.645 13.665H184.3a3.274 3.274 0 0 1-3.271-3.271V6.047A3.274 3.274 0 0 1 184.3 2.776h4.347a3.274 3.274 0 0 1 3.271 3.271v4.347a3.274 3.274 0 0 1-3.271 3.271M184.3 3.8a2.249 2.249 0 0 0-2.246 2.246v4.347a2.249 2.249 0 0 0 2.246 2.246h4.347a2.249 2.249 0 0 0 2.246-2.246V6.047A2.249 2.249 0 0 0 188.645 3.8Z' transform='translate(200.443 70.116)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}





#social-posts .post-main {
    padding: 40px;
    padding-right: 5px;
    border: 1px solid var(--ahlp-f5f4f4);
    border-top: 0px solid var(--ahlp-f5f4f4);
}

#social-posts .post-scrolled-container{
    padding-right:35px;
    max-height:40svh;
    min-height:40svh;
    overflow:auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.post-scrolled-container::-webkit-scrollbar {
  width: 4px;
}

.post-scrolled-container::-webkit-scrollbar-track {
  background: #e6d8c7;
  border-radius: 10px;
}

.post-scrolled-container::-webkit-scrollbar-thumb {
  background-color: #a7804d;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}

.post-scrolled-container::-webkit-scrollbar-thumb:hover {
  background-color: #a7804d;
}

.post-container{
    margin-bottom:20px;
    display:block;
}

.post-t {
    background-color: var(--ahlp-f5f4f4);
    padding: 20px 20px 0px 20px;
}

.post-header {
  display: flex;
  align-items: center;
  gap: 10px;
  
}

.post-header .user-info {
  flex-grow: 1;
}

.user-info strong {
  display: block;
  font-size: 16px;
  line-height:25px;
  color: var(--ahlp-1a1818);
}

.user-info span {
    font-size: 16px;
    line-height: 25px;
    color: var(--ahlp-bbb4b4);
}

.post-body {
    padding: 20px 0px;
    font-size: 14px;
    line-height: 18px;
    text-align:start;
    font-weight:500;
    color: var(--ahlp-1a1818);
}

.hashtag {
  font-weight: 600;
}

.post-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.image-overlay {
    position: absolute;
    inset: 0;
    background: rgb(0 0 0 / 1%);
}


@media (max-width: 992px) {
    #social-posts .sc-logo {
        width: 70px;
        height: 70px;
    }

    #social-posts .social-btn {
        padding: 15px 25px;
    }

    #social-posts .post-scrolled-container {
        padding-right: 25px;
        max-height: 450px;
    }

    .post-t {
        padding: 30px 30px 0px 30px;
    }
}

@media (max-width: 768px) {
    #social-posts h2 {
        margin-bottom: 30px;
    }

    #social-posts .sc-logo {
        width: 50px;
        height: 50px;
    }

    #social-posts .social-btn {
        padding: 11px 25px;
    }

    #social-posts .post-scrolled-container {
        padding-right: 20px;
        max-height: 325px;
    }
    .post-t {
        padding: 20px 20px 0px 20px;
    }
}


/* Social Posts End*/