@font-face {
font-display: swap; 
font-family: 'Outfit';
font-style: normal;
font-weight: 400;
src: url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/outfit/outfit-v14-latin-regular.woff2) format('woff2'), 
url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/outfit/outfit-v14-latin-regular.ttf) format('truetype'); 
} @font-face {
font-display: swap; 
font-family: 'Outfit';
font-style: normal;
font-weight: 500;
src: url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/outfit/outfit-v14-latin-500.woff2) format('woff2'), 
url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/outfit/outfit-v14-latin-500.ttf) format('truetype'); 
} @font-face {
font-display: swap; 
font-family: 'Outfit';
font-style: normal;
font-weight: 600;
src: url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/outfit/outfit-v14-latin-600.woff2) format('woff2'), 
url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/outfit/outfit-v14-latin-600.ttf) format('truetype'); 
} @font-face {
font-display: swap; 
font-family: 'Outfit';
font-style: normal;
font-weight: 700;
src: url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/outfit/outfit-v14-latin-700.woff2) format('woff2'), 
url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/outfit/outfit-v14-latin-700.ttf) format('truetype'); 
} @font-face {
font-display: swap; 
font-family: 'Cinzel';
font-style: normal;
font-weight: 400;
src: url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/cinzel/cinzel-v25-latin-regular.woff2) format('woff2'), 
url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/cinzel/cinzel-v25-latin-regular.ttf) format('truetype'); 
} @font-face {
font-display: swap; 
font-family: 'Cinzel';
font-style: normal;
font-weight: 600;
src: url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/cinzel/cinzel-v25-latin-600.woff2) format('woff2'),
url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/cinzel/cinzel-v25-latin-600.ttf) format('truetype');
} @font-face {
font-display: swap; 
font-family: 'Cinzel';
font-style: normal;
font-weight: 700;
src: url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/cinzel/cinzel-v25-latin-700.woff2) format('woff2'),
url(//www.organicyug.com/wp-content/themes/organicyug/assets/fonts/cinzel/cinzel-v25-latin-700.ttf) format('truetype');
}
:root{
--primary: #009846;
--secondry: #6D1B00;
--black: #000;
--white: #fff;
--body: 'Outfit';
--heading: 'Cinzel';
}
.top-space {
padding-top: 110px;
}
.error-page {
padding: 190px 0 150px;
} .site-header{
background-color: transparent;
padding: 10px 0;
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 9;
}
.site-header .header-logo{
max-width: 300px;
}
.site-header .dropdown {
position: absolute;
top: 50%;
right: 40px;
transform: translateY(-50%);
}
.site-header .dropdown button.btn {
border-radius: 40px;
border: 2px solid #000;
outline: none !important;
display: flex;
align-items: center;
padding: 8px 42px 8px 12px;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/down-arrow.svg) no-repeat;
background-position: center right 15px;
background-size: 15px;
}
.site-header .dropdown-menu {
padding: 0;
}
.site-header.sticky {
position: fixed;
top: 0;
left: 0;
transition: all 0.3s;
width: 100%;
z-index: 9;
animation: fadeInDown 0.5s ease-in-out 0s 1 normal none running;
background-color: var(--white);
box-shadow: 0px 1px 6px 0px rgba(0,0,0,.12);
}
.site-header.sticky .top-bar{
display: none !important;
} .site-header .header-main{
column-gap: 50px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 20px;
}
.site-header .header-main .left-menu {
flex: 0 0 calc(50% - 200px);
max-width: calc(50% - 200px);
} 
.site-header .header-main .right-menu {
flex: 0 0 calc(50% - 200px);
max-width: calc(50% - 200px);
}
.site-header #menu-right {
gap: 37px;
}
.site-header #menu-left {
gap: 37px;
}
.site-header .header-nav >li.active >a {
color: var(--primary);
}
.site-header .header-nav >li{
text-align: center;
}
.site-header .header-nav >li >a {
color: var(--black);
font-size: 20px;
}
.site-header .header-nav >li.current-menu-ancestor>a {
color: var(--primary);
}
.site-header .header-nav >li.current-menu-ancestor .current-menu-ancestor>a {
background: var(--primary);
color: var(--white);
}
.site-header .header-nav >li.current-menu-ancestor .current-menu-item>a {
background: var(--white);
color: var(--secondry);
}
.site-header .header-nav  .current-menu-parent a.__mPS2id,
.site-header .header-nav  .current-menu-item a.__mPS2id {
color: var(--primary) !important;
}
.site-header .header-nav  .current-menu-parent a.__mPS2id:hover,
.site-header .header-nav  .current-menu-item a.__mPS2id:hover {
color: var(--primary);
}
.site-header .header-nav  .current-menu-parent a.mPS2id-highlight,
.site-header .header-nav  .current-menu-item a.mPS2id-highlight {
color: var(--primary) !important;
}
.site-header .header-nav  .current-menu-parent a.mPS2id-highlight:focus,
.site-header .header-nav  .current-menu-item a.mPS2id-highlight:focus {
color: var(--primary) !important;
}
.site-header .header-nav  .current-menu-parent a.__mPS2id.mPS2id-highlight-first,
.site-header .header-nav  .current-menu-item a.__mPS2id.mPS2id-highlight-first {
color: var(--primary) !important;
}
.site-header .header-nav  .current-menu-parent a.__mPS2id.mPS2id-highlight-first:focus,
.site-header .header-nav  .current-menu-item a.__mPS2id.mPS2id-highlight-first:focus {
color: var(--primary) !important;
}
.site-header .header-nav  .current-menu-parent .sub-menu a.__mPS2id,
.site-header .header-nav  .current-menu-item .sub-menu a.__mPS2id {
background: var(--secondry) !important;
color: var(--white)!important;
}
.site-header .header-nav  .current-menu-parent .sub-menu a.__mPS2id:hover,
.site-header .header-nav  .current-menu-item .sub-menu a.__mPS2id:hover {
background: var(--white) !important;
color: var(--secondry) !important;
}
.site-header .header-nav  .current-menu-parent .sub-menu a.mPS2id-highlight,
.site-header .header-nav  .current-menu-item .sub-menu a.mPS2id-highlight {
background: var(--white) !important;
color: var(--secondry) !important;
}
.site-header .header-nav  .current-menu-parent .sub-menu a.mPS2id-highlight:focus,
.site-header .header-nav  .current-menu-item .sub-menu a.mPS2id-highlight:focus {
background: var(--white) !important;
color: var(--secondry) !important;
}
.site-header .header-nav  .current-menu-parent .sub-menu a.__mPS2id.mPS2id-highlight-first,
.site-header .header-nav  .current-menu-item .sub-menu a.__mPS2id.mPS2id-highlight-first {
background: var(--white) !important;
color: var(--secondry) !important;
}
.site-header .header-nav  .current-menu-parent .sub-menu a.__mPS2id.mPS2id-highlight-first:focus,
.site-header .header-nav  .current-menu-item .sub-menu a.__mPS2id.mPS2id-highlight-first:focus {
background: var(--white) !important;
color: var(--secondry) !important;
}
.site-header .header-nav li:hover .sub-menu{
display: block;
}
.site-header .header-nav li .sub-menu {
top: 100%;
padding: 0;
background: var(--secondry);
width: 280px;
border: none;
border-radius: 0;
font-size: 16px;
position: absolute;
margin: 0;
display: none;
}
.site-header .header-nav li .sub-menu li .sub-menu{
display: none;
}
.site-header .header-nav li .sub-menu li:hover .sub-menu{
display: block;
}
.site-header .header-nav li .sub-menu li {
margin-bottom: 0;
padding: 0;
position: relative;
}
.site-header .header-nav li .sub-menu li a {
padding: 8px 24px 8px 10px;
color: #fff;
display: block;
font-size: 14px;
}
.site-header .header-nav li .sub-menu li a:hover {
color: var(--secondry)!important;
background: var(--white);
}
.site-header .header-nav li .sub-menu li:hover>.sub-menu {
display: block;
margin-top: 0;
top: 0;
}
.site-header .header-nav li:last-child>.sub-menu {
left: 100%;
} .site-footer{
background: var(--primary);
color: #fff;
position: relative;
z-index: 1;
font-size: 18px;
margin-top: -1px;
overflow: hidden;
}
.site-footer:before {
content: '';
display: block;
width: 100%;
height: 250px;
max-width: 630px;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/footer-left.svg) no-repeat;
position: absolute;
bottom: 60px;
left: 0;
background-size: 100% 100%;
z-index: -1;
}
.site-footer:after {
content: '';
display: block;
height: 335px;
max-width: 630px;
width: 100%;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/footer-right.svg) no-repeat;
position: absolute;
bottom: 60px;
right: -20px;
background-size: 100% 100%;
z-index: -1;
}
.site-footer .site-footer-inner{
padding-top: 100px;
padding-bottom: 50px;
border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.site-footer .site-footer-inner .social-media-info{
padding-top: 80px;
}
.site-footer .site-footer-inner .social-media-info h4 {
font-size: 24px;
font-family: var(--body);
color: var(--white);
text-transform: capitalize;
font-weight: 400;
}
.site-footer .site-footer-inner .social-media-info .social-media a img {
transition: all ease 0.3s;
}
.site-footer .site-footer-inner .social-media-info .social-media a:hover img{
filter: brightness(0) saturate(100%) invert(34%) sepia(39%) saturate(4564%) hue-rotate(134deg) brightness(92%) contrast(101%);
}
.footer-logo{
max-width: 298px;
}
.footer-logo a{
display: inline-block;
}
.footer-top .row{
row-gap: 24px;
}
.footer-disclaimer {
font-size: 32px;
font-family: var(--heading);
font-weight: 700;
text-align: left;
}
.site-footer .footer-right{
position: relative;
}
.site-footer .footer-right::before{
content: '';
position: absolute;
top: 42px;
left: 50%;
width: calc(100% - 30px);
height: 1px;
background-color: #fff;
opacity: 0.2;
transform: translateX(-50%)
}
.footer-right h5,
.footer-right h3{
font-size: 18px;
line-height: normal;
margin-bottom: 20px;
font-family: var(--body);
text-transform: capitalize;
color: var(--white);
}
.footer-right ul{
display: flex;
flex-direction: column;
row-gap: 15px;
margin-top: 40px;
}
.footer-right .footer-nav{
gap: 15px 22px;
flex-direction: inherit;
flex-wrap: wrap;
}
.footer-right .footer-nav li{
width: 48%;
}
.footer-right ul li{
line-height: 1;
}
.footer-right ul li a{
display: inline-block;
color: var(--white);
}
.footer-right ul li a:hover{
color: var(--primary);
}
.footer-right .location-main{ }
.contact-information,
.location-info{
margin-top: 40px;
}
.contact-information a{
display: inline-block;
color: var(--white);
font-weight: 400;
}
.contact-information a:hover{
color: var(--secondry);
}
.location-info .location-item a{
color: var(--white);
}
.location-info .location-item a:hover{
color: var(--secondry);
}
.footer-awards-logo{
column-gap: 10px;
justify-content: end;
}
.site-footer .footer-bottom {
padding: 43px 0 23px;
}
.footer-bottom a {
color: var(--white);
}
.footer-bottom a:hover {
color: var(--secondry);
} .brand-logo{
column-gap: 25px;
}
.brand-logo .wpb_column {
width: auto;    
} .hero-slider{
overflow: visible;
}
.hero-banner .hero-inner {
background-size: cover;
padding: 150px 0 150px;
border-bottom: 15px solid var(--primary);
position: relative;
}
.hero-banner .hero-inner .hero-content-main {
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/hero-circle-green.svg) no-repeat;
max-width: 550px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 550px;
row-gap: 24px;
position: relative;
padding: 32px;
}
.hero-banner .hero-inner .hero-content-main .lvl-1 {
opacity: 0;
transition: all 0.3s ease-in-out; transform: translateY(35px);
}
.hero-banner .hero-inner .hero-content-main .lvl-2 {
color: var(--primary);
display: flex;
align-items: center;
column-gap: 8px;
}
.hero-banner .hero-inner .hero-content-main .lvl-2::before {
content: "";
width: 26px;
height: 23px;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/right-sign.svg) no-repeat;
background-size: contain;
background-position: center;
display: none;
}
.hero-content-main .content-editor {
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/shape.png) no-repeat;
padding: 0 55px;
background-size: 100%;
max-width: 480px;
background-position: center center;
position: absolute;
bottom: 102px;
left: 50%;
right: 0;
width: 100%;
transform: translateX(-50%);
color: var(--white);
}
.hero-right-bottom-img {
position: absolute;
bottom: -80px;
right: 0;
transform: translateY(35px);
transition: all 0.3s ease-in-out; opacity: 0;
max-width: 720px;
}
.hero-banner {
overflow: hidden;
background-repeat: no-repeat;
padding-bottom: 70px;
position: relative;
z-index: 2;
}
.hero-banner + .site-main {
margin-top: -70px;
position: relative;
z-index: 1;
}
.hero-banner .swiper-wrapper .swiper-slide.swiper-slide-active .hero-right-bottom-img,
.hero-banner .swiper-wrapper .swiper-slide.swiper-slide-active .hero-inner .hero-content-main .lvl-1  {
transform: translateY(0);
opacity: 1;
} @keyframes fadeinup {
0% {
opacity: 0;
-webkit-transform: translate3d(0,100%,0);
transform: translate3d(0,100%,0)
}
100% {
opacity: 1;
-webkit-transform: none;
transform: none
}
} .certificate-logos {
background: rgb(0 152 70 / 20%);
}
.certificate-logos::before {
content: '';
display: block;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/certified-before.svg) no-repeat;
height: 362px;
width: 212px;
position: absolute;
left: 40px;
bottom: -10px;
z-index: -1;
}
.certificate-logos::after {
content: '';
display: block;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/certified-before.svg) no-repeat;
height: 362px;
width: 212px;
position: absolute;
right: 40px;
bottom: -10px;
z-index: -1;
transform: scaleX(-1);
}
.certificate-logos .certificate-logos-inner .vc_column-inner > .wpb_wrapper {
display: flex;
flex-wrap: wrap;
gap: 1rem;
justify-content: center;
}
.certificate-logos .certificate-logos-inner .vc_column-inner > .wpb_wrapper .wpb_single_image {
width: calc((100% - (4 * 16px)) / 5);
}
.certificate-logos .certificate-logos-inner .vc_column-inner > .wpb_wrapper .wpb_single_image img {
width: 150px;
height: 133px;
object-fit: contain;
}
.certificate-logos .certificate-logos-inner .vc_column-inner > .wpb_wrapper .wpb_single_image.isoqar-logo img{
width: 100%;
max-width: 250px;
} .two-column .two-col-content  .vc_column-inner > .wpb_wrapper {
max-width: 590px;
}
.two-column.accent-graphics:after {
content: '';
content: '';
display: block;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/certified-before.svg) no-repeat;
height: 362px;
width: 212px;
position: absolute;
right: -10px;
bottom: -30px;
z-index: -1;
transform: scaleX(-1);
}
.vc_section.two-column.bg_pattern {
overflow: visible;
}
.two-column.bg_pattern::before,
.two-column.bg_pattern::after {
content: "";
position: absolute;
bottom: -50px;
left: 0;
width: 598px;
height: 230px;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/seed-sowing.svg) no-repeat;
background-size: contain;
background-position: left bottom;
}
.two-column.bg_pattern::after {
left: auto;
right: 0;
transform: rotateY(180deg);
} .featured-products-section {
position: relative;
}
.featured-products-section::before,
.featured-products-section::after {
content: "";
position: absolute;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/leap-design.svg) no-repeat;
background-size: contain;
background-position: bottom center;
width: 170px;
height: 295px;
bottom: -25px;
left: 40px;
z-index: -1;
}
.featured-products-section::after {
left: auto;
right: 40px;
}
.featured-products .featured-products-wrapper .row{
row-gap: 48px;
}
.featured-products-wrapper .product-tabs .product-tab {
background: none;
border: 1px solid var(--primary);
font-family: Cinzel;
letter-spacing: -0.36px;
font-weight: 700;
color: var(--primary);
padding: 10px 20px;
border-radius: 50px;
outline: 2px solid #E6E6E6;
outline-offset: 15px;
transition: all ease 0.3s;
}
.featured-products-wrapper .product-tabs .product-tab:hover{
background: var(--primary);
color: var(--white);
} 
.featured-products-wrapper .product-tabs .product-tab.active{
background: var(--primary);
color: var(--white);
}  
.product-group .product-card {
background: var(--white);
box-shadow: 0 0 55px 0 rgba(0, 0, 0, 0.15);
padding: 31px 15px;
text-align: center;
height: 100%;
display: flex;
flex-direction: column;
position: relative;
z-index: 1;
}
.product-group .product-card:before {
content: '';
display: block;
height: 35%;
width: 100%;
background: var(--secondry);
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.product-group .product-card .product-img {
height: 200px;
width: 200px;
margin: 0 auto;
}
.product-group .product-card .product-img img {
border: 4px solid var(--primary);
border-radius: 100%;
object-fit: cover;
max-width: 200px;
background: #fff;
}
.product-group .product-card .product-info {
display: flex;
flex-direction: column;
height: 100%;
}
.product-group .product-card .product-type{
transition: all .4s ease-out;
} .vc_section.our-journey_section {
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/our-journey.png) no-repeat;
background-size: 100% 1261px !important;
background-position: center left -60px !important;
}
.journey-inner .journey-items:nth-child(even) .journey-box {
width: 50%;
margin-left: auto;
text-align: end;
}
.journey-inner .journey-items .journey-box {
width: 50%;
}
.journey-inner .journey-items .journey-box .year {
font-family: var(--heading);
font-weight: 700;
line-height: 1;
margin: 0 0 30px;
color: var(--secondry);
}
.journey-inner .journey-items .journey-box .journey-box-content {
position: relative;
}
.journey-inner .journey-items .journey-box .journey-box-content:before {
content: '';
height: 2px;
width: 100%;
background: #BFBFBF;
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.journey-inner .journey-items .journey-box .journey-box-content:after {
content: '';
height: 13px;
width: 13px;
background: #BFBFBF;
position: absolute;
top: -6px;
border-radius: 50px;
}
.journey-inner .journey-items:nth-child(even) .journey-box .journey-box-content .content{
max-width: 300px;
margin-left: auto;
}
.journey-inner .journey-items:nth-child(odd) .journey-box .journey-box-content .content{
max-width: 300px;
margin-right: auto;
opacity: 0;
transform: translateY(30px);
transition: all 0.3s ease-in-out;
}     
.journey-inner .journey-items:nth-child(odd) .journey-box .journey-box-content .content.visible {
opacity: 1;
transform: translateY(0);
}
.our-journey-wrapper {
max-width: 1076px;
margin: 0 auto;
}
.journey-items {
position: relative;
}
.journey-inner .journey-items:before {
content: '';
height: 70px;
width: 70px;
display: inline-block;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/down-arrow.png) no-repeat center, #005000;
position: absolute;
left: 50%;
top: 30px;
border-radius: 100px;
outline: 2px dashed var(--primary);
outline-offset: 10px;
transform: translateX(-50%);
}   
.journey-inner {
position: relative;
}
.our-journey-wrapper .journey-inner:before {
content: '';
height: 100%;
width: 2px;
background: var(--primary);
display: block;
position: absolute;
left: 50%;
right: 50%;
} .contner-section{
border-bottom: 15px solid var(--secondry);
background-position: center 63%;
background-size: cover;
position: relative !important;
}
.contner-section:before {
content: '';
background: var(--primary);
display: block;
height: 100%;
width: 100%;
position: absolute;
left: 0;
top: 0;
mix-blend-mode: multiply;
}
.counter-wrapper {
padding-top: 60px;
}
.counter-wrapper .wpb_column > .vc_column-inner > .wpb_wrapper {
display: flex;
flex-direction: column;
align-items: center;
gap: 15px;
}
.counter-wrapper .wpb_column > .vc_column-inner .counter-number {
font-size: 56px;
font-weight: 700;
color: var(--white);
line-height: 1;
}
.counter-wrapper .wpb_column > .vc_column-inner .wpb_content_element {
text-transform: uppercase;
color: var(--white);
text-align: center;
} .our-manufacturing .manufacturing-info{
display: flex;
gap: 20px;
}
.our-manufacturing .manufacturing-main {
max-width: 810px;
display: flex;
flex-direction: column;
row-gap: 40px;
position: relative;
}
.our-manufacturing .manufacturing-main:before {
content: '';
display: block;
border-left: 1px dashed;
height: calc(100% - 40px);
position: absolute;
top: 0;
left: 40px;
}
.our-manufacturing .manufacturing-info .process-icon {
height: 80px;
width: 80px;
background: #fff;
filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.16));
flex: 0 0 80px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100px;
border: 1px solid #009846;
}
.our-manufacturing .manufacturing-info .process-icon img {
height: 42px;
width: 42px;
object-fit: contain;
}
.our-manufacturing .manufacturing-info .process-content h3{
color: var(--primary);
} .cta-banner {
position: relative;
min-height: 400px;
place-content: center;
}
.cta-banner blockquote {
display: inline-block;
color: #fff;
padding: 45px;
background: rgb(0 0 0 / 55%);
}
.cta-banner blockquote h2:before, 
.cta-banner blockquote h2:after {
content: '';
display: block;
height: 35px;
width: 35px;
background: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/quote-open.png) no-repeat;
background-size: 100%;
filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(114deg) brightness(105%) contrast(101%);
}
.cta-banner blockquote h2:after {
margin-left: auto;
transform: rotateX(180deg) rotateY(180deg);
} .cta-banner .cta-heading h2, .cta-banner .cta-heading h3 {
font-weight: 500;
color: var(--white);
line-height: 1.3;
}
.cta-banner .cta-heading h3 {
margin-top: 10px;
}
.cta-banner .cta-heading h2 strong {
color: var(--primary);
font-weight: 700;
} .mfp-content{
padding: 0 10px;
}
.inquiry-form-info {
position: relative;
max-width: 650px;
margin: 40px auto;
padding: 24px;
border-radius: 10px;
background: var(--white);
}
.mfp-close {
width: 32px;
height: 32px;
font-size: 30px;
color: var(--white) !important;
opacity: 1;
top: -40px !important;
right: 0;
display: flex !important;
justify-content: center;
align-items: center;
}
.form-wrapper p span:not(.wpcf7-spinner) {
display: block;
width: 100%;
}
.form-wrapper input,
.form-wrapper textarea,
.form-wrapper select {
border: 1px solid #000;
font-size: 15px;
background: #fff;
padding: 8px 12px;
border-radius: 8px;
width: 100%;
outline: none !important;
margin-bottom: 16px;
}
.form-wrapper input[type=submit] {
background-color: var(--primary) !important;
color: var(--white) !important;
padding: 10px 18px !important;
font-size: 16px !important;
font-weight: 700;
position: relative;
line-height: normal;
font-family: var(--heading);
border-radius: 50px !important;
max-width: max-content;
transition: 0.3s all ease-in-out;
display: inline-block;
cursor: pointer;
background-image: none !important;
white-space: nowrap;
border: 0 !important;
margin-bottom: 0;
}
.form-wrapper input[type=submit]:hover {
background-color: var(--secondry) !important;
color: var(--white) !important;
}
.wpcf7-not-valid-tip {
font-size: 12px;
padding-top: 0;
}
.wpcf7 form .wpcf7-response-output {
font-size: 15px;
margin: 16px 0 0;
}
#expomodal .btn-close {
position: absolute;
top: 0;
right: 0;
background-color: rgb(0 152 70 / 50%);
opacity: .8;
border-radius: 0;
padding: 8px;
background-size: 18px;
cursor: pointer;
z-index: 1;
box-shadow: none !important;
outline: none !important;
}
#expomodal .modal-dialog {
max-width: 340px;
}
#expomodal .modal-content {
background-image: url(//www.organicyug.com/wp-content/themes/organicyug/assets/images/Dehli_Expo_2026_V1.png);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
background-color: transparent;
}
#expomodal .modal-body {
padding: 40px 25px;
}
#expomodal .modal-body .popup-logo {
max-width: 200px;
width: 100%;
margin: 0 auto 30px;
}
#expomodal .modal-body div {
color: var(--primary);
font-family: var(--heading);
font-weight: 700;
}