@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Schibsted+Grotesk:ital,wght@0,400..900;1,400..900&display=swap');


.hero-banner .oswald p{
     font-family: "Oswald", sans-serif !important;
}

.fix-position-btn{
    position: absolute !important;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    
}

.fix-position-btn p{
    font-family: "Oswald", sans-serif !important;
}

.hero-banner h2.elementor-heading-title.elementor-size-default{
    font-family: "Schibsted Grotesk", sans-serif !important;
}

.hero-banner p{
  font-family: "Schibsted Grotesk", sans-serif !important;  
}

.product-card .elementor-widget-button{
    position: absolute;
    bottom: -30px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.second-sec h2{
   font-family: "Schibsted Grotesk", sans-serif !important;
}

.apply-btn span.elementor-button-text{
    font-family: "Oswald", sans-serif !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100% !important;
    background: #F69220;
    font-family: Oswald;
    font-weight: 600;
    font-size: 28.78px;
    line-height: 150%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding: 10px;
}

.team-form label{
    font-family: "Schibsted Grotesk", sans-serif !important;  
    font-weight: 600;
    font-size: 14px;
    color: #19478A;
    line-height: 16px;
}


.text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

p.toggleButton {
    color: #299ad7;
}

.expanded {
    display: block;
}
p.toggleButton {
    cursor: pointer;
}

/*Loder Css*/
div#my-loader .preloader {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 100vh!important;
	background-color: rgb(0 0 0 / 27%);
	width: 100%;
	transition: height .2s linear;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
div#my-loader img{
    display: block!important; 
}
.loader-logo {
	display: block;
	margin: auto;
}

.featured-star.featured_star {
    cursor: pointer;
}

/*Model Css*/

.status-icon {  
    margin-right: 8px;  
}  
.status-item {  
    display: flex;  
    align-items: center;  
    justify-content: space-between;  
}  
.date-and-dots {  
    display: flex;  
    align-items: center;  
}  
.date {  
    margin-right: 8px; /* Space between date and dots icon */  
}         
.list-group-item:hover {  
    background-color: #e9ecef; /* Background color on hover */  
} 
 .news-unread h3 a{
         color:#1EA0DA;
         transition:all 0.2s ease;
     }
       .news-unread h3 a:hover{
        color:  #1EA0DA !important; 
        text-decoration: underline !important;
    }
     .page-id-53062 .post-thumbnail img{
           width: 100% !important;
           height: 100% !important;
           object-fit:cover;
        }
       .page-id-53073 .post-thumbnail.single-img{
            height: 450px;
            width: 100%;
        }
       .page-id-53073 .single-img img{
            width: 100%;
            height:100%;
            object-fit: cover !important;
        }
       .page-id-53073 .news-title a{
            transition: all 0.2s ease;
        }
        .page-id-53073 .news-title a:hover{
              color:  #1EA0DA !important; 
        text-decoration: underline !important;
        }
       #category-select{
               border: 1px solid #c3c3c3;
    padding: 10px;
    border-radius: 8px;
       }
       
        #category-select input:focus{
            box-shadow:none;
            border:none;
            outline: none!important;
            margin-top: 0px;
        }
        
        #category-select ul.select2-selection__rendered{
                display: flex;
                align-items:center;
                gap: 15px;
                flex-wrap: wrap;
                    margin-bottom: 0px;
        }
         #category-select ul.select2-selection__rendered li.select2-selection__choice{
             padding: 5px;
             border: 1px solid #000;
             border-radius: 3px;
             backgroud:#c3c3c3;
                 margin-bottom: 0px;
         }
         
          .elementor-357 .elementor-element.elementor-element-7abb4cb .elementor-heading-title {
    display: none;
}
/* Basic container for the document list */
.document-list-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

/* Individual document card */
.document-item {
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #ddd;
    width: 100%; /* You can adjust the width as needed */
    padding: 20px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/*.document-item:hover {*/
/*    transform: translateY(-5px);*/
/*    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);*/
/*}*/

/* Styling for the document icon */
.document-icon {
    font-size: 30px;
    color: #1ea0da; /* Blue color for the icon */
    margin-right: 15px;
}

/* Styling for document details */
.document-details {
    flex-grow: 1;
}

.document-details a:hover{
    color:#000 !important;
}

/* Link styling */
.document-link {
    font-weight: bold;
    color: #333;
    text-decoration: none !important;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.document-link:hover {
    color: #4c8bf5;
}

/* Expiration date styling */
.expiration-date {
    color: #888;
    font-size: 14px;
}

.upload-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%; height: 100%;
  background-color: rgba(0,0,0,0.5);
}

.upload-modal-content {
  background: #fff;
  margin: 10% auto;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  border-radius: 8px;
  position: relative;
}

.upload-close {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 28px;
  color: #999;
  cursor: pointer;
}

.upload-close:hover {
  color: #000;
}


.custom-documents {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 10px 0;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s ease;
}


.custom-documents .icon {
    font-size: 24px;
    margin-right: 12px;
    color: #fff;
    background: #1ea0da;
    padding: 10px;
    border-radius: 5px;
}

.custom-documents .label {
    flex: 1;
    font-size: 16px;
    font-weight: bold;
    color:#2b2b2b;
}

.custom-documents .chevron {
    font-size: 20px;
    margin-left: 8px;
    color:#2b2b2b;
}


.custom-documents a{
    width: 100%;
    display: flex;
    align-items: center;
}

.custom-documents a:hover{
    color:#1ea0da !important;
}

.document-detail {
  font-family: Arial, sans-serif;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  max-width: 500px;
  margin: 20px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.document-detail p {
     margin: 12px 0;
    font-size: 15px;
    color: #333;
    font-weight: 700;
    text-transform: capitalize;
}

.document-detail a {
  display: inline-block;
  padding: 10px 16px;
  background-color: #1EA0DA;
  color: #fff;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.2s ease-in-out;
}

.document-detail a:hover{
     color: #ffffff;
}

.document-detail strong {
  color: #000;
}

.document-detail p:last-of-type {
  background: #fff3cd;
  padding: 10px;
  border-left: 4px solid #ffc107;
  font-weight: 600;
}

.delivery-locations-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.location-item {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.location-item p:first-child {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 6px 0;
    color: #333;
}

.location-item p:nth-child(2) {
    font-size: 14px;
    color: #555;
    margin: 0 0 12px 0;
}

.delete-location-form {
    align-self: flex-start;
}

.delete-location-form .btn {
    background-color: #FEC513;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.delete-location-form .btn:hover {
    background-color: #FEC513;
     color: white !important;
}

.custom-btn{
    display: inline-block !important;
    padding: 10px 16px !important;
    background-color: #1EA0DA !important;
    color: #fff  !important;
    border-color: #1EA0DA !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    transition: background-color 0.2s ease-in-out !important;
}

/* 02-05-25 */
.alg-wc-wl-tab .col-20per {
    border-right: none !important;
}

.alg-wc-wl-tablink.col-20per {
    padding: 8px 16px !important;
}

.elementor-kit-13 button:hover {
    color: #fcb900 !important;
}
.alg-wc-wl-tablink.active {
  background: #fcb900 !important; 
  color: #fff !important;
   padding: 8px 16px !important;
}
/*.elementor-kit-13 button:focus*/
.elementor-kit-13 button:hover{
    background: #fcb900 !important;
    color: #fff !important;
}

.alg-wc-wl-empty-wishlist {
    text-align: center;
    margin-top: 42px;
    font-size: 20px;
}

.checkbox-delete-btn {
    display: flex;
    gap: 20px;
    justify-content: end;
    align-items: center;
}
#productForm .custom-primary {
    background: #fcb900 !important;
    color: #fff !important;
    border: none;
}
#productForm .custom-field {
    border: 1px solid #e4e4e4;
}

.delivery-locations-list .default-location-checkbox {
    width: 34px;
    height: 34px;
    border: 1px solid #e4e4e4;
}

.doc-not-find {
    font-size: 24px;
    padding: 30px;
    text-align: center;
}

.pagination-container a.page-num.active {
    padding-inline: 8px !important;
    background: #e1e1e1 !important;
    text-align: center;
    border-radius: 5px;
    margin-inline: 5px;
    padding-block: 5px !important;
    color: #1ea0da !important;
    font-weight: 500;
}

.pagination-container a.page-num,
.pagination-container a.next-page,
.pagination-container a.prev-page{
    padding-inline: 8px !important;
    background: transparent !important;
    text-align: center;
     margin-inline: 5px;
    border-radius: 5px;
    padding-block: 5px !important;
    color: #1ea0da !important;
    font-weight: 500;
}

.page-num.active:after {
   content: '\002D';
   color: #1ea0da !important;
}

.pagination-container {
    text-align: center;
}

#uploadModal .modal-footer button {
    padding: 5px 23px !important;
    border-color: #1ea0da;
    color: #1ea0da !important;
}

#uploadModal .modal-footer button:hover {
    color: #ffffff !important;
}

#uploadModal .modal-header button.btn-close {
    border: none !important;
    margin-right: 3px !important;
    background: #fbbbbb !important;
    text-align: center;
    padding-bottom: 11px;
}

#uploadModal .modal-header button.btn-close:hover {
    background: #ff0c0c !important;
    padding-bottom: 11px;
}

.elementor-kit-13 button, .elementor-kit-13 input[type="button"], .elementor-kit-13 input[type="submit"], .elementor-kit-13 .elementor-button {
    background-color: #007bff; 
    color : white;
    border: none;
    padding: 8px 16px; 
    border-radius: 25px; 
    font-size: 14px; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
}
.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
    
}

button.default-location-button {
    padding: 6px 22px !important;
    border-radius: 25px !important;
}

button.default-location-button:hover {
        background-color: #007bff !important;
}

.page-id-8 table tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a{
    display:inline-block;
    margin: 0px 10px !important;
}

.archive-product-container{
    background: #fff !important;
    filter: drop-shadow(0px 10px 30px rgba(7, 7, 7, 0.10)) !important;
    border: 0 !important;
}

.archive-product-container:hover{
   box-shadow: none !important;
}


.shopengine-product-excerpt{
    color:#FF8B00 !important;
}

.page-id-134 form .elementor-g-recaptcha .grecaptcha-badge{
        width: 100% !important;
    height: 60px;
    box-shadow: gray 0px 0px 5px;
    max-width: 300px !important;
}
.single-product.postid-49950 .algwcwishlistmodal-container.is-open .select-wishlist h2{
       font-size: 22px;
    margin: 0px auto 30px;
}
.single-product.postid-49950 .algwcwishlistmodal-container.is-open .iziToast-close{
        background: none !important;
    position: absolute;
    top: 0;
    filter: invert(1);
    font-size: 24px;
    right: 0;
}

.single-product.postid-49950 .algwcwishlistmodal-container.is-open ul{
    padding-left:0px !important;
}

.single-product.postid-49950 .algwcwishlistmodal-container.is-open .button-split button.page__btn{
    padding: 10px 15px;
}

body.post-type-archive-news .button-group .category-button.active::after{
    display:none !important;
}
body.post-type-archive-product a.add_to_cart_button,
body.post-type-archive-product a.product_type_variable,
body.post-type-archive-product a.product_type_simple,
a.add_to_cart_button{
    background:#F69220 !important;
    color:#ffffff !important;
    text-align: center !important;
    /*padding: 20px;*/
        padding: 15px !important;
font-family: "Sora", sans-serif;
}

a.add_to_cart_button,
 a.product_type_variable,
 a.product_type_simple{
    background:#FEC513 !important;
    color:#222222 !important;
}
div.shopengine-product-excerpt{
    padding-top:0px !important;
    
}
.elementor-widget-heading .elementor-heading-title {
    color:#0074BE ;
      /*font-family: "DM Sans", sans-serif;*/
      font-weight: 500 ;
}
.popular-categories span.elementor-heading-title{
    color:#19478A !important;
}
.popular-categories-buttons .elementor-button .elementor-button-text{
    font-family: "Inter", sans-serif;
    font-weight: 700;
}
.servic-hding  p.elementor-heading-title{
     font-family: "Oswald", sans-serif;
     font-weight: 500;
}
.provider .elementor-button span.elementor-button-text{
      font-family: "Oswald", sans-serif;
     font-weight: 600;
}
.find-pro-cll span.elementor-heading-title{
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.down-btn-clll-easiest .elementor-button span.elementor-button-text{
      font-family: "Oswald", sans-serif;
     font-weight: 600;
}
#home-hding h2.elementor-heading-title{
     font-family: "Schibsted Grotesk", sans-serif !important;
     font-weight: 600;
}
.nes-block-tunicate h2.elementor-heading-title{
     font-family: "Schibsted Grotesk", sans-serif !important;
     font-weight: 700;
}
.need-buy-hding h2.elementor-heading-title{
       font-family: "Schibsted Grotesk", sans-serif !important;
    font-weight: 700 !important;
}
.shop-cl-section h2.elementor-heading-title{
      font-family: "Oswald", sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: 3px;
    
}
.contact-sales .elementor-button span.elementor-button-text{
     font-family: "Oswald", sans-serif !important;
    font-weight: 600 !important;
}
.checkout-new span.elementor-heading-title{
        font-family: "Oswald", sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 1.5px !important;
}
.product_title.entry-title.elementor-heading-title{
   color: #000000 !important
}
.quantity div.elementor-widget-container span.elementor-heading-title.elementor-size-default {
    color:#000000 !important;
}
.home .products .product span.price span.amount{
     color:#0074BE !important;
}
body.post-type-archive-product span.price span.amount{
    color:#0074BE !important;
}
span.amount{
    color:#0074BE !important;
}
.news-header {
  text-align: center;
  margin: 30px 0;
}
 
.news-header .news-title {
   font-size: 2.5rem;
   color: #0074BE !important;
}

.news-pdf-img {
    display: grid; 
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 1rem;
}
.news-pdf-img p {
    margin: 0 auto;
}

.news-pdf-img img {
    width: 100%;
    max-width: 700px;
    padding: 0 5px;
}
.news-pdf-img p:empty {
        display: none;
    }
    
.default #wdapzipsumit:hover {
    background-image: url("https://theagcenter.com/wp-content/plugins/woocommerce-delivery-area-pro/assets/images/search.png") !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    text-indent: -9999px;
}
.news-cll-relative .agc-news-logo-img:before{
        width: calc(100% - 350px) !important;
        left:unset !important;
            right: 0px;
}
.apply-now .elementor-button span.elementor-button-text{
     font-family: "Oswald", sans-serif !important;
    font-weight: 600 !important;
}

.footer-menu-1 .elementor-icon-list-items li.elementor-icon-list-item a span{
     font-family: "Schibsted Grotesk", sans-serif !important;
         font-weight: 600 !important;
}
.learn-more-header p{
     font-family: "Schibsted Grotesk", sans-serif !important;
         font-weight: 600 !important;
}
.main-menu .menu-item a{
    font-family: "Schibsted Grotesk", sans-serif !important;
         font-weight: 600 !important;
}
.footer-menu-2 .elementor-icon-list-items li.elementor-icon-list-item a span{
      font-family: "Inter", sans-serif;
    font-weight: 400;
}

.page-id-3188 button[type="submit"].elementor-button:hover,
 a.elementor-button:hover{
    transform: translateY(0px) !important;
}
/*                                                                             HomePage CSS                                                                                       */



        /* Header section */
        .prodct-listing .agcntr-header-section {
            display: flex; /* agcntr-flex */
            justify-content: space-between; /* agcntr-justify-between */
            align-items: center; /* agcntr-items-center */
            margin-bottom: 24px; /* agcntr-mb-6 */
            padding-inline: 60px;
        }

        /* Tab buttons container */
        .prodct-listing .agcntr-tab-buttons-container {
            display: flex; /* agcntr-flex */
            gap: 8px; /* agcntr-space-x-2 */
            background-color: transparent; /* agcntr-bg-gray-200 */
            border-radius: 8px; /* agcntr-rounded-lg */
            padding: 4px; /* agcntr-p-1 */
        }

        /* Tab buttons */
        .prodct-listing .agcntr-tab-button {
            padding: 8px 12px !Important;
            font-size: 14px !Important;
            font-weight: 700 !Important;
            border-radius: 6px !Important;
            color:  rgba(25, 71, 138, 1) !Important;
            background: #fff !Important;
            cursor: pointer !Important;
            border: 2px solid rgba(39, 168, 224, 1) !Important;
            transition: background-color 0.3s ease, color 0.3s ease !Important;
             font-family: "Inter", sans-serif !Important;
             font-weight: 700; 
        }
        .prodct-listing .agcntr-tab-button:hover {
            background-color: rgba(25, 71, 138, 1) !Important; /* Blue background for active tab */
            color: white !Important;
            border: 2px solid rgba(25, 71, 138, 1) !Important;
        }
        .prodct-listing .agcntr-tab-button.agcntr-active {
            background-color: rgba(25, 71, 138, 1) !Important; /* Blue background for active tab */
            color: white !Important;
            border: 2px solid rgba(25, 71, 138, 1) !Important;
        }

        /* View All link */
        .prodct-listing .agcntr-view-all-link {
            color: rgba(25, 71, 138, 1); /* agcntr-text-blue-600 */
            font-weight: 500; /* agcntr-font-medium */
            text-decoration: none;
            transition: text-decoration 0.3s ease;
        }
        .prodct-listing  .agcntr-view-all-link:hover {
            text-decoration: underline; /* hover:agcntr-underline */
        }

        /* Product cards section (Swiper container) */
        .prodct-listing .agcntr-product-cards-section {
            position: relative; /* agcntr-relative */
            display: flex; /* agcntr-flex */
            align-items: center; /* agcntr-items-center */
            justify-content: center; /* agcntr-justify-center */
        }

        /* Swiper container */
        .prodct-listing .agcntr-swiper-container {
            width: 100%;
            overflow: hidden; /* Important for Swiper */
            padding: 0 60px; /* Added padding to make space for arrows */
            box-sizing: border-box; /* Ensures padding doesn't increase total width */
        }

        /* Product card */
        .prodct-listing .agcntr-product-card {
            flex: none; /* agcntr-flex-none */
            width: 256px; /* agcntr-w-64 */
            background-color: white; /* agcntr-bg-white */
            border-radius: 10px; /* agcntr-rounded-xl */
            border: 0.5px solid rgba(196, 196, 196, 1);
            padding: 16px; /* agcntr-p-4 */
            box-sizing: border-box; /* Ensures padding doesn't increase total width */
        }
        /* Swiper sets its own width for slides, but this is for reference */
        .prodct-listing .swiper-slide {
            box-sizing: border-box;
            display: flex;
            flex-direction: column;
            width: 256px !important; /* Overriding Swiper's default width for fixed card size */
        }


        /* Heart icon container */
       .prodct-listing .agcntr-heart-icon-container {
            display: flex; /* agcntr-flex */
            justify-content: space-between; /* agcntr-justify-end */
            align-items: center;
        }

        /* Heart icon SVG */
        .prodct-listing  .agcntr-heart-icon {
            width: 20px; /* agcntr-w-5 */
            height: 20px; /* agcntr-h-5 */
            color: rgba(26, 32, 44, 1); /* agcntr-text-gray-400 */
            cursor: pointer;
            transition: color 0.3s ease;
        }
        .prodct-listing .agcntr-heart-icon:hover {
            color: #ef4444; /* hover:agcntr-text-red-500 */
        }

        /* Product name */
        .prodct-listing .agcntr-product-name {
            font-size: 22px; /* agcntr-text-lg */
            font-weight: 500; /* agcntr-font-semibold */
            color: #1f2937; /* agcntr-text-gray-800 */
            margin-bottom: 4px; /* agcntr-mb-1 */
              font-family: "Oswald", sans-serif !important;
              
        }

        /* Brand name */
        .prodct-listing .agcntr-brand-name {
            font-size: 0.875rem; /* agcntr-text-sm */
            color:#C4C4C4; /* agcntr-text-gray-500 */
            margin-bottom: 16px; /* agcntr-mb-4 */
            margin-top: 0px;
             font-family: "Oswald", sans-serif !important;
             font-weight: 400;
        }

        /* Image placeholder container */
        .prodct-listing .agcntr-image-placeholder-container {
            background-color: #fff; /* agcntr-bg-gray-100 */
            border-radius: 8px; /* agcntr-rounded-lg */
            display: flex; /* agcntr-flex */
            align-items: center; /* agcntr-items-center */
            justify-content: center; /* agcntr-justify-center */
            height: 210px; /* agcntr-h-32 */
            margin-bottom: 16px; /* agcntr-mb-4 */
        }

        /* Placeholder image */
        .prodct-listing .agcntr-placeholder-image {
            width: 253px;
            height: 244px;
            object-fit: contain;
        }

        /* Product price */
        .prodct-listing .agcntr-product-price {
            font-size: 1.25rem; /* agcntr-text-xl */
            font-weight: 700; /* agcntr-font-bold */
            color: rgba(3, 114, 185, 1); /* agcntr-text-gray-800 */
            margin-bottom: 4px; /* agcntr-mb-1 */
        }

        /* Options text */
        .agcntr-options-text {
            font-size: 0.75rem; /* agcntr-text-xs */
            color: rgba(196, 196, 196, 1); /* agcntr-text-gray-500 */
            margin-bottom: 16px; /* agcntr-mb-4 */
            margin-top: 0px;
             font-family: "Oswald", sans-serif !important;
             font-weight: 400 !important;
        }

        /* Add to Cart button */
        .prodct-listing .agcntr-add-to-cart-button {
            background-color: #ff9933; /* Orange-like color */
            color: white;
            width: 100%; /* agcntr-w-full */
            padding-top: 20px !important; /* agcntr-py-2 */
            padding-bottom: 20px !important; /* agcntr-py-2 */
            border-radius: 4px; /* agcntr-rounded-md */
            font-weight: 600; /* agcntr-font-semibold */
            font-size: 20px; /* agcntr-text-sm */
            border: none;
            cursor: pointer;
            transition: background-color 0.3s ease;
             font-family: "Oswald", sans-serif !important;
           
        }
        .prodct-listing .agcntr-add-to-cart-button:hover {
            background-color: #e68a2e !important; /* Darker orange on hover */
        }

        /* See Options button */
        .prodct-listing .agcntr-see-options-button {
            border: 1px solid #ff9933; /* Orange border */
            color: #ff9933; /* Orange text */
            background-color: white;
            width: 100%; /* agcntr-w-full */
           padding-top: 20px; /* agcntr-py-2 */
            padding-bottom: 20px; /* agcntr-py-2 */
            border-radius: 6px; /* agcntr-rounded-md */
            font-weight: 600; /* agcntr-font-semibold */
            font-size:20px; /* agcntr-text-sm */
            cursor: pointer;
            transition: background-color 0.3s ease, color 0.3s ease;
            font-family: "Oswald", sans-serif !important;
            font-weight: 600;
        }
        
        .prodct-listing .agcntr-see-options-button:hover {
            background-color: #ff9933 !important; /* Orange background on hover */
            color: white !important;
        }

        /* Swiper navigation arrows */
        .prodct-listing  .swiper-button-next, .swiper-button-prev {
            color: #4a5568 !important; /* Darker gray for Swiper arrows */
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 44px; /* Default Swiper arrow size */
            height: 44px; /* Default Swiper arrow size */
            margin-top: -22px; /* Half of height to center */
            background-color: #e5e7eb; /* Background for arrows */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 10; /* Ensure arrows are above content */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
            transition: background-color 0.3s ease;
        }
        /* Position relative to the .agcntr-swiper-container's padded edges */
        .prodct-listing .swiper-button-prev {
            left: 0; /* Aligned with the start of the padding */
        }
       .prodct-listing .swiper-button-next {
            right: 0; /* Aligned with the end of the padding */
        }
        .prodct-listing .swiper-button-prev:hover, .swiper-button-next:hover {
            background-color: #d1d5db; /* Lighter gray on hover */
        }
        .prodct-listing .swiper-button-prev::after, .swiper-button-next::after {
            font-size: 20px !important; /* Adjust arrow icon size if needed */
        }

        /* Width of the entire scrollbar */
.prodct-listing .agcntr-swiper-container .swiper-wrapper::-webkit-scrollbar {
 width: 100%;
 height: 12px;
}
.prodct-listing .agcntr-swiper-container .swiper-wrapper {
    overflow: auto;
    padding-bottom: 35px;
}

/* Track (background) */
.prodct-listing .agcntr-swiper-container .swiper-wrapper::-webkit-scrollbar-track {
  background-color: #d1d5db;
}

/* Handle (thumb) */
.prodct-listing .agcntr-swiper-container .swiper-wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(25, 71, 138, 1);
}

/* Handle on hover */
.prodct-listing .agcntr-swiper-container .swiper-wrapper::-webkit-scrollbar-thumb:hover {
   background-color: rgba(25, 71, 138, 1);
}

        /* Responsive Breakpoints (Mimicking Tailwind's defaults) */
        @media (min-width: 640px) {
            .prodct-listing .agcntr-product-cards-section .swiper-slide {
                width: calc((100% / 2) - (20px / 2)) !important; /* 2 slides with spaceBetween 20px */
            }
        }

        @media (min-width: 768px) {
            .prodct-listing .agcntr-product-cards-section .swiper-slide {
                width: calc((100% / 3) - (30px / 3 * 2)) !important; /* 3 slides with spaceBetween 30px */
            }
        }

        @media (min-width: 1024px) {
            .prodct-listing .agcntr-product-cards-section .swiper-slide {
                width: calc((100% / 4) - (40px / 4 * 3)) !important; /* 4 slides with spaceBetween 40px */
            }
        }
.agcntr-category-filters-below {
    margin-top: 20px;
    text-align: center;
}
.agcntr-cat-filter-button {
    display: inline-block;
    margin: 6px;
    padding: 8px 14px;
    background-color: #f2f2f2;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
}
.agcntr-cat-filter-button.active,
.agcntr-cat-filter-button:hover {
    background-color: #333;
    color: #fff;
}

.homepage-wishlist .alg-wc-wl-btn-wrapper button.add.alg-wc-wl-toggle-btn{
    padding: 0px 0px !important;
    background: none;
}
.homepage-wishlist .alg-wc-wl-btn-wrapper button.add.alg-wc-wl-toggle-btn:hover{
    background:none !important;
}

.homepage-wishlist .alg-wc-wl-btn-wrapper button.add.alg-wc-wl-toggle-btn div.alg-wc-wl-view-state.alg-wc-wl-view-state-add span.alg-wc-wl-btn-text{
    display: none !important;
}
.homepage-wishlist .alg-wc-wl-btn-wrapper button.add.alg-wc-wl-toggle-btn div.alg-wc-wl-view-state.alg-wc-wl-view-state-add i{
    color: #898989;
    font-size: 20px;
    transform: scale(1);
    transition: all 0.3s ease-in;
}
.swiper-slide.agcntr-product-card{
    height: 457px;
}
.swiper-slide.agcntr-product-card div.agcntr-image-placeholder-container img.agcntr-placeholder-image{
    width: 100% !important;
    height: 100% !important;
}
.prodct-listing .swiper-button-next, .swiper-button-prev {
    color: #4a5568 !important;
    position: absolute;
    top: 30% !important;
    transform: translateY(-25%) !important;
    
}
.homepage-wishlist .alg-wc-wl-btn-wrapper button.add.alg-wc-wl-toggle-btn div.alg-wc-wl-view-state.alg-wc-wl-view-state-add i:hover{
     transform: scale(1.5);
}

.agcntr-cat-filter-button {
    background-color: #FFFFFF !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    fill: #2D3648 !important;
    color: #2D3648 !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #27A8E0 !important;
    padding: 4px 12px 4px 12px !important;
}
.agcntr-cat-filter-button.active {
    color: #2D3648 !important;
}
.agcntr-category-filters-below {
    display: flex;
}
/*.elementor-element.elementor-element-180be63.e-con-full.e-flex.e-con.e-child {*/
/*    position: relative;*/
/*}*/
/*.elementor-element.elementor-element-d7bda98.elementor-widget.elementor-widget-shortcode {*/
/*    position: absolute;*/
/*    right: 93px;*/
/*    top: -7px;*/
/*}*/
/*.elementor-widget-container {*/
/*    height: 20px;*/
/*    width: 20px;*/
/*    border-radius: 50%;*/
/*    background: #f3ba19;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/* Static grid layout when slider is disabled */
/* Swiper container styling */
.service-products-slider {
    width: 100%;
    margin: 0 auto;
}

/* Styling for each slide (service card) */
.service-products-slider .swiper-slide {
    width: calc(25% - (30px / 4));  /* 25% width for 4 items with spacing of 30px */
    box-sizing: border-box;  /* Ensure padding and margin are calculated correctly */
}

/* Adjust space between slides (cards) */
.service-products-slider .swiper-slide {
    margin-right: 20px;  /* Space between cards */
}

/* Remove margin for the last slide to avoid extra space */
.service-products-slider .swiper-slide:last-child {
    margin-right: 0;
}

/* Optional: Adjust swiper container width to fit the design */
.services-listing, .service-products-slider {
    max-width: 1300px;  /* Adjust container max-width */
    margin: 0 auto;     /* Center the container */
}

/* Thumbnail styling (optional) */
.service-product-item .thumbnail-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

/* Optional: Increase space for the image */
.service-product-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Blue overlay styling */
.blue-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 255, 0.3); /* Optional blue overlay */
    pointer-events: none;
}

/* Swiper Navigation Buttons Styling */
.swiper-button-prev, .swiper-button-next {
    color: #0073aa;  /* Blue color for navigation buttons */
    background-color: rgba(0, 0, 0, 0.3); /* Background color for arrows */
}

/* Category buttons styling */
.agcntr-service-category {
    margin-top: 20px;
    text-align: center;
}

.agcntr-service-filter-button {
    white-space: nowrap;
    padding: 8px 16px;
    background-color: #0073aa;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
    margin: 0 5px;
}

.agcntr-service-filter-button:hover {
    background-color: #005177; /* Darker blue on hover */
}
.swiper-button-disabled {
    opacity: 0.3;  /* Make the button semi-transparent */
    pointer-events: none;  /* Disable clicking the button */
}

.news-and-image-row {
  display: flex;
  width: 100%;
}

.homepage-news-container {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.news-side-image {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}

.news-side-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional: Responsive behavior */
@media (max-width: 768px) {
  .news-and-image-row {
    flex-direction: column;
  }

  .homepage-news-container,
  .news-side-image {
    width: 100%;
  }
}

.agcntr-cat-filter-button:focus{
    background: #ffffff !important;
    color:#2D3648!important
}
.homepage-news{
    padding: 60px 0px 50px;
}

.homepage-news .news-view{
        margin-top: 24px;
    display: flex
;
    justify-content: flex-end;
}
.homepage-news .news-view a.view-all-news {
    font-family: DM Sans;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.15px;
    text-align: right;
    color: rgba(25, 71, 138, 1);
    font-weight: 500;
    transition: text-decoration 0.3s ease;
}
.page.page-id-54401 .button.agcntr-contact-button {
    width: 75% !important;
    position: absolute;
    padding: 15px;
    background-color: #F69220;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 15px;
    left: 50% !important;
    transform: translate(-50%) !important;
}
.page.page-id-54401 .prodct-listing .agcntr-see-options-button{
    left: 50% !important;
    transform: translate(-50%) !important;
     width: 75% !important;
        bottom: 15px;


}
.page.page-id-54401 .prodct-listing .agcntr-add-to-cart-button{
        left: 50% !important;
    transform: translate(-50%) !important;
    width: 83% !important;
    bottom: 0px;
    position: absolute;
}
.page.page-id-54401 .prodct-listing .agcntr-add-to-cart-button
.top-news-title a{
       color:#2d4b8d !important;
}
.top-news{
       display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0px auto;
    border-bottom: 3px solid #19478A;
    margin-bottom: 60px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: 60px;
}
 .top-news .newsBlogbox{
    width: 50%;
}
.innerNewsBlogbox:not(:last-child){
        border-bottom: 1px solid #27A8E0;
}
.innerNewsBlogbox h4 a{
        color: #19478A !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
        text-decoration: none;
    font-family: "Schibsted Grotesk", sans-serif !important;
}

.newsCategoryLink{
    color: #19478A !important;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0px !important;
    line-height: 3.3rem;
    font-size: 28px;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
}
.newsCategoryLink  .news-category-link {
    min-width: 49%;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #0372B9;
}
.newsCategoryLink .news-category-link a {
    color: #19478A !important;
}
.newsCategoryLink .news-category-link button.category-button{
    padding: 0px 0px;
    background:transparent;
        color: #F69220 !important;
    font-size: 12px;
}
.newsCategoryLink .news-category-link button.category-button:hover,
.newsCategoryLink .news-category-link button.category-button:focus,
.newsCategoryLink .news-category-link button.category-button:active{
    background:transparent !important;
}
.mainTitle{
        position: relative;
    width: 100%;
    overflow: hidden;
}
.mainTitle::before {
    content: '';
    width: 100%;
    height: 4px;
    background: #19478A;
    position: absolute;
    left: 25%;
    top: 0;
    bottom: 0;
    margin: auto;
}
.mainTitle img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.button.agcntr-contact-button{
         width: 90%;
    position: absolute;
    padding: 15px;
        background-color: #F69220;
        font-weight: 600;
    text-transform: uppercase;
    bottom: 15px;
}
li.archive-product-container{
    position: relative;
}

li.product a.button.agcntr-contact-button{
     width: 90%;
    position: absolute ;
    padding: 15px !important;
        background-color: #F69220 !important;
        font-weight: 600 !important;
    text-transform: uppercase !important;
    bottom: 15px !important;
    text-align:center !important;
    color: #ffffff !important;
    left: 50%;
        height: 45px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transform: translateX(-50%);
}
.archive.post-type-archive-product ul.products li.product{
    position: static;
}
.single-product .price button.button.agcntr-contact-button{
      background-color:#ffc841;
        font-weight: 600;
    text-transform: uppercase;
        font-size: 14px;
    padding: 15px;
    color:black;
    max-width: fit-content;
}
.single-product .price button.button.agcntr-contact-button:hover{
    background-color:white !important;
    border:1px solid #ffc841;
    color:#ffc841 !important;
}
.archive.post-type-archive-product .alg-wc-wl-thumb-btn-loop {
    position: absolute !important;
    left: 22px !important;
    top: 22px !important;
}
.button.agcntr-contact-button:hover,
li.product a.button.agcntr-contact-button:hover{
    background-color:white !important;
    border:1px solid #F69220;
    color:#F69220 !important;
}

/* News Carousel */
.carousel-inner {
    display: flex;
    /*justify-content: center;*/
}

.carousel-item {
	position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out;
}

.carousel-news {
    width: 100%;
    height: 100%;
}

.carousel-news h4 {
    font-size: 26px;
    color: #1C1C1C;
    margin-bottom: 0px;
}
.carousel-news h4 a{
    color:#1C1C1C;
    text-decoration: none;
}
.news-text {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    margin: auto;
    /*text-align: center;*/
    /*top: 50%;*/
    width: 100%;
    /*transform: translate(0%, -50%);*/
    max-width: 720px;
    background: rgb(0 0 0 / 53%);
      width: 100%;
    max-width: 1200px;
    background: rgb(255 255 255);
    padding: 0 34px;
    padding: 15px;
    /*border-radius: 15px;*/
    /*    border: 0.5px solid rgba(196, 196, 196, 1);*/
    /*box-shadow: rgba(0, 0, 0, .1) 0 4px 12px;*/
    min-height: 487px;
}
.carousel-news p {
    font-size: 14px;
    color: #1C1C1C !important;
    opacity: .8;
    margin-bottom: 0px;
    margin-top: 10px;   
}
.carousel-control-next, .carousel-control-prev {
    max-height: 97.1%;
}
.carousel-news p a{
    font-weight: 600;
    color: #19478A!important;
}
/*.carousel-item img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    min-height: 820px;*/
/*    max-height: 820px;*/
/*}*/
.carousel-item  .news-image{
    width: 100%;
    padding-top: 350px;
    position: relative;
    margin: 0px 0px 15px;
    border-radius:12px;
}
.carousel-item  .news-image img{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left:0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius:12px;
}
/* Category Section */
.news-category-link {
    margin-bottom: 20px;
}

.news-category-link a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.news-category-link a:hover {
    color: #007bff;
}

.category-button {
    background-color: #007bff;
    color: #fff;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
}

.category-button:hover {
    background-color: #0056b3;
}
/* Ensure the modal appears at the top of the screen */
.modal-dialog {
    top: 10%;
    transform: translateY(0); /* Removes default centering */
}

.modal-content {
    margin-top: 0;
    border-radius: 8px;
}

/* Optional: You can adjust the height and width of the modal */
.modal-body 2
    max-height: 70vh;
    /*overflow-y: auto;*/
}
button.carousel-control-prev,
button.carousel-control-next{
    width: 60px;
    height: 60px;
    padding: 15px !important;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
        background: #19478A !important;
    color: #fff !important;
}
ul.shopengine-archive-mode-grid .woocommerce-loop-product__title {
    min-height: 46px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*.carousel-news{*/
/*    min-height: 487px;*/
/*}*/
@media screen and (max-width: 481px) {
    .shopengine-widget .shopengine-grid ul.products.column-3 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
       .shopengine-widget .shopengine-grid ul.products li.product img {
        margin-bottom: 15px !important;
    }
}
@media screen and (max-width: 767px){
    div.mobile-menus{
    justify-content: space-between !important;
}
.swiper{
    height: 250px !important;
}
.product-limit-mob-view ul.products.columns-3 li,
body.archive.post-type-archive ul.products.columns-3 li{
    width: 100% !important;
}
.shopengine-widget .shopengine-grid ul.products.column-3{
    display: grid;
   grid-template-columns: repeat(1fr, 1) !important; 
}
.swiper-button-prev{
    border-radius: 0px !important;
}
.elementor-2 .elementor-element.elementor-element-50845ca .elementor-heading-title {
        font-size: 32px;
        line-height: 36px;
        text-align: center;
        color: #fff !important;
    }
 .swiper .swiper-button-prev::after{
        font-size: 20px !important;
}
    .carousel-item img {
        width: 100%;
        height: auto;
        /*min-height: 200px !important;*/
        /*max-height: 200px !important;*/
    }
    .mainTitle {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.mainTitle img{
    width: 150px;
}
.homepage-news .news-view{
    margin-top: 10px;
    margin-bottom: 20px;
}
.mainTitle::before {
    content: '';
    width: calc(100% - 160px);
    height: 4px;
    background: #19478A;
    position: absolute;
    left: unset;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}
    .carousel-item .news-image {
    width: 100%;
    padding-top: 200px;
    position: relative;
    margin: 0 0 15px;
    border-radius: 12px;
}
    .carousel-control-next, .carousel-control-prev {
        max-height: 89.1%;
        background: transparent !important;
    }
    .news-text{
        max-width: 90%!important;
        min-height: 390px;
    }
    .news-archive p {
        color: #fff;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    button.carousel-control-prev,
button.carousel-control-next{
 
 width: 35px;
    height: 35px;
    padding: 8px !important;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
        background: #19478A !important;
    color: #fff !important;
}
}


.elementor-90 .elementor-element.elementor-element-6a1dcc3 div.elementor-menu-toggle svg{
    fill:#33373d !important;
}
.archive .custom-slider{
       height: 440px;
}
@media screen and (min-width: 768px) and (max-width: 1199px){
    .archive .custom-slider{
          height: 235px !important;
}
.mobile-menus .e-con-full.e-flex.e-con.e-child:nth-child(1){
    flex: 1!important;
}
}
@media screen and (max-width: 767px){
    .archive .custom-slider{
         height: 123px; !important;
}

.info-section ol li{
font-size: 14px !important;
}
.page.page-id-131 .tab-pane .faq-accordion .faq-question{
font-size: 13px;}
}
.event-content-centered p{
    text-align: center;
    color: #33373d;
    margin-bottom: 0px;
}
.event-content-centered p.event-date{
    text-align: center;
    color: #33373d;
    margin-bottom: 15px;
}
.news-detail-short-des{
     text-align: center;
    color: #33373d;
    padding-bottom: 20px;
}

.title-card-content  h5{
text-align: left !important;
margin-bottom: 7px;
}
.title-card-content h5.commodity-date{
    margin-bottom: 0px !important;
    font-size: 13px;
    font-weight: 400;
}

.archive.post-type-archive .shopengine-product-excerpt p{
      overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; 
}

.modal .pricing-modal-btns a{
    border-radius: 0px !important;
    background: transparent;
    color:#FF8B00!important;
     width: 100%;

}
.modal .pricing-modal-btns a:hover{
    color:#FF8B00!important
}
.modal .pricing-modal-btns a:not(:last-child){
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    border-left: none;
    border-right: none;
}
.modal .pricing-modal-btns a:first-child{
    border-top: 1px solid #dee2e6;
}
.modal .pricing-modal-btns a:last-child{
    border:none !important;
}
#pricingModal .modal-header{
    justify-content:center;
    position: relative;
        padding: 5px;
        border-bottom: none;
}

#pricingModal .modal-header .btn-close{
position: absolute;
    right: 20px;
    top: 10px;
    font-size: 37px;
    color: red;
    background: none;
    padding: 0px;
    opacity: 1;
    background: none;
}
#pricingModal .modal-header .btn-close:focus,
#pricingModal .modal-header .btn-close:hover,
#pricingModal .modal-header .btn-close:active{
       border: none;
    box-shadow: none; 
    color: red !important;
    background: none !important;
}
#pricingModal .modal-title{
    color:#000000;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 14px;
}
#pricingModal .modal-body div p{
    text-align: center;
}
#pricingModal .modal-dialog{
    max-width: 400px;
    top: 50%;
    transform: translateY(-50%) !important;
}

#pricingModal .modal-body .modal-sub-title{
     font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 13px;
    margin: 0px 0px 8px;
}
#pricingModal .modal-body p{
    font-size: 13px; 
      font-family: "Sora", sans-serif;
      font-weight: 400;
      color:#000000;
}

body.archive.post-type-archive .archive-product-container .button.agcntr-contact-button {
    width:86%;
    position: absolute !important;
    padding: 15px;
    background-color: #F69220 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    bottom: 10px;
    padding: 15px !important;
    font-family: "Sora", sans-serif;
    font-weight:600;
}

body.archive.post-type-archive .archive-product-container a.add_to_cart_button{
     width:90%;
    position: fixed !important;
    padding: 15px;
    background-color: #F69220 !important;
    color: #ffffff !important;
    text-transform: uppercase;
    bottom: 10px;
    padding: 15px !important;
    font-family: "Sora", sans-serif !important;
    font-weight: 600 !important;
    height: 46px;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    border: none !important;
    font-size: 16px !important;
}
body.archive.post-type-archive .shopengine-archive-products .product a.button:not(.shopengine-quickview-trigger){
    padding: 15px !important;
}

body.archive.post-type-archive .archive-product-container .shopengine-product-excerpt{
        padding-bottom: 0px;
}
body.archive.post-type-archive .archive-product-container .shopengine-product-excerpt p{
    margin-bottom: 20px !important;
}
body.archive.post-type-archive .archive-product-container  .product span.price p.agcntr-product-price{
    padding:0px 0px 0px 0px !important;
    margin-bottom: 40px !important;
}
  .faq-answer {
                display: none;
                padding: 10px;
                border-top: 1px solid #ddd;
            }
            .faq-question {
                cursor: pointer;
                padding: 10px;
                background: #f1f1f1;
                margin-bottom: 5px;
                font-weight: bold;
            }
           
.faq-icon {
    display: inline-block;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    user-select: none; /* prevent text selection */
}
.faq-question:after {
    content: '\002B';
    font-size: 18px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.faq-accordion .faq-item{
   border:1px solid #eee;
   background-color: #fff;
   color: #555;
   cursor: pointer;
   padding: 18px !important;
   width: 100%;
   text-align: left;
   outline: none;
   transition: .4s;
   margin-bottom: 0px;
   border: 1px solid #e5e5e580;
   border-radius: 4px !important;
   font-size: 16px !important;
}
.faq-answer{
    border:0px !important;
}
.faq-accordion .faq-item{
    border: 1px solid #eee;
    background-color: transparent;
    color: #555;
    cursor: pointer;
    padding: 6px !important;
    width: 100%;
    text-align: left;
    outline: none;
    transition: .4s;
    margin-bottom: 0;
    border: none;
    border-radius: 4px !important;
    font-size: 16px !important;
}
.faq-question {
    cursor: pointer;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 5px;
    font-weight: 700;
    bord
    er: 1px solid #eee;
}
.active {
    background-color: #fff;
    background: #fff;
    color: #fcb900 !important;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px !important;
}

.page.page-id-131 .nav.nav-tabs button.nav-link{
    padding: 20px 40px !important;
    background: transparent;
    color: #000000;
}

/*.page.page-id-131 .nav.nav-tabs button.nav-link.active{*/
/*    background:;*/
/*}*/
.page.page-id-131 .active::after{
    display: none;
}
.faq-accordion .faq-item .faq-question.active{
    padding: 10px 10px 10px 10px !important;
    border-bottom: 0px !important;
}
.faq-accordion .faq-item .faq-answer{
    border: 1px solid #dddddd !important;
    border-top: 0px !important;
}

@media screen and (max-width: 767px){
    .page.page-id-131 .nav.nav-tabs button.nav-link{
        padding: 11px 6px !important;
    background: transparent;
    color: #000;
    font-size: 12px;
    }
    .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail{
    margin-right: 0px !important;
    }
    .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail a{
   display: block !important;
    }
    
     .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail a img{
		 width: 100% !important;
        min-width: 100% !important;
       
}

.shopengine-table__footer .button-group-left{
margin-right: 0px !important;}
}
.page.page-id-131 .tab-pane .faq-accordion{
    background:#f1f2f2 !important;
}
.page.page-id-131 .tab-pane .faq-accordion .faq-question{
    background: #FFFFFF !important;
    color: #21272A !important;
    padding: 16px !important;
}
.page.page-id-131 .tab-pane .faq-accordion .faq-question::after{
    color: #21272A;
}

.select-wishlist ul{
    padding-left: 0px !important;
    margin-bo
    
    
    ttom: 15px;
}
.select-wishlist ul li label{
    margin-top: 3px;
}


/*home page slider CSS*/
  /* Slider shell */
    .spc-slider {
      max-width: 1200px;
      margin: 24px auto;
    }

    /* Center each slide’s content */
    .spc-slider .slick-slide {
      display: flex !important;
      justify-content: center;
      outline: none;
      /* remove blue outline on click */
    }

    .spc-slider .slick-slide {
      margin: 0 10px;
      /* horizontal spacing between slides */
    }

    .spc-slider .slick-list {
      margin: 0 -10px;
      /* counteracts margin so alignment stays correct */
    }

    /* Make arrows visible and large */
    .slick-prev:before,
    .slick-next:before {
      color: #0372b9;
      font-size: 28px;
    }
	@media  screen and (min-width: 1200px){
    .slick-prev {
        left: -81px;
        z-index: 3;
    }

    .slick-next {
      right: -45px;
      z-index: 3;
    }
    }
    

    /* ====== Product Grid Card (pgc-) ====== */
    .pgc-card {
      background: #f5bd00;
      width: 275px;
      height: 365px;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    }

    .pgc-category-title {
      color: #fff;
      font-weight: 700;
      font-size: 24px;
      margin: 0 0 14px 0;
      text-align: center;
    }

    .pgc-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        height: 294px;
        overflow: hidden;
    }

    .pgc-item {
      background: #fff;
      border-radius: 12px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      padding: 5px 4px;
      transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

    .pgc-image {
        width: 85px;
        height: 60px;
        margin: auto;
        background: #fff;
        border-radius: 12px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .pgc-image img {
      width: 100%;
      height: 60px;
      object-fit: cover;
    }

    .pgc-name {
      font-size: 14px;
      font-weight: 600;
      color: #333;
      margin-bottom: 8px;
      line-height: 1.2;
      text-align: center;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 100px;
    }

    .pgc-price {
      font-size: 16px;
      font-weight: 700;
      color: #4a90e2;
      text-align: center;
    }

    /* ====== Single Product Card (spc-) ====== */
    .spc-card {
      background: #0372b9;
      width: 275px;
      height: 365px;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .spc-title {
        font-size: 24px !important;
        font-weight: 700;
        line-height: 1.2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 28px !important;
        margin-bottom: 10px;
        color: #fff !important;
        margin-top: -4px;
    }

    .spc-brand {
      font-size: 18px;
      opacity: 0.8;
      font-weight: 700;
      margin: 0;
    }

    .spc-content {
      width: 100%;
      height: 200px;
      border-radius: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .spc-content img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        max-height: 144px;
        margin-bottom: 14px;
    }

    .spc-btn {
        background: #f69220 !important;
        border: none !important;
        color: #fff !important;
        padding: 18px 0 !important;
        border-radius: 4px !important;
        font-size: 16px !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        letter-spacing: 1px;
        text-transform: uppercase;
        width: 100% !important;
        transition: all 0.3s ease;
    }
    .spc-price-name {
      color: #fff;
      margin-right: 5px;
    }

    /* ====== Slider-promotion Card (slp-) ====== */
    .slp-card {
      background-image: url(img/third-card-img.jpg);
      padding: 0px;
      position: relative;
      width: 275px;
      height: 365px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-size: cover;
      background-repeat: no-repeat;
    }

    .slp-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 12px;
    }

    .slp-content {
      width: 180px;
      height: 290px;
      border-radius: 6px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      position: absolute;
      top: 14px;
      left: 0;
      right: 0;
      margin: auto;
      backdrop-filter: blur(6px);
      border: 2px solid #f5bd00;
      color: #fff;
      flex-direction: column;
      padding-inline: 40px;
      padding-block: 20px;
    }

    .slp-btn {
      background: #f69220;
      border: none;
      color: #fff;
      padding: 18px 27px;
      border-radius: 4px;
      font-size: 16px;
      font-weight: 700;
      cursor: pointer;
      letter-spacing: 1px;
      text-transform: uppercase;
      transition: all 0.3s ease;
    }

    .slp-content-title {
      color: #fff;
      font-weight: 600;
      font-size: 24px;
      text-align: center;
    }

    .slp-small-text {
      color: #f69220;
      font-weight: 500;
      font-size: 14px;
    }

    .slp-brnd-img img {
      width: 100% !important;
      height: 100%;
      object-fit: fill;
    }
.slp-brnd-img:nth-child(1){
    background: white;
    border-radius: 12px;
}
.slp-brnd-img img[src="https://theagcenter.com/wp-content/uploads/2025/09/Ag-Lending-Group-Logo-Resize-600-x-600-px.png"]{
    object-fit: contain !important;
}
    .slp-brnd-img {
        width: 100%;
        height: 100%;
    }
    
    .slick-slide a {
        height: auto !important;
        position: relative;
    }
    .slick-prev, .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute;
        top: 50%;
        display: block;
        width: 20px;
        height: 20px;
        pa
        dding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }
    .spc-slider .slick-prev:before,.spc-slider .slick-next:before {
        color: #ffffff !important;
        font-size: 30px !important;
        font-family: 'slick' !important;
        font-size: 20px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding: 4px 4px;
    }

    .slp-brnd-box {
        height: 100%;
    }
    .sli
    ck-list.draggable {
        padding-bottom: 7px;
    }
  	@media screen and (min-width: 1200px){
    .slick-prev {
        left: -84px!important;
    }
    .
    slick-next {
        right: -46px!important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px){
.mainTitle::before {
        content: '';
        width: 48% !important;
        height: 4px;
        background: #19478A;
        position: absolute;
        right: 0%;
        top: 0;
        bottom: 0;
        left: unset !important;
        margin: auto;
    }
        .blogBox {
        width: 100% !important;
    }
    
      .slider div a{
    position: relative;
    }
        body.home .prodct-listing .agcntr-service-container .slick-prev {
    left: -30px !important;
    font-size: 0px !important;
} 
  body.home .prodct-listing .agcntr-service-container .slick-next {
    right: 0px !important;
    font-size: 0px !important;
}
 .slick-prev {
       left: -24px !important;
    }
    .slick-next {
        right: 14px!important;
    }
    .page.page-id-54401 .button.agcntr-contact-button{
	font-size: 12px;
    padding: 15px 10px !important;
}
    body.home .slick-slider .srvic-slick .slick-prev {
    left: -30px !important;
    font-size: 0px !important;
} 
  body.home s.lick-slider .srvic-slick .slick-next {
    right: 0px !important;
    font-size: 0px !important;
}
body.home .service-viewall{
padding: 0px 15px !important;
}
body.home .shop-cl-section .elementor-element-1701a86 .elementor-element-9d98a2c{
grid-template-columns: repeat(1, 1fr) !important;
}
}

    /* Responsive: show 1 slide on small screens */
    @media (max-width: 640px) {
    body.archive.post-type-archive .archive-product-container  .product span.price p.agcntr-product-price{
    margin-bottom: 0px !important;
    }
    .prodct-listing .agcntr-product-cards-section{
    display: none !important;
    }
   body.archive.post-type-archive .shopengine-archive-products .button.product_type_simple.add_to_cart_button,
    body.archive.post-type-archive .shopengine-archive-products .button.product_type_variable.add_to_cart_button{
    	font-size: 12px !important;
        width: 87%;
                position: absolute !important;
    }
    body.home .prodct-listing .agcntr-service-container .slick-prev {
    left: -30px !important;
    font-size: 0px !important;
} 
  body.home .prodct-listing .agcntr-service-container .slick-next {
    right: 0px !important;
    font-size: 0px !important;
}
    .news-sections .blogBox .homepage-news-title a{
    font-size: 18px !important;
	
}
 .news-sections .blogBox p{
 	f
    
    ont-size: 13px !important;
 }
 
 .serviceCategoryList .filter-service-cat{
	font-size: 16px !important;
}
    .slider div a{
        position: relative;
    }
    body.archive.post-type-archive .archive-product-container .button.agcntr-contact-button{
	    font-size: 13px !important;
        word-break: break-word;
        white-space: normal;
        line-height: 1.5;   
    }
    .mainTitle::before {
        content: '';
        width: calc(100% - 160px) !important;
       
        left: unset !important;
        
    }
      .blogBox {
        width: 100% !important;
    }
      .spc-slider {
        max-width: 320px;
      }
      .agcntr-header-section{
      	padding: 16px;
      }
     .slick-prev {
       left: -60px !important;
    }
    .slick-next {
        right: -26px!important;
    }
       .lazyloaded,.lazyloading{
        opacity: 1 !important;
        height: 100% !important;
    }
/**/

 @media (max-width: 640px) {
    .slider .thumbnail-wrapper {
        height: 300px
    }
  }