/*
Theme Name:  Punjabforum english
Author URI: https://www.thegeminigeeks.com/
Version: 1.1
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
:root {
  /* Color Variables: */
--primarycolor:#505050;
--secondarycolor:#D41F28;
--tertiarycolor:#101010;
  /* Font Variables: */
--primaryfont:'Poppins', sans-serif;
--secondaryfont:'Roboto', sans-serif;
}
*{margin: 0;padding: 0;}
body {margin: 0;padding: 0;background: #fff;font-family: var(--secondaryfont);-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color:var(--primarycolor);font-weight: 400;font-size: 1rem;line-height: 1.8;text-rendering: optimizeLegibility;}
a img {border: none;}
a {color:var(--primarycolor);text-decoration: none !important;transition:0.8s;transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.6s ease;-webkit-transition: all 0.8s ease;-o-transition: all 0.8s ease;}
a:hover {transition:0.8s;text-decoration: none;color: var(--secondarycolor);}
.clear {clear: both;}
.divider {clear: both;border-bottom: 1px solid #ddd;margin: 0 0 1.2rem 0;padding: 20px 0 0 0;}
.alignleft{float:left;margin:0 10px 0 0;}
.alignright{float:right;margin:0 0 0 10px;}
.aligncenter{display:block;margin:0 auto;}

#scroll {position: fixed;right: 10px;bottom: 10px;cursor: pointer;width: 40px;height: 40px;background-color: var(--secondarycolor);text-indent: -9999px;display: none;-webkit-border-radius: 60px;-moz-border-radius: 60px;border-radius: 60px;z-index: 999;}
#scroll span {position: absolute;top: 50%;left: 50%;margin-left: -8px;margin-top: -12px;height: 0;width: 0;border: 8px solid transparent;border-bottom-color: #ffffff;}
#scroll:hover {background-color:var(--tertiarycolor);opacity: 1;filter: "alpha(opacity=100)";-ms-filter: "alpha(opacity=100)";}

.inner {width: 1170px;margin: 0 auto;max-width: 100%;}
.overlay {position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #5C2AB5CF;}

.header_area {position:relative;top: 0;left: 0;width: 100%;z-index: 999;transition: background 0.4s, all 0.3s linear;}
.header_area .row{align-items:center}
.header_area .main_menu{background: var(--secondarycolor);padding: 12px 0;}

#top-bar{padding: 0.4rem 0 0.4rem;}
#top-bar .logo{width: 240px;}
#top-bar .row{justify-content: space-between; align-items: center;padding: 1.2rem 0;}
#top-bar .pull-right{display: flex; align-items: center; justify-content:end}

.mobile-search{ display:flex;  justify-content: center;align-items: center;}
.mobile-search label{width: 19.3rem;max-width: 100%;}
.mobile-search button{ cursor:pointer;border-radius: 0px 5px 5px 0px;margin-left:-3rem;transition:0.5s ease;  border:none; color: #fff;font-size: 14px;border-radius: 50%;width: 48px;height: 48px;}
.mobile-search button img{width: 100%;}
.mobile-search button:hover img{transform: scale(1.09)}
.mobile-search input{width:100%;border-radius: 60px;font-size:15px;padding: 14px 20px; border: 2px solid #ccc;}
.mobile-search input:focus{ outline: none; }

.mobile-search input[type="search"]::-webkit-search-decoration,
.mobile-search input[type="search"]::-webkit-search-cancel-button,
.mobile-search input[type="search"]::-webkit-search-results-button,
.mobile-search input[type="search"]::-webkit-search-results-decoration {
  display: none;
}


#logo {display: flex; justify-content: start;}
#logo img{width:342px;}
.site-menu-toggle{display: none;}

#headerline{background:#f1f1f1;width:100%;color:#000; position:relative; z-index: 1}
#headerline:before{content: ""; position:absolute; left: 0; top: 0; bottom: 0; width: 20vw; background: #101010;z-index: -1 }
#headerline .box{display: flex;align-items: center; gap: 1.5rem}
#headerline .headline{background: #101010; color: #fff; padding:17px 20px;text-transform:uppercase;font-weight:600;line-height: normal;width: max-content;;animation:color 1.5s ease-in-out infinite;min-width: max-content;}
#headerline .box a{margin:0px 5px;color: #000;display: inline-block;border-right:1px solid #fff5; padding-right: 10px;position: relative;padding: 0 0 0 1rem;}
#headerline .box a:before{content:""; position:absolute;  top:50%; left:0; transform:translatey(-50%); width:8px; height: 8px; border-radius: 50%; background: var(--secondarycolor)}
#headerline  a{margin:0px 8px;display: inline-block;}
#headerline a:hover{color: #ccc !important;}
#headerline a:nth-child(3) i{font-size:21px;}
#headerline p{margin-right: 5px}
#headerline a i{color:#fff;}
#headerline a:hover{color:var(--tertiarycolor);}



h1,h2,h3,h4,h5,h6 {margin: 0 0 0.6rem 0;color: #000;line-height: 1.2;font-family: var(--primaryfont);}

h1 {font-size: 36px;text-transform: uppercase;}
h2 {font-size: 36px;font-weight: 600;}
h3 {font-size: 22px;}
h4 {font-size: 20px;}
h5 {font-size: 18px;}
h6 {font-size: 16px;}
.menu-bar {text-align: left;width: 30px;}
.menu-bar span {height:2px;background:var(--secondarycolor);display:block;margin-bottom:6px}
.menu-bar span:nth-child(1) {width:17px}
.menu-bar span:nth-child(2) {width:30px}
.menu-bar span:nth-child(3) {width:15px;margin-left:auto;margin-bottom:0}
.call-now-button {animation: animationFramesTwo 1.5s infinite linear alternate;}
.call-now-button {
	animation: animationFramesTwo 1.5s infinite linear alternate;
}
@keyframes animationFramesTwo {
 0% {
  transform:scale(1)
 }
 50% {
  transform:scale(1.1)
 }
 100% {
  transform:scale(1)
 }
}

#scrolleffect {padding-top: 6.25rem; margin-top: -6.25rem;}
.smalltext{text-transform: uppercase;letter-spacing: 5px;display: block;text-align: center}

.btn-primary{background:var(--tertiarycolor);padding: 0.5rem 2rem;margin: 2rem 0;display: table;color:#fff;transition: .6s ease-in-out;}
.btn-primary:hover{background:var(--secondarycolor);color:#fff;}

.more-btn{padding: 10px 35px;border: 1px solid var(--secondarycolor);margin:1rem 0;display:inline-block}
.more-btn:hover{background:var(--secondarycolor);color:#fff !important; }

#slider{position:relative}
#slider img{width:100%;object-fit:fill}
.slider-nav {width: 95%;
  margin:10px auto;
  position: absolute;
  left: 0rem;
  right: 0rem;
  top: 40%;
z-index: 3;
}
button.arrow {background:#f1f1f1;color:#555;border:none;padding:5px 10px;font-size:30px;border-radius:100%;width:40px;cursor:pointer;line-height:100%}
button.arrow:hover {color:#000;}
button.arrow--left {float:left;}
button.arrow--right {float:right;}

.carousel-caption {right: 0;top: 0;left: 0;z-index:2;position:absolute;bottom: 0;}
.textblock{margin:7rem 0 0 11rem;width:45%}
.carousel-caption h1{font-size: 3.5rem;letter-spacing: 1px;color: #fff;line-height: 1.2;}
.carousel-caption span{font-weight: 900;color:#F68C19;}
.carousel-caption p{color: #fff;font-weight: inherit;}

#home-section-1{padding: 2.5rem 10px 5rem;}
#home-section-1 .grid{display: grid; grid-template-columns: 49% auto; gap: 1.5rem 1.8rem;}

#home-section-1 .side-row{gap: 1.5rem; }
.sliding-post{ width: 100%; position: relative; }
.sliding-post .image img {aspect-ratio: 6/5.6; width:100%;  object-fit:cover; }
.sliding-post .content{position: absolute; bottom: 0; left: 0px; right: 0px;width:91%; margin: 0 auto 1rem;display:flex; flex-direction:column;}
.sliding-post .content h2{background: #000000b0; color: #fff; font-size: 16px; font-weight: 400; padding:0.9rem 14px; line-height: 1.4;}
.sliding-post .content .category-box{width: fit-content; background: var(--secondarycolor); color:#fff; padding:  2px 18px; }

.small-post{flex:  1 0 100%; position:relative;}
.small-post .image img {aspect-ratio: 6/3 !important;  object-fit:cover;}
.small-post .content{position: absolute; bottom: 0; left: 0px; right: 0px;width:91%; margin: 0 auto 1rem;display:flex; flex-direction:column;}
.small-post .content h3{background: #000000b0; color: #fff; font-size: 15px; font-weight: 400; padding:0.9rem 14px; line-height: 1.4;}
.small-post .content .category-box{width: fit-content; background: var(--secondarycolor); color:#fff; padding:  2px 18px;}

.small-post2{flex:  1 0 40%; position:relative;}
.small-post2 .image img {aspect-ratio: 6/5; object-fit: cover;}
.small-post2 .content{position: absolute; bottom: 0; left: 0px; right: 0px;width:100%; margin: 0 auto 0rem;display:flex; flex-direction:column;}
.small-post2 .content h3{background: linear-gradient(0deg, #000 15%, transparent); color: #fff; font-size: 15px; font-weight: 400; padding:3.9rem 14px 0.9rem; line-height: 1.4; margin-bottom: 0}
.small-post2 .content .category-box{display:none;}

.heading-box{display: flex; align-items: center; gap: 1.1rem; margin-bottom: 2.5rem}
.heading-box .fline{flex: 1; border-bottom: 2px solid #ccc; }
.heading-box .navigation{display: flex; align-items: center; gap: 0.5rem;}
.heading-box .navigation span{width: 48px; cursor: pointer; transition:0.5s ease}
.heading-box .navigation span#prvslide{ transform: scaleX(-1)}
.heading-box .navigation span:hover{opacity: 0.5;}
.heading-box  a{color: #000; border-bottom: 1px solid #000; font-size: 18px;line-height: 1.4;padding: 0 2px;}

.normal-btn{display: flex;align-items: center;justify-content: center;width: fit-content;gap: 9px;color: #000;font-weight: 600;margin-top: 16px;}
.normal-btn:after{content: "\f061";  font-family: 'Font Awesome 5 Free';  transition: 0.5s ease-in-out;font-weight: 900;}

.post-row{gap: 2.5rem 1.8rem;}

#home-post-2{margin-bottom: 4rem;background: #f5f5f5;padding: 3.5rem 0 3.5rem;}
.post-items2 .image {position: relative;}
.post-items2 .image img{aspect-ratio: 1/1; object-fit: cover;}
#page-sidebar .post-items2 .image img{aspect-ratio: 300/240; object-fit: cover;}
.post-items2 .category-box{position: absolute; bottom: 18px; left: 18px;  background: var(--secondarycolor); color: #fff; padding:0px 18px}
.post-items2 .post-date{display: flex; align-items: center; font-size:15px; margin-bottom: 0.6rem; gap:0.5rem;color: #505050;}
.post-items2 .post-date img{width: 25px}
.post-items2 .content{padding: 15px 15px 20px; }
#page-sidebar .post-items2 .content{padding: 15px 10px 20px; }
.post-items2 {background: #fff;}
#page-sidebar .post-items2 {flex: 1 0 220px;background: #f1f1f1;max-width: 282px;border: 1px solid #e5e5e5;}
.post-items2 .post-title{font-size: 16px; font-weight: 400;}

.post-items4{flex: 1 0 100px;max-width: 100%;}
.post-items4 .post-items3{ margin-bottom: 1.8rem}

.post-items3 .image img{transition: 0.5s ease;width:100%; aspect-ratio: 6/4;object-fit: cover;}
.post-items3:hover .image img{ transform: scale(1.10)}

.archive .post-items3 , .search .post-items3{flex: 1 0 380px; border: 1px solid #0004; padding: 15px; border-radius: 25px; max-width: 430px;}
.archive .content > .row, .search .content > .row{gap: 2rem 1.5rem; -webkit-gap: 2rem 1.8rem;}

p:empty{display: none}

.post-items3 .share-btns{ border-top:1px solid #ccc; padding-top:1rem;margin-top: 1.4rem;justify-content: center;display: flex;}

.post-items3 *, .post-items4 *,  .post-items4 :before, .post-items3 :after , .post-items3 :before, .post-items4 :after{transition: 0.5s ease} 
.post-items-v{  margin-bottom: 25px}
.post-items-v a{display: flex; align-items: center ; gap: 1.5rem; -webkit-gap: 1.5rem; }
.post-items-v .image{width: 10px; min-width: 140px;border-radius: 10px; overflow: hidden}
.post-items-v .post-title{font-weight: 400; font-size: 15px; line-height: 1.5; margin-bottom: 0.5rem; color: #000;}
.post-items-v .image img{width: 100%;aspect-ratio: 1/1;object-fit: cover;}
.post-items-v .date{color: #606060;font-size: 14px;}
.post-items-v:last-child{border-bottom: 0;padding-bottom: 0;margin-bottom: 0;}

.post-items3 .image{border-radius:20px; overflow:hidden;margin-bottom: 18px;}
.post-items3 .info-bar{display: flex; align-items: center; gap: 1rem; -webkit-gap: 1rem;  font-size: 15px; margin-bottom:15px;  color:#505050; }
.post-items3 .date{line-height:1; margin-bottom: 0;}
.post-items3 .post-title{font-size: 18px; line-height:1.5; margin-bottom: 0; color:#000;}

#home-post-3{margin-bottom: 4rem}

#trending-videos{background: #000; padding:4rem 0;margin-bottom: 4rem;}
#trending-videos h2{color: #fff}
#trending-videos .fline{border-bottom-color: #ffffff42;}
#trending-videos .grid{display:grid; grid-template-columns:58% auto; gap:15px 2.5rem; }
#trending-videos .left-post{position: sticky; top: 1.5rem}
#trending-videos  .heading-box a{color: #fff; border-color: #c4c4c4;}
#trending-videos .sliding-post .image img{aspect-ratio: 16/11}

#trending-videos .right-post{display: flex; align-items:center; gap:15px; margin-bottom: 0rem; padding:0.8rem 10px; justify-content: space-between; border-bottom: 1px solid #505050}
#trending-videos .right-post .post-title{color: #fff; font-size:16px; font-weight:400; margin:0 0 0.5rem ; padding:0;line-height: 1.5;}
#trending-videos .right-post .post-date{font-size:14px;font-weight: 200;color: #fff;}
#trending-videos .right-post img{width:150px;min-width:150px;aspect-ratio: 6/4.5;object-fit: cover;}

#home-posts4{margin-bottom: 4.5rem;}
#home-posts4 .row{gap:2.5rem 2.5rem; }

.post-items6{flex:  1 0 40%;}
.post-items6 a{display: grid; grid-template-columns:32% auto; gap:15px ; align-items: center }
.post-items6 .image img{aspect-ratio: 1/1; object-fit: cover; border-radius: 8px;object-fit: cover;}
.post-items6 .post-date{display: flex; align-items: center; font-size:15px; margin-bottom: 0.6rem; gap:0.5rem;color: #505050;}
.post-items6 .post-date img{width: 25px}
.post-items6 .post-title{font-size: 17px; font-weight: 500; margin-bottom:15px}
.post-items6  p{line-height: 1.4}

#testimonials{padding: 4rem 0px;width: 100%;float: left;text-align: center}
.testimonial .testimonial-item {padding:28px 25px; background:#f5f5f5;}
#testimonials .testimonial h4{margin: 10px 0;color:var(--secondarycolor);}
#testimonials .owl-nav, #testimonials .owl-dots {margin-top: 25px;text-align: center;}
#testimonials .owl-dot {display: inline-block;width:30px; height:4px; background:#dbd9e6; border-radius:5px; margin:5px 5px}
#testimonials .owl-dot.active {background-color:var(--secondarycolor);}

.column{column-count: 2;}
.column3{column-count: 3;}


#blog{width:100%;float:left;padding:4rem 0;}
#blog h1{text-align: center;}
#blog .col-md-4{margin:3rem 0.5rem 0;width:32%;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;padding:0 0 1.5rem;}
.blog-thumbnail img{width: 100%;height:200px;}
#blog .col-md-4:hover{box-shadow:12px 15px 20px 0px rgba(46,61,73,0.15) ;-webkit-transition-duration: 800ms;transition-duration: 800ms;cursor:pointer;}
#blog .col-md-4 .post-title{font-size: 1.2rem;color:var(--primarycolor);margin:1rem 0;display: block;font-weight: bold;}
#blog .col-md-4 .post-title:hover{color:var(--secondarycolor);}
#blog .col-md-4 p{text-align: justify;margin:0 0 25px;padding:0 15px;}
#blog .col-md-4 .more-link{background:var(--secondarycolor);text-align: center;color:#fff;max-width: 100%;float: right;padding:0.5rem 1rem;margin:0 1rem;border: 2px solid var(--secondarycolor);transition: .6s ease;}
#blog .col-md-4 .more-link:hover{background:transparent;color:var(--primarycolor);border-color: var(--secondarycolor);}

#single-post{padding: 2.9rem 15px;}
#single-post .grid{display: grid; grid-template-columns: 64% auto; gap: 2.5rem 3rem;}
#single-post .page-title{color: #000;text-transform: capitalize; margin-bottom: 0.9rem; line-height: 1.35;font-size: 26px;border-bottom: 1px solid #000;padding-bottom: 1rem;}
#single-post  .date-item{   margin-bottom:0.9rem;font-size:16px;color:#757575}

#single-post .content img{ width: fit-content;margin: 0 0 23px;}
#single-post .content iframe{width: 100%; height: 400px}
#single-post .addtoany_shortcode{margin-bottom: 1.5rem}
#single-post .addtoany_shortcode a{ /*! width: fit-content */padding-top: 4px;}
#single-post .addtoany_shortcode a span{padding: 4px; border-radius: 50% !important;  }

#single-post .post-content h2+h3{margin-top: 2rem}
#single-post .post-content p+h3{margin-top:2rem;}
#single-post .post-content h3{  margin:0 0 1.4rem;  width: fit-content;color: #101010;font-size: 21px; position:relative; display:flex; gap:1rem; width: 100%;align-items: center;}
#single-post .post-content h3:after{content: ""; flex: 1; border-bottom: 2px solid #e7dede;height: 1px;}
#single-post .post-content h2{font-size: 27px; position: relative;padding-bottom: 1rem;margin-bottom: 1.5rem;border-bottom: 1px solid #ccc;}
#single-post .post-content h4{font-size: 20px;color: #000; margin-bottom:1rem}
#single-post .post-content h3+h4{margin-top:1.8rem}
#single-post .post-content hr{display: none;}
#single-post .post-content h2:before{content: "";position: absolute; bottom: -2px; left: 0; width: 120px; height:4px; background: var(--secondarycolor)}
#single-post .post-content .adv-h2:before{display:none}
#single-post .post-content p{margin-bottom: 1.4rem;font-size: 17px;}
#single-post .post-content  p+h2{margin-top:2.2rem;}
#single-post .post-content  ul {margin:0px 0 18px 0px !important;}
#single-post .post-content ul li {list-style :none;padding: 0px 0px 5px 1.1rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
#single-post .post-content ul li:before{content: ""; position:absolute;left:0rem;top:12px; font-size:10px; width: 5px;height: 5px; background: #505050; transform: rotate(45deg)}
#single-post .post-content  img{border-radius: 20px;margin-bottom: 1.5rem;width: 100%;}
#single-post .post-content p:empty{display: none; position: absolute;}
#single-post .post-content ol{padding-left: 1rem;}
#single-post .post-content ol li{margin-bottom: 12px; text-indent:8px }
#single-post .post-content ol li::marker{color: #B565C9; font-weight: 600;}


.contact-box{width: 45rem; background: #202020; margin: 0 auto; padding: 33px 19px 11px;text-align: center; border:1px solid #e5e5e5; border-radius:25px;max-width: 100%;}
.contact-box h3{font-size: 22px;color: #fff;margin: 0 0 1.8rem;position: relative;padding-bottom: 1rem;font-weight: 600;}
.contact-box h3:before{content: "";position:absolute; bottom: 0; left: 0; right: 0 ; width: 120px; height: 3px;background: var(--secondarycolor); margin: 0 auto;}
.xdsoft_timepicker{min-width:200px}
#contactform{margin: 0 0 20px 0;line-height: 20px;}
#contactform *{font-size: 15px;color:#595966;font-family: var(--secondaryfont)}
#contactform h3{font-size:26px;text-align: center;}
#contactform i{font-size:26px;}
#contactform p{margin: 0;padding: 0 0 10px 0;line-height: 20px;}
#contactform h2{font-size: 24px;margin:25px 0 15px;font-weight:bolder;border-bottom:1px solid #63C6C1;padding:0 0 8px 0;}
#contactform input,#contactform select{width: 100%;background: #FFF;border: 1px solid #ccc;padding:5px 20px;
	margin: 5px 0;color:#595966;-webkit-border-radius:10px;height: 45px;
}
#contactform textarea{width: 100%;height: 100px;background:#fff;border: 1px solid #ccc;padding: 20px;margin:5px 0;border-radius: 10px;}
#contactform input:focus, #contactform textarea:focus, #contactform select:focus{outline:none;
	color:#000; }

::-webkit-input-placeholder { /* WebKit browsers */color:#595966 !important;opacity: 1;}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color:#595966 !important;opacity: 1;}
::-moz-placeholder { /* Mozilla Firefox 19+ */color:#595966 !important;opacity: 1;}
:-ms-input-placeholder { /* Internet Explorer 10+ */color:#595966 !important;opacity: 1;}

#contactform input.wpcf7-submit{background: var(--secondarycolor);color: #fff;text-transform: uppercase;cursor: pointer;border:2px solid var(--secondarycolor);margin: 15px auto 0;display: table;width:170px;transition: 0.6s ease-in-out;height: 45px;-webkit-border-radius:10px;}
#contactform input.wpcf7-submit:hover{background: transparent;color:#fff;}

textarea, iframe{max-width: 100%;}
.wpcf7-response-output{color:#595959 !important;background:tranparent !important;border:0px !important}
#contactform .wpcf7-not-valid-tip {background: var(--secondarycolor) !important;}

#contactform .wpcf7-spinner{display: none}

.post {padding: 0 10px;}
.post p {margin-bottom:1rem}
.post p a {font-weight: bold;}
.post a {color: #000;}
.post  ul {margin:0px 0 22px 0px !important;}
.post ul li {list-style :none;padding: 0px 0px 5px 1.1rem;/*! display: flex; */list-style-position: inside;
align-items: baseline;position:relative;}
.post ul li:before{content: ""; position:absolute;left:0rem;top:12px; font-size:10px; width: 5px;height: 5px; background: #505050; transform: rotate(45deg);border-radius: 50%;}

#floatbtn{position: fixed;right: 0;top: 40%;z-index: 999;}
#floatbtn .more-btn{writing-mode: vertical-rl;border-radius:0;padding:20px 5px;margin:0;float: right;background:var(--tertiarycolor);color:#fff;border:0}
#floatbtn .more-btn:hover{background:var(--secondarycolor)}

#pagetitle {padding:2rem 0;float: left;width: 100%;text-align: center;background:#f5f5f5;color:#fff;background-size:cover;position: relative;float: left;width: 100%;border-top: 1px solid #e5e5e5;}
#pagetitle h1 {color:#000;text-align: center;margin-bottom: 0.4rem;font-size: 35px;}
#pagetitle p {color:#fff;text-align: center;font-size: 20px;}
.breadcrumb {list-style: none;border-radius: 4px;max-width: 100%;float: none;font-size: 14px;text-transform: uppercase;color: var(--primarycolor);font-weight: 300;}
.breadcrumb a:hover{color:var(--tertiarycolor);}
.breadcrumb>li {display: inline-block;}
.breadcrumb>li+li:before {content: "\f101";padding: 0 5px;color: #fff;font-family:'Font Awesome 5 Free';font-weight:900}
/* #pagetitle .breadcrumb> a {color: #fff} */

#page-sidebar{ padding: 3.5rem 0;}
#page-sidebar .grid{display: grid; grid-template-columns: 69% auto;gap: 1.8rem 3rem;}

.image-box{margin-bottom:3.5rem;display:flex; flex-direction:column; gap:1.8rem;}
.image-box img{width: 100%;}

.heading h2{background: var(--secondarycolor); width: fit-content; color: #fff; font-size: 18px; padding: 10px 20px; margin-bottom: 0;}
.heading {display: flex;  justify-content: space-between; align-items:center; border-bottom: 1px solid var(--secondarycolor); margin-bottom:1.5rem;}


.sidebar-item .side-posts a{display: flex; align-items:center; gap:15px; margin-bottom: 0rem; padding:0.8rem 10px; justify-content: space-between; border-bottom: 1px solid #505050}
.sidebar-item .side-posts .post-title{color: #000 !important; font-size:15px !important; font-weight:400; margin:0 0 0.5rem ; padding:0;line-height: 1.5;margin-bottom: 0 !important;}
.sidebar-item .side-posts .date{font-size:14px !important;font-weight: 2300;color: #404040 !important;margin-bottom: 0 !important;}
.sidebar-item .side-posts img{width:106px;min-width:121px;aspect-ratio: 6/6;object-fit: cover;}


#main{padding: 3rem 0;}
#main p{color:var(--primarycolor);font-size: 16px;}
#main a{color:var(--secondarycolor)}
#main a:hover{color:var(--primarycolor);}
#main li{list-style: none;line-height: 30px;color: var(--primarycolor);}

.widget {padding: 0 1rem;}
.widget h3 {border-bottom: 2px solid var(--primarycolor);text-transform: uppercase;padding: 0 0 0.7rem 0;margin-bottom: 2rem;}
.widget ul li {display:flex;list-style-type:none;border-bottom: 1px dashed var(--primarycolor);margin: 0 0 0.7rem 0;align-items: center;}
.main-widget img{width: 320px; max-width: 100%;margin-bottom: 2rem;border-radius: 10px;overflow: hidden;}
.main-widget p{font-size: 16px !important; color: #000;}

#bottom {background: #f1f1f1;color:#000;font-size: 16px;padding: 4rem 0 0;background-size: cover;}
#bottom .grid{display:grid; grid-template-columns:28% auto;gap: 3rem 3.5rem;}
#bottom a {color: #000;font-weight: 500;}
#bottom a:hover {color:var(--secondarycolor);}
#bottom i {color: #fff;margin-right: 0px;}
#bottom .widget h3 {border: none;text-align: left;font-weight: 700;color: var(--secondarycolor);font-size: 20px;text-transform: uppercase;position: relative;}
#bottom .widget h3:after{content:""; position:absolute; bottom:0; left:0; width:62px; border-bottom:2px solid var(--secondarycolor);}
#bottom .widget h3:before{content:""; position:absolute; bottom:0; left:0; width:100%; border-bottom:2px solid #ccc;}
#bottom .widget li {border: none;text-decoration: none;color:#404040;list-style: none;}
#bottom .widget li:before{content: ""; margin-right: 0.5rem; font-weight: 600;width: 11px;height: 6px;background: url(https://www.punjabforum.com/wp-content/uploads/2026/03/arrow-icon.png) no-repeat;background-size: cover;transform: rotate(-90deg);}
#bottom .fotoer-logos{width: 600px; margin: 1.7rem auto 0;max-width: 89%;}
#bottom .footer-dis{margin-top: 15px; font-weight: 500; margin-top:1.2rem; font-style: italic;}


#bottom .footer-contact li{line-height:20px;display:flex;margin-bottom: 1.7rem !important;}
#bottom .footer-contact li:before{font-family:'Font Awesome 5 Free';font-weight:900; color: var(--secondarycolor);}
#bottom .footer-contact .address:before {content: "\f3c5"; margin-right: 10px;}
#bottom .footer-contact .phone:before {content: "\f879"; margin-right: 10px;transform: rotate(80deg);}
#bottom .footer-contact .email:before {content: "\f0e0"; margin-right: 10px;}
#bottom .image-list li:before{display: none;}
#bottom .image-list li img{width: 180px}
#bottom .image-list li{margin-bottom: 0.9rem !important; }

#footer {clear: both;background:transparent;color: #000;padding:0.8rem 0;text-align: center;font-size:14px;margin-top: 1.5rem;border-top: 2px solid var(--secondarycolor);}
#footer a {color: #000;}
#footer a:hover {color:var(--secondarycolor);}
.fleft {float: left;}
.fright {float: right;}


.phone-call {width: 50px;height: 50px;left: 20px;bottom: 20px;background:var(--secondarycolor);position: fixed;text-align: center;color: #ffffff;cursor: pointer;border-radius: 50%;z-index: 99;display: inline-block;line-height: 65px;font-size: 1.6rem;line-height: 50px;animation: shake 1.8s linear infinite alternate;}
.phone-call i{color:#fff;}
.phone-call:before {position: absolute;content: " ";z-index: -1;top: -15px;left: -15px;background-color:var(--secondarycolor);width: 80px;height: 80px;border-radius: 100%;animation-fill-mode: both;-webkit-animation-fill-mode: both;opacity: 0.6;-webkit-animation: pulse 1s ease-out;animation: pulse 1.8s ease-out;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.fa-phone-alt::before {content: "\f879";}
@-webkit-keyframes pulse {
    0% {-webkit-transform: scale(0);opacity: 0;}
    25% { -webkit-transform: scale(0.3); opacity: 1; }
    50% {-webkit-transform: scale(0.6);opacity: .6;}
    75% {-webkit-transform: scale(0.9);opacity: .3;}
    100% {-webkit-transform: scale(1);opacity: 0;}
}

@keyframes shake{
    50%{transform:scale(1.1)rotate(90deg)}
}

@keyframes pulse {
    0% {transform: scale(0);opacity: 0;}
    25% {transform: scale(0.3);opacity: 1;}
    50% {transform: scale(0.6);opacity: .6;}
    75% {transform: scale(0.9);opacity: .3;}
    100% {transform: scale(1);opacity: 0;}
}

@media screen and (max-width: 981px) {
body {min-width: 230px;}
.desktoponly {display: none !important;}
.inner {width: 100%;padding: 0%;}
img.alignleft,
img.alignright {float: none;display: block;margin: 10px auto;}
.site-menu-toggle{display: block;color: var(--secondarycolor);}
.site-navbar{display: none;}

#logo{display:flex;align-items:center;justify-content:space-between}
#logo .site-title{margin: 10px 0;}
#logo img{width: 230px;height: auto;float:left;}


#bottom {width: 100%;display: block;}
.fleft, .fright {float: none;}
  .header_area .main_menu{padding:0}
  
  .grid{grid-template-columns: 100% !important;}
  .main-widget{padding:  0 15px}
  
  #page-sidebar .post-items2 {max-width: 316px;}
}


@media screen and (min-width: 981px) {
.mobileonly {display: none !important;}
.site-menu-toggle{display:none !important;}
}


@media screen and (max-width: 800px) {
	#slider #deskslider{display:none}
	#slider #mobslider{display:block}
}
@media screen and (max-width: 600px) {
.wp-pagenavi span.pages, .wp-pagenavi a , .wp-pagenavi a.nextpostslink  {padding: 0.3rem 0.6rem !important;}
.wp-pagenavi span.current{padding:0.8rem}
.column, .column3, .column4{column-count:1}
  .small-post .image img{aspect-ratio: 6/5.6 !important;}
  .small-post2 .image img{aspect-ratio: 6/6 !important;}
  .small-post2 .content h3{font-size: 12px;padding: 3rem 10px 0.8rem;}
  .small-post .content h3{font-size: 16px}
  #home-section-1 .side-row{gap: 0.8rem}
  #home-post-2{padding: 2.5rem 10px 3.5rem;margin-bottom: 3rem;}
  h2{font-size: 28px}
  .heading-box .navigation{gap:5px}
  .heading-box .navigation span{width: 29px}
  .heading-box{margin-bottom: 1.8rem;}
  #home-section-1{padding: 2.5rem 10px 3.5rem;}
  #home-post-3{margin-bottom: 3.5rem; padding: 0 15px;}
  #trending-videos{padding: 3rem 15px 3rem;margin-bottom: 3.5rem;}
  #trending-videos .right-post img{width:100px;min-width:100px; aspect-ratio:1/1}
  #trending-videos .right-post .post-title{font-size: 14px}
  #trending-videos .sliding-post .image img{aspect-ratio: 6/5.6}
  .heading-box a{font-size: 15px}
  .post-items6{flex: 1 0 100%;}
  #home-posts4{padding: 0 15px;margin-bottom: 3.5rem;}
  .post-items6 .post-title{font-size: 14px}
  .post-items6 p{font-size: 12px}
  .post-items6 .post-date{font-size: 12px}
  .post-items6 .post-date img{width: 17px}
  .post-items6 a{align-items: start}
  #headerline .headline{font-size: 14px; padding: 15px  15px}
  #headerline .box a{font-size: 14px;}
  #top-bar .row{padding:1.8rem 0}
  .main-widget{text-align: center}
  .main-widget a{margin: 0 auto 1rem; width:fit-content; display:flex; }
  .main-widget a img{margin-bottom: 0}
  .widget{margin-bottom: 1.2rem}
  #footer{margin-top: 25px;}
  #page-sidebar{padding: 3.2rem 10px;}
  
  #page-sidebar .post-items2{flex: 1 0 100%; max-width: 100%;}
  #pagetitle h1{font-size: 30px;}
  
  #single-post .page-title{font-size: 24px}
  #single-post .post-content h2{font-size: 22px;}
  #single-post .post-content h3, #single-post .post-content h4{font-size: 20px;}
  
  .contact-box{padding:35px 10px 10px;}
  .contact-box h3{font-size: 19px; width: 20rem; margin-left: auto; margin-right: auto; padding-bottom:18px; margin-bottom:1.5rem}
  h3{font-size: 20px}
}


@media screen and (min-width: 769px) and (max-width: 1120px) {
#bottom .col-md-3{width: 47%;float: left;}
#slider .btn-primary{padding:10px 35px;margin:10px 0;}
}

@media (min-width: 576px) {
.container-fluid {
max-width: 540px;
    padding: 0 2rem
}
}
@media (min-width: 768px) {
.container-fluid {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container-fluid {
max-width: 1040px;
}
}
@media (min-width: 1200px) {
.container-fluid {
max-width: 1350px;
}
}

