/*
Theme Name: Pace Motor Lines
Theme URI: https://pacemotor.com
Description: A custom WordPress theme for Pace Motor Lines - Transportation & Logistics Provider
Author: Pace Motor Lines
Author URI: https://pacemotor.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pace-motor-lines
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

*{
    margin: 0;
    padding: 0;
}

:root{
    --primary: #FF6600;
    --white: #fff;
    --black: #000;
}

/* ====================== new menu css =========================== */

#menu-footerlink  {
    display:block;
}
#menu-footerlink a {
    padding:0px;
}

ul.sub-menu li:nth-child(1) a img {
    width:45px;
}
.pagination {
    display:flex;
    gap:15px;
    justify-content:center
}
.pagination a {
    color:var(--primary);
}

p.link-more {
    display: none;
}


img.menu-image.menu-image-title-after {
    width: 40px;
}
	.sub-menu li a:hover img.menu-image.menu-image-title-after{
		filter: brightness(0) saturate(100%) invert(94%) sepia(24%) saturate(22%) hue-rotate(64deg) brightness(106%) contrast(107%);
	}
	ul.sub-menu {
    padding: 15px !important;
    border-radius: 5px;
}
	.menu-image-title{
		font-family: "Plus Jakarta Sans", Sans-serif;
		font-size: 14px;
		font-weight: 500;
	}
	
	.main-menu > li.menu-item-has-children > a::after {
  content: '\27A4';
  display: inline-block;
  font-size: 10px;
  margin-left: 6px;
  color: #fff;
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}

.main-menu > li.menu-item-has-children:hover > a::after {
 transform: rotate(270deg);
}

/* Basic Navigation Styling */
.navigation {
  background-color: transparent;
  padding: 0;
}

.navigation .main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.navigation .main-menu > li {
  position: relative;
}

.navigation .main-menu > li > a {
  display: block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.4s ease;
	font-size: 16px;
	font-weight: 500;
}
.sub-menu::before {
    content: "";
    width: 80%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    left: 0px;
    right: 0px;
    background: rgb(255, 102, 0);
    margin: auto;
    border-radius: 0px 0px 10px 10px;
}
.navigation .main-menu > li:hover > a {
  color: var(--primary);
}
.navigation .main-menu > li:active > a {
  color: var(--primary);
}
/* Dropdown Styling */
.navigation .sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  min-width: 200px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 999;
}

.navigation .sub-menu li a {
  display: block;
  padding: 12px 16px;
  color: var(--primary);
  text-decoration: none;
  transition: all 0.4s ease;
	margin: 10px 0px;
    border-left: 4px solid rgb(255 102 0 / 30%);
	border-radius: 0px 5px 5px 0px;
}

.navigation .sub-menu li a:hover {
  background-color:  var(--primary);
	color: #fff;
	
}

/* Show dropdown on hover */
.navigation li:hover > .sub-menu {
  display: block;
}
ul.sub-menu {
    width: max-content;
}

.page-id-1118 .header_group {
		display: none;
		
	}
#menu-footerlink-1{
	flex-direction: column;
}
#menu-footerlink-1 li a{
	padding: 0;
}
/* ======================= ends ============ */

.top-bar-btn1:before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('https://pacemotor.com/wp-content/uploads/2025/05/In-Transit.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -15px;
}
.top-bar-btn2:after {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url('https://pacemotor.com/wp-content/uploads/2025/05/Enter.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -15px;
}
.top-bar-btn{
	position:relative;
}

     .brdr{
            border: 1px solid var(--primary);
            border-radius: 8px;
        }
        .tahnk_row{
                --bs-gutter-x: 2rem;
                --bs-gutter-y: 2rem;

        }
        .brdr{
            padding: 40px;
            text-align: center;
            gap: 20px;
			min-height:200px;
        }
.brdr p{
	font-size 20px;
	color: #000;
}
.brdr1{
	padding-top: 60px;
	padding-bottom: 60px;
}
.brdr .fa-check:before {
    content: "\f00c";
    background: #ff6600;
    padding: 20px;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}
.fa-exclamation:before {
    background: #ff6600;
    padding: 12px 20px;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
}
        .brdr h1{
            color: #000000;
        }
        .thank_head{
            font-size: 20px;
            color: #000000;
        }
.thank_socio{
	width: 32px;
	height: 32px;
}
.thank_socio_row{
	gap: 20px;
}


.thank-hero-sec{
	padding-top: 180px;
	padding-bottom: 60px;
}
.thank_socio_row a img{
	width: 30px !important;
	height: 30px !important;
}
	.sercv_card a {
    text-decoration: none;
}

.social_row a img{
	width: 24px;
}
.foot_list a {
	color: #fff !important;
	text-decoration: none !important;
	transition: all 0.4s ease;
}
.foot_list a:hover {
	color: var(--primary) !important;
}

.dropdown-menu::before {
    content: "";
    width: 80%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: #FF6600;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
}
.dropdown-item {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 14px;
    font-weight: 500;
	color: var(--primary);
   padding: 16px 10px 16px 60px !important;
    border-radius: 0px 5px 5px 0px;
	position:relative;
	transition: all 0.4s ease;
	margin: 10px 0px;
    border-left: 4px solid rgb(255 102 0 / 30%);
}
.dropdown-item:hover{
	background-color: var(--primary);
	color:#fff;
}
.dropdown-item1:hover:before, .dropdown-item2:hover:before, .dropdown-item3:hover:before, .dropdown-item4:hover:before, .dropdown-item5:hover:before, .dropdown-item6:hover:before, .dropdown-item7:hover:before, .dropdown-item8:hover:before, .dropdown-item9:hover:before, .dropdown-item10:hover:before, .dropdown-item11:hover:before {
	filter: brightness(0) saturate(100%) invert(94%) sepia(24%) saturate(22%) hue-rotate(64deg) brightness(106%) contrast(107%);
}
.dropdown-item1:before, .dropdown-item2:before, .dropdown-item3:before, .dropdown-item4:before, .dropdown-item5:before, .dropdown-item6:before, .dropdown-item7:before, .dropdown-item8:before, .dropdown-item9:before, .dropdown-item10:before, .dropdown-item11:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 10px;
}
.dropdown-item1:before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/logistics-delivery-truck-in-movement_svgrepo.com_.svg);
    width: 36px;
    height: 20px;
}
.dropdown-item2:before{
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/Air.svg);
    width: 35px;
    height: 29px;
}
.dropdown-item3:before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/warehouse_svgrepo.com_.svg);
    width: 35px;
    height: 25px;
}
.dropdown-item4:before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/Assistance.svg);
    width: 38px;
    height: 25px;
}
.dropdown-item5:before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/package-arrows-user_svgrepo.com_.svg);
    width: 37px;
    height: 27px;
}
.dropdown-item6:before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/Ocean.svg);
    width: 36px;
    height: 26px;
}
.dropdown-item7::before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/Request-a-pcikup.svg);
    width: 29px;
    height: 29px;
}
.dropdown-item8::before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/PROOF-OF-DELIVERY-REQUEST.svg);
    width: 29px;
    height: 29px;
}
.dropdown-item9::before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/download-doc.svg);
    width: 26px;
    height: 26px;
}
.dropdown-item10::before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/TRANSPORTATION-QUOTE-REQUEST.svg);
    width: 29px;
    height: 29px;
}
.dropdown-item11::before {
    background-image: url(https://pacemotor.com/wp-content/uploads/2025/04/WAREHOUSE-QUOTE-REQUEST.svg);
    width: 29px;
    height: 29px;
}
ul.dropdown-menu.show {
    padding: 15px;
}

 #sidbr_nav {
  position: fixed;
  top: 0;
 transform: translateX(-100%);
  width: 400px;
  height: 100%;
  background: #000;
  transition: all 0.5s ease;
  z-index: 999;
  padding: 15px;
	 gap: 20px;
}
.fa-bars:before {
    content: "\f0c9";
    color: #ffffff;
    font-size: 20px;
}
#sidbr_nav.active {
  transform: translateX(0);
 
}
button.ham_btn {
    border: 1px solid #fff;
    color: white;
    padding: 5px 10px;
    width:100px;
    text-transform:uppercase;
    background: transparent;
}

button.ham_btn i {
    margin-left:5px;
    
}
button.ham_btn:hover, button.ham_btn:focus{
  background-color: var(--primary);
}


h1, h2, h3, h4 {
    font-family: 'Plus Jakarta Sans';
}
body{
    font-family: 'Plus Jakarta Sans'; 
}
h1 {
    font-size: 75px;
    font-weight: 800;
    color: #fff;
}
h2 {
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}
.second_bar{
	padding-top: 05px !important;
	padding-bottom: 05px !important;
}

.grav_form h3 {
    font-size: 18px !important;
    color: black;
    font-family:'Plus Jakarta Sans';
}
.grav_form .gform_button {
    background-color: #ff6600;
    border: 1px solid #ff6600;
    color: white;
    width: 193px;
    border-radius: 10px;
    font-size: 18px;
    height: 53px;
}
.grav_form .gform_button:hover {
    background-color: white;
    color: #ff6600;
}

.global-btn, .white_bck_btn{
    background-color: var(--primary);
    border-radius: 10px;
    color: #fff;
    padding: 12px 26px;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 400;
    border: 1px solid var(--primary);
    width: max-content;
	position:relative;
	overflow:hidden;
	text-decoration:none;
}
.global-btn:focus, .white_bck_btn:focus {
	 background-color: var(--primary);
    color: #fff;
}

button.global-btn, button.white_bck_btn {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.5s;
}
.global-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  background:#ffffff;
  height: 150px;
  width: 350px;
  border-radius: 50%;
}
.white_bck_btn:before {
	 content: "";
  position: absolute;
  z-index: -1;
  background:#000;
  height: 150px;
  width: 350px;
  border-radius: 50%;
}
.global-btn:hover {
  color: #ff6600;
  background-color: transparent;
}
.white_bck_btn:hover {
  color: #fff;
  transition: all 0.7s;
  background-color: transparent;
}

.global-btn:before, .white_bck_btn:before {
  top: 100%;
  left: 100%;
  transition: all 0.7s;
}

.global-btn:hover:before, .white_bck_btn:hover:before {
  top: -30px;
  left: -30px;
}
.recent_pst_title{
	font-size: 20px;
	color: #000;
}
.blog_cardd_title a{
	font-size: 20px;
	color: #000 !important;
	text-decoration:none;
	line-height: 1.3em;
}
.cstm_icon{
	color: var(--primary);
}
.blog-meta.d-flex.align-items-center.gap-3 {
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--primary);
	border-bottom: 1px solid var(--primary);
}
.blog-meta span {
    font-size: 18px;
    color: #000;
}
.recnt_sidebar ul li{
	list-style: none;
	 margin-bottom: 15px;
	border-bottom: 1px solid #D6D6D6;
	padding-top: 15px;
	padding-bottom: 15px;
}
.recnt_sidebar ul li a{
	text-decoration: none;
	color: var(--primary);
	font-size: 18px;
}
.recnt_sidebar ul {
	padding-left: 0;
}

.recnt_sidebar{
	padding-left: 40px;
	border-left: 1px solid #EEEEEE;
}
.blog-card .card-content p {
    font-size: 15px;
}
.blog_inner_cotnt p a{
	color: var(--primary);
}
.section-one{
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
	padding-top: 15vw;
	padding-bottom: 10vw;
}
.section-two{
    background-image: url('https://pacemotor.com/wp-content/uploads/2025/04/ee464f1113eb57daf08ffa02b7d44c7a515c62f1.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding: 100px 15px;
	background-attachment: fixed;
}
.section-foot{
    background-image: url('https://pacemotor.com/wp-content/uploads/2025/06/flag-scaled.webp');
    background-position: center;
    background-size: cover;
    width: 100%;
    position: relative;
    padding:15px;
}
.section-three{
    background-color: var(--white);
    padding-right: 0;
}
.section-one:before{
    content: '';
    background: #000;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.45) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	top: 0;
    z-index: 0;

}
.section-two:before{
    content: '';
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;

}
.section-foot:before{
    content: '';
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
	top: 0;
    z-index: 0;

}
.our-container{
    z-index: 1;
    width: 100%;
    max-width: 1240px;
    padding: 15px;
    margin:auto;
    position: relative;
}
.hero-sec p, .second_col p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}
.hero_col, .second_col{
    gap: 20px;
}
.second_col{
    width: calc(50% - 25px);
    padding: 0;
}
.navbar{
    background-color: #05050552 !important;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(6.3px);
    padding: 0;
}
.nav-link, .nav-link.show{
    color: #fff !important;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
}
.nav-link.active, .nav-link:hover{
    color: var(--primary) !important;
}
.fa-phone:before {
    content: "\f095";
    padding-right: 8px;
    font-size: 18px;
}
.top-bar{
    background-color: var(--primary);
    z-index: 999;
    position: relative;
}
button.top-bar-btn {
    background-color: transparent;
    border: none;
	padding: .5rem 1rem;
    color: #fff;
}

.header_group {
    position: absolute;
    top: 0;
    width: 100%;
}
.head_btn_group{
    gap: 30px;
	z-index: 1;
    width: 100%;
    max-width: 1240px;
    padding: 5px 15px;
    margin: auto;
    position: relative;
}

button.top-bar-btn:hover, button.top-bar-btn:focus, button.top-bar-btn:focus-visible {
    background-color: transparent;
	border: none;
	color: #000;
}

nav.navbar.navbar-expand-lg.bg-body-tertiary.sticky {
    position: fixed;
    top:0;
    animation: mymove 1s;
}

button.top-bar-btn2:before {
    content:'';
    width: 1px;
    height: 30px;
    position: absolute;
    background: #ffffff;
   left:-30px;
   top: 5px;
    
}
.top-bar-btn2 {
 position: relative;
}
.badge {
    font-size: 16px;
    font-weight: 400;
    width: 91px;
    color: #fff;
    border-radius: 5px;
    background-color: #ff6600;
    padding: 8px;
    position:relative;
    right: -20px;
}
span.badge:before {
    content:'';
    width: 50px;
    height: 45px;
    background: transparent;
    position: absolute;
    border: 1px solid #FF6600;
    top:-6px;
    left:-18px;
    z-index:-1;
}
.sercv_card{
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    gap: 10px;
    width: 286px;
}
.sercv_card img{
    width: 55px;
	height: 34.6px;
	transition: all 0.4s ease;
}
.sercv_card h4{
    font-size: 18px;
    font-weight: 800;
    color: #000;
	transition: all 0.4s ease;
}
.sercv_card p{
    font-size: 16px;
    color: #000;
	transition: all 0.4s ease;
}
.second_row{
    gap: 20px;
    justify-content: center;
}
.second_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
.map__col{
    background-position: center;
    background-size: cover;
}
.left_col_pd h2{
    color: var(--black);
}

p.list_item:before {
    content:'';
    background-image: url('https://pacemotor.com/wp-content/uploads/2025/04/ion_location-sharp.svg');
    width: 35px;
    height: 35px;
    background-size: cover;
    background-position: center;
    position:absolute;
    left: -50px;
    top: -5px;

}
p.list_item{
    position:relative;
    font-size: 20px;
    left: 50px;
}
.left_col_pd {
    padding-left: calc(50vw - 620px);
    padding-top: 100px;
    padding-bottom: 100px;
    gap:20px;
}

.navbar-brand img {
    width:204px;
}
.social_row {
    display: flex;
    gap: 10px;
	width: 95px;
}
h4.foot_head {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.foot_list {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
}
.foot-col-2 .foot_list {
    list-style: none;
}
.with_icon::before {
    content:'';
    background-image: url('https://pacemotor.com/wp-content/uploads/2025/04/Group-8-1.png');
    width:20px;
    height: 20px;
    position: absolute;
    z-index:22;
    background-position: center;
    background-size:cover;
    left: -30px;
    top:5px;
}
.with_icon, .with_icon2 {
    position: relative;
    margin-left: 30px;
}
.foot_logo{
    width:310px;
}
.with_icon2::before {
    content:'';
    background-image: url('https://pacemotor.com/wp-content/uploads/2025/04/Vector-35.png');
    width:18px;
    height: 18px;
    position: absolute;
    z-index:22;
    background-position: center;
    background-size:cover;
    left: -30px;
    top:5px;
}
h4.foot_head:before {
    content:'';
    width: 70px;
    height:2px;
    background: #fff;
    position:absolute;
    bottom:3px;
    left:2px;
}
h4.foot_head{
    position: relative;
	padding-bottom: 10px;
}
.foot-col-3 {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.foot_container{
	padding-top:80px !important;
	padding-bottom:80px !important;
	border-bottom: 2px solid #fff;
}
.foot_row{
	display:flex;
	row-gap: 20px;
}
.copyright_row{
	text-align: center;
	padding-bottom:0;
}
.copyright_row p{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-bottom:0;
}

.sercv_card:hover {
    transform:scale(1.02);
    background-color: var(--primary);
}
.sercv_card:hover h4, .sercv_card:hover p {
   color: #fff;
}
.sercv_card:hover img {
   filter:invert(1) contrast(0) brightness(2);
}
.sercv_card {
    transition: all 0.5s ease;
    cursor: pointer;
}
.core_values{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
@keyframes mymove {
  from {top: -100px;
       opacity:0;
       }
  to {
     opacity:1;}
}

/*  ========== homepage css ends here ========== */
/*  ================ about page css start ============ */
p#breadcrumbs span {
    color: #fff;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
}

p#breadcrumbs span a {
    color: var(--primary);
    text-decoration: none;
}

        .section-hero {
           
            background-position: center;
            background-size: cover;
            padding: 220px 10px 100px 10px;
            width: 100%;
            position: relative;
        }

        .next-to-hero {
            padding: 80px 10px;
            background-color: #fff;
        }

        .core_values {
            padding: 20px 10px;
        }

        .section-hero:before {
            content: '';
            background: #000;
            background: linear-gradient(270deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.45) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;

        }

        .our-container {
            z-index: 1;
            width: 100%;
            max-width: 1240px;
            padding: 15px;
            margin: auto;
            position: relative;
        }

        .hero-banner-col {
            gap: 20px;
        }

        .hero-banner-col h1:before {
            content: '';
            width: 85%;
            border-bottom: 6px double white;
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            margin: auto;
        }

        .hero-banner-col h1 {
            position: relative;
			text-align:center;
        }

        .about_imagee,
        .gen_imagee {
            max-width: 580px;
            width: 100%;
        }

        .gen_imagee {
            border-radius: 10px;
        }

        .about_head {
            color: #000;
        }

        .about_content {
            font-size: 18px;
            color: #000;
        }

        .about_roww {
            gap: 0;
            display: flex;
            flex-wrap: wrap;
        }

        .about_coll {
            gap: 20px;
        }

        .custom-gx {
            --bs-gutter-x: 4.5rem;
        }

        .custom-gx2 {
            --bs-gutter-x: 2.5rem;
        }

        .core_roww h2 {
            color: #000;
            text-align: center;
            padding-bottom: 30px;
        }

        .core_card {
            padding: 20px;
            background-color: var(--primary);
            border-radius: 8px;
            gap: 20px;
        }

        .core_card img {
            width: 40px;
            height: 40px;

        }

        .core_card h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .icon_list {
            gap: 20px;
            border-bottom: 1px solid var(--primary);
            padding: 15px 0px;
            width: 100%;
        }

        .icon_list p {
            font-size: 20px;
            color: #000;
            font-weight: 500;
            margin-bottom: 0;
        }

        .icon_list img {
            width: 36px;
        }

        .What_coll {
            gap: 10px;
            padding-bottom: 20px;
        }

        .What_coll2 {
            gap: 10px;
        }
/*  ============= about css ends ============= */

/*  ================= LTL page css starts here ============ */
		
			.sticky-bar {
    			position: sticky;
   			 	top: 110px;
			}

      .inner-hero-sec {
            
            background-position: center;
            background-size: cover;
            padding: 220px 10px 100px 10px;
            width: 100%;
            position: relative;
        }

        .next-to-hero-inner {
            padding: 80px 10px;
            background-color: #fff;
        }

        .inner-hero-sec:before {
            content: '';
            background: #000;
            background: linear-gradient(270deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.45) 100%);
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 0;

        }

        .our-container {
            z-index: 1;
            width: 100%;
            max-width: 1240px;
            padding: 15px;
            margin: auto;
            position: relative;
        }

        .hero-banner-col {
            gap: 20px;
        }

        .hero-banner-col h1:before {
            content: '';
            width: 85%;
            border-bottom: 6px double white;
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            margin: auto;
        }

        .hero-banner-col h1 {
            position: relative;
        }

        .inner_about_roww {
            gap: 0;
            display: flex;
            flex-wrap: wrap;
            --bs-gutter-x: 4.5rem;
        }

        .service_contentt {
            font-size: 18px;
            color: #000;
        }

        .icon_wth_txt {
            gap: 10px;
            padding: 5px;
        }

        .icon_wth_txt img {
            width: 28px;
        }

        .icon_wth_txt p {
            margin-bottom: 0;
            font-size: 18px;
            color: #000;
        }

        .inner_row {
            flex-wrap: wrap;
            padding: 10px 0px;
        }

        .custom-gap {
            --bs-gutter-x: 2rem;
          
        }

        .two_btn {
            gap: 20px;
        }

        a.sidebar_btn {
            width: 100%;
            font-size: 16px;
            font-weight: 500;
            font-family: 'Plus Jakarta Sans';
            color: #000;
            background-color: #E7E7E7;
            text-decoration: none;
            padding: 10px 15px;
            border-radius: 6px;
            transition: all 0.4s ease;
        }

        a.sidebar_btn:hover {
            background-color: var(--primary);
            color: #fff;
        }

        a.sidebar_btn.active {
            background-color: var(--primary);
            color: #fff;
        }

        .sidebar_row {
            width: 100%;
            gap: 10px;
        }
/* =================================== contact page css =============== */
			.cntct_container{
				--bs-gutter-x: 1rem !Important;
			}

	.sidbr_parent {
            background: #FF6600;
            background: linear-gradient(167deg, rgba(255, 102, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
            border-radius: 10px;
            padding: 40px;   
        }

        .sidbr_parent h3 {
            font-family: "Plus Jakarta Sans", Sans-serif;
            font-size: 30px;
            font-weight: 600;
            color: #FFFFFF;
            position: relative;
        }

        .sidbr_parent h3:before {
            content: '';
            width: 100px;
            position: absolute;
            bottom: -10px;
            border-bottom: 6px double white;

        }

        li.cntnt_list {
            color: #fff;
            font-size: 18px;
            margin-bottom: 12px;
            list-style: none;
        }
		.sidbr{
			gap: 20px;
		}
			.cntnt_ul1:before{
				content:"";
				width: 100%;
				height: 1px;
				background: #fff;
				position: absolute;
				bottom: -8px;
			}
			.cntnt_ul1{
				position: relative;
			}
			.cntct_grav_form .gform_wrapper{
			padding: 40px;
			box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.26);
			border-radius: 10px;
		}
		.map_contain{
				padding-bottom: 80px;
			}

.ham_btn {
		display: none;
	}
#sidbr_nav{
	display: none;
}
/*  ================== responsive media quries ========= */
@media only screen and (max-width: 1239px){
	.dropdown-menu.show{
		position: relative !important;
		top: -35px  !important;
	}
	.dropdown-menu::before {
		display: none;
	}
	.our_menu, .second_bar .navigation{
		display: none;
	}
	.ham_btn{
		display: block !important;
	}
	#sidbr_nav{
		display:block !important;
	}
	#sidbr_nav .navigation{
		display:block !important;
	}
	#sidbr_nav .navigation .main-menu{
		flex-direction: column;
	}
	#sidbr_nav .navigation .main-menu .sub-menu{
		position: relative;
		width:100%;
	}
	
	.sub-menu::before {
		display:none;
	}

 
}
@media only screen and (min-width:992px) and (max-width: 1239px){
	.navbar-brand{
		width: 95%;
	}
}

@media only screen and (max-width: 1209px){
    .second_col{
        width: calc(100% - 25px);
        gap: 15px;
    }
	.foot_logo{
        width:260px;
    }
}

@media only screen and (max-width: 1149px){
    h1{
        font-size: 64px;
    }
    h2 {
        font-size: 38px;
    }
    .section-two{
        padding: 80px 15px;
    }
    .left_col_pd {
        padding-top: 80px;
        padding-bottom: 80px;
    }
	
	.about_coll {
                gap: 10px;
            }

            .custom-gx {
                --bs-gutter-x: 3.5rem;
            }

            .custom-gx2 {
                --bs-gutter-x: 2rem;
            }

            .core_card h4 {
                font-size: 18px;

            }
	 .icon_wth_txt {
                gap: 6px;
                padding: 5px;
            }

            .icon_wth_txt p {
                font-size: 16px;
            }
	
}

@media only screen and (min-width:768px) and (max-width: 1149px){
	.section-one{
	padding-top: 18vw;
	padding-bottom: 12vw;
 }
}

@media only screen and (min-width:768px) and (max-width:1024px){
	.next-to-hero, .next-to-hero-inner{
		padding: 60px 10px !important;
	}
}

@media only screen and (max-width:991px){
	
	.inner_srvc_roww{
		gap: 0 !important;
	}
	.foot_logo_col{
	text-align: center;
}
	.foot_row{
	row-gap: 40px;
}
	.foot_container{
		padding-top: 50px;
		padding-bottom: 50px
	}
	
	 .about_roww {
                flex-direction: column;
                gap: 20px;
            }

            .img_coll {
                justify-content: center;
            }

            .img_coll img {
                max-width: 450px;
            }

            .next-to-hero {
                padding: 50px 10px;
            }

            .reverse_col {
                flex-direction: column-reverse !important;
            }

            .icon_list p {
                font-size: 18px;
            }
	.inner_about_roww {
                flex-direction: column;
                gap: 20px;
            }

            .next-to-hero {
                padding: 50px 10px;
            }

	
}
@media only screen and (max-width: 869px){
    h1{
        font-size: 52px;
    }
    h2 {
        font-size: 36px;
    }
    .section-two{
        padding: 60px 15px;
    }
    .left_col_pd {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 767px){
	
	#menu-footerlink {
    display: block;
    text-align: center;
}
	
	.inner_srvc_roww{
		row-gap: 20px !important;
	}
	.foot-coll{
		display: flex;
		flex-direction: column;
		align-items: center !important;
	}
	
	h4.foot_head:before {
		left:0;
		right:0;
		margin: auto;
	}
	.social_row{
		justify-content: center;
	}
    h1{
        font-size: 32px;
        text-align: center;
    }
    h2 {
        font-size: 28px;
        text-align: center;
    }
    .hero_col, .second_col{
       align-items: center;
        gap: 10px;
    }
    .hero_col p, .second_col p{
        text-align: center;
         
     }
     .section-two{
        padding: 40px 15px;
    }
    .left_col_pd {
        padding-top: 40px;
        padding-bottom: 40px;
        width: max-content;
    }
    .section-three{
        flex-direction: column;
        align-items: center;
        padding-left: 0;
    }
    .map__col {
        height: 300px;
        width: 100%;
    }
    p.list_item{
        left: 70px;
    }
    .navbar-brand img {
        width:120px;
    }
    .section-one{
        padding-top: 150px;
        padding-bottom: 40px;
    
    }
	.foot-col-3{
		align-items: start;
	}
	.foot_row{
	row-gap: 20px;
    }
	.with_icon2{
		margin-bottom:0;
	}
	
	.section-hero {
                padding-top: 180px;
                padding-bottom: 60px;

            }

            .icon_list p {
                font-size: 16px;
            }

            .img_coll img {
                max-width: 300px;
            }

            .about_coll,
            .What_coll {
                align-items: center;
            }

            .about_content {
                text-align: center;
                font-size: 16px;
            }

            .next-to-hero {
                padding: 40px 10px;
            }

            .core_values {
                padding: 10px;
            }
	 .inner-hero-sec {
                padding-top: 180px;
                padding-bottom: 60px;

            }

            .next-to-hero {
                padding: 40px 10px;
            }

            .two_btn {
                justify-content: center;
                gap: 10px;
            }
            .service_contentt{
                font-size: 16px;
            }
		.next-to-hero-inner {
            padding: 40px 10px;
            
        }
		.sidbr_parent {       
            padding: 20px;   
        }
	.cntct_grav_form .gform_wrapper{
			padding: 20px;
		}
	.map_contain{
		padding-bottom: 40px;
	}
	#menu-footerlink-1 {
    align-items: center;
}
	
}
/*  ================= Single Post CSS ============ */

.single-post-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.single-post-header {
    margin-bottom: 30px;
}

.single-post-header .entry-title {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.3;
}

.single-post-meta {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 15px 0;
    border-top: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    margin-bottom: 30px;
}

.single-post-meta span {
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 8px;
}

.single-post-meta .fa {
    color: var(--primary);
    font-size: 18px;
}

.single-post-thumbnail {
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
}

.single-post-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
}

.single-post-content {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.single-post-content p {
    margin-bottom: 20px;
}

.single-post-content h2,
.single-post-content h3,
.single-post-content h4 {
    color: #000;
    margin-top: 30px;
    margin-bottom: 15px;
}

.single-post-content h2 {
    font-size: 36px;
    font-weight: 700;
}

.single-post-content h3 {
    font-size: 28px;
    font-weight: 600;
}

.single-post-content h4 {
    font-size: 22px;
    font-weight: 600;
}

.single-post-content ul,
.single-post-content ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.single-post-content li {
    margin-bottom: 10px;
    line-height: 1.8;
}

.single-post-content a {
    color: var(--primary);
    text-decoration: underline;
    transition: all 0.3s ease;
}

.single-post-content a:hover {
    color: #000;
}

.single-post-content blockquote {
    background: #f9f9f9;
    border-left: 4px solid var(--primary);
    padding: 20px 30px;
    margin: 30px 0;
    font-style: italic;
    color: #666;
}

.single-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 20px 0;
}

.post-tags {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.post-tags .tags-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.post-tags .tags-links strong {
    color: #000;
    font-size: 18px;
}

.post-tags .tags-links a {
    background: #f5f5f5;
    padding: 8px 16px;
    border-radius: 5px;
    color: var(--primary);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.post-tags .tags-links a:hover {
    background: var(--primary);
    color: #fff;
}

.post-categories {
    margin-bottom: 20px;
}

.post-categories .cat-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.post-categories .cat-links strong {
    color: #000;
    font-size: 16px;
}

.post-categories .cat-links a {
    background: var(--primary);
    padding: 6px 14px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.post-categories .cat-links a:hover {
    background: #000;
}

.post-navigation {
    margin-top: 50px;
    padding: 30px 0;
    border-top: 2px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    flex: 1;
}

.post-navigation a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-navigation a:hover {
    background: var(--primary);
}

.post-navigation a:hover span {
    color: #fff;
}

.post-navigation .nav-subtitle {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
}

.post-navigation .nav-title {
    font-size: 18px;
    color: #000;
    font-weight: 600;
}

.post-navigation .nav-next a {
    align-items: flex-end;
    text-align: right;
}

/* Single Post with Sidebar Layout */
.single-post-layout {
    display: flex;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.single-post-main {
    flex: 1;
    min-width: 0;
}

.single-post-sidebar {
    width: 350px;
    flex-shrink: 0;
}

.sidebar-widget {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.sidebar-widget h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
}

.sidebar-widget ul {
    list-style: none;
    padding: 0;
}

.sidebar-widget ul li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-widget ul li a {
    color: var(--primary);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
}

.sidebar-widget ul li a:hover {
    color: #000;
}

.author-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 10px;
    margin: 40px 0;
    display: flex;
    gap: 20px;
}

.author-avatar {
    flex-shrink: 0;
}

.author-avatar img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.author-info h4 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.author-info p {
    font-size: 16px;
    color: #666;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .single-post-layout {
        flex-direction: column;
    }

    .single-post-sidebar {
        width: 100%;
    }

    .single-post-header .entry-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    .single-post-header .entry-title {
        font-size: 28px;
    }

    .single-post-content {
        font-size: 16px;
    }

    .single-post-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .post-navigation {
        flex-direction: column;
    }

    .author-box {
        flex-direction: column;
        text-align: center;
    }

    .author-avatar {
        margin: 0 auto;
    }
}

/*  ================= Comments Section CSS ============ */

.comments-area {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.comments-title {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment-list .comment {
    margin-bottom: 30px;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 10px;
    position: relative;
}

.comment-list .children {
    list-style: none;
    margin-left: 50px;
    margin-top: 20px;
}

.comment-body {
    position: relative;
}

.comment-author {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.comment-author .avatar {
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.comment-author .fn {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-style: normal;
}

.comment-author .says {
    display: none;
}

.comment-metadata {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.comment-metadata a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.comment-metadata a:hover {
    color: var(--primary);
}

.comment-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.comment-content p {
    margin-bottom: 15px;
}

.reply {
    margin-top: 10px;
}

.comment-reply-link {
    display: inline-block;
    padding: 8px 20px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.comment-reply-link:hover {
    background: #000;
    color: #fff;
}

.comment-reply-title {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.comment-reply-title small {
    margin-left: 15px;
}

.comment-reply-title small a {
    font-size: 14px;
    color: var(--primary);
    text-decoration: none;
}

.comment-form {
    background: #f9f9f9;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.comment-form-comment textarea,
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: all 0.3s ease;
}

.comment-form-comment textarea:focus,
.comment-form-author input:focus,
.comment-form-email input:focus,
.comment-form-url input:focus {
    border-color: var(--primary);
    outline: none;
}

.comment-form-comment {
    margin-bottom: 20px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin-bottom: 20px;
}

.comment-form-cookies-consent {
    margin-bottom: 20px;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-right: 10px;
}

.comment-form-cookies-consent label {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.form-submit {
    margin-top: 20px;
}

.form-submit .submit {
    background-color: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.4s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.form-submit .submit:hover {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.comment-awaiting-moderation {
    display: inline-block;
    background: #fff3cd;
    color: #856404;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
}

.no-comments {
    font-size: 18px;
    color: #666;
    text-align: center;
    padding: 40px;
    background: #f9f9f9;
    border-radius: 10px;
}

.comment-notes {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.required {
    color: var(--primary);
}

.logged-in-as {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
}

.logged-in-as a {
    color: var(--primary);
    text-decoration: none;
}

.logged-in-as a:hover {
    text-decoration: underline;
}

.comment-navigation {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.comment-navigation .nav-previous a:hover,
.comment-navigation .nav-next a:hover {
    color: #000;
}

/* Pingbacks & Trackbacks */
.pingback,
.trackback {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 15px;
}

.pingback .comment-body,
.trackback .comment-body {
    font-size: 16px;
    color: #333;
}

/*  ================= Error Pages (404, No Results) CSS ============ */

.error-404-section,
.no-results-section {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    background: linear-gradient(135deg, #f9f9f9 0%, #fff 100%);
}

.error-404-content,
.no-results-content {
    max-width: 800px;
    text-align: center;
}

.error-404-number {
    font-size: 180px;
    font-weight: 800;
    color: var(--primary);
    line-height: 1;
    margin-bottom: 20px;
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.error-404-title,
.no-results-title {
    font-size: 44px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.error-404-text,
.no-results-text {
    font-size: 18px;
    color: #666;
    margin-bottom: 40px;
    line-height: 1.6;
}

.error-404-search,
.no-results-search {
    max-width: 500px;
    margin: 0 auto 30px;
}

.error-404-search .search-form,
.no-results-search .search-form {
    display: flex;
    gap: 10px;
}

.error-404-search .search-field,
.no-results-search .search-field {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    transition: all 0.3s ease;
}

.error-404-search .search-field:focus,
.no-results-search .search-field:focus {
    border-color: var(--primary);
    outline: none;
}

.error-404-search .search-submit,
.no-results-search .search-submit {
    padding: 15px 30px;
    background: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s ease;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.error-404-search .search-submit:hover,
.no-results-search .search-submit:hover {
    background: #000;
    border-color: #000;
}

.error-404-actions {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.error-404-actions a {
    padding: 15px 40px;
    background: var(--primary);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.4s ease;
    border: 1px solid var(--primary);
}

.error-404-actions a:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

.error-404-actions a.secondary {
    background: transparent;
    color: var(--primary);
    border: 2px solid var(--primary);
}

.error-404-actions a.secondary:hover {
    background: var(--primary);
    color: #fff;
}

.error-page-widget-area {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.error-page-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.error-page-widget {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.error-page-widget h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
}

.error-page-widget ul {
    list-style: none;
    padding: 0;
}

.error-page-widget ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e0e0e0;
}

.error-page-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.error-page-widget ul li a {
    color: var(--primary);
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.error-page-widget ul li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    color: var(--primary);
}

.error-page-widget ul li a:hover {
    color: #000;
    padding-left: 5px;
}

.error-icon {
    font-size: 120px;
    color: var(--primary);
    margin-bottom: 30px;
    opacity: 0.8;
}

/* No Search Results Specific */
.no-results-suggestions {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    text-align: left;
}

.no-results-suggestions h3 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary);
}

.no-results-suggestions ul {
    list-style: none;
    padding: 0;
}

.no-results-suggestions ul li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #333;
}

.no-results-suggestions ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: var(--primary);
}

/* Coming Soon / Maintenance Page */
.maintenance-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, #000 100%);
    padding: 40px 20px;
}

.maintenance-content {
    max-width: 700px;
    text-align: center;
    color: #fff;
}

.maintenance-content h1 {
    font-size: 64px;
    margin-bottom: 20px;
    color: #fff;
}

.maintenance-content p {
    font-size: 20px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
}

.maintenance-icon {
    font-size: 100px;
    color: #fff;
    margin-bottom: 30px;
    opacity: 0.9;
}

@media only screen and (max-width: 991px) {
    .error-404-number {
        font-size: 140px;
    }

    .error-404-title,
    .no-results-title {
        font-size: 36px;
    }

    .error-page-widgets {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .comments-title {
        font-size: 26px;
    }

    .comment-reply-title {
        font-size: 22px;
    }

    .comment-list .children {
        margin-left: 20px;
    }

    .comment-list .comment {
        padding: 20px;
    }

    .comment-form {
        padding: 25px;
    }

    .comment-author .avatar {
        width: 50px;
        height: 50px;
    }

    .comment-navigation {
        flex-direction: column;
        gap: 15px;
    }

    .error-404-section,
    .no-results-section {
        padding: 60px 20px;
    }

    .error-404-number {
        font-size: 100px;
    }

    .error-404-title,
    .no-results-title {
        font-size: 28px;
    }

    .error-404-text,
    .no-results-text {
        font-size: 16px;
    }

    .error-404-search .search-form,
    .no-results-search .search-form {
        flex-direction: column;
    }

    .error-404-search .search-submit,
    .no-results-search .search-submit {
        width: 100%;
    }

    .error-404-actions {
        flex-direction: column;
    }

    .error-404-actions a {
        width: 100%;
        text-align: center;
    }

    .error-page-widgets {
        grid-template-columns: 1fr;
    }

    .error-page-widget {
        padding: 20px;
    }

    .no-results-suggestions {
        padding: 25px;
    }

    .error-icon {
        font-size: 80px;
    }

    .maintenance-content h1 {
        font-size: 44px;
    }

    .maintenance-content p {
        font-size: 16px;
    }

    .maintenance-icon {
        font-size: 70px;
    }
}

@media only screen and (max-width: 535px){

    p.list_item{
        left: 0px;
    }
	#sidbr_nav {
		width: 300px;
	}
    
    .single-post-header .entry-title {
        font-size: 24px;
    }

    .single-post-content h2 {
        font-size: 26px;
    }

    .single-post-content h3 {
        font-size: 22px;
    }

    .comments-title {
        font-size: 22px;
    }

    .comment-reply-title {
        font-size: 20px;
    }

    .comment-form {
        padding: 20px;
    }

    .comment-list .children {
        margin-left: 10px;
    }

    .form-submit .submit {
        width: 100%;
    }

    .error-404-number {
        font-size: 80px;
    }

    .error-404-title,
    .no-results-title {
        font-size: 24px;
    }

    .error-404-text,
    .no-results-text {
        font-size: 15px;
    }

    .error-page-widget h3 {
        font-size: 20px;
    }

    .no-results-suggestions h3 {
        font-size: 20px;
    }

    .error-icon {
        font-size: 60px;
    }

    .maintenance-content h1 {
        font-size: 36px;
    }
}
