h1{
 font-size: 40px !important;    
}
.ic{
    font-size: 2rem;
    color: #2e7d32;}
.anic{
padding: 4%;
}
form,
input,
textarea,
button {
font-family: inherit;
font-size: initial;
}
.form-group label {
display: block;
margin: 2rem 0 0.5rem 0;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
width: 100%;
padding: 1rem 0.8rem;
border: 1px solid rgba(0, 0, 0, 0.2);
outline: 0;
transition: border 0.15s;
}
.form-group input[type="text"],
.form-group input[type="email"] {
    height: 2.6rem;
}
.form-group textarea {
resize: vertical;
}
.submit {
    font-weight: bold;
    margin-top: 1rem;
    padding: 10px 30px 15px 20px;
    border: none;
    background: rgb(0 0 0);
    cursor: pointer;
    transition: background 0.15s;
    color: #fff;
    border-radius: 8px;
}
i {
margin-right: 0.5rem;
}
.submit:hover {
background: #1b5e20;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group textarea:focus {
border: 1px solid #222;
}

@media screen and (min-width: 576px) {
.wrapper {
width: 70%;
}
}
@media screen and (min-width: 768px) {
.wrapper {
width: 55%;
}
}
@media screen and (min-width: 992px) {
.wrapper {
width: 45%;
}
}
@media screen and (min-width: 1200px) {
.wrapper {
width: 35%;
}
}


html{overflow-x: hidden;}

.banner {
    position: relative;
    overflow: hidden;
}

.logo-img {
    width: 220px;
    max-width: none;
    height: auto;
}

.banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 991.98px) {
    .banner {
        padding-top: 72px;
        margin-top: 55px;
        margin-bottom: 30px;
    }
}

.coming-soon {
    color: red !important;
    font-size: smaller;
}

.ribbon {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 0;
    height: 0;
    border-left: 20px solid red;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.nav-link {
    position: relative;
}

.nav-inquiry-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 24px;
    border-radius: 5px;
    background: #203a43;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 8px 20px rgba(32, 58, 67, 0.2);
}

.mobile-inquiry {
    display: none;
}

.nav-inquiry-btn:hover {
    color: #fff;
    background: #2e7d32;
    opacity: 1;
}

@media (min-width: 992px) {
    .header .navbar {
        position: relative;
    }

    .header .navbar-collapse > .container {
        max-width: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 170px;
        padding-right: 190px;
    }

    .header .navbar-nav {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .header .navbar-extra {
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
    }

    .header .navbar-extra .d-flex {
        align-items: center;
        gap: 16px;
    }
}

@media (max-width: 991.98px) {
    .header .navbar {
        min-height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 6px 0.75rem;
        gap: 0.5rem;
    }

    .mobile-inquiry {
        display: inline-flex;
        order: 0;
        margin-left: 0;
        margin-right: auto;
    }

    .mobile-inquiry .nav-inquiry-btn {
        padding: 6px 14px;
        font-size: 12px;
        min-width: 0;
    }

    .header .navbar-toggler {
        flex: 0 0 auto;
        order: 1;
        margin-left: auto;
        align-self: center;
        position: static !important;
        transform: none !important;
    }

    .header .navbar-brand {
        order: 2;
        width: 100%;
        margin: 0;
        display: flex;
        justify-content: center;
    }

    .header .navbar-brand img {
        width: 180px;
        max-height: 50px;
    }

    .header .navbar-collapse {
        flex-basis: 100%;
        order: 3;
        width: 100%;
    }

    .navbar-extra .nav-inquiry-btn {
        display: none;
    }
}

@media (min-width: 992px) {
 .ani4 {
  animation: bounce-in-right 4s ease infinite;
}
@keyframes bounce-in-right {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}

.ani3 { animation: bounce2 2s ease infinite;}
@keyframes bounce2 {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
.ani2{animation: swing 5s ease-in-out forwards infinite;}
.ani{
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 25s;
    animation-duration: 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
} 
     }
footer .nav-link {
    display: block;
    padding: 0.5rem 1rem !important;
    width: 100%;
    border-left: 1px solid;
    box-shadow: 0px 0px 1px 0px;
    text-transform: uppercase;
    font-size: 14px;
}   
footer .nav-link:hover{background: #2e7d32;
    color: white;opacity: 1;}

footer,
footer .footer-title,
footer .nav-link,
footer .nav-link i,
footer a,
footer a:hover,
footer .footer-copy {
    color: #fff !important;
}

.float{position:fixed;width:60px;height:60px;bottom:10px;left:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 2px 2px 3px #999;z-index:100;}
.my-float{margin-top:16px;margin-left: 7px}   
   

    .market-area-heading h1 {
    padding: 10px;
    margin: 0 0 10px;
    background-image: linear-gradient(to right, #196730 0, #439a0d 51%, #196730 100%);
    border-radius:5px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.market-area h4 {
    color: #000;
    margin-bottom: 10px;
}
.market-area h4 a {
    margin: 0 0 5px;
    font-size:18px;
    color: #ef682f;
    line-height: 1.1;
    font-weight:600;
    text-transform: uppercase;
}

.market-area ul {
    overflow: hidden;
    list-style:none;
}

.market-area ul li {
    float: left;
    width: 25%;
    margin-right: 0%;
    margin-bottom: 10px;
}

.market-area ul li a{
    padding: 6px 10px;
    font-size: 12px;
    font-weight:600;
    border: 1px solid #423f3f;
    color: #423f3f;
    width: 98%;
    display: inline-block;
    margin-right: 10px;
}

.market-area ul li a:hover {
    color:#fff;
    text-decoration:none;
    border: 1px solid #000;
    background-color:#000;
}

.market-place h3 {
    
    background: #2e7d32;
    color: #FFFFFF;
    padding: 10px;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 5px;
    font-weight: 600;
    text-align: center;
    
}   


label.error{
    color: red;
    font-weight: normal;
}

.modal-content{
    box-shadow: 1px 1px 5px 1px lightslategray;
}
.modal-content,.modal-header{
    border-radius: 0 !important;
}
.modal-header{
    background-color: #2e7d32;
}
.modal-header .modal-title{
    color: whitesmoke;
}

.left-fixed-line {
    position: fixed;
    left: 0px;
    top: 134px;
    transform: translateY(-50%);
    background: linear-gradient(180deg, #0f2027, #203a43, #2c5364);
    padding: 15px 8px;
    border-radius: 0 12px 12px 0;
    box-shadow: 0 0px 20px rgba(0,0,0,0.3);
    z-index: 9999;
    overflow: hidden;
}

/* Vertical Text */
.vertical-text {
    /*writing-mode: vertical-rl;*/
    /*transform: rotate(180deg);*/
   color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

/* Links */
.vertical-text a {
    color: #2e7d32;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.4s ease;
}

/* Hover Animation */
.vertical-text a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px #2e7d32, 0 0 20px #2e7d32, 0 0 40px #2e7d32;
}

/* Smooth floating animation */
/*.left-fixed-line {*/
/*    animation: floatEffect 3s ease-in-out infinite;*/
/*}*/

/*@keyframes floatEffect {*/
/*    0% { transform: translateY(-50%) translateX(0); }*/
/*    50% { transform: translateY(-50%) translateX(5px); }*/
/*    100% { transform: translateY(-50%) translateX(0); }*/
/*}*/

.bg-theme,
.bg-body-main,
.bg-back-image,
.bg-orange,
.modal-header {
    background: linear-gradient(135deg, #f4c430 0%, #7cb342 45%, #1b5e20 100%) !important;
}

.btn-theme,
.nav-inquiry-btn,
.data-submit1,
button.btn-theme {
    border: 0 !important;
    background: linear-gradient(135deg, #f4c430 0%, #2e7d32 100%) !important;
    color: #fff !important;
    box-shadow: 0 10px 22px rgba(46, 125, 50, 0.25);
}

.btn-theme:hover,
.nav-inquiry-btn:hover,
.data-submit1:hover,
button.btn-theme:hover {
    background: linear-gradient(135deg, #1b5e20 0%, #f4c430 100%) !important;
    color: #fff !important;
    opacity: 1;
}

.btn-theme-bordered,
.btn-theme-white-bordered {
    border-color: #f4c430 !important;
    color: #2e7d32 !important;
}

.btn-theme-bordered:hover,
.btn-theme-white-bordered:hover,
footer .nav-link:hover {
    background: linear-gradient(135deg, #f4c430 0%, #2e7d32 100%) !important;
    border-color: transparent !important;
    color: #fff !important;
    opacity: 1;
}

.text-theme,
.text-orange,
a,
a:hover,
.content-link:hover {
    color: #2e7d32 !important;
}

.separator-line,
.entity-icon-hover .entity-icon:before {
    background: linear-gradient(135deg, #f4c430 0%, #2e7d32 100%) !important;
}

.header .navbar-nav .nav-link {
    color: #fff !important;
}

.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #f4c430 !important;
    opacity: 1;
}

.header .navbar-nav .collapse .nav-link {
    color: #000 !important;
}

.header .navbar-nav .collapse .nav-link:hover,
.header .navbar-nav .collapse .nav-item:hover > .nav-link {
    color: #2e7d32 !important;
    opacity: 1;
}

.header,
.header .navbar {
    background: #fff !important;
}

.header {
    z-index: 1000;
}

.header .navbar-brand {
    display: inline-flex;
    align-items: center;
    opacity: 1 !important;
}

.header .navbar-brand img {
    display: block;
    width: 210px;
    max-width: 100%;
    height: auto;
    max-height: 120px;
    object-fit: contain;
    opacity: 1 !important;
}

.header .navbar-nav .nav-link {
    color: #2e7d32 !important;
}

.shipping-payment-section .entity-hover-highlight:not(.entity-disabled):hover .entity-title {
    color: #f4c430 !important;
}

.shipping-payment-section .entity-hover-highlight:not(.entity-disabled):hover .entity-text {
    color: #fff !important;
}

.gallery-section {
    background-color: #fff;
}

.gallery-section .section-title,
.gallery-section .section-text {
    color: #000 !important;
}

.gallery-section .fa-instagram {
    color: #fff !important;
}

/* Responsive header spacing */
.header .navbar {
    gap: 16px;
}

.header .navbar-collapse {
    min-width: 0;
}

.header .navbar-nav .nav-link {
    white-space: nowrap;
}

#google_translate_element {
    margin-left: 0 !important;
    line-height: 1;
}

#google_translate_element select {
    max-width: 190px;
    height: 28px;
    font-size: 13px;
}

@media (min-width: 992px) {
    .header .navbar-collapse {
        flex: 1 1 auto;
    }

    .header .navbar-collapse > .container {
        width: 100%;
        max-width: none;
        padding-left: 0;
        padding-right: 0;
        gap: 18px;
        justify-content: flex-end;
    }

    .header .navbar-nav {
        flex: 0 1 auto;
        margin-left: auto;
        margin-right: 0;
    }

    .header .navbar-extra {
        position: static;
        flex: 0 0 auto;
        transform: none;
    }

    .header .navbar-extra .d-flex {
        align-items: center;
        gap: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .header .navbar {
        gap: 10px;
    }

    .header .navbar-brand img {
        width: 170px;
        max-height: 58px;
    }

    .header .navbar-collapse > .container {
        gap: 10px;
    }

    .header .navbar-nav .nav-link {
        padding-left: 7px;
        padding-right: 7px;
        font-size: 12px;
    }

    .nav-inquiry-btn {
        min-height: 40px;
        padding: 9px 14px;
        font-size: 12px;
    }

    #google_translate_element select {
        max-width: 150px;
        font-size: 12px;
    }
}

@media (max-width: 991.98px) {
    .header .navbar-collapse > .container {
        padding-left: 0;
        padding-right: 0;
    }

    .header .navbar-nav .nav-link {
        white-space: normal;
    }

    .header .navbar-extra .d-flex {
        display: block !important;
        width: 100%;
    }

    #google_translate_element {
        margin-top: 12px;
        width: 100%;
    }

    #google_translate_element select {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .header .navbar {
        min-height: 64px;
        gap: 8px;
    }

    .header .navbar-brand img {
        width: 155px;
        max-height: 52px;
    }

    .nav-inquiry-btn {
        min-height: 40px;
        padding: 9px 16px;
        font-size: 12px;
    }
}

/* Certificate Logo Section Styles */
.certificate-logo-box {
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #f9f9f9;
    border-radius: 8px;
    height: 100%;
}

.certificate-logo-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.certificate-logo {
    max-width: 100%;
    height: auto;
    width: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.certificate-logo-box:hover .certificate-logo {
    transform: scale(1.1);
}

.certificate-name {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #2e7d32;
}
