/* #static_opinion Styles */
#static_opinion .menu-link {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

#static_opinion .flex-content {
    background: #fff9e1;
    border-bottom: 3px solid #d60000;
    border-radius: 5px 5px;
    padding: 15px;
    margin-bottom: 15px;
}

#static_opinion .flex-content .img-content {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid #fe0002;
    text-align: center;
    position: relative;
    overflow: hidden;
}

#static_opinion .flex-content .img-content img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

#static_opinion .rpt {
    display: block;
    font-weight: bold;
    margin: 3px 0;
}

#static_opinion .rpt_dg {
    display: block;
    color: #797979;
    font-size: 14px;
    line-height: 19px;
}

#static_opinion h4.title {
    font-size: 18px;
    margin: 10px 0 20px 0;
}

#static_opinion .summery {
    text-align: justify;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: normal;
}

#static_opinion a:hover .summery {
    color: #000
}

#static_opinion {
    margin-bottom: 0px;
}

#static_opinion .flex-control-nav {
    text-align: center;
    display: block;
}

#static_opinion .flex-content:hover h4.title {
    color: #1a73e8 !important;
}

/* .vidicon_right_lead Styles */
.vidicon_right_lead {
    height: 30px !important;
    width: auto !important;
}

/* Hero Slider Styles */
.hero-slide-item .image-container {
    overflow: hidden;
    border-radius: 8px;
}

.hero-slide-item img {
    transition: transform 0.5s ease;
}

.hero-slide-item:hover img {
    transform: scale(1.05);
}

.hero-slide-item .hero-overlay {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* Flexslider Customization for Hero */
#lead-news .flex-direction-nav a {
    color: #fff;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    transition: all 0.3s ease;
    text-decoration: none;
    opacity: 0; 
    z-index: 10;
}
#lead-news:hover .flex-direction-nav a {
    opacity: 1;
}

#lead-news .flex-direction-nav a:hover {
    background: #008C44; /* Brand Green */
}
#lead-news .flex-direction-nav a:before {
    font-size: 20px;
    color: #fff;
    content: '\f053'; /* FontAwesome Left */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
#lead-news .flex-direction-nav a.flex-next:before {
    content: '\f054'; /* FontAwesome Right */
}
#lead-news .flex-control-nav {
    bottom: 15px;
    z-index: 2;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}
#lead-news .flex-direction-nav .flex-next {
    right: 15px;
}
#lead-news .flex-direction-nav .flex-prev {
    left: 15px;
}
#lead-news .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
#lead-news .flex-control-paging li a.flex-active {
    background: #008C44; /* Brand Green */
    transform: scale(1.2);
}

/* Hero Slider Responsive Styles */
.hero-image-container {
    padding-top: 75%; /* Taller on mobile (4:3) */
}

.hero-slider-title {
    font-size: 1.25rem; /* Smaller title on mobile */
}

@media (min-width: 768px) {
    .hero-image-container {
        padding-top: 56.25%; /* 16:9 on desktop */
    }
    .hero-slider-title {
        font-size: 2rem; /* Larger title on desktop */
    }
}

/* Footer Styles */
.footer-section {
    background-color: #1a1a1a;
    color: #b0b0b0;
    font-family: 'SolaimanLipi', sans-serif;
}

.footer-section .logo {
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
}

.footer-section .title {
    color: #fff;
    font-weight: 700;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 1.1rem;
}

.footer-section .title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 40px;
    background-color: #008C44;
}

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

.footer-links a {
    color: #b0b0b0 !important;
    transition: all 0.3s ease;
    display: block;
    font-size: 0.95rem;
}

.footer-links a:hover {
    color: #fff !important;
    padding-left: 5px;
}

.footer-links i {
    color: #008C44;
    font-size: 0.8rem;
    margin-right: 5px;
}

.footer-contact p {
    margin-bottom: 12px;
    font-size: 0.95rem;
}

.footer-contact i {
    width: 25px;
    color: #008C44;
    text-align: center;
    margin-right: 5px;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 8px;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.footer-social-icon:hover {
    background-color: #008C44;
    border-color: #008C44;
    color: #fff !important;
    transform: translateY(-3px);
}

.twitter:hover {
    background-color: #1DA1F2;
    border-color: #1DA1F2;
}

.footer-bottom {
    background-color: #111;
    color: #777;
    font-size: 0.9rem;
    border-top: 1px solid #2a2a2a;
}

/* Redesigned Footer Social Icons */
.social-icon-box {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #2a2a2a;
    color: #fff !important;
    border-radius: 8px; /* Slightly rounded square */
    margin: 0 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.3);
    border: 1px solid #333;
}

.social-icon-box i, 
.social-icon-box svg {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.social-icon-box:hover {
    background: #008C44; /* Brand Green default hover */
    border-color: #008C44;
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0,140,68,0.4); /* Glow effect */
}

.social-icon-box:hover i,
.social-icon-box:hover svg {
    transform: scale(1.1);
}

/* Specific Social Brand Colors on Hover (Optional, or stick to Green) */
.social-icon-box.facebook:hover { background: #1877F2; border-color: #1877F2; box-shadow: 0 6px 12px rgba(24,119,242,0.4); }
.social-icon-box.twitter:hover { background: #1DA1F2; border-color: #1DA1F2; box-shadow: 0 6px 12px rgba(29,161,242,0.4); }
.social-icon-box.youtube:hover { background: #FF0000; border-color: #FF0000; box-shadow: 0 6px 12px rgba(255,0,0,0.4); }
.social-icon-box.instagram:hover { background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); border-color: transparent; box-shadow: 0 6px 12px rgba(220,39,67,0.4); }

/* Redesigned Footer Social Icons (New) */
.footer-social-new {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%; /* Circle */
    color: #fff !important;
    text-decoration: none;
    margin: 0 5px;
    transition: all 0.3s ease;
    background: transparent;
}

.footer-social-new i,
.footer-social-new svg {
    font-size: 1rem;
    transition: all 0.3s ease;
}

.footer-social-new:hover {
    background: #008C44; /* Brand Green */
    border-color: #008C44;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 140, 68, 0.3);
}

.footer-social-new:hover i,
.footer-social-new:hover svg {
    color: #fff;
    transform: scale(1.1);
}

/* Optional: Brand specific colors on hover if desired */
.footer-social-new.facebook:hover { background: #1877F2; border-color: #1877F2; box-shadow: 0 5px 15px rgba(24, 119, 242, 0.3); }
.footer-social-new.twitter:hover { background: #1DA1F2; border-color: #1DA1F2; box-shadow: 0 5px 15px rgba(29, 161, 242, 0.3); }
.footer-social-new.youtube:hover { background: #FF0000; border-color: #FF0000; box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3); }
.footer-social-new.instagram:hover { background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); border-color: transparent; }

/* Modern Social Icon Design */
/* Modern Social Icon Design (Simplified) */
.social-icon-modern {
    height: 28px;
    background: transparent;
    border-radius: 4px; 
    color: #fff !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.social-icon-modern i, 
.social-icon-modern svg {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.social-icon-modern:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #008C44;
    color: #008C44 !important;
}

.social-icon-modern:hover i,
.social-icon-modern:hover svg {
    transform: scale(1.1);
}

/* Specific brand colors on hover - simple text/border change */
.social-icon-modern.facebook:hover { border-color: #1877F2; color: #1877F2 !important; }
.social-icon-modern.twitter:hover { border-color: #1DA1F2; color: #1DA1F2 !important; }
.social-icon-modern.youtube:hover { border-color: #FF0000; color: #FF0000 !important; }
.social-icon-modern.instagram:hover { border-color: #E1306C; color: #E1306C !important; }
