/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1780475009
Updated: 2026-06-03 08:23:29

*/
header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}
.top-navbar nav.elementor-nav-menu--main ul.elementor-nav-menu li:last-child a.elementor-item {
    background: #E4C462;
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
    margin-left: 10px;
}
.top-navbar nav.elementor-nav-menu--main ul.elementor-nav-menu li a {
    text-transform: capitalize;
}
.top-navbar nav.elementor-nav-menu--main ul.elementor-nav-menu li a.elementor-item-active {
   font-weight: 700 !important;
}
.top-navbar nav.elementor-nav-menu--main ul.elementor-nav-menu li:last-child a.elementor-item:hover{
	background:#000;
	color:#fff;
}
.ps-cf-wrapper .wpcf7-spinner{
    position: absolute !important;
}
.hero-banner-video .elementor-custom-embed-image-overlay::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	background-color: #00000056;
}
.hero-banner-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    position: absolute;
    z-index: 9;
    bottom: 40%;
    right: 9%;
    left: auto;
}
.elementor-widget-button .elementor-button{
    font-weight:700 !important;
}
.why-agriculture-item span.elementor-icon {
   transform: translate(0px, 10px);
}
.governance-framework-list ul {
    margin-bottom: 25px;
		padding-left:0px;
}
.governance-framework-list ul li{
    list-style-type:none;
}
.governance-framework-list ul li::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/list-icon.png) no-repeat;
    background-size: 22px;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    transform: translate(0px, 10px);
}
.ps-cf-wrapper .form-row label{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    width: 100%;
    letter-spacing: 6%;
    text-transform: uppercase;
}
	.ps-cf-wrapper .form-row {
    display: flex;
    align-items: center;
    gap: 25px;
}
.ps-cf-wrapper .wpcf7-form-control {
    border-radius: 0px !important;
    border-color: #D3D3D3 !important;
    color: #666;
    margin-top: 9px !important;
    max-width: 100%;
    width: 100%;
}
.ps-cf-wrapper .form-row .form-col {
    width: calc(50% - 10px);
}
.ps-cf-wrapper .form-row .form-col.full-width {
    width: calc(100% - 0px);
}
.ps-cf-wrapper textarea.wpcf7-form-control {
    height: 84px;
    resize: none;
}
.ps-cf-wrapper input.wpcf7-submit {
    font-family: Manrope;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 6%;
    text-align: center;
    text-transform: uppercase;
}
.ps-cf-wrapper input.wpcf7-submit:hover {
    background: #000 !important;
    color: var( --e-global-color-primary ) !important;
}
.company-journey-sec {
  position: relative;
}
.company-journey-sec::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 20px;
  bottom: 40px;
  width: 0;
  border-left: 2px dashed #e4c462;
}

.agriculture-performance-sec img {
    height: 100% !important;
    object-fit: cover;
}
.agriculture-performance-sec {
    max-width: 48% !important;
    width: 100%;
    height: 100%;
}
.agriculture-performance-sec::after {
    content: '';
    background: #0a2710;
    clip-path: polygon(0 0, 956px 0, 956px 788px, 136.5px 788px);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 130px;
}
.get-in-touch-info p a{
    color: var(--e-global-color-text) !important;
}
.catalogue-item-list .elementor-widget-text-editor {
    max-width: calc(50% - 28px) !important;
    width: 100% !important;
}
.catalogue-item-list .elementor-widget-text-editor h3 {
    margin-top: 0px;
    margin-bottom: 7px;
    font-size: var(--e-global-typography-629ead8-font-size);
    font-weight: 600;
    text-transform: var(--e-global-typography-629ead8-text-transform);
    line-height: var(--e-global-typography-629ead8-line-height);
}
.catalogue-item-list .elementor-widget-text-editor ul {
    padding-left: 30px;
}
.catalogue-item-list .elementor-widget-text-editor p, .catalogue-item-list .elementor-widget-text-editor li{
    color:#121212E0 !important;
}
.catalogue-item-list .elementor-widget-text-editor p {
    margin-bottom: 6px;
}
.catalogue-item .elementor-widget-theme-post-featured-image img{
    transition: all 0.3s ease-in-out;
}
.catalogue-item .elementor-widget-theme-post-featured-image {
    overflow: hidden;
}
.catalogue-item:hover .elementor-widget-theme-post-featured-image img{
    transform:scale(1.1);
}
.catalogue-item {
    height: 100% !important;
}
.dialog-message.dialog-lightbox-message:has(.ps-cf-wrapper) {
    overflow: hidden !important;
}
.blog-details-content figure.wp-block-image.alignwide {
    margin-inline: 0px;
    margin: 40px 0px;
}
.blog-details-content p{
    color: var(--e-global-color-accent) !important;
}
.blog-details-content h2.wp-block-heading {
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    text-transform: capitalize;
}

.feauture-product-item ul {
    padding-left: 24px;
    font-weight:500;
}
.feauture-product-item ul li strong{
    font-weight:500;
}
.why-choose-seeds .elementor-widget-text-editor ul li strong {
    display: block;
}
.why-choose-seeds .elementor-widget-image {
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
}
.why-choose-seeds .elementor-widget-image::before {
    content: '';
    background-color: #E4C462;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: -1;
}
.why-choose-seeds ul li {
    list-style-type: none;
}
.why-choose-seeds ul li::before {
    content: '';
    background: url(/wp-content/uploads/2026/06/list-icon.png) no-repeat;
    background-size: 22px;
    background-position: center;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 10px;
    transform: translate(0px, 2px);
    position: absolute;
    left: 0;
}
.why-choose-seeds ul li {
    list-style-type: none;
    margin-bottom: 18px;
}
.head-white h2 {
    color: white;
}
.enquery-form .form-row::before, .enquery-form .form-row::after, .ps-cf-wrapper .form-row::before,  .ps-cf-wrapper .form-row::after{
    display: none !important;
}
.enquery-form .form-row p {
    margin-bottom: 0px;
}
.enquery-form .form-row .form-col label br, .ps-cf-wrapper .form-row .form-col label br{
    display: none;
}
.product-list-wrap ul {
    padding-left: 0px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.product-list-wrap ul li {
    list-style-type: none;
    width: calc(50% - 20px);
}
.product-list-wrap ul li strong {
    display: block;
}
.product-review h2:not(:first-child) {
    font-weight: 600;
    font-size: 34px;
    line-height: 100%;
    text-transform: capitalize;
    margin: 25px 0px;
}
.product-review .table-wrapper {
    max-width: 923px;
    background: #FCFCEA;
}
.product-review .table-wrapper thead {
    background: #F0F0D4;
}
.product-review .table-wrapper table th {
    border: 0px;
    border-block-start: 0px !important;
}
.product-review .table-wrapper table tbody>tr:nth-child(odd)>td, .product-review .table-wrapper table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.product-review .table-wrapper thead th {
    text-align: left;
}
.product-review .table-wrapper td, .product-review .table-wrapper th {
    border: 1px solid hsl(0deg 0% 50% / 14%);
    padding: 15px;
    border-left: 0px;
    border-right: 0px !important;
}
.yield-perfomance-editor ul li {
    margin: 6px 0px;
}
.yield-perfomance-editor ul {
    padding-left: 28px;
}
.seed-performance-sec img {
    height: 100% !important;
    object-fit: cover;
}
.seed-performance-sec::after {
    content: '';
    background: #0A2710;
    clip-path: polygon(0 0, 956px 0, 956px 788px, 136.5px 788px);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 130px;
}
.advantages-list li::before {
    content: '';
    background: url(https://statewide-roofing.twebexponent.co.uk/wp-content/uploads/2026/06/fill-tick-arrow.png)no-repeat;
    background-size: 20px;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    transform: translate(6px, 6px);
}
.advantages-list li strong, .planting-guidance-list li strong {
    color: #ffff;
}
.advantages-list li {
    margin: 20px 0px;
    list-style-type: none;
    color: #FFFFFFB8;
}
.planting-guidance-list ul {
    padding-left: 0px;
}
.planting-guidance-list li {
    list-style-type: none;
    margin: 20px 0px;
    color: #FFFFFFB8;
}
.planting-guidance-list h2 {
    margin-top: -10px;
}
.hero-banner-play-btn svg circle {
    stroke: #fff;
}

/* responsive start */
@media (max-width:1200px){
    .home-hero-banner img.attachment-full.size-full {
        height: 80vh !important;
    }
    .blog-details-content figure.wp-block-image.alignwide {
        margin: 30px 0px;
    }
    .blog-details-content h2.wp-block-heading {
        font-size: 28px;
    }
}
@media (max-width:880px){
    .agriculture-performance-sec{
        display: none;
    }
    .blog-details-content h2.wp-block-heading {
        font-size: 26px;
    }
    .catalogue-item-list .elementor-widget-text-editor {
        max-width: calc(100% - 0px) !important;
    }
}
@media (max-width: 767px){
    .ps-cf-wrapper .form-row {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    .ps-cf-wrapper .form-row .form-col {
        width: calc(100% - 0px);
    }
    .home-hero-banner img.attachment-full.size-full {
        height: 60vh !important;
    }
    .hero-banner-video .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
        position: absolute;
        z-index: 9;
        bottom: -20%;
        right: 50%;
        left: auto;
        transform: translate(50%, -50%);
    }
    .company-journey-sec::before {
        left: 17px;
        top: 20px;
        bottom: 40px;
        height: 90%;
    }
    .blog-details-content figure.wp-block-image.alignwide {
        margin: 20px 0px;
    }
    .blog-details-content h2.wp-block-heading {
        font-size: 24px;
    }
   
}


