/**
 * Theme Name:     Woostify Child
 * Author:         Woostify
 * Template:       woostify
 * Text Domain:	   woostify-child
 * Description:    Woostify is fast, lightweight, responsive and super flexible WooCommerce theme built with SEO, speed, and usability in mind. The theme works great with any of your favorite page builder likes Elementor, Beaver Builder, SiteOrigin, Thrive Architect, Divi, etc. Therefore, you can build any type of websites like shop, business agencies, corporate, portfolio, education, university portal, consulting, church, restaurant, medical and so on. Woostify is compatible with all well-coded plugins, including major ones like WooCommerce, OrbitFox, Yoast, BuddyPress, bbPress, etc. Learn more about the theme and ready to import demo sites at https://woostify.com
 */


.woocommerce-products-header h1 {
    font-size: 20px;
}
.woocommerce-products-header h2 {
    font-size: 16px;
}
#fixedfooter
{
    display:block;
    position:fixed;
    bottom:5px;
    left:0px;
    right:0px;
    text-align:center;
    margin-bottom:0px;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.floating-call-button img {
    animation: zoominoutsinglefeatured 1s infinite ;
    margin-bottom: 13px;
    height: 40px;
    width: 40px;
}
.floating-call-button {
    margin-top: 3px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 40px;
    width: 40px;
}
  .main-navigation .primary-navigation > .menu-item > a {
    padding: 5px 0 !important;
    margin: 0 15px !important;
  }
.form-row-two-columns {
    display: flex;
    gap: 20px;
}

.form-row-half {
    flex: 1;
}

.custmcategory-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.custmcategory-item {
    position: relative;
    width: 13%;
    text-align: center;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.3),  /* Outer shadow */
    -5px -5px 15px rgba(255, 255, 255, 0.7), /* Inner shadow */
    inset 5px 5px 10px rgba(0, 0, 0, 0.1),  /* Inner inset shadow for 3D effect */
    inset -5px -5px 10px rgba(255, 255, 255, 0.9); /* Inner highlight */
}

.custmcategory-item img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

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

.custmcategory-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px;
    text-align: center;
    transition: background 0.3s ease;
}

.custmcategory-info h3 {
    font-size: 12px;
    margin: 0;
    color: #333;
}

.custmcategory-info span {
    font-size: 10px;
    color: #dd0606;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .custmcategory-item {
        width: 48%;    
}
.search-results-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .custmcategory-item {
        width: 22%;
    }
.search-results-grid {
        grid-template-columns: 1fr;
    }
}


.searchform {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchform .input-container {
    display: flex;
    width: 100%;
    max-width: 400px;
    position: relative;
}

.searchform input[type="text"] {
    width: 100%;
    padding: 4px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
color: #000;
    padding-left: 10px;
}

.searchform button {
    background: none;
    border: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #333;
    font-size: 15px;
}

.searchform button i {
    pointer-events: none;
}
.newheader-search {
  background: #0c358952;
  padding: 7px 0 7px 0;
}
.search-results-container {
    padding: 20px;
    max-width: 1380px;
    margin: 0 auto;
}

.search-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.search-results-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.search-result-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
}

.search-result-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search-result-thumbnail img {
    width: 100%;
    height: auto;
}

.search-result-title {
    font-size: 16px;
    color: #333;
    margin: 15px 0;
}

.pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination a {
    color: #333;
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin: 0 5px;
    text-decoration: none;
}

.pagination .current {
    background-color: #333;
    color: #fff;
}
.term-description h1 { font-size: 20px;}
.term-description h2 { font-size: 17px;}
.term-description h3 { font-size: 16px;}
.term-description p { font-size: 14px;}

.modern-products {
    display: flex;
    flex-wrap: wrap;
    margin: 1px;
    list-style: none;
    padding: 0;
}

.modern-products .modern-product {
    flex: 1 1 calc(25% - 30px);
    margin: 12px;
    box-sizing: border-box;
}
.all_pro_list_btn{padding: 8px; width: 130px; font-weight: bold;}
.product-card {
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.product-category a {
  font-size: 13px;
  color: #555;
}
.textwidget p {
  line-height: 24px;
}
.product-image img {
    width: 100%;
    height: 330px; 
    object-fit: contain;
}

.product-info {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
text-align: center;
}

.product-title {
    font-size: 16px;
    margin: 0 0 10px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.product-price {
    font-size: 16px;
  color: #284173;
  margin: 0 0 10px;
  font-weight: bold;
}

.add-to-cart-link {
    margin-top: 0px;
    display: inline-block;
  color: #ff7800;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border: 1px solid;
  padding: 6px;
}

/* Single Product Page Custom Layout */
.single-product-custom-layout {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 1380px;
    margin: 0 auto;
    padding: 20px;
}

.product-gallery-summary-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.product-gallery {
    flex: 1 1 40%;
}

.product-summary {
    flex: 1 1 60%;
}

.product-gallery img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    margin-top:15px;
}

.product-summary h1.product_title {
    font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
margin-top: 20px;
  line-height: 36px;
}

.product-summary .price {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2,
.woocommerce-tabs .woocommerce-Tabs-panel h3 {
    font-size: 22px;
}
.woocommerce-tabs .woocommerce-Tabs-panel h4.module-heading {
  font-size: 20px;
}
.woocommerce-tabs .woocommerce-Tabs-panel p {
    color: #262626;
    font-size: 15px;
}
.woocommerce-tabs .woocommerce-Tabs-panel ul li {
    color: #2d2c2c;
}
.woocommerce-tabs.layout-accordion .woostify-accordion-title {
  font-size: 32px;
}
.product-summary .woocommerce-product-details__short-description {
    margin-bottom: 1px;
  font-size: 14px;
  line-height: 1.6;
  color: #2d2c2c;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
  max-width: 1380px;
}
.product-summary .single_add_to_cart_button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    width: 40%;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.product-summary .single_add_to_cart_button:hover {
    background-color: #333;
}

.product-details {
    margin-top: 40px;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}

.product-details .woocommerce-tabs .panel {
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.product-details .related.products {
    margin-top: 60px;
}

.related.products h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.project-type{color: #494949; font-size: 17px;}
.database-type {color: #494949; font-size: 17px; margin-bottom:10px;}


@media (max-width: 768px) {
    .modern-products .modern-product {
        flex: 1 1 calc(50% - 30px);
    }
}

@media (max-width: 480px) {
    .modern-products .modern-product {
        flex: 1 1 calc(100% - 30px); 
    }

    .product-image img {
        height: auto;   
 }
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 2px solid #e1e1e1;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
    margin-right: 15px;
    position: relative;
    padding: 10px 20px;
    cursor: pointer;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li a {
    text-decoration: none;
    font-size: 22px;
    color: #333;
    display: block;
    transition: color 0.3s;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li:hover a {
    color: #0073aa;
}
.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active {
    border-bottom: 3px solid #0073aa;
}

.woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li.active a {
    color: #0073aa;
    font-weight: bold;
font-size: 22px;
}
.woocommerce-tabs.wc-tabs-wrapper .tab-content {
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-top: none;
}
.woocommerce-tabs .tabs li {margin: 0px;}

@media (max-width: 600px) {
    .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs {
        flex-direction: column;
    }

    .woocommerce-tabs.wc-tabs-wrapper .tabs.wc-tabs li {
        margin-right: 0;
        margin-bottom: 10px;
    }
}
.product-video-url iframe {
    width: 50%;
    height: 400px;
}

#masthead {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.wpcf7-form-control.wpcf7-submit.has-spinner.cstm_btn,.cstm_getfreequote {
  background-color: #1346af;
  color: #ffffff;
  border-radius: 50px;
  padding: 7px 20px 7px 20px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.cstm_getfreequote {
    background-color: #f78080;
    color: #fff;
    border-radius: 50px;
    padding: 8px 35px 8px 35px !important;
    border: 1px solid #f78080;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.cstm_name,.cstm_email,.cstm_fullname,.cstm_youremail,.cstm_phonenumber,.cstm_subject,.cstm_datetime,.cstm_msg {
  display: block;
	background-color: #ffffff;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0b0b0c;
  background-clip: padding-box;
  margin: 6px 0 12px 0;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #0b0b0c;
}
.wpcf7-form-control.wpcf7-textarea.cstm_msg {
  height: 130px;
}
.ca-container {
    width: 100%;
    overflow: hidden;
}
.ca-left-column {
    width: 49%;
    float: left;
	  margin-right: 15px;
}
.ca-right-column {
    width: 49%;
    float: left;
}
.ca-container::after {
    content: "";
    display: table;
    clear: both;
}
.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.cstm_filesupload {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
.newrequest{margin-right: 35px !important;}
.custom-search-box .woocommerce-product-search {width: 100% !important;}
.woocommerce-product-search {
        flex-direction: column;
        border-radius: 20px;
    }

    .search-field, .search-button {
        border-radius: 0;
        width: 100%;
    }

    .search-button {
        border-radius: 0 0 20px 20px;
    }
 .custom-search-box .search-field {
    width: 100% !important;
  }
.ca-left-column {
    width: 100%;
}
.ca-right-column {
    width: 100%;
}
}
/* General styles for the header */
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 111;
  background-color: white;
  transition: top 0.5s;
}
.cstm_submitwork{margin:0 auto;}

.page-header  {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    /*background-image: linear-gradient(to right, #052d7e, #607ebb) !important;*/
}

.page-header .woostify-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}
.page-header .woostify-container:after {
  content: none;
}
.page-header .woostify-container.content-align-left {
  align-items: flex-start;
}
.page-header .woostify-container.content-align-center {
  align-items: center;
}
.page-header .woostify-container.content-align-right {
  align-items: flex-end;
}
.page-header .woostify-container.content-align-justify {
  flex-direction: row;
  justify-content: space-between;
}
.page-header .woostify-container.content-align-justify .entry-title:first-child:last-child {
  flex-grow: 1;
  text-align: center;
}
.single-product .page-header {
  margin-bottom: 0;
}
.page-header + .site-content {
  margin-top: 0;
}
.page-header .entry-title {
  margin: 0;
  font-size: 2em;
  font-weight: normal;
}

.woocommerce-product-details__short-description {
    max-height: 280px;
    overflow: scroll;
    overflow-x: hidden;
}
.product_details {
    color: #000000;
}

.product_details th {
    font-weight:bold;
    color: #000000;
}
.woocommerce-product-gallery__video{
position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.woocommerce-product-gallery__video iframe {position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;}
.wc-block-cart__submit-container {
    background-color: #000;
    border: none;
    padding: 15px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.wc-block-cart__submit-container a{
    color: #fff;
}
.wc-block-cart__submit-container a:hover{
    color: #fff;
}


.req_button {
    position: relative;
    background-color: #469139;
    color: #fff;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.3s ease;
    font-weight: 600;
    text-transform: uppercase;
    pointer-events: auto;
}

.req_button:hover {
    color: #FFF;
    background-color: #57854f;
}

.custom-title {
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    color: #171e6a;
    padding-top : 15px;
}

.summary h1.product_title.entry-title, .price {
    display: none;
}

.single-product .content-top {
    padding: 18px 0 0px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 0px;
}

.elementor-element.elementor-element-cbe4142.e-con-full.cstm_submitwork.e-flex.e-con.e-child {
  margin: 0 auto;
}

.site-footer .widget-title {
  color: #FFFFFF;
  font-weight: bold;
}
.widget ul.menu {
  padding-left: 16px;
}
.newrequest{float: right; margin-top: 10px; margin-right: 100px;}
.widget li {list-style: disc; border-bottom: 1px dashed;}

.customsocial-icons {
    display: flex;
    gap: 12px;
    justify-content: center;    
    align-items: center;
}

.customsocial-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 2px solid white;
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 2px;
}

.customsocial-icon i {
    margin: 0;
}

.customsocial-icon:hover {
    background-color: white;
    color: black;
}


/** CSS for search form */
.custom-search-box {
    background: url('https://www.codeassists.com/wp-content/uploads/2024/08/search-bg-image.jpeg'), #194d81;
    background-size: cover;
    background-position: center;
    padding: 20px;
    color: #fff;

}

.custom-search-box .woocommerce-product-search {
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    width: 750px;
    margin: 0 auto;
}

.custom-search-box .search-field {
    width: 100%;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #000;
    background-color: #ffffff;
    border-radius: 30px 0 0 30px;
}

.custom-search-box button[type="submit"] {
    padding: 10px 15px;
    background-color: #ff7800 !important;
    color: #fff !important;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 0px 0px 5px 0px;
}
.search-button {
    background-color: #007cba;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 0 30px 30px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-button svg {
    width: 20px;
    height: 20px;
}
.search-button:hover {
    background-color: #005f8d;
}
.custom-search-box button[type="submit"]:hover {
    background-color: #005a8f;
}

.custom-search-box .search-form, .woocommerce-product-search {
    height: 40px;
}

.woocommerce-tabs {
    padding: 40px 0 30px 0;
}

.woocommerce-tabs.wc-tabs-wrapper.layout-accordion {
    border-radius: 5px;
    overflow: hidden;
}

.woostify-accordion-title {
    display: block;
    background-color: #194d81;
    color: #FFF !important;
    padding: 9px !important;
    font-size: 16px !important;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 5px;
}

.woostify-accordion-title:hover {
    background-color: #eaeaea;
    color: #194d81 !important;
}
.woocommerce-tabs.layout-accordion .woostify-accordion-title .woostify-svg-icon {
  padding-right: 20px;
}
.woostify-accordion-title.active .woostify-svg-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.woocommerce-Tabs-panel {
    padding: 15px;
    background-color: #fff;
    display: none;
}

.woocommerce-Tabs-panel--description, 
.woocommerce-Tabs-panel--reviews, 
.woocommerce-Tabs-panel--custom_tab {
    display: none;
}

.woocommerce-Tabs-panel.active {
    display: block;
}
.woocommerce-tabs.layout-accordion .woostify-tab-wrapper {
  border-bottom: none;
}
.woostify-tab-inner {
    max-height: 400px;
    overflow-y: auto;
    background-color: #f5f8fb;
    padding: 15px;
    margin-bottom: 10px;
}

.woostify-tab-inner h2, 
.woostify-tab-inner h3, 
.woostify-tab-inner h4 {
    margin: 15px 0 10px;
    color: #333;
}

.woostify-tab-inner ul {
    padding-left: 20px;
    list-style-type: disc;
}

.woostify-tab-inner li {
    margin-bottom: 10px;
}

.woocommerce-Tabs-panel--custom_tab .product-video-url {
    margin-top: 15px;
}

@media (max-width: 768px) {
    .woostify-accordion-title {
        font-size: 14px;
        padding: 10px;
    }

    .woocommerce-Tabs-panel {
        padding: 10px;
    }
.product-video-url iframe {width: 100%;}
}

.sendm-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 12px 9px 0px 9px;
    background: url(https://www.codeassists.com/wp-content/uploads/2024/08/search-bg-image.jpeg), #194d81;
    background-size: cover;
    background-position: center;
    margin-top: 25px;
    border-radius: 5px;
}

.sendm-column {
    flex: 1 1 calc(20% - 30px);
    margin: 5px; /* Adds spacing between columns */
}

.sendm-container input[type="text"],
.sendm-container input[type="email"],
.sendm-container input[type="tel"], select,
.sendm-container textarea {
    width: 100%; 
    max-width: 400px; 
    height: 40px;
    padding: 10px; 
    box-sizing: border-box; 
    border-radius: 5px;
    color: #8c8686;
}

.sendm-container input[type="submit"] {
    background: #007cba;
    color: #FFFFFF;
    padding: 4px 10px;
    font-weight: bold;
    width: 75%;
}
.sendm-container .wpcf7-not-valid-tip {
    color: #FFFFFF;
}
.wpcf7-response-output {
    margin: 10px 0;
    color: green;
    padding: 9px;
    font-weight: bold;
}


/* Code for Project listing page */

.project-listing-item {
    padding: 15px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.project-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 10px;
    padding: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 3px rgb(0 0 0 / 5%);
    border-radius: 8px;
    background: #FAFDFF;
}
.project-image {
    flex: 0 0 30%;
    max-width: 30%; 
    padding-right: 20px;
}
.project-image img {
    width: 100%;
    height: auto;
}
.project-info { 
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 20px;
}
.project-title {
    font-size: 22px;
    margin: 0 0 5px;
    color: #2b2b2b;
}
.project-author {
    font-style: italic;
    color: #888;
    margin-bottom: 5px;
    line-height: 24px;
}
span.project-listing-price {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
}
.project-excerpt {
    margin-bottom: 15px;
    color: #555;
    line-height: 23px;
}
h2.widget-title {font-size: 24px;}
.project-meta {
    font-size: 12px;
    margin-bottom: 20px;
}
.project-category {
    background-color: #f1f1f1;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 6px;
    border-radius: 3px;
    margin-right: 5px;
}
.project-category-label {font-size: 14px; font-weight: bold;}
.project-buttons {margin-top: 10px;}
.project-meta .project-category {margin-bottom: 2px;}
.project-buttons .button {
  color: #fff;
  border: none;
  padding: 7px 28px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  width: 40%;
  text-align: center;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.view-button {background-color: transparent !important; margin-right: 15px; color: #0c3589 !important; border: 1px solid #0c3589 !important;}

.buy-now-button {background-color: #090909 !important; color: #fff !important; border: 1px solid #090909 !important;}
.with-sidebar {
    display: flex;
    justify-content: space-between;
}
#primary .listing-site-main {width: 75%;}
#secondary {
    width: 25%; 
    padding-left: 2%;
    box-sizing: border-box;
}
#secondary ul li a {color: #555 !important;}
.project-types-list {
    list-style-type: none;
    padding: 0;
}
.filter-form-wrapper {
    width: 100%;
    background-color: #FAFDFF;
    padding: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #e0e0e0;
}
.project-filter-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}
.project-filter-form label {
    margin-right: 10px;
    font-weight: bold;
}

.project-filter-form select, .project-filter-form button {
    padding: 8px 12px;
    margin: 0 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.project-filter-form select {
    width: 250px;
}

.project-filter-form button {
    background-color: #0c3589;
    color: white;
    border: none;
    cursor: pointer;
}

.project-filter-form button:hover {
    background-color: #ff7800;
}
.pagination {
    text-align: left;
    margin: 20px 0;
}
.pagination a,
.pagination span {
    margin: 0 5px;
    padding: 10px 15px;
    background-color: #f1f1f1;
    color: #333;
    border-radius: 4px;
    text-decoration: none;
}
.pagination a:hover {
    background-color: #333;
    color: #fff;
}
.pagination .current {
    background-color: #333;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .project-filter-form {
        flex-direction: column;
        align-items: flex-start;
    }
    .project-filter-form label, .project-filter-form select, .project-filter-form button {
        width: 100%;
        margin-bottom: 10px;
    }
    .project-row {
        display: block;
        text-align: center;
    }
    .project-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .project-info {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .project-buttons {
        display: inline-block;
        margin-top: 10px;
    }
}
@media screen and (max-width: 900px) {
    .with-sidebar {
        flex-direction: column;
    }
    #primary .listing-site-main, #secondary {
        width: 100%;
        padding: 0;
    }
}

.all-project-list-search {
    border-bottom: 1px solid #000;
    padding: 10px;
    border-top: 1px solid #000;
    color: #000;
}


.woostify-author-wrapper {
    margin: 0 auto;
    max-width: 800px;
    padding: 20px;
}

.author-info {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.author-avatar {
    margin-right: 20px;
}

.author-bio h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.author-bio p {
    font-size: 16px;
    color: #555;
}

.author-posts h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

.author-posts-list {
    list-style: none;
    padding: 0;
}

.author-posts-list li {
    margin-bottom: 25px;
}

.author-posts-list a {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.author-posts-list a:hover {
    color: #0073aa;
}

.pagination {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
