﻿@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 200;
    src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url("../font/RobotoCondensed-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Penelope Anne";
    font-style: normal;
    font-weight: 400;
    src: local('Penelope Anne'), local('Penelope Anne'), url("../font/Penelope Anne.ttf") format('truetype');
}

@font-face {
    font-family: "Trench";
    font-style: normal;
    font-weight: 400;
    src: local('trench100free'), local('trench100free'), url("../font/trench100free.otf") format('truetype');
}

@font-face {
    font-family: "CF Boston";
    font-style: normal;
    font-weight: 400;
    src: local('CFBoston-Regular'), local('CFBoston-Regular'), url("../font/CFBoston-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "DorovarFLF-Carolus";
    font-style: normal;
    font-weight: 400;
    src: local('DorovarFLF-Carolus'), local('DorovarFLF-Carolus'), url("../font/DorovarFLF-Carolus.ttf") format('truetype');
}

@font-face {
    font-family: "avantGarde Bk BT";
    font-style: normal;
    font-weight: 600;
    src: local('AvantGardeBookBT'), local('AvantGardeBookBT'), url("../font/AvantGardeBookBT.ttf") format('truetype');
}

@font-face {
    font-family: "Poppins-SemiBold";
    font-style: normal;
    font-weight: 600;
    src: local('Poppins-SemiBold'), local('Poppins-SemiBold'), url("../font/Poppins-SemiBold.otf") format('truetype');
}

@font-face {
    font-family: "Poppins-Regular";
    font-style: normal;
    font-weight: 600;
    src: local('Poppins-Regular'), local('Poppins-Regular'), url("../font/Poppins-Regular.otf") format('truetype');
}

:root {
    --primary-color: #0f172a;
    /* Deep Navy */
    --primary-hover: #1e293b;
    --accent-color: #1d4ed8;
    /* Royal Blue */
    --accent-light: #3b82f6;
    --text-primary: #0f172a;
    --text-secondary: #475569;
    --text-muted: #94a3b8;
    --bg-body: #f8fafc;
    --bg-white: #ffffff;
    --border-color: #e2e8f0;
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --transition: all 0.2s ease;
}

body {
    color: #0f172a;
    overflow-x: hidden;
    font-family: "Poppins-Regular", sans-serif;
    background-color: var(--bg-body);
    line-height: 1.6;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    transition: var(--transition);
}

.cle {
    clear: both;
    margin: 0;
    padding: 0;
}


.antiparti {
    padding: 5px;
}

.altoba {
    padding: 5px;
    box-shadow: 0px 0px 2px 0px #0000008a;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.gallanti {
    width: 100%;
    padding: 10px;
    height: 70px;
}

.gallanti h2 {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0px;
    line-height: 20px;
    transition: all 0.3s ease-in-out;
    font-family: 'SolaimanLipi';
}

.videoitem {
    width: 100%;
    background: #221e1f;
}

.videoitem iframe {
    width: 100%;
    height: 250px;
    background: #221e1f;
}

.videoitem img {
    width: 100%;
    height: 125px;
}

.icons .videoview {
    position: absolute;
    left: 40%;
    top: 26%;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    text-align: center;
    background: #1d4ed8;
    color: #ffffff;
    font-size: 15px;
    border-radius: 11%;
    padding: 4px 14px;
    /* border: 8px solid #1d4ed8; */
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    box-shadow: 8px 8px 17px #00000081;
}

button.close {
    position: relative;
    -webkit-appearance: none;
    padding: 5px 8px;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin-right: -25px;
    margin-top: -20px;
    background: #fff;
    border-radius: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    position: relative;
    margin-top: 17px;
    margin-right: -19px;
}

.panel-body {
    padding: 0px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

.top_add {
    padding: 5px 0;
}

.top_add img {
    width: 100%;
}

.logo_menu img {
    height: 82px;
    position: relative;
    margin-top: -30px;
    background: #fff;
    padding: 5px;
    box-shadow: 0px 0px 33px #0000003d;
}

.mid_sec {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.topmain {
    border-top: 5px solid var(--primary-color);
}

.topright {
    background-size: 100%;
    z-index: 300;
    padding: 0px 0;
    transform: translateZ(0);
    transition: var(--transition);
    background: var(--bg-white);
}

.headtop {
    z-index: 300;
    transition: var(--transition);
    background: #fff;
    position: relative;
    border-bottom: 1px solid var(--border-color);
}

.navbar-default .navbar-nav>li>a {
    padding: 12px 18px;
    color: #0f172a !important;
    font-size: 14px;
    font-weight: 700;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: var(--accent-color) !important;
    background: transparent;
}

.logo-container img {
    max-height: 120px;
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Editorial Hero Section */
.editorial-hero {
    background: var(--bg-white);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    display: flex;
    gap: 30px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    align-items: center;
}

.hero-text {
    flex: 1.5;
}

.hero-image {
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    height: 350px;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-badge {
    background: var(--accent-color);
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
}

.hero-headline {
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.25;
    margin-bottom: 20px;
    font-family: 'SolaimanLipi', sans-serif;
}

.hero-headline a {
    color: #0f172a;
    text-decoration: none;
    transition: var(--transition);
}

.hero-headline a:hover {
    color: var(--accent-color);
}

.hero-summary {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 25px;
    font-family: 'SolaimanLipi', sans-serif;
}

@media (max-width: 991px) {
    .editorial-hero {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .hero-image {
        order: -1;
        width: 100%;
        height: auto;
        max-height: 300px;
    }

    .hero-headline {
        font-size: 26px;
    }
}

.navbar-default .navbar-nav>li>a.menucalor3:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.navbar-default .navbar-nav>li.active>a,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.navbar-default .navbar-nav>.open>a.menucalor3,
.navbar-default .navbar-nav>.open>a.menucalor3:hover,
.navbar-default .navbar-nav>.open>a.menucalor3:focus {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.dropdown-menu {
    background-color: var(--primary-color);
    min-width: 155px !important;
    border-radius: 0px;
    padding: 0px 0;
    margin-top: -1px !important;
}

span.glyphicon {
    font-size: 10px;
    top: -1px;
    color: #fff;
}

.navbar-nav ul.sm-nowrap>li>a {
    padding: 8px 20px 8px 10px;
    color: #fff;

    font-size: 16px;
    background: var(--primary-color);
    margin: 0 0 1px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-nav ul.sm-nowrap>li>a:hover {
    background: #0f172a;
    color: #fff;
}

.navbar-default .navbar-nav>li:last-child {
    background: none;
}

.navbar-default .navbar-nav>li {
    padding: 0px 0;
}

.color1 {
    height: 4px;
    background: var(--accent-color);
}

.color2 {
    height: 4px;
    background: var(--accent-color);
}

.color3 {
    height: 4px;
    background: var(--accent-color);
}

.color4 {
    height: 4px;
    background: var(--accent-color);
}

.color5 {
    height: 4px;
    background: var(--accent-color);
}

.color6 {
    height: 4px;
    background: var(--accent-color);
}

.new_patr {
    box-shadow: 0px 0px 50px #00000040;
    border-right: 10px solid var(--accent-color);
}

#test {
    padding: 0 1rem;
}

#test ul {
    margin: 1.2rem 0 0 0;
    padding: 0;
}

#test ul li {
    display: inline-block;
    margin-right: 50px;
    list-style-type: circle;
    padding: 8px 0 0 0;
    margin: 0;
}

#test ul li a {
    font-size: 14px;
    color: #475569;
    padding: 2px 45px 2px 5px;
    text-decoration: none;
    font-family: "Poppins-SemiBold", sans-serif;
    transition: var(--transition);
}

#test ul li a:hover {
    color: var(--accent-color);
}

.news_lat_h h3 {
    font-size: 14px;
    font-family: "Poppins-SemiBold", sans-serif;
    color: #fff;
    background: var(--accent-color);
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.social_wr {
    padding: 1px 0;
    width: 182px;
    margin-top: 25px;
}

.social_wr a {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 1px solid #b5b5b5;
    float: left;
    color: #b5b5b5;
    text-align: center;
    vertical-align: middle;
    line-height: 41px;
    margin-right: 20px;
    transition: 0.4s ease-in-out;
    font-size: 19px;
    border-radius: 50%;
}

.social_wr a.goop:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color: #4875B4;
    border: 1px solid #4875B4;
}

.social_wr a.face:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color: #3B5998;
    border: 1px solid #3B5998;
}

.social_wr a.twi:hover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    color: #0084b4;
    border: 1px solid #0084b4;
}

.back-to-top {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-decoration: none;
    /* padding: 1em; */
    display: none;
    text-align: center;
    color: #fff;
    font-weight: 600;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    font-size: 32px;
    background: var(--accent-color);
}

.back-to-top:hover {
    color: #fff;
    background: #000;
}

.topnews {
    margin: 15px 0;
    width: 90%;
    margin: 2rem auto;
}

.lastnews img {
    width: 100%;
    height: 340px;
}

.lastnews iframe {
    width: 100%;
    height: 334px;
}

.lastnews video {
    width: 100%;
    height: 334px;
}

.padingno {
    padding: 0px;
}

.item {
    padding: 0 5px 0 0;
}



.heading {
    border-bottom: 2px solid var(--border-color);
    margin-top: 35px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.heading h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0;
    position: relative;
    padding-left: 15px;
    border-left: 5px solid var(--accent-color);
}

.heading h3 {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline;
    padding: 10px 20px;
    color: #fff;
    background: var(--primary-color);
}

.fright {
    float: right;
    margin-top: -7px;
}

.heading span a {
    font-size: 13px;
    text-decoration: none;
    background: #000;
    color: #fff;
    padding: 14px 19px 12px 19px;
    margin: 0px;
    display: block;
    transition: all 0.3s ease-in-out;
}

.heading span a:hover {
    background: var(--accent-color);
}

.allpagetag {
    width: 100%;
    position: absolute;
    bottom: 0px;
    padding: 50px 20px 30px 20px;
    background: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 1));
}

.allpagetag h2 {
    color: #fff;
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
    margin: 0;
}

.add img {
    width: 100%;
    margin-bottom: 5px;
}

.add iframe {
    width: 100%;
    height: 211px;
    margin-bottom: 5px;
}

.add video {
    width: 100%;
    height: 211px;
    margin-bottom: 5px;
}

.add1 {
    margin-top: 25px;
}

.add1:hover a {
    color: #1d4ed8;
}

.nopadd {
    padding: 0;
}

.paddirigh {
    padding: 0 10px 0 0;
}

.antipart {
    padding: 8px;
}

.blockshado {
    box-shadow: 1px 1px 10px -1px #00000030;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.blockshado:hover {
    box-shadow: 2px 30px 28px -2px #5f5f5f85;
}

.blockshado:hover .anticon h2 a {
    color: var(--accent-color);
}

.antimage {
    width: 100%;
    background: #000;
    text-align: center;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

.antimage img {
    width: 100%;
    height: 210px;
}

.antimage iframe {
    width: 100%;
    height: 203px;
}

.antimage video {
    width: 100%;
    height: 203px;
}

.antimage video.v_cha_d {
    width: 100%;
    height: 204px;
}

.anticon {
    width: 100%;
    padding: 15px;
}

.anticon p {
    color: #545454;
    font-size: 18px;
    margin: 0px;
    line-height: 28px;
}

.anticon p.lukka {
    color: #545454;
    font-size: 14px;
}

.anticon h4 {
    color: var(--accent-color);
    font-size: 13px;
    text-align: right;
    font-weight: 600;
}

.anticon h2 {
    margin: 0;
    font-weight: 600;
    font-family: "Poppins-SemiBold";
    font-size: 21px;
    padding: 8px 0px;
    line-height: 27px;
    transition: all 0.3s ease-in-out;
}

.anticon h2 a {
    color: #000;
    transition: all 0.3s ease-in-out;
    display: block;
}

.anticon2 {
    width: 100%;
    height: 11rem;
    padding: 10px;
}

.anticon2 h2 {
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    padding: 8px 0px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}

.anticon2 h2 a {
    color: #000;
    transition: all 0.3s ease-in-out;
    display: block;
}

.b-part {
    margin: 10px 0;
    margin-left: -7px;
}

.right-news {
    margin-top: 13px;
}

.right-news h2 {
    margin: 0;
    border-bottom: 1px solid #b9b9b9;
    padding-bottom: 5px;
    font-size: 25px;
}

.right-news ul {
    margin: 0;
    padding: 0;
}

.right-news ul li {
    padding: 11px 0;
    border-bottom: 1px solid #b9b9b9;
}

.right-news ul li a {
    color: #000;
    font-size: 18px;

}

.add1 a {
    color: #000;
    font-size: 15px;
    line-height: 24px;
    font-family: "Poppins-SemiBold";
}

.footer_weath {
    width: 90%;
    margin: 0 auto;
}

.footer {
    padding: 5rem 0 1rem 0;
    background: #1a1e22;
}

.foot-block {
    padding: 7px 15px;
}

.foot-block a.baithak {
    color: #c7c7c7;
    font-size: 35px;
    font-weight: bolder;
}

.foot-block a.baithak img {
    width: 85%;
    padding: 2rem;
    background: #ffffff;
}

.foot-con ul {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
}

.foot-con ul li {
    display: block;
}

.foot-con ul li a {
    color: #ffffff85;
    padding: 3px 8px;
    font-size: 15px;
    display: block;
}

.foot-con ul li a:hover {
    color: #1d4ed8;
}

.foot-con h3 {
    color: #1d4ed8;
    font-size: 16px;
}

.foot-nav p {
    color: #ffffff85;
}

.foot-nav p a {
    color: #1d4ed8;
}

.foot-con p {
    color: #ffffff85;
    font-size: 16px;
}

.foot-con h2 {
    font-family: "Poppins-SemiBold";
    color: #1d4ed8;
    font-size: 21px;
    margin: 0 0 1rem 0;
}

.footi {
    padding: 2rem 0;
    background: #0e1113;
    text-align: center;
}

.footi ul {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.footi ul li {
    display: inline-block;
}

.footi ul li a {
    color: #ffffff85;
    padding: 3px 8px;
    font-size: 14px;
    display: block;
}

.footi ul li a:hover {
    color: #1d4ed8;
}

.footi p {
    color: #ffffff85;
    font-size: 16px;
}

.bg-pare p {
    margin: 15px 0 0px 0;
}

.bg-pare p a {
    color: #000;
    margin: 0 5px;
}

.bg-pare p a:hover {
    color: var(--primary-color);
}

.reporter_right {
    width: 48%;
    float: right;
}

.reporter_right img {
    width: 50px;
    float: left;
}

.reporter_left {
    width: 46%;
    float: left;
}

.reporter_left img {
    width: 50px;
    float: left;
}

.reporter {
    width: 100%;
}

.reporter img {
    width: 50px;
    float: left;
}

.reporter-name {
    float: left;
}

.reporter-name a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
}

.reporter-name p {}

.news-details h2 {
    margin: 0px 0 2rem 0;
    font-weight: 600;
    font-size: 33px;
    line-height: 41px;
}

.news-details p {
    font-size: 19px;
}

.dat-time p {
    float: left;
    margin: 0px 0 0 0;
}

.social_wr1 {
    padding: 1px 0;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 5px;
    float: right;
}

.social_wr1 a {
    height: 38px;
    width: 38px;
    float: left;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 10px;
    transition: 0.4s ease-in-out;
    font-size: 19px;
    border-radius: 50%;
}

.social_wr1 a.face {
    background: #3C579A;
}

.social_wr1 a.twi {
    background: #55ACEF;
}

.social_wr1 a.linkedin {
    background: #0077B4;
}

.social_wr1 a.print {
    background: #FD6500;
}

.social_wr1 a.envelope {
    background: #639A3F;
}

.social_wr1 a.instagram {
    background: #5280A4;
}

.dit-img {
    margin: 1rem auto;
    width: 100%;
    text-align: center;
    clear: both;
}

.dit-img img {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.dit-img iframe {
    width: 100%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
    display: block;
}

.dit-img video {
    width: 100%;
    max-width: 800px;
    height: 450px;
    margin: 0 auto;
    display: block;
}

.dit-img_left {
    width: 50%;
    float: left;
    margin-right: 2%;
}

.dit-img_left img {
    width: 100%;
}

.dit-img_left iframe {
    width: 100%;
    height: 300px;
}

.dit-img_left video {
    width: 100%;
    height: 300px;
}

.dit-img_right {
    width: 50%;
    float: right;
    margin-left: 2%;
}

.dit-img_right img {
    width: 100%;
}

.dit-img_right iframe {
    width: 100%;
    height: 300px;
}

.dit-img_right video {
    width: 100%;
    height: 300px;
}

.dit-con p,
.dit-con {
    font-size: 20px;
    line-height: 33px;
    color: #333;
    text-align: justify;
}

.dit-con p strong {
    font-family: "Poppins-SemiBold";
}

.dit-con h5 {
    font-size: 23px;
    font-weight: 600;
    margin: 15px 0 2px 0;
    color: var(--primary-color);
}

.aro {
    padding: 13px;
    text-align: center;
    background: var(--primary-color);
    margin: 7px 0;
}

.aro p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.aro p a {
    color: #fff;
}

.anticon1 {
    width: 100%;
    padding: 10px;
    height: 22rem;
}

.anticon1 h4 {
    color: #0f172a;
    font-size: 15px;
    text-align: right;
}

.anticon1 h2 {
    margin: 0;
    font-weight: 500;
    padding: 8px 0px;
    line-height: 31px;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
}

.anticon1 h2 a {
    color: #000;
    transition: all 0.3s ease-in-out;

}

.antimage1 {
    width: 100%;
    background: #000;
    text-align: center;
    padding: 0;
}

.antimage1 img {
    width: 100%;
    height: 190px;
}

.blockshado1 {
    box-shadow: 0px 0px 2px 0px #0000008a;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.blockshado1:hover {
    box-shadow: 2px 15px 25px -2px #5f5f5f85;
}

.blockshado1:hover .anticon h2 a {
    color: var(--accent-color);
}

.blockshado1:hover .anticon1 h2 a {
    color: var(--accent-color);
}

.b-part ul {
    margin: 0;
    padding: 0;
}

.b-part ul li {}

.inpage_body {
    width: 90%;
    margin: 2rem auto;
}

.head_inpage {
    padding: 2rem 3rem;
    background: #2d333a;
    margin-top: 15px;
}

.head_inpage h2 {
    margin: 0;
    font-family: "Poppins-SemiBold";
    color: #1d4ed8;
    font-size: 25px;
}

.dit_add img {
    width: 50%;
}



/*search start*/
#wrap {
    display: inline-block;
    position: relative;
    float: right;
    padding: 0;
    margin-right: 1.5rem;
}

#wrap input[type="text"] {
    height: 52px;
    font-size: 19px;
    display: inline-block;
    font-family: "Lato";
    font-weight: 100;
    border: none;
    outline: none;
    color: #fff;
    padding: 4px;
    padding-right: 50px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: #00000024 url(../images/search-icon-white.png) no-repeat right;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

#wrap input[type="text"]:focus:hover {}

#wrap input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    cursor: text;
}

#wrap input[type="submit"] {
    height: 53px;
    width: 53px;
    display: inline-block;
    color: #1d4ed8;
    float: right;
    background: none;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.8;
    cursor: pointer;
    transition: opacity .4s ease;
}

#wrap input[type="submit"]:hover {
    opacity: 1;
}

.popup_ads img {
    width: 100%;
}

.cont_page_head {
    width: 80%;
    margin: 4rem auto;
    padding: 3rem 3rem;
    background: #2d333a;
}

.cont_page_head h2 {
    margin: 0;
    font-family: "Poppins-SemiBold";
    color: #1d4ed8;
    font-size: 25px;
}

.cont_page_head h2 p {
    float: right;
    font-size: 15px;
    font-family: "Poppins-Regular";
    color: #fff;
}

.cont_page_head h2 p a {
    color: #fff;
}

.cont_page_body {
    width: 80%;
    margin: 0 auto;
}

.cont_page_body p {
    font-size: 16px;
    line-height: 27px;
    color: #333;
    text-align: justify;
}

.cont_page_body ul {
    padding: 0 0 0 2rem;
}

.cont_page_body ul li {
    font-size: 17px;
    line-height: 35px;
    color: #333;
    text-align: justify;
    list-style-type: square;
}

.cont_page_body h3 {
    margin: 0;
    font-family: "Poppins-SemiBold";
    color: #1d4ed8;
    font-size: 21px;
}

.mbot1 {
    margin-bottom: 30px;
}

.form-control2 {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 10px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #1d4ed8;
    background-color: rgba(255, 255, 255, 0);
    background-image: none;
    border: none;
    border-bottom: 1px solid #000;
    transition: all 0.3s ease-in-out;
}

.quesend {
    border-radius: 0;
    padding: 11px 25px;
    font-size: 17px;
    width: 100%;
    background: linear-gradient(140deg, #1d4ed8, #1d4ed8);
    color: #fff;
    transition: all 0.3s ease-in-out;
    border-radius: 25px;
}

.quesend:hover {
    background: #3c3ded;
    border-color: #3c3ded;
    color: #fff;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */
    font-size: 15px;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
    font-size: 15px;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    font-size: 15px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
textarea:focus,
select:focus {

    padding-left: 7px;
    border-bottom: 1px solid #1d4ed8;
    outline: none;
}

.form h3,
.form p {
    text-align: center;
}

.contact_block {
    position: relative;
    text-align: center;
    -ms-flex-align: center;
    background: #1d4ed8;

    padding: 25px;
}

.coininfoweith {
    width: 100% !important;
}

.coininfo {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    text-align: left;
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.contact_block h2 {
    font-size: 29px;
    font-family: "Poppins-SemiBold";
    color: #fff;
    margin: 25px 0 25px 0;
}

.coininfo .cticon i {
    /* float: left; */
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 1.4em;
    background: rgb(255, 255, 255, 0.3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 10px;
}

.coininfo .cticontent h4 {
    color: #fff;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
    font-size: 17px;
    font-family: "Poppins-SemiBold";
}

.coininfo .cticontent p {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.contact_block p {
    font-size: 15px;
    color: #fff;
}

.contact_map iframe {
    width: 100%;
    height: 350px;
    margin-top: 20px;
    border: none;
}

.footi_res {
    display: none;
}





@media screen and (max-width:1024px) {}

@media screen and (max-width:900px) {
    .navbar-default .navbar-nav>li>a {
        padding: 40px 24px;
        color: #1d4ed8;
        font-weight: 600;
        font-size: 15px;
    }

}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .navbar-default .navbar-nav>li>a {
        padding: 40px 24px;
        color: #1d4ed8;
        font-weight: 600;
        font-size: 15px;
    }

    .gift h1 {
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 27px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-default .navbar-nav>li>a {
        padding: 40px 24px;
        color: #1d4ed8;
        font-weight: 600;
        font-size: 15px;
    }

    .welcome p {
        width: 90%;
        line-height: 19px;
    }

}

@media only screen and (max-width:767px) {
    .antimage img {
        height: 175px;
    }

    .lastnews img {
        width: 100%;
        height: 175px;
    }

    .social_wr1 {
        padding: 1px 0;
        width: 100%;
        margin-top: 2px;
        margin-left: 0px;
        float: left;
    }

    .allpagetag {
        padding: 40px 5px 5px 5px;
    }

    .allpagetag h2 {
        font-size: 14px;
        font-weight: 500;
    }

    #wrap {
        display: none;
    }

    .topright {
        width: 100%;
    }

    .social_wr a {
        margin-left: 10px;
    }

    .logo {
        margin: 5px 0 5px 0;
    }

    .logo a {
        font-size: 35px;
    }

    .logo a span {
        font-size: 25px;
    }

    .logo p {
        font-size: 15px;
    }

    .logo-res {}

    .logo-res img {
        height: 43px;
    }

    .navbar-default .navbar-toggle {
        border-color: #fff;
        border: 2px solid #fff;
        margin-top: 8px;
        margin-bottom: 8px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 27px;
        height: 2px;
        border-radius: 1px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: #0f172a;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        padding: 0 -15px 0 -15px !important;
    }

    .navbar-nav {
        float: inherit;
        margin-top: 0px;
        width: 105%;
        margin-left: -8px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 13px 10px;
        color: #fff;
        font-weight: 500;
        font-size: 21px;
    }

    .navbar-default .navbar-nav>li>a.active {
        padding: 5px 20px;
    }


    .navbar-default .navbar-nav>li {
        padding: 0px 0;
    }

    .navbar-default .navbar-nav>li>a.menucalor3:hover,
    .navbar-default .navbar-nav>li>a.menucalor3:focus {
        color: #fff;
        background: var(--primary-color);
    }

    .navbar-default .navbar-nav>li>a:hover {

        color: #fff;
    }

    .dropdown-menu {
        background-color: rgb(0, 112, 181) !important;
        min-width: 250px;
        margin-top: 0px !important;
    }

    .dropdown-menu img {
        display: none;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        padding: 10px;
        background: #0f172a;
    }

    .bantour {
        margin-left: 0px;
        margin-top: 15px;
    }

    .servi {
        width: 100%;
        margin: 20px 0;
    }

    .service {
        padding: 30px 0;
    }

    .holiday h1 {
        font-size: 23px;
    }

    .whytarak {
        margin-top: -203px;
        text-align: center;
    }

    .mock ul li {
        text-align: center;
    }

    .vivek {
        display: none;
    }

    .welcont {
        margin-left: 0%;
        padding: 5px 0;
    }

    .welcont p {
        width: 100%;
    }

    .mock ul {
        margin: 0;
    }

    .mock ul li a {
        font-size: 16px;
    }

    .mock ul li.bed {
        width: 50%;
        float: left;
        background: #aa283b;
        margin-right: 0px;
        padding: 10px 5px 10px 5px;
        border-radius: 0px;
        box-shadow: none;
        transition: all 0.3s ease-in-out;
    }

    .mock ul li.gena {
        width: 50%;
        float: left;
        background: #807a2b;
        margin-right: 0;
        padding: 10px 5px 10px 5px;
        border-radius: 0;
        box-shadow: none;
        transition: all 0.3s ease-in-out;
    }

    .mike-icon img {
        display: none;
    }

    .portfolio-item .icons .gallaview {
        left: 29%;
        top: 42%;
    }

    .paddingno {
        padding: 0px;
    }

    .reporter_left img {
        width: 15%;
    }

    .reporter-name {
        float: left;
        width: 85%;
    }

    .dit-img_left {
        width: 100%;
        float: left;
        margin-right: 0%;
    }

    .reporter_right {
        width: 100%;
        float: right;
    }

    .reporter_right img {
        width: 15%;
        float: left;
    }

    .dit-con p {
        font-size: 18px;
    }

    .topnews {
        width: 100%;
        margin: 2rem auto;
    }

    .paddirigh {
        padding: 0;
    }

    .b-part {
        margin: 10px 0;
        margin-left: 0px;
    }

    .antipart {
        padding: 10px 0;
    }

    .heading h2 {
        font-size: 19px;
        padding: 6px 12px;

    }

    .heading span a {
        font-size: 13px;
        padding: 10px 11px 10px 11px;
    }

    .inpage_body {
        width: 100%;
        padding: 0 15px;
    }

    .mid_sec {
        width: 100%;
        margin: 0 auto;
    }

    .logo_menu {
        float: left;
    }

    .logo_menu img {
        height: 52px;
        position: relative;
        margin-top: 0px;
        background: #fff;
        padding: 5px;
        box-shadow: 0px 0px 33px #0000003d;
    }

    .news_lat_h h3 {
        font-size: 17px;
        font-family: "Poppins-SemiBold";
        color: #fff;
        background: var(--accent-color);
        padding: 1rem 1rem;
        text-align: center;
        margin: 0;
    }

    #test ul {
        margin: 1rem 0 0 0;
        padding: 0;
    }

    .cont_page_head {
        width: 100%;
        margin: 3rem auto;
        padding: 3rem 3rem;
        background: #2d333a;
    }

    .cont_page_head h2 p {
        float: initial;
    }

    .cont_page_head {
        padding: 1rem 3rem;
    }

    .cont_page_body {
        width: 100%;
    }

    .form {
        margin-bottom: 3rem;
    }

    .coininfo {
        width: 100%;
    }

    .footi ul {
        display: none;
    }

    .footi_res {
        display: block;
        position: fixed;
        z-index: 1000;
        box-shadow: 0px 0px 30px #00000070;
        background: #ebebeb;
        bottom: 0;
        width: 100%;
    }

    .footi_res ul {
        padding: 0;
        margin: 0;
    }

    .footi_res ul li {
        width: 25%;
        float: left;
        border-left: 1px solid #00000021;
    }

    .footi_res ul li:first-child {
        border-left: none;
    }

    .footi_res ul li a {
        color: #000;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        padding: 7px 0;
    }

    .footi_res ul li a i {
        font-size: 18px;
    }

    .anticon {
        height: auto;
    }
}

@media only screen and (max-width:639px) {
    .logo {}

    .logo img {
        width: 50%;
    }

    .social_wr a {
        margin-left: 10px;
    }
}


/* ============================================================ */
/* CONSOLIDATED MODERN STYLES & RESPONSIVE FIXES           */
/* ============================================================ */

/* Global Layout & Scroll Fixes */
html, body {
    overflow-x: hidden !important;
    width: 100%;
    margin: 0;
    padding: 0;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

.mid_sec {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

/* Category Sections */
.news-section {
    margin-bottom: 60px;
    clear: both;
}

.heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--border-color);
    margin: 40px 0 25px 0;
    padding-bottom: 12px;
    gap: 15px;
    background: transparent !important;
}

.heading h2 {
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    margin: 0;
    padding-left: 15px;
    border-left: 6px solid var(--accent-color);
    line-height: 1.2;
    text-transform: uppercase;
}

/* View More Button */
.view-more-stylish {
    display: inline-block;
    background: var(--accent-color);
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.2);
    transition: var(--transition);
    white-space: nowrap;
}

.view-more-stylish:hover {
    background: var(--primary-color);
    color: #fff !important;
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(29, 78, 216, 0.4);
    text-decoration: none;
}

/* Responsive Overrides */
@media (max-width: 991px) {
    .heading h2 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    footer {
        padding: 40px 0 20px 0 !important;
    }
    
    .mid_sec {
        padding: 0 15px !important;
    }
    
    .heading {
        margin: 30px 0 20px 0;
        padding-bottom: 10px;
    }

    .heading h2 {
        font-size: 18px;
        padding-left: 10px;
        border-left-width: 4px;
    }
    
    .view-more-stylish {
        padding: 7px 14px;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .heading {
        /* On very narrow screens, title takes most space, button stays beside it or wraps */
        flex-wrap: wrap;
    }
    
    .heading h2 {
        font-size: 16px;
        max-width: 100%;
    }
    
    .view-more-stylish {
        /* Optional: make button full width on tiny screens if preferred */
        /* width: 100%; text-align: center; */
    }
}

/* Content Area Fixes */
.anticon {
    height: auto !important;
    min-height: 120px;
}

.blockshado {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* Horizontal Scroll Mobile Menu */
@media (max-width: 767px) {
    .navbar-header {
        display: none !important; /* Hide hamburger as we show all items */
    }
    
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding: 0 !important;
        overflow: visible !important;
        border: none !important;
    }
    
    .navbar-nav {
        margin: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Hide scrollbar for Firefox */
        -ms-overflow-style: none; /* Hide scrollbar for IE/Edge */
    }
    
    .navbar-nav::-webkit-scrollbar {
        display: none; /* Hide scrollbar for Chrome/Safari/Opera */
    }
    
    .navbar-nav > li {
        float: none !important;
        display: inline-block !important;
        flex: 0 0 auto;
    }
    
    .navbar-nav > li > a {
        padding: 12px 15px !important;
        white-space: nowrap;
        font-size: 13px !important;
    }

    #myHeader {
        padding: 0 !important;
    }
    
    .mid_sec {
        padding: 0 !important;
    }
}


/* Further mobile font size optimizations */
@media (max-width: 767px) {
    .news-details h2 {
        font-size: 20px !important;
        margin-bottom: 15px !important;
    }
    
    .weekly-wrap-highlight h2 {
        font-size: 20px !important;
        letter-spacing: 0 !important;
    }
    
    .dit-con {
        font-size: 17px !important;
        line-height: 1.6 !important;
    }
    
    .reporter-name a {
        font-size: 14px !important;
    }
    
    .reporter-name p {
        font-size: 13px !important;
    }
}


/* Mobile container spacing fix */
@media (max-width: 767px) {
    .container-fluid .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    .col-xs-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    .inpage_body {
        padding: 0 15px !important;
    }
    
    .mid_sec {
        padding: 0 15px !important;
    }
    
    .dit-con {
        padding: 0 !important; /* It should already inherit from parent, but let us be sure not to over-pad, or maybe add padding here if it lacked it */
    }
}

