/*!
Theme Name: happiyum
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: happiyum
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

happiyum is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* General 
--------------------------------------------------------------------------------------------------------*/
* {
  outline: none !important;
}

.window-resizing *,
body:not(.page-loaded) * {
  transition: none !important;
}

a {
  transition: all 0.3s;
}

html,
body {
  min-width: 320px;
  min-height: 100vh;
}

body {
  font-size: 16px;
  line-height: 22px;
  color: #989db7;
  font-family: "Right Grotesk Compact", sans-serif;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: subpixel-antialiased;
}

.wrapper {
  min-height: 100vh;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  padding: 0;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
}

p {
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  appearance: none;
}

::-webkit-input-placeholder {
  color: #000;
}

::-moz-placeholder {
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  color: #000;
}

::-moz-focus-inner {
  border: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

option:not(:checked) {
  color: black;
}

h2 {
  font-size: 77px;
  line-height: 84px;
}

.logo {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  display: block;
}

.row-reverse {
  flex-direction: row-reverse;
}

/* Common CSS
--------------------------------------------------------------------------------------------------------*/
.btn-primary {
  background-color: #ffd85c !important;
  border: none;
  color: #000000;
  border-radius: 0;
  transform: rotate(-1.27deg);
  transition: all 0.7s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-primary:hover,
.btn-primary:focus {
  transform: none;
  background-color: #df350c !important;
  color: #fff;
}

.btn-primary.btn-lg {
  height: 72px;
  padding: 4px 24px;
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
}

.distributor-btn {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 2;
  transform-origin: top right;
  transform: rotate(-90deg) translateY(-100%) !important;
  }

/* Header
--------------------------------------------------------------------------------------------------------*/
.page-scrolled .header .header-nav {
  background-color: #425cf4;
   padding-block: 0px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px 0;
  z-index: 3;
  transition: all 0.3s;
}

.header ul {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header ul a {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  padding: 4px 16px;
  background-color: #ffd85c;
  white-space: nowrap;
  transition: all 0.7s;
  text-transform: uppercase;
}

.header ul a:hover,
.header ul a:active,
.header ul a.active {
  background-color: #df350c;
  transform: rotate(-1.27deg);
  color: #fff;
}

/* .wpglobus-current-language {
  display: none;
} */ 
.wpglobus-current-language a{ display:flex; align-items:center; }
.wpglobus-current-language > a {
    background-color: #fff !important;
    color: #000 ! important;
}
.wpglobus-current-language > a:hover { background-color: #df350c !important;  color: #fff ! important; }
.wpglobus-current-language a .wpglobus_flag{ width:auto; height:auto; }
.menu_item_wpglobus_menu_switch .sub-menu {
    display: none;
    position: absolute;
    max-height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.header .hero-inner {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header .hero-inner .logo {
  margin-right: auto;
}

.header .select2-container {
  width: 82px !important;
}

.header .select2-selection {
  border-radius: 0;
  border: none;
  height: 42px;
  display: flex;
  align-items: center;
}

.header .select2-container .country-name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: #000000;
}

.header .select2-selection__arrow {
  display: none;
}

.header .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 4px 0 10px;
}

.header .option-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.select2-container .select2-results__option {
  color: #000000;
}

.select2-container .select2-dropdown {
  border-radius: 0;
  border: none;
}


/* Menu  */ 



.main-navigation ul {
  list-style: none;
  margin: 0;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  color: #fff;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 0;
  text-transform: capitalize;
  font-weight: 400;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}

.main-navigation ul ul {
  display: none;
  /* margin-left: 0.875em; */
}

.no-js .main-navigation ul ul {
  display: block;
}

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation .primary-menu {
  border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
  content: "\f432";
}

.header-nav { padding-top:0px; }
.header-nav .header-wrap {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 0px;
}

/**
 * 6.2 - Menus
 */

.menu-item-has-children a:after, .social-navigation a:before, .dropdown-toggle:after, .bypostauthor > article .fn:after, .comment-reply-title small a:before, .pagination .prev:before, .pagination .next:before, .pagination .nav-links:before, .pagination .nav-links:after, .search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: never;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

.site-header-menu {
  display: none;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 0.875em 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
  display: block;
}

.site-footer .main-navigation {
  margin-bottom: 1.75em;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  gap: 14px;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  color: #000;
  display: block;
  line-height: 1.3125;
  outline-offset: -1px;
  padding: 0.84375em 0;
  text-transform: capitalize;
  font-weight: 400;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
  font-weight: 700;
}

.main-navigation ul ul {
  display: none;
  /*margin-left: 0.875em;*/
}

.no-js .main-navigation ul ul {
  display: block;
}

.main-navigation ul .toggled-on {
  display: block;
}

.main-navigation .primary-menu {
  border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
  margin-right: 56px;
}

.dropdown-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #1a1a1a;
  content: "";
  height: 48px;
  padding: 0;
  position: absolute;
  right: 0;
  text-transform: none;
  top: 0;
  width: 48px;
}

.dropdown-toggle:after {
  border: 0 solid #d1d1d1;
  border-left-width: 1px;
  content: "\f431";
  font-size: 24px;
  left: 1px;
  position: relative;
  width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
  background-color: transparent;
  color: #007acc;
}

.dropdown-toggle:focus {
  outline: thin dotted;
  outline-offset: -1px;
}

.dropdown-toggle:focus:after {
  border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
  content: "\f432";
}



/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
  /*body:not(.custom-background-image):before,
  body:not(.custom-background-image):after {
    background: inherit;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
  }

  body:not(.custom-background-image):before {
    top: 0;
  }

  body:not(.custom-background-image).admin-bar:before {
    top: 46px;
  }

  body:not(.custom-background-image):after {
    bottom: 0;
  }

  .site {
    margin: 21px;
  }

  .site-main {
    margin-bottom: 5.25em;
  }

  .site-header {
    padding: 3.9375em 7.6923%;
  }*/

  .site-branding {
    margin-top: 1.3125em;
    margin-bottom: 1.3125em;
  }

  .custom-logo {
    max-width: 210px;
  }

  .site-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }

  .wp-custom-logo .site-title {
    margin-top: 0.5em;
  }

  .site-description {
    display: block;
  }

  .menu-toggle {
    font-size: 16px;
    font-size: 1.0rem;
    margin: 1.3125em 0;
    padding: 0.8125em 0.875em 0.6875em;
  }

  .site-header-menu {
    margin: 1.3125em 0;
  }

  .site-header .main-navigation + .social-navigation {
    margin-top: 2.625em;
  }

  .header-image {
    margin: 1.3125em 0;
  }

  .pagination {
    margin: 0 23.0769% 4.421052632em 7.6923%
  }

  .post-navigation {
    margin-bottom: 5.25em;
  }

  .post-navigation .post-title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
  }

  /* restore screen-reader-text */
  .pagination .current .screen-reader-text {
    position: absolute !important;
  }

  .pagination .page-numbers {
    display: inline-block;
  }

  .site-main > article {
    margin-bottom: 5.25em;
  }

  /*.entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 23.0769%;
  }

  .entry-title {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-bottom: 0.8484848485em;
  }*/

  .entry-content blockquote.alignleft,
  .entry-content blockquote.alignright {
    border-width: 4px 0 0 0;
    padding: 0.9473684211em 0 0;
    width: -webkit-calc(50% - 0.736842105em);
    width: calc(50% - 0.736842105em);
  }

  .entry-content blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote,
  .comment-content blockquote {
    margin-left: -1.473684211em;
  }

  .entry-content blockquote blockquote:not(.alignleft):not(.alignright),
  .entry-summary blockquote blockquote,
  .comment-content blockquote blockquote {
    margin-left: 0;
  }

  .entry-content ul,
  .entry-summary ul,
  .comment-content ul,
  .entry-content ol,
  .entry-summary ol,
  .comment-content ol {
    margin-left: 0;
  }

  .entry-content li > ul,
  .entry-summary li > ul,
  .comment-content li > ul,
  .entry-content blockquote > ul,
  .entry-summary blockquote > ul,
  .comment-content blockquote > ul {
    margin-left: 1.25em;
  }

  .entry-content li > ol,
  .entry-summary li > ol,
  .comment-content li > ol,
  .entry-content blockquote > ol,
  .entry-summary blockquote > ol,
  .comment-content blockquote > ol {
    margin-left: 1.5em;
  }

  .comment-author {
    margin-bottom: 0;
  }

  .comment-author .avatar {
    height: 42px;
    position: relative;
    top: 0.25em;
    width: 42px;
  }

  .comment-list .children > li {
    padding-left: 1.75em;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 3.5em;
  }

  .comments-area,
  /*.widget,*/
  .content-bottom-widgets .widget-area {
    margin-bottom: 5.25em;
  }

  .widecolumn {
    margin-bottom: 5.25em;
    padding-right: 23.0769%;
  }

  body:not(.search-results) .entry-summary li > ul,
  body:not(.search-results) .entry-summary blockquote > ul {
    margin-left: 1.157894737em;
  }

  body:not(.search-results) .entry-summary li > ol,
  body:not(.search-results) .entry-summary blockquote > ol {
    margin-left: 1.473684211em;
  }
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
  body:not(.custom-background-image).admin-bar:before {
    top: 32px;
  }
}


/**
 * 14.3 - >= 910px
 */

@media screen and (min-width: 991px) {
  /*.site-header {
    padding-right: 4.5455%;
    padding-left: 4.5455%;
  }*/

  .site-header-main {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .wp-custom-logo .site-header-main {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .site-header-menu {
    display: block;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .main-navigation .primary-menu,
  .main-navigation .primary-menu > li {
    border: 0;
  }

  .main-navigation .primary-menu > li {
    float: left;
  }

  .main-navigation a {
    outline-offset: -8px;
    padding: 1em 0.875em;
    white-space: nowrap;
  }

  .main-navigation ul ul {
    border-bottom: 1px solid #d1d1d1;
    display: block;
    left: -999em;
    margin: 0;
    position: absolute;
    z-index: 99999;
  }

  .main-navigation ul ul li:hover>ul, .main-navigation ul ul li.focus>ul {
      left: 100%;
      right: auto;
  }

  .main-navigation ul ul ul {
    top: -1px;
  }

  .main-navigation ul ul ul:before,
  .main-navigation ul ul ul:after {
    border: 0;
  }

  .main-navigation ul ul li {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-width: 0;
  }

  .main-navigation ul ul a {
    white-space: normal;
    width: 12em;
    padding-top: 12px;
      padding-bottom: 12px;
  }

  .main-navigation ul ul:before,
  .main-navigation ul ul:after {
    border-style: solid;
    content: "";
    position: absolute;
  }

  .main-navigation ul ul:before {
    border-color: #d1d1d1 transparent;
    border-width: 0 10px 10px;
    right: 9px;
    top: -9px;
  }

  .main-navigation ul ul:after {
    border-color: #efefef transparent;
    border-width: 0 8px 8px;
    right: 11px;
    top: -7px;
  }

  .main-navigation li:hover > ul,
  .main-navigation li.focus > ul {
    left: auto;
    right: 0;
  }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%;
    right: auto;
  }

  .main-navigation .menu-item-has-children > a {
    margin: 0;
    padding-right: 1.9em !important;
  }

  .main-navigation .menu-item-has-children > a:after {
    content: "\f431";
    position: absolute;
    right: 0.625em;
  }

  .main-navigation ul ul .menu-item-has-children > a {
    padding-right: 2.0625em;
  }

  .main-navigation ul ul .menu-item-has-children > a:after {
    right: 0.5625em;
    top: 0.875em;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
  }

  .dropdown-toggle,
  .main-navigation ul .dropdown-toggle.toggled-on,
  .menu-toggle,
  .site-header .social-navigation,
  .site-footer .main-navigation {
    display: none;
  }

  .site-content {
    padding: 0 4.5455%;
  }

  .content-area {
    float: left;
    margin-right: -100%;
    width: 70%;
  }

  .entry-header,
  .post-thumbnail,
  .entry-content,
  .entry-summary,
  .entry-footer,
  .comments-area,
  .image-navigation,
  .post-navigation,
  .pagination,
  .page-header,
  .page-content,
  .content-bottom-widgets {
    margin-right: 0;
    margin-left: 0;
  }

  /*.sidebar {
    float: left;
    margin-left: 75%;
    padding: 0;
    width: 25%;
  }

  .widget {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 3.230769231em;
    padding-top: 1.615384615em;
  }*/

  .widget .widget-title {
    margin-bottom: 1.3125em;
  }

  /*.widget p,
  .widget address,
  .widget hr,
  .widget ul,
  .widget ol,
  .widget dl,
  .widget dd,
  .widget table {
    margin-bottom: 1.6153846154em;
  }*/

  .widget li > ul,
  .widget li > ol {
    margin-bottom: 0;
  }

  .widget blockquote {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
    padding-left: 1.0625em;
  }

  .widget blockquote cite,
  .widget blockquote small {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }

  .widget th,
  .widget td {
    padding: 0.5384615385em;
  }

  .widget pre {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }

  .widget fieldset {
    margin-bottom: 1.6153846154em;
    padding: 0.5384615385em;
  }

  .widget button,
  .widget input,
  .widget select,
  .widget textarea {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }

  .widget button,
  .widget input[type="button"],
  .widget input[type="reset"],
  .widget input[type="submit"] {
    line-height: 1;
    padding: 0.846153846em;
  }

  .widget input[type="date"],
  .widget input[type="time"],
  .widget input[type="datetime-local"],
  .widget input[type="week"],
  .widget input[type="month"],
  .widget input[type="text"],
  .widget input[type="email"],
  .widget input[type="url"],
  .widget input[type="password"],
  .widget input[type="search"],
  .widget input[type="tel"],
  .widget input[type="number"],
  .widget textarea {
    padding: 0.4615384615em 0.5384615385em;
  }

  .widget h1 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-bottom: 0.9130434783em;
  }

  .widget h2 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-bottom: 1.1052631579em;
  }

  .widget h3 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
    margin-bottom: 1.3125em;
  }

  .widget h4,
  .widget h5,
  .widget h6 {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    margin-bottom: 0.9130434783em;
  }

  .widget .alignleft {
    margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
  }

  .widget .alignright {
    margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
  }

  .widget .aligncenter {
    margin-bottom: 1.6153846154em;
  }

  .widget_calendar td,
  .widget_calendar th,
  .widget_calendar .wp-calendar-nav span {
    line-height: 2.6923076923;
    padding: 0;
  }

  .widget_rss .rssSummary:last-child {
    margin-bottom: 1.615384615em;
  }

  .widget input[type="search"].search-field {
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
  }

  .widget .search-submit:before {
    font-size: 16px;
    left: 1px;
    line-height: 35px;
    width: 34px;
  }

  .widget button.search-submit {
    padding: 0;
    width: 35px;
  }

  .tagcloud a {
    margin: 0 0.2307692308em 0.5384615385em 0;
    padding: 0.5384615385em 0.4615384615em 0.4615384615em;
  }

  .textwidget h1 {
    margin-top: 1.8260869565em;
  }

  .textwidget h2 {
    margin-top: 2.2105263158em;
  }

  .textwidget h3 {
    margin-top: 2.625em;
  }

  .textwidget h4 {
    letter-spacing: 0.153846154em;
  }

  .textwidget h4,
  .textwidget h5,
  .textwidget h6 {
    margin-top: 3.2307692308em;
  }

  .content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
    float: left;
    margin-right: 7.1428571%;
    width: 46.42857145%;
  }

  .content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
    margin-right: 0;
  }

  .site-footer {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.5455% 3.5em;
  }

  .site-footer .social-navigation {
    margin: 0;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .site-info {
    margin: 0.538461538em auto 0.538461538em 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .no-sidebar .content-area {
    float: none;
    margin: 0;
    width: 100%;
  }

  .no-sidebar .entry-header,
  .no-sidebar .entry-content,
  .no-sidebar .entry-summary,
  .no-sidebar .entry-footer,
  .no-sidebar .comments-area,
  .no-sidebar .image-navigation,
  .no-sidebar .post-navigation,
  .no-sidebar .pagination,
  .no-sidebar .page-header,
  .no-sidebar .page-content,
  .no-sidebar .content-bottom-widgets {
    margin-right: 15%;
    margin-left: 15%;
  }

  .widecolumn {
    padding-right: 15%;
    padding-left: 15%;
  }
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
  .site-main {
    margin-bottom: 7.0em;
  }

  /*.site-header {
    padding: 5.25em 4.5455%;
  }*/

  .site-branding,
  .site-header-menu,
  .header-image {
    margin-top: 1.75em;
    margin-bottom: 1.75em;
  }

  .custom-logo {
    max-width: 240px;
  }

  .image-navigation {
    margin-bottom: 3.230769231em;
  }

  .post-navigation {
    margin-bottom: 7.0em;
  }

  .pagination {
    margin-bottom: 5.894736842em;
  }

  /*.widget {
    margin-bottom: 4.307692308em;
  }*/

  .site-main > article {
    margin-bottom: 7.0em;
  }

  /*.entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.225;
    margin-bottom: 1.05em;
  }

  .format-aside .entry-title,
  .format-image .entry-title,
  .format-video .entry-title,
  .format-quote .entry-title,
  .format-gallery .entry-title,
  .format-status .entry-title,
  .format-link .entry-title,
  .format-audio .entry-title,
  .format-chat .entry-title {
    font-size: 23px;
    font-size: 1.4375em;
    line-height: 1.304347826;
    margin-bottom: 1.826086957em;
  }

  .post-thumbnail {
    margin-bottom: 2.625em;
  }

  .entry-content h1,
  .entry-summary h1,
  .comment-content h1 {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 1.2727272727;
    margin-top: 1.696969697em;
    margin-bottom: 0.8484848485em;
  }

  .entry-content h2,
  .entry-summary h2,
  .comment-content h2 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-top: 2em;
    margin-bottom: 1em;
  }

  .entry-content h3,
  .entry-summary h3,
  .comment-content h3 {
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1.2173913043;
    margin-top: 2.4347826087em;
    margin-bottom: 1.2173913043em;
  }

  .entry-content h4,
  .entry-summary h4,
  .entry-intro h4,
  .comment-content h4 {
    letter-spacing: 0.131578947em;
  }

  .entry-content h4,
  .entry-content h5,
  .entry-content h6,
  .entry-summary h4,
  .entry-summary h5,
  .entry-summary h6,
  .comment-content h4,
  .comment-content h5,
  .comment-content h6 {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 1.1052631579;
    margin-top: 2.9473684211em;
    margin-bottom: 1.473684211em;
  }*/

  .author-info {
    border-bottom-width: 0;
    padding-bottom: 0;
  }

  .comment-list + .comment-respond,
  .comment-navigation + .comment-respond {
    padding-top: 5.25em;
  }

  .comments-area,
  /*.sidebar,*/
  .content-bottom-widgets .widget-area,
  .widecolumn {
    margin-bottom: 7.0em;
  }

  body:not(.search-results) .entry-summary {
    margin-bottom: 2.210526316em;
  }

  body:not(.search-results) .entry-header + .entry-summary {
    margin-top: -1.105263158em;
  }

  /*body:not(.search-results) article:not(.type-page) .entry-content {
    float: right;
    width: 71.42857144%;
  }

  body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
    margin-left: -40%;
    width: -webkit-calc(60% - 1.4736842105em);
    width: calc(60% - 1.4736842105em);
  }

  body:not(.search-results) article:not(.type-page) img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
    clear: both;
    display: block;
    float: none;
    margin-right: 0;
    margin-left: -40%;
    max-width: 140%;
  }*/

  body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
  body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
    margin: 0;
    max-width: 100%;
  }

  /*body:not(.search-results) article:not(.type-page) .entry-footer {
    float: left;
    margin-top: 0.1538461538em;
    width: 21.42857143%;
  }*/

  body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
    display: none;
  }

  .single .byline,
  .full-size-link,
  body:not(.search-results).group-blog .byline,
  body:not(.search-results) .entry-format,
  body:not(.search-results) .cat-links,
  body:not(.search-results) .tags-links,
  body:not(.search-results) article:not(.sticky) .posted-on,
  body:not(.search-results) article:not(.type-page) .comments-link,
  body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
    display: block;
    margin-bottom: 0.5384615385em;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
    margin-bottom: 0;
  }

  body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
    display: block;
    height: auto;
    margin: 0 0 0.5384615385em;
    width: 49px;
  }

  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
    float: left;
    margin-right: -100%;
    margin-left: 34.99999999%;
    width: 50.00000001%;
  }

  body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
    margin-right: -100%;
    margin-left: 15%;
    width: 15%;
  }
}

/* Main Content
--------------------------------------------------------------------------------------------------------*/
.main-content {}

/* Home Page
--------------------------------------------------------------------------------------------------------*/
.hero-banner.home .carousel .carousel-item {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);

}

.hero-banner.home .carousel .carousel-item .content-block {
  padding: 200px 0 170px;
}

.hero-banner.home .carousel .carousel-item.blue-banner {
  background-image: url('../images/home-blue-banner.png');
}

.hero-banner.home .carousel .carousel-item.purple-banner {
  background-image: url('../images/home-purple-banner.png');
}

.hero-banner.home h1, .hero-banner.home .carousel .carousel-item .banner-title {
  color: #FFDB39;
}

.hero-banner.home .carousel .carousel-item h1, .hero-banner.home .carousel .carousel-item .banner-title {
  padding-bottom: 70px;
}

.hero-banner.home .carousel .carousel-item.blue-banner h1, .hero-banner.home .carousel .carousel-item.blue-banner .banner-title {
  max-width: 1070px;
  margin: 0 auto;
}

.hero-banner.home .carousel .carousel-item.purple-banner h1, .hero-banner.home .carousel .carousel-item.purple-banner .banner-title {
  max-width: 820px;
  margin: 0 auto;
}

.hero-banner h1, .hero-banner.home .carousel .carousel-item p.banner-title, .hero-banner.home .carousel .carousel-item.purple-banner p.banner-title {
  font-size: 100px;
  line-height: 110px;
  text-transform: capitalize;
  font-weight: 900;
}
.hero-banner.home .carousel .carousel-item.purple-banner p {
  font-size: 56px;
  line-height: 62px;
  font-weight: 800;
  color: #FFD85C;
  font-family: "SF Pro Display";
  padding-bottom: 60px;
}

.hero-banner.home .carousel .carousel-item.purple-banner span {
  font-size: 96px;
  line-height: 104px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  padding-bottom: 30px;
}


.home-banner .carousel-indicators button {
    background: #c2c1c1;
    border-radius: 50%;
    width: 2px;
    height: 2px;
    padding: 5px;
    border: medium none;
}

.home-banner .carousel-indicators button.active {
    background-color: #425cf4;
}
.more-about {
  padding-top: 100px;
  text-align: center;
  padding-bottom: 96px;
}

.more-about .info-text {
  font-size: 46px;
  line-height: 52px;
  font-weight: 600;
  color: #fdc308;
  max-width: 1016px;
  margin: 0 auto;
  font-family: "SF Pro Display";
  margin-bottom: 70px;
}

.products {
  text-align: center;
  position: relative;
  padding-top: 118px;
  padding-bottom: 158px;
	overflow:hidden;
}

.products .content-block {
  position: relative;
  z-index: 1;
}

.products::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #f0e3ff;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}

.products::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/products-bg.png") center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}

.products h2 {
  font-weight: 900;
  color: #df350c;
  padding-bottom: 8px;
  font-family: "rightGrotesk", sans-serif;
}

.products .info-text {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #df350c;
  font-family: "SF Pro Display";
  padding-bottom: 70px;
}

.packets-wrapper {
  position: relative;
}

.packets-wrapper .frenchfries-back-img,
.packets-wrapper .frenchfries-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.packets-wrapper .frenchfries-back-img{
  max-width: 175px;
}

.packets-wrapper .front-img {
  position: relative;
  transition: all 0.3s;
}
/* .packets-wrapper .front-img.blue-packet{transform:rotate(-14.84deg);} */
.packets-wrapper .front-img.orange-packet{transform:rotate(11.07deg);}
.packets-wrapper .front-img.purple-packet{transform:rotate(-2.5deg);}
.packets-wrapper .front-img.green-packet{transform:rotate(-10.81deg);}
.packets-wrapper .frenchfries-text {
  max-width: 260px;
  transform: translate(-50%, -50%) scale(0.2);
}
.packets-wrapper:hover .frenchfries-text {
    transform: translate(-50%, 210%);
  	z-index: 1;
}

.packets-wrapper:hover .frenchfries-back-img {
  transform: translate(-50%, -60%) scale(1.6);
}

.packets-wrapper:hover .blue-packet {
  transform: rotate(-4.2deg);
}

.packets-wrapper:hover .orange-packet {
  transform: rotate(4.2deg);
}

.packets-wrapper:hover .green-packet {
  transform: rotate(3.2deg);
}

.packets-wrapper:hover .purple-packet {
  transform: rotate(3.2deg);
}

.products .row {
  margin-bottom: 40px;
}

.details {
  padding-top: 80px;
  padding-bottom: 80px;
}

.details-content {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.details-content p {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #004274;
  font-family: "SF Pro Display";
  display: flex;
  flex-direction: column;
}

.details-content img {
  margin-bottom: 20px;
  max-width: 140px;
  width: 100px;
}

.company-infra {
  background: url("./assets/images/company-infra.png") center no-repeat;
  background-size: cover;
  padding-bottom: 60%;
}

.brands-logo {
  padding-top: 65px;
  padding-bottom: 88px;
}

.gloabal-presense {
  position: relative;
  padding: 85px 0 200px;
}

.gloabal-presense::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffe0d5;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}

.gloabal-presense::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/presense-bg.svg") center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}

.gloabal-presense h2 {
  color: #004274;
  text-align: center;
  font-weight: 900;
  padding-bottom: 90px;
}

.gloabal-presense .content-block {
  position: relative;
  z-index: 1;
}

.gloabal-presense .content-block .black-text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #000000;
  padding-bottom: 50px;
}

.gloabal-presense .content-block .red-text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #df350c;
}

.faqs {
  padding-top: 100px;
}

.faqs h2 {
  color: #004274;
  font-weight: 900;
  margin-bottom: 34px;
}

.faqs .accordion {
  --bs-accordion-btn-icon: url("./assets/images/accordion-down-arrow.svg");
  --bs-accordion-btn-active-icon: url("./assets/images/accordion-down-arrow.svg");
  margin-bottom: 44px;
}

.faqs .accordion .accordion-item {
  border: none;
  border-radius: 0;
  background-color: #ffeded;
}

.faqs .accordion .accordion-header {
  margin: 0;
}

.faqs .accordion .accordion-header .accordion-button {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  font-family: "SF Pro Display";
  padding: 36px;
  border-radius: 0;
  background-color: transparent !important;
  box-shadow: none !important;
  gap: 36px;
  color: #004274;
}

.faqs .accordion .accordion-header .accordion-button::after {
  height: 24px;
  width: 24px;
  background-size: 24px;
  align-self: flex-start;
  margin-top: 9px;
}

.faqs .accordion .accordion-body {
  padding: 0px 36px 36px;
  font-size: 32px;
  line-height: 40px;
  color: #004274;
  font-family: "SF Pro Display";
}

.inquire-now .box {
  max-width: 1254px;
  width: 100%;
  margin: 0 auto;
  padding: 14px 50px;
  position: relative;
  padding-bottom: 0;
}

.inquire-now .box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffd85c;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}

.inquire-now .box .content-block {
  position: relative;
  z-index: 1;
}

.inquire-now .box h3 {
  font-size: 50px;
  line-height: 56px;
  font-weight: 900;
  color: #365af2;
  margin-bottom: 22px;
}

.inquire-now .box .form-control {
  height: 55px;
  background-color: #fff;
  font-size: 22px;
  line-height: 26px;
  border-radius: 0;
  border: none;
  margin-bottom: 22px;
  font-family: "SF Pro Display";
  padding: 8px 24px;
}

.inquire-now .box br {
  display: none;
}

.inquire-now .box .form-control::placeholder {
  color: #575757;
}

.inquire-now .box textarea.form-control {
  height: auto;
  padding-top: 16px;
}

.inquire-now .box .row {
  margin-bottom: 36px;
}

.inquire-now .box .red-btn {
  font-size: 30px;
  line-height: 36px;
  font-weight: 900;
  color: #ffffff;
  background-color: #df350c;
  height: 52px;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  transform: rotate(-1.25deg);
  transition: all 1s;
  min-width: 224px;
  margin-right: 70px;
}

.inquire-now .box .red-btn:hover {
  transform: none;
}

/* Footer
--------------------------------------------------------------------------------------------------------*/
.footer {
  font-family: "SF Pro Display";
}

.footer .footer-top {
  background-color: #365af2;
  /*padding: 141px 0 106px; */
  padding: 141px 0 55px;
  clip-path: polygon(0 0, 100% 17%, 100% 100%, 0% 100%);
}

.footer h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 16px;
}

.footer address {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 80px;
  max-width: 290px;
}

.footer a {
  font-size: 18px;
  line-height: 22px;
  text-decoration: underline;
  color: #ffffff;
}

.footer .footer-top {
  color: #ffffff;
}
.footer-widget .textwidget P {
    margin-bottom: 10px;
}
.footer ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer ul li a {
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
}

.footer ul:not(.social-media) li a {
  position: relative;
  text-transform: capitalize;
}

.footer ul:not(.social-media) li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s;
}

.footer ul:not(.social-media) li a:hover::after {
  width: 100%;
}

.footer .social-media {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: row;
  margin-left: 44px;
}

.footer .social-media a {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e4e4e4;
  border-radius: 50%;
}

.footer .social-media a img {
  transition: all 0.3s;
}

.footer .social-media a:hover img,
.footer .social-media a:focus img {
  transform: scale(1.2);
}

.footer .logo-section {
  margin-top: -70px;
  margin-left: -12px !important;
}

.footer .footer-bottom {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #365af2;
  padding: 26px 0 26px;
}

.footer .footer-bottom a {
  color: #365af2;
  text-decoration: none;
  transition: all 0.3s;
}

.footer .footer-bottom a:hover {
  text-decoration: underline;
}

.swiper {
  max-width: 1174px;
  width: 100%;
}

.swiper-slide {
  text-align: center;
}

/* About Us
-------------------------------------------------------------------------------------------------------*/
.hero-banner.about {
  padding: 180px 0 240px;
  position: relative;
}

.hero-banner.about::after,
.hero-banner.about::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
}

.hero-banner.about::before {
  background: url("./assets/images/about-us-hero-banner.png") center no-repeat;
  background-size: cover;
}

.hero-banner.about::after {
  background-color: rgba(67, 41, 6, 0.26);
}

.hero-banner.about h1,
.hero-banner.about h2 {
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-align: center;
}

.hero-banner.about h1 {
  max-width: 1160px;
  margin: 0 auto;
}

.hero-banner.about h2 {
  font-size: 56px;
  line-height: 66px;
  text-transform: uppercase;
  font-weight: 900;
  padding-bottom: 16px;
}

.founder {
  padding-top: 90px;
}

.founder h2 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 900;
  color: #425cf4;
  padding-bottom: 46px;
}

.founder .info-text {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #6e6e6e;
  font-family: "SF Pro Display";
  padding-bottom: 24px;
  max-width: 1326px;
  margin: 0 auto;
}

.founder .btn-lg {
  margin-bottom: 114px;
}

.brand-does {
  margin-bottom: 90px;
}

.brand-does h2 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 900;
  color: #df350c;
  text-transform: uppercase;
  max-width: 420px;
  word-wrap: break-word;

}

.brand-does .info-text {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color: #6e6e6e;
  font-family: "SF Pro Display";
}

.word-from-founder {
  position: relative;
  padding: 100px 0;
  margin-bottom: 85px;
}

.word-from-founder .container-xxl {
  position: relative;
  z-index: 1;
}

.word-from-founder::after,
.word-from-founder::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.word-from-founder::after {
  background: url(./assets/images/word-founder-bg.svg) center no-repeat;
  background-size: cover;
}

.word-from-founder::before {
  background-color: #f0e3ff;
}

.word-from-founder h3 {
  font-size: 48px;
  line-height: 54px;
  font-weight: 900;
  color: #004274;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 60px;
}

.word-from-founder .info-text {
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #171717;
  text-align: center;
  font-family: "SF Pro Display";
  padding-bottom: 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.word-from-founder .blue-text {
  font-size: 54px;
  line-height: 62px;
  font-weight: 700;
  color: #365af2;
  font-family: "SF Pro Display";
  text-align: center;
}

.counters .numbers-block .numbers-box {
  text-align: center;
}

.counters .numbers-block {
  padding-bottom: 110px;
}

.counters .numbers-block .number {
  font-size: 100px;
  line-height: 106px;
  font-weight: 700;
  color: #fa403c;
  font-family: "SF Pro Display";
  padding-bottom: 8px;
}

.counters .numbers-block .text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #004274;
  font-family: "Right Grotesk";
}

.goals .info-block.right-block {
  padding-bottom: 0;
  max-width: 900px;
}

.goals .info-block {
  max-width: 846px;
  width: 100%;
}

.goals .info-block .heading-text {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  font-family: "SF Pro Display";
  padding-bottom: 16px;
  color: #000000;
}

.goals .info-block .lg-text {
  font-size: 56px;
  line-height: 66px;
  font-weight: 700;
  font-family: "SF Pro Display";
}

.goals .info-block .lg-text.blue-text {
  color: #425cf4;
}

.goals .info-block .lg-text.yellow-text {
  color: #fdc308;
}

.goals {
  position: relative;
  overflow: hidden;
  margin-bottom: 86px;
}

.goals .right-img,
.goals .left-img {
  position: absolute;
}

.goals .right-img {
  right: 50%;
  top: 0;
  margin-right: -870px;
}

.goals .left-img {
  left: 50%;
  bottom: 0;
  margin-left: -1050px;
}

.we {
  margin-bottom: 124px;
}

.we h2 {
  color: #425cf4;
  max-width: 744px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 72px;
  font-weight: 900;
  font-family: "Right Grotesk Compact";
}

.we .img-label {
  text-align: center;
}

.we .img-label p {
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #004274;
  margin-top: 24px;
}

.we .all-products-btn {
  margin-top: 92px;
  margin-bottom: 134px;
}

.we .green-text {
  font-size: 46px;
  line-height: 52px;
  font-weight: 700;
  color: #0c4005;
  font-family: "SF Pro Display";
  text-align: center;
  max-width: 1269px;
  width: 100%;
  margin: 0 auto;
}

.brand-with-yellow-bg {
  background-color: #fffce6;
  padding-block: 48px;
}

.brand-with-yellow-bg.secondary {
  background-color: transparent;
  padding-block: 0;
  padding-bottom: 60px;
}

.brand-with-yellow-bg.secondary .brands-outer {
  background-color: transparent;
  padding-block: 48px;
  background-color: #FFF9E6;
  max-width: 1268px;
}

.brand-with-yellow-bg .brands-outer {
  max-width: 1108px;
  margin: 0 auto;
}

.sustainibility {
  padding-block: 90px;
  background-color: #88d792;
  margin-bottom: 52px;
}

.sustainibility .lg-white-text {
  font-size: 60px;
  line-height: 66px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #ffffff;
  max-width: 513px;
  margin-top: 16px;
}

.sustainibility .info-text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  font-family: "SF Pro Display";
  color: #ffffff;
  max-width: 600px;
}

/* Exports
--------------------------------------------------------------------------------------------------------*/
.hero-banner.exports {
  padding: 170px 0;
  position: relative;
}

.hero-banner.exports::before,
.hero-banner.exports::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.hero-banner.exports::after {
  background: url("./assets/images/export-banner.png") center no-repeat;
  background-size: cover;
}

.hero-banner.exports::before {
  background-color: rgba(67, 41, 6, 0.26);
  z-index: 1;
}

.hero-banner.exports h1 {
  font-size: 90px;
  line-height: 98px;
  font-weight: 900;
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}

.hero-banner.exports h1 span {
  background-color: #425cf4;
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  margin-top: -24px;
}

.green-text-block {
  padding-block: 60px;
}

.green-text-block.secondary p {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: "SF Pro Display";
}

.green-text-block p {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #0C4005;
  font-family: "SF Pro Display";
  max-width: 1216px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.green-text-block p:last-child {
  padding-bottom: 0;
}

.export-buyer {
  position: relative;
  padding: 64px 0 100px;
}

.export-buyer::before,
.export-buyer::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.export-buyer::before {
  background-color: #FFDCC5;
}

.export-buyer::after {
  background: url(./assets/images/export-buyer-bg.svg) center no-repeat;
  background-size: cover;
}

.export-buyer h2 {
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  color: #425CF4;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 38px;
}

.export-buyer .container-xxl {
  position: relative;
  z-index: 1;
}

.export-buyer .info-text {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
  color: #0C4005;
  text-align: center;
  font-family: "SF Pro Display";
  max-width: 1108px;
  margin: 0 auto;
  padding-bottom: 88px;
}

.export-buyer .list-row {
  max-width: 1360px;
  margin: 0 auto;
}

.export-buyer .list-text {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  font-family: "SF Pro Display";
  position: relative;
  padding-left: 28px;
  padding-bottom: 58px;
  max-width: 430px;
}

.export-buyer .list-text::after {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #000000;
}

.partnership-wrapper {
  padding-bottom: 92px;
}

.partnership-wrapper .partnership-block .blue-text {
  max-width: 700px;
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  color: #425cf4;
  font-family: "SF Pro Display";
  padding-bottom: 20px;
}

.content-with-map {
  padding-top: 0;
  padding-bottom: 82px;
}

.content-with-map .content-block {
  background: url("./assets/images/yellow-map.svg") center no-repeat;
  background-size: cover;
  padding: 66px 0;
}

.content-with-map h2 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 900;
  color: #004274;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 50px;
}

.content-with-map p {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #0c4005;
  text-align: center;
  padding-bottom: 40px;
}

.content-with-map p:last-child {
  padding-bottom: 0;
}

.build-long-term-value {
  padding-bottom: 90px;
}

.build-long-term-value h2 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 900;
  color: #DF350C;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 16px;
}

.build-long-term-value .info-text {
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  color: #6E6E6E;
  font-family: "SF Pro Display";
  text-align: center;
  max-width: 1260px;
  margin: 0 auto;
}

.export-portfolio {
  padding-bottom: 110px;
}

.export-portfolio h2 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 900;
  color: #004274;
  text-transform: uppercase;
  text-align: center;
  max-width: 1016px;
  margin: 0 auto;
  padding-bottom: 38px;
}

.export-portfolio h2 span {
  background-color: #FFD85C;
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
}

.export-portfolio h2 span:last-child {
  margin-top: -24px;
}

.export-portfolio .info-text {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  color: #000000;
  font-family: "SF Pro Display";
  text-align: center;
  max-width: 1060px;
  margin: 0 auto;
}

.frozen-product h2 {
  font-size: 72px;
  line-height: 82px;
  text-align: center;
  color: #DF350C;
  text-transform: uppercase;
}

.frozen-product .info-text {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
  color: #0C4005;
  text-align: center;
  font-family: "SF Pro Display";
  padding-bottom: 40px;
}

.frozen-product .frozen-products-card {
  text-align: center;
    padding: 0 40px 78px;
}

.frozen-product .frozen-products-card img {
  width: 260px;
  height: 170px;
  display: block;
  margin: 0 auto 20px;
}

.frozen-product .frozen-products-card h6 a{
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  font-family: "SF Pro Display";
  color: #425CF4;
}

.frozen-product .frozen-products-card p {
  font-size: 30px;
  line-height: 38px;
  color: #717171;
  font-family: "SF Pro Display";
}

.shelf-stable-products {
  padding: 70px 0 170px;
  margin-bottom: 82px;
  position: relative;
}

.shelf-stable-products::after,
.shelf-stable-products::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.shelf-stable-products::after {
  background: url('./assets/images/shelf-stable-products-bg.png') center no-repeat;
  background-size: cover;
}

.shelf-stable-products::before {
  background-color: #F0E3FF;
}

.shelf-stable-products .container-xxl {
  position: relative;
  z-index: 1;
}
.stable-product-card {
    text-align: center;
}
.shelf-stable-products h2 {
  font-size: 72px;
  line-height: 82px;
  text-transform: uppercase;
  color: #425CF4;
  text-align: center;
}

.shelf-stable-products .info-text {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  color: #0C4005;
  font-family: "SF Pro Display";
  padding-bottom: 36px;
}

.shelf-stable-products .stable-product-card h6 a {
 font-size: 40px;
    line-height: 50px;
    font-weight: 800;
    font-family: "SF Pro Display";
    color: #425CF4;
}
.stable-product-card img {
    margin: 0 auto 14px;
}
.shelf-stable-products .stable-product-card .details-text {
      font-size: 30px;
    line-height: 38px;
    color: #717171;
    font-family: "SF Pro Display";
}

.shelf-stable-products .stable-product-card .content-block {
  max-width: 390px;
  width: 100%;
}

/* Products
--------------------------------------------------------------------------------------------------------*/
.hero-banner.products-banner {
  padding-top: 175px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

.hero-banner.products-banner::before,
.hero-banner.products-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.hero-banner.products-banner::before {
  background: url("./assets/images/products-hero-banner.png") center no-repeat;
  background-size: cover;
}

.hero-banner.products-banner::after {
  background-color: rgba(239, 198, 63, 0.26);
}

.hero-banner.products-banner h1 {
  position: relative;
  color: #ffffff;
  z-index: 1;
  text-align: left;
  font-size: 90px;
  line-height: 100px;
  max-width: 600px;
}

.hero-banner.products-banner h1 span {
  background-color: #425cf4;
  display: inline-block;
  vertical-align: middle;
  padding: 0 16px;
  margin-top: -24px;
}

.product-features {
  position: relative;
  padding-bottom: 30px;
  padding-top: 96px;
  margin-top: -60px;
}

.product-features::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fffce6;
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

.product-features .container-xxl {
  position: relative;
  z-index: 1;
}

.product-features .content-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.product-features .content-block p {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #004274;
}

.discover-products h2 {
  font-size: 96px;
  line-height: 104px;
  font-weight: 900;
  text-align: center;
  color: #425cf4;
  max-width: 840px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.discover-products {
  padding-top: 50px;
  overflow: hidden;
  padding-bottom: 0;
}

.discover-products.single-products-term+.discover-products {
  padding-top: 0;
}

.discover-products .heading-text {
  font-size: 80px;
  line-height: 86px;
  font-weight: 800;
  color: #fdc308;
  font-family: "SF Pro Display";
  text-align: left;
  transform: rotate(-1.6deg);
  padding-bottom: 16px;
  margin: 0;
}

.discover-products .info-text {
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #000000;
  padding-left: 36px;
  padding-bottom: 36px;
}

.discover-products .left-content-block .info-text {
  max-width: 840px;
}

.discover-products .btn-primary {
  margin-left: 36px;
  min-width: 310px;
}

.discover-products .row {
  margin-bottom: 100px;
}

/* Carrer
--------------------------------------------------------------------------------------------------------*/
.product-details.hero-banner .block-title.fs-90,
.hero-banner h1.fs-90 {
  font-size: 90px;
  line-height: 100px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}
.product-details.hero-banner .block-title.fs-90 span,
.hero-banner h1.fs-90 span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 4px;
}
.product-details.hero-banner .block-title.fs-90 span::after,
.hero-banner h1.fs-90 span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #425cf4;
  z-index: -1;
  transform: rotate(1.5deg);
}
.product-details.hero-banner .block-title.fs-90 span::after{
  content: "";
  position: absolute;
  inset: 0;
  background-color: #425cf4;
  z-index: -1;
  transform: rotate(-1.53deg);
}

.product-details.hero-banner .block-title.fs-90 span:first-child:after
.hero-banner h1.fs-90 span:first-child:after {
  transform: rotate(-1.53deg);
}

.hero-banner.career {
  position: relative;
  padding-top: 290px;
  padding-bottom: 108px;
  margin-bottom: 24px;
}

.hero-banner.career::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/career-hero-banner.png") center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.hero-banner.career h1 span {
  padding: 8px 30px;
}

.hero-banner.career .container-xxl {
  position: relative;
  z-index: 1;
}

.hero-banner.career h1 {
  text-align: center;
}

.openings h2 {
  font-size: 60px;
  line-height: 66px;
  padding-bottom: 24px;
  font-weight: 900;
  color: #df350c;
  text-align: center;
}

.openings .info-text {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #0c4005;
  padding-bottom: 100px;
  max-width: 940px;
  margin: 0 auto;
  text-align: center;
}

.openings .openings-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 110px;
}

.openings .openings-list .heading {
  font-size: 60px;
  line-height: 66px;
  font-weight: 900;
  color: #425cf4;
  padding-bottom: 16px;
}

.openings .openings-list .description {
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
  color: #0c4005;
  padding-bottom: 30px;
  font-family: "SF Pro Display";
}

.openings .openings-list li:not(:last-child) .action {
  padding-bottom: 77px;
}

.openings .openings-list .action {
  display: flex;
  align-items: center;
  gap: 28px;
}

.openings .openings-list .action .btn-primary {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #000000;
}

.openings .openings-list .action .view {
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #df350c;
  padding: 0;
  border: none;
}

.openings .openings-list li+li {
  border-top: 3px solid #000000;
  padding-top: 33px;
}

.career-modal .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
  padding: 80px 94px 140px;
}

.career-modal .modal-title {
  font-size: 60px;
  line-height: 66px;
  font-weight: 900;
  color: #425cf4;
}

.career-modal .modal-header {
  border: none;
  padding: 0 0 50px;
}

.career-modal .modal-header .btn-close {
  background-image: none;
  height: auto;
  width: auto;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #df350c;
  opacity: 1;
}

.career-modal .modal-body {
  padding: 0;
}

.career-modal .modal-body .content-block {
  font-size: 25px;
  line-height: 32px;
  font-weight: 500;
  color: #0c4005;
  font-family: "SF Pro Display";
}

.career-modal .modal-body .title-text {
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
}

.career-modal .modal-body .content-block .main-list {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}

.career-modal .modal-body .content-block .main-list ul li {
  position: relative;
  padding-left: 34px;
}

.career-modal .modal-body .content-block .main-list ul li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  height: 8px;
  width: 8px;
  background-color: #0c4005;
  border-radius: 50%;
}

.career-modal .apply-box {
  padding: 40px 40px 62px;
  max-width: 880px;
  margin: 0 auto;
  background-color: #fedf7c;
  position: relative;
}

.career-modal .apply-box .form-control {
  height: 55px;
  padding: 4px 24px;
  color: #000000;
  font-size: 22px;
  line-height: 28px;
  font-family: "SF Pro Display";
  border-radius: 0;
  border: none;
  margin-bottom: 24px;
}

.career-modal .apply-box .form-control::placeholder {
  color: #575757;
}

.career-modal .apply-box textarea.form-control {
  height: auto;
  padding-top: 14px;
}

.career-modal .apply-box .file-input {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  background-color: #ffffff;
  height: 55px;
  padding: 4px 20px 4px 24px;
}

.career-modal .apply-box .file-input .form-control {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.career-modal .apply-box .file-input p {
  font-size: 22px;
  line-height: 28px;
  color: #b0b0b0;
  font-family: "SF Pro Display";
}

.career-modal .apply-box .btn-apply {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  padding: 4px;
  border-radius: 0;
  border: none;
  background-color: #425cf4 !important;
  color: #ffffff !important;
  transition: all 1s;
  min-width: 230px;
  position: absolute;
  left: 50%;
  transform: rotate(-1.66deg) translateX(-50%);
  bottom: -30px;
}

.career-modal .apply-box .btn-apply:hover {
  background-color: #df350c !important;
  transform: translateX(-50%);
}

.modal-backdrop {
  --bs-backdrop-opacity: 1;
  background-color: rgba(66, 92, 244, 0.71);
  backdrop-filter: blur(17px);
}

/* Blog
--------------------------------------------------------------------------------------------------------*/
.hero-banner.blog {
  position: relative;
  padding: 290px 0 110px;
  margin-bottom: 100px;
}

.hero-banner.blog::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/blog-banner.png") center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.hero-banner.blog .container-xxl {
  position: relative;
  z-index: 1;
}

.hero-banner.blog h1 {
  text-align: center;
}

.hero-banner.blog h1 span {
  padding: 8px 60px;
}

.blog-card {
  background-color: #fedf7c;
  height: calc(100% - 28px);
  display: flex;
  flex-direction: column;
  margin-bottom: 28px;
}

.blog-card .blog-card-header {
  height: 276px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.blog-card .blog-card-header img {
  height: 100%;
  width: 100%;
  display: block;
}

.blog-card .blog-card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-card .blog-card-body .heading-text {
  font-size: 27px;
  line-height: 32px;
  font-weight: 900;
  font-family: "SF Pro Display";
  color: #425cf4;
  padding-bottom: 20px;
}

.blog-card .blog-card-body .info-text {
  font-size: 21px;
  line-height: 26px;
  font-weight: 500;
  color: #0c4005;
  font-family: "SF Pro Display";
  padding-bottom: 8px;
  margin-bottom: auto;
}

.blog-card .blog-card-body .btn {
  height: 44px;
  min-width: 96px;
  font-size: 21px;
  line-height: 26px;
  font-weight: 900;
  color: #000000;
  background-color: #ffffff;
  margin-left: auto;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.blog .view-btn {
  margin-top: 28px;
  min-width: 170px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  background-color: #df350c;
  border: none;
  border-radius: 0;
  color: #ffffff;
}

.blogs {
  margin-bottom: 115px;
}

.blogs .view-btn {
  background-color: #DF350C;
  border-radius: 0;
  color: #fff !important;
  min-width: 172px;
  height: 62px;
  font-size: 28px;
  line-height: 34px;
}

.blog-details {
  position: relative;
}

.blog-details .yellow-box {
  position: sticky;
  top: 120px;
}

.blog-details .date {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  color: #000000;
  font-family: "SF Pro Display";
  padding-bottom: 8px;
}

.blog-details .heaing-text {
  font-size: 71px;
  line-height: 80px;
  font-weight: 900;
  color: #425cf4;
  font-family: "SF Pro Display";
  padding-bottom: 28px;
}

.blog-details .blog-details-content {
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  font-family: "SF Pro Display";
  padding-bottom: 26px;
  border-bottom: 2px solid #000000;
  margin-bottom: 26px;
}

.blog-details .number-list {
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-left: 30px;
  margin-bottom: 60px;
}

.blog-details .blue-heading {
  font-size: 49px;
  line-height: 54px;
  font-weight: 900;
  color: #365af2;
  text-align: center;
  padding-bottom: 48px;
}

.blog-details .blog-card-row {
  margin-bottom: 66px;
}

.hero-banner.blog-details {
  position: relative;
  padding-top: 376px;
  margin-bottom: 117px;
}

.hero-banner.blog-details::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/blog-details-hero-banner.png") center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
}

.hero-banner.blog-details .container-xxl {
  position: relative;
  z-index: 1;
}

.hero-banner.blog-details h1 {
  text-align: center;
}

.hero-banner.blog-details h1 span {
  padding: 0 50px;
}

.hero-banner .back {
  position: absolute;
  left: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #ffffff;
  transition: all 0.3s;
}

.hero-banner .back:hover {
  text-decoration: underline;
}

.hero-banner .heading-outer {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.blog-details .yellow-box {
  background-color: #fedf7c;
  padding: 30px;
}

.blog-details .yellow-box h6 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
  color: #000000;
  padding-bottom: 30px;
}

.blog-details .yellow-box .list {
  display: flex;
  flex-direction: column;
  font-size: 27px;
  line-height: 32px;
  font-family: "SF Pro Display";
  color: #000000;
}

.blog-details .yellow-box .list li {
  padding: 12px 0;
}

.blog-details .yellow-box .list li+li {
  border-top: 1px solid #000;
}

.blog-details .yellow-box .list li:last-child {
  padding-bottom: 0;
}

.hero-banner.distributor {
  padding: 158px 0 180px;
  position: relative;
  z-index: 1;
}

.hero-banner.distributor::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/distributor-hero-banner.png") center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 84%, 0% 100%);
}

.hero-banner.distributor .container-xxl {
  position: relative;
  z-index: 1;
}

.hero-banner.distributor h1 {
  text-align: center;
}

.hero-banner.distributor h1 span {
  padding: 0 8px;
}

.distributor-content {
  position: relative;
}

.distributor-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff9e6;
}

.distributor-content {
  padding: 162px 0 82px;
  margin-bottom: 78px;
  margin-top: -90px;
}

.distributor-content .blue-text {
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  color: #365af2;
  font-family: "SF Pro Display";
  text-align: center;
  max-width: 1030px;
  margin: 0 auto;
}

.distributor-content .container-xxl {
  position: relative;
  z-index: 1;
}

.perks {
  margin-bottom: 120px;
}

.perks .red-heading {
  font-size: 64px;
  line-height: 70px;
  font-weight: 800;
  color: #df350c;
  font-family: "SF Pro Display";
  text-align: center;
  padding-bottom: 42px;
  max-width: none;
}

.perks p {
  padding: 8px 4px;
  max-width: 246px;
  width: 100%;
  font-size: 37px;
  line-height: 42px;
  font-weight: 700;
  color: #004274;
  font-family: "SF Pro Display";
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.perks p span {
  display: block;
  position: relative;
}

.perks p::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fedf7c;
  z-index: -1;
}

.perks .first-text:before {
  transform: rotate(-2.46deg);
}

.perks .second-text::before {
  transform: rotate(1.34deg);
}

.perks .third-text::before {
  transform: rotate(-0.78deg);
}

.perks .fourth-text::before {
  transform: rotate(2.3deg);
}

.perks-box-outer {
  max-width: 1230px;
  margin: 0 auto;
}

/* Contact Us
--------------------------------------------------------------------------------------------------------*/
.hero-banner.contact {
  padding: 246px 0 180px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-banner.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/contact-banner.png") center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.hero-banner.contact .container-xxl {
  position: relative;
  z-index: 1;
}

.hero-banner.contact h1 span {
  padding-inline: 24px;
}

.contact-details {
  position: relative;
  padding: 116px 0 0;
}

.contact-details::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #fff9e6;
  margin-top: -90px;
  margin-bottom: 216px;
}

.contact-details .map-outer {
  max-width: 1192px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 39%;
  z-index: 1;
}

.contact-details .map-outer iframe {
  width: 100%;
  position: absolute;
  inset: 0;
  height: 100%;
}

.office-location {
  margin: 46px 0 80px;
}

.office-location .office-box .heading-text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #425cf4;
  padding-bottom: 8px;
}

.office-location .office-box address {
  font-size: 20px;
  line-height: 26px;
  color: #425cf4;
  font-family: "SF Pro Display";
  max-width: 330px;
}

.office-location .row {
  max-width: 1216px;
  margin: 0 auto;
}

.office-location a {
  font-size: 20px;
  line-height: 26px;
  color: #425cf4;
  font-family: "SF Pro Display";
  font-weight: 400;
  text-decoration: underline;
}

.office-location p {
  font-size: 20px;
  line-height: 26px;
  color: #425cf4;
  font-family: "SF Pro Display";
  font-weight: 400;
}

/**** Thankyou ****/

.hero-banner.thankyou-page {
  padding: 246px 0 180px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-banner.thankyou-page::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/contact-banner.png") center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.hero-banner.thankyou-page .container-xxl {
  position: relative;
  z-index: 1;
}

.hero-banner.thankyou-page h1 span {
  padding-inline: 24px;
}
.thankyou-sec {
    padding: 5em 0px;
}
.thankyou-wrapper .title-text {
    font-family: 'SF Pro Display';
    font-weight: 500;
    font-size: 24px;
    color: #000;
    margin-bottom: 1.5em;
}


/* Faq
--------------------------------------------------------------------------------------------------------*/
.hero-banner.faq {
  padding: 248px 0 170px;
  position: relative;
}

.hero-banner.faq::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("./assets/images/faq-banner.png") center no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.hero-banner.faq h1 {
  text-align: center;
  position: relative;
  z-index: 1;
}

.hero-banner.faq h1 span {
  padding: 0 40px;
}

.faq-accordions .accordion {
  margin: 76px auto 140px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 26px;
  max-width: 1140px;
  margin: 0 auto;
}

.accordion .accordion-header {
  line-height: normal;
}

.accordion .accordion-item {
  border-radius: 0;
  border: none;
  background-color: #ffeded;
}

.accordion .accordion-item .accordion-button {
  border-radius: 0;
  background-color: transparent;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  font-family: "SF Pro Display";
  color: #004274;
  padding: 36px 60px;
  box-shadow: none;
}

.accordion .accordion-body {
  font-size: 30px;
  line-height: 40px;
  color: #004274;
  font-family: "SF Pro Display";
  padding: 16px 60px 50px;
}

/* French Fries Details Page
--------------------------------------------------------------------------------------------------------*/
.frenchfries-details {
  position: relative;
  padding-top: 398px;
  margin-bottom: 67px;
}

.frenchfries-details::after,
.frenchfries-details::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.frenchfries-details::before {
  background: url("./assets/images/frenchfries-details-banner.png") center no-repeat;
  background-size: cover;
}

.frenchfries-details::after {
  background-color: rgba(239, 198, 63, 0.26);
}

.frenchfries-details .container-xxl {
  position: relative;
  z-index: 1;
}

.frenchfries-details h1 {
  text-align: center;
}

.frenchfries-details.hero-banner h1.fs-90 span {
  padding: 0 30px;
}

.frenchfries-content .blue-text {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #425cf4;
  text-align: center;
  /* max-width: 1030px;
  margin: 0 auto; */
  padding-bottom: 126px;
}

.frenchfries-types .content-block .heading-text {
  font-size: 90px;
  line-height: 100px;
  font-weight: 900;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 30px;
  text-transform: uppercase;
}

.frenchfries-types .content-block .heading-text span {
  position: relative;
  padding: 0 30px;
}

.frenchfries-types .content-block .heading-text span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #df350c;
  transform: rotate(-1.55deg);
  z-index: -1;
}

.frenchfries-types .content-block p {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #0c4005;
  font-family: "SF Pro Display";
  padding-left: 54px;
  padding-bottom: 30px;
}

.frenchfries-types .content-block .btn-primary {
  height: 72px;
  min-width: 308px;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  margin-left: 54px;
}

.frenchfries-types .middle-content .row+.row {
  margin-top: 120px;
}

.frenchfries-types .middle-content {
  margin-bottom: 120px;
}

.b2b-partner {
  padding-bottom: 100px;
}

.b2b-partner .red-heading {
  padding-bottom: 30px;
}

.red-heading {
  font-size: 77px;
  line-height: 90px;
  font-weight: 900;
  color: #DF350C;
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
  text-transform: uppercase;
}

.b2b-partner .info-text {
  font-size: 36px;
  line-height: 44px;
  max-width: 1186px;
  margin: 0 auto;
  text-align: center;
  color: #425CF4;
  font-weight: 700;
  font-family: "SF Pro Display";
}

.taset-texture {
  padding: 92px 0 100px;
}

.taset-texture h2 {
  font-size: 78px;
  line-height: 88px;
  font-weight: 900;
  color: #425CF4;
  text-align: center;
  padding-bottom: 40px;
}

.taset-texture .info-text {
  font-size: 36px;
  line-height: 44px;
  color: #8F8F8F;
  font-weight: 500;
  font-family: "SF Pro Display";
  text-align: center;
  max-width: 1014px;
  margin: 0 auto;
}

.taset-texture .row {
  margin-top: 40px;
  margin-bottom: 80px;
}

.potato-to-package {
  padding: 70px 0 140px;
  position: relative;
}

.potato-to-package .container-xxl {
  position: relative;
  z-index: 1;
}

.potato-to-package::after,
.potato-to-package::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.potato-to-package::after {
  background: url('./assets/images/potato-to-package-bg.svg') center no-repeat;
  background-size: cover;
}

.potato-to-package::before {
  background-color: #FFDCC5;
}

.potato-to-package h2 {
  font-size: 77px;
  line-height: 88px;
  text-align: center;
  font-weight: 900;
  color: #004274;
  text-transform: uppercase;
  padding-bottom: 40px;
}

.potato-to-package .sub-heading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-transform: uppercase;
  color: #004274;
  max-width: 1086px;
  margin: 0 auto;
  text-align: center;
}

.potato-to-package .info-text {
  font-size: 32px;
  line-height: 40px;
  color: #171717;
  font-weight: 500;
  font-family: "SF Pro Display";
}

.potato-to-package {
  margin-bottom: 50px;
}

.premium-fries {
  padding-bottom: 140px;
}

.premium-fries h2 {
  padding-bottom: 24px;
}

.premium-fries .info-text {
  font-size: 36px;
  line-height: 44px;
  color: #425CF4;
  text-align: center;
  max-width: 1286px;
  margin: 0 auto;
  font-weight: 600;
  font-family: "SF Pro Display";
}

.partner-ask .heading-text {
  font-size: 77px;
  line-height: 88px;
  font-weight: 900;
  color: #004274;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 40px;
  max-width: 1140px;
  margin: 0px auto;
}

.partner-ask .accordion {
  margin-bottom: 100px;
}

.frozen-french-fries h2 {
  padding-bottom: 16px;
}

.frozen-french-fries .info-text {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  color: #425CF4;
  text-align: center;
  padding-bottom: 90px;
}

.supply-surprises {
  padding: 100px 0 120px;
  position: relative;
}

.supply-surprises h2 {
  font-size: 78px;
  line-height: 88px;
  font-weight: 900;
  text-align: center;
  color: #004274;
  text-transform: uppercase;
  padding-bottom: 30px;
  max-width: 1236px;
  margin: 0 auto;
}

.supply-surprises::after,
.supply-surprises::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.supply-surprises::after {
  background: url(./assets/images/supply-surprises-bg.png) center no-repeat;
  background-size: cover;
}

.supply-surprises::before {
  background-color: #F0E3FF;
}

.supply-surprises .container-xxl {
  position: relative;
  z-index: 1;
}

.supply-surprises .info-text {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #171717;
  font-family: "SF Pro Display";
  text-align: center;
}

/* Product Details Page
--------------------------------------------------------------------------------------------------------*/
.product-details {
  position: relative;
  padding-top: 398px;
}

.product-details::after,
.product-details::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}

.product-details.straight-cut {
  margin-bottom: 110px;
}

.product-details.straight-cut::before {
  background: url("./assets/images/frenchfries-details-banner.png") center no-repeat;
  background-size: cover;
}

.product-details.potato-smiles::before {
  background: url("./assets/images/potato-smiles-bg.png") center no-repeat;
  background-size: cover;
}

.product-details.potato-flakes::before {
  background: url("./assets/images/potato-flakes-bg.png") center no-repeat;
  background-size: cover;
}

.product-details.straight-cut::after {
  background-color: rgba(239, 198, 63, 0.26);
}

.product-details .container-xxl {
  position: relative;
  z-index: 1;
}

.product-details .block-title {
  text-align: center;
}

.product-details.hero-banner .block-title {
  display: flex;
  flex-direction: column;
    text-align: center;
}

.product-details.hero-banner .block-title.fs-90 {
    font-size: 90px;
    line-height: 100px;
    font-weight: 900;
    color: #ffffff;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.product-details.hero-banner .block-title.fs-90 span {
  padding: 0 30px;
}

.product-details.hero-banner .block-title.fs-90 span::after {
  background-color: #df350c;
}

.product-details.hero-banner .back {
  bottom: 40px;
}

.product-info {
  padding-bottom: 112px;
}

.product-info .product-info-img {
  position: relative;
}

.product-info .product-info-img .packet-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.product-info .product-info-content {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  height: 100%;
}

.product-info .product-info-content .info-text {
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  color: #0c4005;
  font-family: "SF Pro Display";
  margin-bottom: auto;
  padding-bottom: 16px;
}

.product-info .product-info-content .red-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  font-family: "SF Pro Display";
  color: #df350c;
  padding-bottom: 10px;
}

.product-info .product-info-content .chip-row {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.product-info .product-info-content .chip-row .yellow-chip {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #000000;
  padding: 10px 20px;
  background-color: #fedf7c;
  white-space: nowrap;
}

.product-info .size-chip {
  margin-bottom: 36px;
}

.cooking-instruction {
  position: relative;
  padding: 68px 0 120px;
  margin-bottom: 60px;
}

.cooking-instruction::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #C9FFEC;
  clip-path: polygon(0 0, 100% 0, 100% 87%, 0% 100%);
}

.cooking-instruction .container-xxl {
  position: relative;
  z-index: 1;
}

.cooking-instruction .heading-text {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  color: #425cf4;
  text-align: center;
  padding-bottom: 50px;
}

.cooking-instruction .instruction-block {
  text-align: center;
  max-width: 396px;
  margin: 0 auto;
}

.cooking-instruction .instruction-block img {
  margin-bottom: 28px;
}

.cooking-instruction .instruction-block .info-text {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  color: #0c4005;
  font-family: "SF Pro Display";
}

.benefits {
  margin-bottom: 80px;
}

.benefits .benefits-block {
  text-align: center;
}

.benefits .benefits-block .heading-text {
  font-size: 66px;
  line-height: 72px;
  font-weight: 900;
  color: #004274;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 36px;
}

.benefits .benefits-block .heading-text span {
  position: relative;
  padding: 0 20px;
}

.benefits .benefits-block .heading-text span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ffd85c;
  z-index: -1;
}

.benefits .benefits-block ul {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 33px;
  line-height: 40px;
  font-weight: 700;
  font-family: "SF Pro Display";
  color: #000000;
  list-style-type: disc;
  padding-left: 40px;
}

.brands .brand-outer {
  max-width: 1344px;
  margin: 0 auto;
  background-color: #fff9e6;
  padding: 44px 20px;
  margin-bottom: 76px;
}

.manufacturing {
  padding: 100px 0 100px;
}

.manufacturing .block-title {
  font-size: 64px;
  line-height: 72px;
  font-weight: 900;
  color: #DF350C;
  text-transform: uppercase;
  text-align: center;
  max-width: 1172px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.manufacturing .info-text {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  font-family: "SF Pro Display";
  color: #6e6e6e;
  text-align: center;
  max-width: 1086px;
  margin: 0 auto 40px;
}

.manufacturing .info-text:last-child {
  margin-bottom: 0px;
}

.orange-bg {
  position: relative;
  padding: 80px 0 140px;
}

.orange-bg .container-xxl {
  position: relative;
  z-index: 1;
}

.orange-bg::before,
.orange-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}

.orange-bg::after {
  background: url(./assets/images/orange-bg.png) center no-repeat;
  background-size: cover;
}

.orange-bg::before {
  background-color: #FFDCC5;
}

.orange-bg h2 {
  font-size: 78px;
  line-height: 88px;
  color: #004274;
  text-transform: uppercase;
  text-align: center;
  max-width: 1230px;
  margin: 0 auto 40px;
}

.orange-bg .info-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #171717;
  font-family: "SF Pro Display";
}

.red-heading-block {
  padding: 50px 0 100px;
}

.red-heading-block h2 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 900;
  color: #DF350C;
  text-align: center;
  max-width: 1044px;
  margin: 0 auto;
  text-transform: uppercase;
  padding-bottom: 50px;
}

.red-heading-block .green-text {
  font-size: 40px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  font-family: "SF Pro Display";
  color: #0C4005;
  max-width: 1100px;
  margin: 0 auto;
}

.red-heading-block .info-text {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  font-weight: 500;
  color: #171717;
  font-family: "SF Pro Display";
}

.red-heading-block .info-text:not(:last-child) {
  padding-bottom: 40px;
}

.purple-section {
  position: relative;
  padding: 80px 0 150px;
}

.purple-section .container-xxl {
  position: relative;
  z-index: 1;
}

.purple-section::after,
.purple-section::before {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
}

.purple-section::after {
  background: url(./assets/images/purple-bg.png) center no-repeat;
  background-size: cover;
}

.purple-section::before {
  background-color: #F0E3FF;
}

.purple-section h2 {
  font-size: 78px;
  line-height: 88px;
  font-weight: 900;
  max-width: 1174px;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  color: #DF350C;
  padding-bottom: 50px;
}

.purple-section .info-text {
  font-size: 36px;
  line-height: 42px;
  font-weight: 600;
  text-align: center;
  color: #425CF4;
  font-family: "SF Pro Display";
}

.yellow-heading-block {
  padding: 80px 0 100px;
}

.yellow-heading-block h2 {
  font-size: 66px;
  line-height: 78px;
  font-weight: 900;
  color: #004274;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 60px;
  max-width: 750px;
  margin: 0 auto;
}

.yellow-heading-block.potato-smile h2 {
  max-width: 910px;
}

.yellow-heading-block h2.patato-smilies-heading {
  max-width: 995px;
}

.green-bg-block h2.patato-wedges-heading {
  max-width: 1150px;
}

.yellow-heading-block h2 span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
}

.yellow-heading-block h2 span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFD85C;
  z-index: -1;
  transform: rotate(1deg)
}

.yellow-heading-block h2 span:first-child:after {
  transform: rotate(-1deg);
}

.yellow-heading-block .info-text {
  font-size: 34px;
  line-height: 42px;
  font-weight: 700;
  color: #000000;
  font-family: "SF Pro Display";
  max-width: 1160px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 30px;
}

.yellow-heading-block .info-text:last-child {
  padding-bottom: 0;
}
.disc-list-title {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}
.disc-list {
  display: flex;
  flex-direction: column;
  font-size: 34px;
  line-height: 42px;
  color: #000000;
  font-family: "SF Pro Display";
  font-weight: 700;
}

.disc-list li {
  position: relative;
  padding-left: 24px;
}

.disc-list li::after {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #000000;
}

.accordion-with-heading {
  padding-bottom: 140px;
}

.accordion-with-heading .primary-heading {
  font-size: 78px;
  line-height: 88px;
  text-align: center;
  text-transform: uppercase;
  color: #004274;
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.blue-heading-card {
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
}

.blue-heading-card .blue-heading {
  font-size: 40px;
  line-height: 50px;
  font-weight: 800;
  font-family: "SF Pro Display";
  color: #425CF4;
}

.blue-heading-card .grey-text {
  font-size: 32px;
  line-height: 42px;
  font-weight: 500;
  font-family: "SF Pro Display";
  color: #717171;
}

.left-heading-block {
  padding: 70px 0 0;
}

.left-heading-block.bottom-space {
  padding-bottom: 100px;
}

.left-heading-block .left-block .red-heading {
  text-align: left;
  font-size: 64px;
  line-height: 74px;
  max-width: 600px;
  margin: 0;
  padding-bottom: 40px;
}

.left-heading-block .left-block .info-text {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #171717;
  font-family: "SF Pro Display";
  padding-bottom: 20px;
}

.left-heading-block .left-block .info-text:last-child {
  padding-bottom: 0;
}

.green-bg-block {
  position: relative;
  padding: 70px 0 100px;
  margin-bottom: 100px;
}

.green-bg-block::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: #88D792;
  transform: rotate(-180 deg);
}

.left-heading-block .middle-text {
  font-family: "SF Pro Display";
  font-weight: 500;
  font-size: 44px;
  line-height: 54px;
  text-align: center;
  max-width: 1086px;
  margin: 0 auto;
  color: #4F4F4F;
}

.left-heading-block .middle-text b {
  color: #262F35;
}

.green-bg-block .container-xxl {
  position: relative;
  z-index: 1;
}

.green-bg-block h2 {
  font-size: 64px;
  line-height: 74px;
  font-weight: 900;
  color: #004274;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 24px;
  max-width: 750px;
}

.green-bg-block h2 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  position: relative;
}

.green-bg-block h2 span::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #FFD85C;
  z-index: -1;
}

.green-bg-block h2 span:last-child {
  margin-top: -20px;
}

.green-bg-block h2 span:first-child::after {
  transform: rotate(-1.5deg);
}

.green-bg-block .info-text {
  font-size: 33px;
  line-height: 43px;
  font-weight: 700;
  padding-bottom: 30px;
  font-family: "SF Pro Display";
  color: #ffffff;
  text-align: center;
  max-width: 1210px;
  margin: 0px auto;
}

.green-bg-block .info-text:last-child {
  padding-bottom: 0;
}

.green-bg-block .dark-text {
  font-size: 42px;
  line-height: 52px;
  font-weight: 500;
  color: #0C4005;
  font-family: "SF Pro Display";
  text-align: center;
  padding-bottom: 60px;
}

.green-bg-block .disc-white-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.green-bg-block .disc-white-list li {
  position: relative;
  padding-left: 24px;
  font-size: 48px;
  line-height: 54px;
  font-weight: 700;
  color: #FFFFFF;
  font-family: "SF Pro Display";
}

.green-bg-block .disc-white-list li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 24px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ffffff;
}



.wpglobus-selector-box .drop-down, .wpglobus-selector-box .mobile-drop-down  {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 2em;
}
.wpglobus-selector-box .drop-down select, .wpglobus-selector-box .mobile-drop-down select  {
    display: none;
}
.wpglobus-selector-box .drop-down, .wpglobus-selector-box .mobile-drop-down { 
 position: relative;  
 display: inline-block;    
 width: auto;       
 margin-top: 0;      
 }      
   
.wpglobus-selector-box .drop-down .select-list, .wpglobus-selector-box .mobile-drop-down .select-list {   
 position: absolute;     
 top: 0;      
 right: 0;     
 z-index: 9;    
 margin-top: 44px;    
 padding: 0;         
    background-color: #ffd85c;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    max-height: 320px;
    overflow: scroll; 
 }      
.wpglobus-selector-box .drop-down .select-list li, .wpglobus-selector-box .mobile-drop-down .select-list li {   
 display: none;      
 }    
.wpglobus-selector-box .drop-down .select-list li a, .wpglobus-selector-box .mobile-drop-down .select-list li a  {  
 display: inline-block;      
 min-height: 40px;        
 min-width: 156px;      
 width: 100%;        
 padding: 5px 14px;
background-color: #ffd85c;
background-position: left 10px center;
background-repeat: no-repeat;
font-size: 16px;
text-align: left;
color: #000000 !important;
box-sizing: border-box;
height: auto;  
 }     
 .wpglobus-selector-box .drop-down .select-list li span:hover,  
 .wpglobus-selector-box .drop-down .select-list li span:focus, 
 .wpglobus-selector-box .mobile-drop-down .select-list li span:hover,  
 .wpglobus-selector-box .mobile-drop-down .select-list li span:focus {     
 opacity: 1;     
 } 

.wpglobus-selector-box .drop-down .button, .wpglobus-selector-box .mobile-drop-down .button {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 9px;
    border-radius: 0;
    background: #fff;
    color: #000;
}
.wpglobus-selector-box .drop-down .button span, .wpglobus-selector-box .mobile-drop-down .button span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.wpglobus-selector-box .drop-down .button a, .wpglobus-selector-box .mobile-drop-down .button a {
    /*display: inline-block;
    padding: 0px 10px;
    margin-left: 10px;
    border-left: 1px solid #dddddd;
    color: #222222;*/
}
.wpglobus-selector-box .drop-down .button a:hover svg, .wpglobus-selector-box .mobile-drop-down .button a:hover svg  { background:none !important; }
.wpglobus-selector-box .drop-down .button a svg, .wpglobus-selector-box .mobile-drop-down .button a svg {
    padding: 0;
    border: 0;
    width: 9px;
    height: auto;
    border-radius: 0;
    margin-left: 10px;
    color: #000;
}
.select-list li.clsAnchor {
    margin: 0px !important;
}
.select-list .clsAnchor a img, .wpglobus-selector-box .drop-down .button span img, .wpglobus-selector-box .mobile-drop-down .button span img {
    margin-right: 10px;
}
.wpglobusLists.desktop-language{ display:none; }

.catalogue-sec .catalogue-img img {
    width: 100%;
}

.catalogue-sec {
    padding: 5em 0px 2em;
}

.catalogue-sec .catalogue-wrapper {
    padding-right: 5em;
}

.catalogue-sec .catalogue-img {text-align: center;}

.catalogue-sec .catalogue-wrapper .title-text {
    font-size: 64px;
    line-height: 72px;
    font-weight: 900;
    color: #074274;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.catalogue-sec .catalogue-wrapper .desc {
    font-family: 'SF Pro Display';
    color: #000;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.4;
}



/* Responsive Media Queries
--------------------------------------------------------------------------------------------------------*/
@media (min-width: 1400px) {
  .container-xxl {
    max-width: 1512px;
  }
}

@media (min-width: 1200px) {

  .mobile-country-select,
  .mobile-country-select~.select2 {
    display: none;
  }
}

@media (max-width: 1399px) {
  .header ul {
    gap: 12px;
  }

  .header ul a {
    padding: 4px 12px;
  }

  .header .logo img {
    max-width: 250px;
  }

  .hero-banner h1 {
    font-size: 84px;
    line-height: 94px;
  }

  .products .info-text {
    padding-bottom: 50px;
  }

  .inquire-now .box::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }

  /* .goals .info-block.left-block {
    padding-top: 60px;
  } */

  .goals .info-block .lg-text {
    font-size: 48px;
    line-height: 56px;
  }

  .goals .right-img {
    margin-right: -670px;
  }

  .goals .left-img {
    margin-left: -750px;
  }

  .export-buyer .info-text {
    padding-bottom: 50px;
  }

  .export-buyer .list-text {
    padding-bottom: 40px;
  }

  .hero-banner.exports h1 {
    font-size: 80px;
    line-height: 88px;
  }

  .partnership-wrapper .partnership-block .blue-text {
    font-size: 54px;
    line-height: 62px;
  }

  .partnership-wrapper {
    padding-bottom: 60px;
  }

  .content-with-map p {
    font-size: 36px;
    line-height: 44px;
  }

  .accordion-with-heading {
    padding-bottom: 120px;
  }

  .hero-banner.products-banner h1 {
    font-size: 80px;
    line-height: 88px;
  }

  .discover-products h2 {
    font-size: 70px;
    line-height: 76px;
  }

  .discover-products .heading-text {
    font-size: 60px;
    line-height: 66px;
  }

  .discover-products .info-text {
    font-size: 32px;
    line-height: 40px;
    padding-left: 0;
  }

  .discover-products .btn-primary {
    margin-left: 0;
  }

  .discover-products .row {
    margin-bottom: 80px;
  }

  .discover-products {
    padding-bottom: 80px;
  }
  .product-details.hero-banner .block-title.fs-90,
  .hero-banner h1.fs-90 {
    font-size: 80px;
    line-height: 90px;
  }

  .hero-banner.career {
    padding-top: 240px;
  }

  .hero-banner.blog {
    padding: 240px 0 100px;
    margin-bottom: 80px;
  }

  .blogs {
    margin-bottom: 100px;
  }

  .hero-banner.blog-details {
    padding-top: 300px;
    margin-bottom: 100px;
  }

  .blog-details .blog-card-row {
    margin-bottom: 60px;
  }

  .counters .numbers-block .text {
    font-size: 32px;
    line-height: 40px;
  }

  .distributor-content .blue-text {
    font-size: 40px;
    line-height: 48px;
  }

  .distributor-content {
    padding: 140px 0 60px;
  }

  .perks .red-heading {
    font-size: 60px;
    line-height: 70px;
  }

  .perks {
    margin-bottom: 120px;
  }

  .frenchfries-types .middle-content {
    margin-bottom: 80px;
  }

  .frenchfries-types .middle-content img {
    max-width: 400px;
  }

  .goals .row+.row {
    margin-top: 100px;
  }

  .contact-details {
    padding-top: 100px;
  }

  .frenchfries-content .blue-text {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 80px;
  }

  .frenchfries-types .content-block .heading-text {
    font-size: 80px;
    line-height: 90px;
  }

  .frenchfries-types .content-block p {
    font-size: 30px;
    line-height: 36px;
  }

  .frenchfries-types .middle-content .row+.row {
    margin-top: 80px;
  }

  .frenchfries-details {
    padding-top: 350px;
  }

  .faq-accordions .accordion {
    margin: 70px auto 100px;
  }

  .product-details {
    padding-top: 350px;
  }

  .product-details.straight-cut {
    margin-bottom: 90px;
  }

  .gloabal-presense {
    padding-bottom: 100px;
  }

  .yellow-heading-block {
    padding-block: 80px;
  }

  .products {
    padding-top: 100px;
  }

  .gloabal-presense h2 {
    padding-bottom: 70px;
  }

  .gloabal-presense .content-block .black-text {
    padding-bottom: 40px;
  }

  .more-about .info-text {
    font-size: 42px;
    line-height: 50px;
  }

  .partner-ask .accordion {
    margin-bottom: 70px;
  }

  .footer .footer-bottom {
    padding: 26px 0 26px;
  }

  .word-from-founder h3 {
    padding-bottom: 40px;
  }

  .hero-banner.about {
    padding-bottom: 200px;
  }

  .blog-details .heaing-text {
    font-size: 54px;
    line-height: 62px;
  }

  .discover-products+.discover-products .row:last-child {
    margin-bottom: 0;
  }

  .manufacturing {
    padding-block: 80px;
  }

  .red-heading-block,
  .left-heading-block.bottom-space {
    padding-bottom: 80px;
  }

  .green-bg-block .dark-text {
    padding-bottom: 40px;
  }

  .green-bg-block {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }

  .content-with-map h2 {
    padding-bottom: 40px;
  }

  .content-with-map {
    padding-bottom: 60px;
  }

  .green-bg-block h2 span:last-child {
    margin: 0;
  }

  .taset-texture {
    padding-block: 80px;
  }

  .potato-to-package::after,
  .potato-to-package::before {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
  }

  .potato-to-package {
    padding-bottom: 100px;
  }

  .purple-section::after,
  .purple-section::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  }

  .taset-texture .row {
    margin-bottom: 60px;
  }

  .sustainibility {
    padding-block: 80px;
  }

  .purple-section {
    padding-bottom: 110px;
  }

  .left-heading-block .middle-text {
    padding-top: 30px;
  }

  .details-content p {
    font-size: 28px;
    line-height: 36px;
  }

  .supply-surprises::after,
  .supply-surprises::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
  }
	  .order-booking.modal .modal-content .modal-body .absolute-img {
    right: 20px;
  }
}

@media (max-width: 1199px) { 

  .header ul li {
    width: 100%;
  }

  .header ul li a {
    transform: none !important;
  }

  .header ul .country-select-item {
    display: none;
  }

  .sidebar-open .header ul {
    left: 0;
  }

  .header .hamburger-btn {
    padding: 8px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: #425cf4 !important;
  }

  .header .hamburger-btn:hover {
    background-color: #5b72f5 !important;
  }

  .header .hamburger-btn img {
    height: 30px;
    width: 30px;
  }

  .header {
    padding: 24px 0;
  }

  .sidebar-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }

  .sidebar-open {
    overflow: hidden;
  }

  .sidebar-open .sidebar-overlay {
    opacity: 1;
    visibility: visible;
  }

  .hero-banner h1 {
    font-size: 74px;
    line-height: 84px;
  }

	.btn-primary.btn-lg {
    height: 60px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
  }

  .more-about {
    padding-top: 100px;
  }

  .more-about .info-text {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 50px;
  }

  .products {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .details {
    padding-top: 80px;
  }

  .gloabal-presense {
    padding-bottom: 80px;
  }

  .partner-ask .accordion {
    margin-bottom: 80px;
  }

  .gloabal-presense .content-block .black-text {
    padding-bottom: 40px;
  }

  .gloabal-presense h2 {
    padding-bottom: 50px;
  }

  .faqs {
    padding-top: 80px;
  }

  .faqs .accordion .accordion-header .accordion-button {
    font-size: 28px;
    line-height: 34px;
    padding: 24px;
    gap: 16px;
  }

  .faqs .accordion .accordion-body {
    padding: 0px 24px 24px;
  }

  .faqs .accordion .accordion-body {
    font-size: 24px;
    line-height: 28px;
  }

  .inquire-now {
    margin-bottom: 40px;
  }

  .inquire-now .box::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 90%);
  }

  .sustainibility .lg-white-text {
    font-size: 64px;
    line-height: 72px;
    max-width: none;
  }

  .we {
    margin-bottom: 80px;
  }

  .we .all-products-btn {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .goals .info-block .lg-text {
    font-size: 54px;
    line-height: 60px;
  }

  .goals .right-img {
    margin-right: -490px;
    max-width: 400px;
  }

  .goals .left-img {
    margin-left: -600px;
    max-width: 500px;
  }

  .goals .info-block .heading-text {
    font-size: 30px;
    line-height: 34px;
  }

  .goals .info-block .lg-text {
    font-size: 36px;
    line-height: 42px;
  }

  .sustainibility .info-text {
    max-width: none;
  }

  .goals .info-block.right-block {
    padding-bottom: 0;
  }

  .goals {
    margin-bottom: 70px;
  }

  .counters .numbers-block .number {
    font-size: 70px;
    line-height: 76px;
  }

  .counters .numbers-block .text {
    font-size: 26px;
    line-height: 32px;
  }

  .founder .btn-lg {
    margin-bottom: 90px;
  }

  .hero-banner.about {
    padding-block: 140px;
  }

  .hero-banner.about h2 {
    font-size: 46px;
    line-height: 56px;
  }

  .goals .row+.row {
    margin-top: 60px;
  }

  .word-from-founder {
    padding: 80px 0;
    margin-bottom: 76px;
  }

  .word-from-founder h3 {
    padding-bottom: 40px;
  }

  .word-from-founder .info-text,
  .word-from-founder .blue-text {
    font-size: 54px;
    line-height: 62px;
  }

  .word-from-founder::after,
  .word-from-founder::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 96%);
  }

  .we .green-text {
    font-size: 36px;
    line-height: 42px;
  }

  .hero-banner.exports h1 {
    font-size: 70px;
    line-height: 78px;
  }

  .hero-banner.exports {
    padding: 140px 0px;
  }

  .green-text-block {
    padding-block: 80px;
  }

  .green-text-block p {
    font-size: 36px;
    line-height: 44px;
  }

  .green-text-block {
    padding-block: 70px;
  }

  .partnership-wrapper .partnership-block .blue-text,
  .content-with-map p {
    font-size: 44px;
    line-height: 50px;
  }

  .content-with-map p {
    font-size: 36px;
    line-height: 44px;
  }

  .frozen-product .frozen-products-card {
    padding: 0 10px 50px;
  }
  .frozen-product .frozen-products-card img { height: auto; }

  .frozen-product .frozen-products-card p {
    font-size: 32px;
    line-height: 41px;
  }

  .content-with-map {
    padding-bottom: 40px;
  }


  .discover-products .heading-text {
    font-size: 50px;
    line-height: 56px;
  }

  .discover-products .info-text {
    font-size: 28px;
    line-height: 34px;
  }

  .hero-banner.products-banner h1 {
    font-size: 70px;
    line-height: 78px;
  }

  .product-features .content-block p {
    font-size: 26px;
    line-height: 32px;
  }

  .discover-products h2 {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .product-details.hero-banner .block-title.fs-90,
  .hero-banner h1.fs-90 {
    font-size: 70px;
    line-height: 80px;
  }

  .hero-banner.career {
    padding-top: 200px;
  }

  .openings h2 {
    font-size: 50px;
    line-height: 56px;
    padding-bottom: 20px;
  }

  .openings .info-text {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 50px;
  }

  .openings .openings-list {
    margin-bottom: 80px;
  }

  .openings .openings-list .heading {
    font-size: 50px;
    line-height: 56px;
  }

  .openings .openings-list .description {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 24px;
  }

  .openings .openings-list .action .btn-primary {
    height: 60px;
  }

  .openings .openings-list .action .view {
    font-size: 24px;
    line-height: 30px;
  }

  .openings .openings-list li:not(:last-child) .action {
    padding-bottom: 40px;
  }

  .career-modal .modal-dialog .modal-content {
    padding: 40px 40px 80px;
  }

  .career-modal .modal-title {
    font-size: 50px;
    line-height: 56px;
  }

  .career-modal .modal-header {
    padding: 0 0 40px;
  }

  .career-modal .apply-box {
    padding: 30px;
  }

  .hero-banner.blog {
    padding-top: 200px;
  }

  .blogs {
    margin-bottom: 80px;
  }

  .hero-banner.blog-details {
    padding-top: 260px;
    margin-bottom: 80px;
  }

  .blog-details .heaing-text {
    font-size: 50px;
    line-height: 58px;
    padding-bottom: 24px;
  }

  .blog-details .blog-details-content {
    font-size: 22px;
    line-height: 28px;
  }

  .blog-details .yellow-box {
    padding: 20px;
  }

  .blog-details .yellow-box h6 {
    padding-bottom: 20px;
  }

  .blog-details .number-list {
    margin-bottom: 40px;
  }

  .blog-details .blog-card-row {
    margin-bottom: 50px;
  }

  .export-buyer h2 {
    font-size: 54px;
    line-height: 62px;
    margin-bottom: 20px;
  }

  .export-buyer .info-text {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 44px;
  }

  .export-buyer .list-text {
    font-size: 24px;
    line-height: 32px;
    padding-left: 24px;
  }

  .export-buyer {
    padding-bottom: 50px;
  }

  .green-text-block.secondary p {
    font-size: 36px;
    line-height: 44px;
  }

  .shelf-stable-products {
    margin-bottom: 40px;
    padding-bottom: 130px;
  }

  .export-buyer .list-text::after {
    top: 12px;
  }

  .hero-banner.distributor {
    padding: 138px 0 160px;
  }

  .distributor-content .blue-text {
    font-size: 36px;
    line-height: 42px;
  }

  .distributor-content {
    padding: 120px 0 40px;
    margin-bottom: 60px;
  }

  .perks .red-heading {
    font-size: 54px;
    line-height: 60px;
  }

  .perks {
    margin-bottom: 100px;
  }

  .hero-banner.contact {
    padding: 200px 0 150px;
  }

  .contact-details {
    padding-top: 80px;
  }

  .hero-banner.faq {
    padding: 200px 0 150px;
  }

  .accordion .accordion-item .accordion-button {
    font-size: 30px;
    line-height: 36px;
    padding: 30px;
  }

  .accordion .accordion-body {
    padding: 16px 30px 30px;
    font-size: 24px;
    line-height: 30px;
    padding-top: 0;
  }

  .frenchfries-details {
    padding-top: 300px;
  }

  .frenchfries-content .blue-text {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 60px;
  }

  .frenchfries-types .middle-content img {
    max-width: 320px;
  }

  .frenchfries-types .middle-content .row+.row {
    margin-top: 60px;
  }

  .frenchfries-types .content-block .heading-text {
    font-size: 60px;
    line-height: 70px;
  }

  .frenchfries-types .content-block p {
    font-size: 26px;
    line-height: 30px;
    padding-left: 40px;
  }

  .frenchfries-types .content-block .btn-primary {
    margin-left: 40px;
  }

  .frenchfries-types .middle-content {
    margin-bottom: 70px;
  }

  .b2b-partner {
    padding-bottom: 80px;
  }

  .supply-surprises::after,
  .supply-surprises::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }

  .supply-surprises {
    padding: 80px 0 100px;
  }

  .product-details {
    padding-top: 300px;
  }

  .manufacturing {
    padding-block: 70px;
  }

  .potato-to-package {
    padding-bottom: 70px;
  }

  .red-heading-block h2 {
    padding-bottom: 30px;
  }

  .blue-heading-card .blue-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .blue-heading-card .grey-text {
    font-size: 26px;
    line-height: 34px;
  }

  .orange-bg::before,
  .orange-bg::after {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
  }

  .purple-section h2,
  .orange-bg h2 {
    font-size: 64px;
    line-height: 74px;
  }

  .orange-bg h2 {
    margin-bottom: 30px;
  }

  .purple-section h2 {
    padding-bottom: 30px;
  }

  .purple-section::after,
  .purple-section::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }

  .purple-section {
    padding: 70px 0 90px;
  }

  .left-heading-block .left-block .red-heading {
    text-align: center;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 30px;
  }

  .yellow-heading-block h2 {
    padding-bottom: 40px;
  }

  .yellow-heading-block {
    padding-block: 70px;
  }

  .green-bg-block .dark-text {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 40px;
  }

  .green-bg-block .disc-white-list {
    gap: 20px;
  }

  .green-bg-block {
    padding-block: 70px;
    margin-bottom: 80px;
  }

  .green-bg-block .disc-white-list li {
    font-size: 36px;
    line-height: 46px;
  }

  .accordion-with-heading {
    padding-bottom: 80px;
  }

  .red-heading-block {
    padding-bottom: 80px;
  }

  .product-info .product-info-content .info-text {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 16px;
  }

  .product-info .product-info-content .red-text {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 10px;
  }

  .product-info .product-info-content .chip-row .yellow-chip {
    font-size: 20px;
    line-height: 26px;
    padding: 10px 12px;
  }

  .product-info .product-info-img .packet-img {
    max-width: 350px;
  }

  .product-info {
    padding-bottom: 80px;
  }

  .taset-texture .details-content {
    padding-bottom: 24px;
  }

  .taset-texture .row {
    margin-bottom: 50px;
  }

  .b2b-partner .red-heading,
  .supply-surprises h2,
  .taset-texture h2,
  .potato-to-package h2,
  .premium-fries h2,
  .partner-ask .heading-text,
  .frozen-french-fries h2,
  .accordion-with-heading .primary-heading {
    font-size: 64px;
    line-height: 74px;
  }

  .cooking-instruction {
    padding: 50px 0 90px;
  }

  .cooking-instruction .heading-text {
    font-size: 50px;
    line-height: 60px;
    padding-bottom: 40px;
  }

  .cooking-instruction .instruction-block .info-text {
    font-size: 24px;
    line-height: 30px;
  }

  .benefits .benefits-block .heading-text {
    font-size: 58px;
    line-height: 64px;
  }

  /* .goals .info-block.left-block {
    padding-top: 0px;
  } */

  .brands .brand-outer {
    padding: 30px 0;
    margin-bottom: 60px;
  }

  .benefits .benefits-block .heading-text {
    padding-bottom: 24px;
  }

  .benefits .benefits-block ul {
    font-size: 28px;
    line-height: 34px;
  }

  .goals+.goals {
    margin-top: 0;
  }

  .goals .row .img-fluid {
    max-width: 400px;
  }

  .footer .footer-top {
    clip-path: polygon(0 0, 100% 7%, 100% 100%, 0% 100%);
    padding: 70px 0 70px;
  }

  .we .img-label p {
    margin-top: 4px;
  }

  .hero-banner.exports h1 span {
    margin-top: 0;
  }

  .yellow-heading-block h2 {
    font-size: 62px;
    line-height: 72px;
  }

  .discover-products .row {
    margin-bottom: 50px;
  }

  .potato-to-package::after,
  .potato-to-package::before {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }

  .footer address {
    padding: 0;
  }

  .footer .logo-section {
    margin: 16px 0 0;
  }

  .footer .footer-bottom {
    padding: 24px 0;
  }

  .footer ul li a {
    font-size: 18px;
    line-height: 24px;
  }

  .product-info .product-info-img {
    max-width: 400px;
  }
	  .hero-banner.home .carousel .carousel-item.purple-banner p {
    font-size: 36px;
    line-height: 42px;
    padding-bottom: 40px;
  }

  .hero-banner.home .carousel .carousel-item.purple-banner span {
    font-size: 56px;
    line-height: 66px;
    padding-bottom: 20px;
  }

  .hero-banner.home .carousel .carousel-item.blue-banner h1, .hero-banner.home .carousel .carousel-item.blue-banner .banner-title {
    padding-bottom: 50px;
  }

  .hero-banner.home .carousel .carousel-item.purple-banner h1, .hero-banner.home .carousel .carousel-item.purple-banner .banner-title {
    padding-bottom: 50px;
  }

  .hero-banner.home .carousel .carousel-item .content-block {
    padding: 180px 0 150px;
  }

  .order-booking.modal .modal-content .modal-body .absolute-img {
    max-width: 260px;
    height: auto;
    right: 20px;
    bottom: 20px;
  }

  .order-booking.modal .modal-content .modal-header .modal-title {
    font-size: 56px;
    line-height: 64px;
    font-weight: 900;
  }

  .order-booking.modal .modal-content .modal-header .start-text {
    font-size: 36px;
    line-height: 42px;
    left: 136px;
    bottom: -6px;
  }

  .order-booking.modal .modal-content .modal-header {
    padding: 24px 42px 44px 42px;
  }

  .order-booking.modal .modal-content .modal-body {
    padding: 38px 42px 32px;
  }

  .order-booking.modal .modal-content .modal-body .yellow-text {
    padding-bottom: 20px;
    font-size: 34px;
    line-height: 42px;
  }

  .order-booking.modal .modal-content .modal-body .info-text {
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .order-booking.modal .modal-content .modal-body .content-block {
    max-width: 400px;
  }

  .order-booking.modal .modal-content .modal-header .btn-close {
    top: 36px;
  }

}

@media (max-width: 991px) {
  .wpglobusLists.desktop-language{ display:block; margin-right: 16px;}
  .menu-item-9999999999{ display:none; }
.main-navigation ul{ gap:0px; } 
.header ul a {
    background: no-repeat;
    color: #fff;
    justify-content: flex-start;
}

.header ul a:hover {
    background: #df350c;
}
.navbar-toggler svg {
    color: #fff;
    font-size: 23px;
}
.dropdown-toggle, .dropdown-toggle:hover,
.dropdown-toggle:focus{ color: #fff; }
.header ul.sub-menu a {
    color: #fff;
}
.main-navigation {
    position: absolute;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #425cf4;
    padding: 15px;
    max-height: 320px;
    overflow: auto;
    top:70px;
}
.navbar-toggler {
    background: #425cf4;
    padding: 13px 15px;
    border-radius: 50%;
    border: medium none;
}
  .products {
    padding-top: 70px;
    padding-bottom: 110px;
  }

  .details {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .details-content p {
    font-size: 24px;
    line-height: 32px;
  }

  .brands-logo {
    padding-block: 50px;
  }

  .gloabal-presense {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .products::after,
  .products::before,
  .gloabal-presense::after,
  .gloabal-presense::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
  }

  h2 {
    font-size: 64px;
    line-height: 70px;
  }

  .gloabal-presense h2 {
    padding-bottom: 40px;
  }

  .faqs {
    padding-top: 60px;
  }

  .faqs h2 {
    margin-bottom: 24px;
  }

  .inquire-now .box {
    padding: 20px;
  }

  .inquire-now .box .red-btn {
    margin-right: 0;
  }

  .inquire-now .box::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }

  .hero-banner.about {
    padding-block: 100px;
  }

  .founder {
    padding-top: 70px;
  }

  .founder .btn-lg {
    margin-bottom: 80px;
  }

  .counters .numbers-block .number {
    font-size: 60px;
    line-height: 66px;
  }

  .counters .numbers-block .text {
    font-size: 20px;
    line-height: 24px;
  }



  .counters .info-block .lg-text {
    font-size: 40px;
    line-height: 46px;
  }

  .goals .right-img {
    margin-right: -410px;
    max-width: 360px;
  }

  .goals .left-img {
    margin-left: -460px;
    max-width: 380px;
  }

  .counters .numbers-block {
    padding-bottom: 70px;
  }

  .goals {
    margin-bottom: 60px;
  }

  .we h2 {
    max-width: 500px;
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 40px;
  }

  .we .img-label p {
    font-size: 28px;
    line-height: 34px;
    margin-top: 18px;
  }

  .we .all-products-btn {
    margin-top: 0;
    margin-bottom: 70px;
  }

  .founder h2 {
    font-size: 54px;
    line-height: 62px;
    padding-bottom: 24px;
  }

  .founder .info-text,
  .brand-does .info-text {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
  }

  .word-from-founder .info-text,
  .word-from-founder .blue-text {
    font-size: 36px;
    line-height: 42px;
  }

  .brand-does {
    margin-bottom: 50px;
  }

  .word-from-founder {
    padding: 70px 0;
    margin-bottom: 60px;
  }

  .brand-does h2 {
    font-size: 54px;
    line-height: 62px;
    max-width: none;
  }

  .we .green-text {
    font-size: 32px;
    line-height: 38px;
  }

  .we {
    margin-bottom: 70px;
  }

  .brand-with-yellow-bg {
    padding-block: 40px;
  }

  .sustainibility {
    text-align: center;
    padding-block: 70px;
  }

  .sustainibility .lg-white-text,
  .sustainibility .info-text {
    margin: 0 auto;
  }

  .sustainibility .lg-white-text {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 50px;
    line-height: 56px;
  }

  .goals .info-block.right-block {
    padding-bottom: 0;
  }

  .hero-banner.about h2 {
    padding-bottom: 8px;
  }

  .hero-banner.exports h1 {
    font-size: 58px;
    line-height: 66px;
  }

  .green-text-block p {
    font-size: 32px;
    line-height: 40px;
  }

  .green-text-block {
    padding-block: 60px;
  }

  .partnership-wrapper .partnership-block .blue-text,
  .content-with-map p {
    font-size: 34px;
    line-height: 40px;
  }

  .discover-products .heading-text {
    font-size: 40px;
    line-height: 46px;
  }

  .discover-products .info-text {
    font-size: 24px;
    line-height: 30px;
  }


  .hero-banner.products-banner h1 {
    font-size: 60px;
    line-height: 68px;
  }

  .hero-banner.products-banner {
    padding-top: 130px;
    padding-bottom: 100px;
  }

  .product-features .content-block p {
    font-size: 28px;
    line-height: 34px;
  }

  .discover-products h2 {
    font-size: 62px;
    line-height: 70px;
    padding-bottom: 40px;
  }

  .product-details.hero-banner .block-title.fs-90,
  .hero-banner h1.fs-90 {
    font-size: 60px;
    line-height: 66px;
  }

  .hero-banner.career {
    padding-top: 150px;
  }

  .openings h2 {
    font-size: 44px;
    line-height: 50px;
  }

  .openings .info-text {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 40px;
  }

  .openings .openings-list .heading {
    font-size: 40px;
    line-height: 46px;
  }

  .openings .openings-list .action .btn-primary {
    height: 40px;
    font-size: 20px;
    line-height: 26px;
  }

  .openings .openings-list .action .view {
    font-size: 22px;
    line-height: 28px;
  }

  .career-modal .modal-dialog {
    --bs-modal-width: 900px;
    padding: 0 20px;
  }

  .career-modal .modal-title {
    font-size: 44px;
    line-height: 50px;
  }

  .career-modal .modal-header .btn-close {
    font-size: 24px;
    line-height: 30px;
  }

  .career-modal .modal-dialog .modal-content {
    padding: 25px 25px 50px;
  }

  .career-modal .modal-header {
    padding-bottom: 30px;
  }

  .career-modal .modal-body .title-text {
    font-size: 24px;
    line-height: 30px;
  }

  .career-modal .modal-body .content-block {
    font-size: 20px;
    line-height: 26px;
  }

  .career-modal .modal-body .content-block .main-list {
    padding-top: 20px;
    margin-bottom: 40px;
    gap: 20px;
  }

  .career-modal .apply-box .btn-apply {
    height: 50px;
    font-size: 24px;
    line-height: 30px;
    bottom: -26px;
  }

  .export-buyer .list-text {
    padding-bottom: 24px;
  }

  .green-text-block.secondary p {
    font-size: 24px;
    line-height: 32px;
  }

  .green-text-block.secondary {
    padding-bottom: 30px;
  }

  .export-portfolio h2 {
    font-size: 54px;
    line-height: 62px;
  }

  .export-portfolio h2 span:last-child {
    margin-top: 0;
  }

  .export-portfolio .info-text {
    font-size: 24px;
    line-height: 32px;
  }

  .export-portfolio {
    padding-bottom: 60px;
  }

  .frozen-product h2 {
    font-size: 54px;
    line-height: 64px;
  }

  .frozen-product .info-text {
    font-size: 32px;
    line-height: 42px;
  }

  .frozen-product .frozen-products-card h6 a{
    font-size: 30px;
    line-height: 40px;
  }

  .frozen-product .frozen-products-card p {
    font-size: 24px;
    line-height: 32px;
  }

  .frozen-product .frozen-products-card {
    padding-bottom: 40px;
  }

  .shelf-stable-products h2 {
    font-size: 54px;
    line-height: 62px;
  }

  .shelf-stable-products .info-text {
    font-size: 30px;
    line-height: 40px;
  }

  .shelf-stable-products {
    padding: 50px 0 100px;
  }

  .shelf-stable-products::after,
  .shelf-stable-products::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }

  .content-with-map {
    padding-bottom: 0;
  }

  .content-with-map h2 {
    font-size: 54px;
    line-height: 64px;
    padding-bottom: 34px;
  }

  .content-with-map p {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 30px;
  }

  .build-long-term-value h2 {
    font-size: 54px;
    line-height: 62px;
  }

  .build-long-term-value .info-text {
    font-size: 24px;
    line-height: 32px;
  }

  .build-long-term-value {
    padding-bottom: 70px;
  }

  .hero-banner.blog {
    padding-top: 180px;
    margin-bottom: 70px;
  }

  .blogs .blog-card .blog-card-header {
    height: 230px;
  }

  .blogs .view-btn {
    margin-top: 10px;
  }

  .blogs {
    margin-bottom: 70px;
  }

  .blog-details .blog-details-content {
    margin: 0;
    border: none;
  }

  .blog-details .blue-heading {
    margin-top: 40px;
    padding-bottom: 30px;
  }

  .blog-details .blog-card-row {
    margin-bottom: 40px;
  }

  .blog-details .heaing-text {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
  }

  .blog-details .blog-details-content {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-banner.blog-details {
    padding-top: 220px;
    margin-bottom: 50px;
  }

  .blog-details .number-list {
    margin-bottom: 24px;
  }

  .blog-details .yellow-box .list {
    font-size: 24px;
    line-height: 30px;
  }

  .blog-details .yellow-box h6 {
    padding-bottom: 12px;
  }

  .blog-details .yellow-box .list li {
    padding: 10px 0;
  }

  .green-text-block p {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 30px;
  }

  .green-text-block {
    padding-bottom: 40px;
  }

  .distributor-content .blue-text {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-banner.distributor {
    padding: 120px 0 140px;
  }

  .perks .red-heading {
    font-size: 50px;
    line-height: 56px;
  }

  .perks {
    margin-bottom: 80px;
  }

  .office-location .office-box address,
  .office-location a {
    font-size: 18px;
    line-height: 24px;
  }

  .hero-banner.contact {
    padding: 160px 0 130px;
  }

  .office-location {
    margin: 40px 0 70px;
  }

  .hero-banner.faq {
    padding: 170px 0 120px;
  }

  .accordion .accordion-item .accordion-button {
    font-size: 24px;
    line-height: 30px;
    padding: 24px;
  }

  .accordion .accordion-body {
    font-size: 20px;
    line-height: 24px;
    padding: 8px 24px 24px;
  }

  .accordion {
    margin: 70px auto 90px;
    gap: 16px;
  }

  .hero-banner.frenchfries-details .back {
    top: 50%;
    transform: translateY(-50%);
  }

  .frenchfries-details {
    padding-top: 0;
  }

  .hero-banner.frenchfries-details .heading-outer {
    padding-top: 300px;
  }

  .frenchfries-content .blue-text {
    padding-bottom: 60px;
  }

  .product-details.straight-cut {
    margin-bottom: 70px;
  }

  .frenchfries-types .content-block .heading-text {
    font-size: 50px;
    line-height: 60px;
  }

  .frenchfries-types .content-block p {
    font-size: 20px;
    line-height: 26px;
    padding-left: 40px;
  }

  .frenchfries-types .content-block .btn-primary {
    height: 44px;
    font-size: 24px;
    line-height: 30px;
    min-width: 200px;
  }

  .frenchfries-types .middle-content .row+.row {
    margin-top: 60px;
  }

  .product-details {
    padding-top: 0;
  }

  .manufacturing {
    padding: 60px 0;
  }
  .catalogue-sec{ padding:3em 0px 2em; }
  .manufacturing .block-title,
  .orange-bg h2,
  .purple-section h2,
  .red-heading-block h2,
  .left-heading-block .left-block .red-heading,
  .yellow-heading-block h2,
  .green-bg-block h2,
  .accordion-with-heading .primary-heading, .catalogue-sec .catalogue-wrapper .title-text {
    font-size: 54px;
    line-height: 64px;
  }

  .manufacturing .block-title,
  .red-heading-block h2 {
    padding-bottom: 24px;
  }

  .orange-bg h2 {
    margin-bottom: 24px;
  }
.left-heading-block .left-block .info-text{ text-align:center; }
  .manufacturing .info-text,
  .orange-bg .info-text,
  .purple-section .info-text,
  .red-heading-block .green-text,
  .left-heading-block .left-block .info-text,
  .disc-list,
  .green-bg-block .dark-text,
  .green-bg-block .disc-white-list li {
    font-size: 24px;
    line-height: 34px;
  }

  .blue-heading-card .blue-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .blue-heading-card .grey-text {
    font-size: 24px;
    line-height: 32px;
  }

  .yellow-heading-block {
    padding-block: 60px;
  }

  .accordion-with-heading .primary-heading {
    padding-bottom: 0;
  }

  .accordion-with-heading {
    padding-bottom: 0;
  }

  .disc-list li {
    padding-left: 20px;
  }

  .disc-list li::after {
    top: 12px;
  }

  .disc-white-list li {
    padding-left: 20px;
  }

  .green-bg-block .dark-text {
    padding-bottom: 20px;
  }

  .green-bg-block {
    margin-bottom: 50px;
  }

  .green-bg-block .disc-white-list li::after {
    top: 12px;
  }

  .purple-section {
    padding-block: 60px;
  }

  .potato-to-package::after,
  .potato-to-package::before {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
  }

  .purple-section::after,
  .purple-section::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }

  .red-heading-block {
    padding-bottom: 50px;
  }

  .orange-bg {
    padding: 60px 0 100px;
  }

  .orange-bg::before,
  .orange-bg::after {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }

  .product-details .heading-outer {
    padding-top: 260px;
  }

  .product-details.hero-banner .back {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
  }

  .product-info .product-info-content .red-text {
    font-size: 24px;
    line-height: 30px;
  }

  .product-info .product-info-content .info-text {
    font-size: 24px;
    line-height: 30px;
  }

  .cooking-instruction .heading-text {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 30px;
  }

  .cooking-instruction .instruction-block img {
    max-width: 200px;
    margin: 0 auto 16px;
  }

  .b2b-partner .red-heading,
  .supply-surprises h2,
  .taset-texture h2,
  .potato-to-package h2,
  .premium-fries h2,
  .partner-ask .heading-text,
  .frozen-french-fries h2 {
    font-size: 54px;
    line-height: 62px;
  }

  .b2b-partner .info-text,
  .supply-surprises .info-text,
  .taset-texture .info-text,
  .potato-to-package .info-text,
  .premium-fries .info-text {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
  }

  .frenchfries-types .middle-content {
    margin-bottom: 70px;
  }

  .b2b-partner {
    padding-bottom: 50px;
  }

  .supply-surprises {
    padding: 70px 0 90px;
  }

  .taset-texture {
    padding-block: 60px;
    padding-bottom: 40px;
  }

  .taset-texture h2 {
    padding-bottom: 20px;
  }

  .taset-texture .row {
    margin-bottom: 0;
  }

  .potato-to-package {
    padding-block: 60px;
  }

  .potato-to-package h2 {
    padding-bottom: 30px;
  }

  .red-heading-block h2 {
    padding-bottom: 20px;
  }

  .premium-fries {
    padding-bottom: 90px;
  }

  .partner-ask .heading-text {
    padding-bottom: 0;
  }

  .partner-ask .accordion {
    margin-bottom: 70px;
    margin-top: 40px;
  }

  .benefits .benefits-block .heading-text {
    font-size: 40px;
    line-height: 50px;
  }

  .benefits .benefits-block ul {
    font-size: 24px;
    line-height: 30px;
  }

  .benefits {
    margin-bottom: 60px;
  }

  .goals .row+.row {
    margin-top: 0;
  }

  .cooking-instruction .instruction-block .info-text {
    font-size: 20px;
    line-height: 24px;
  }

  .goals .info-block .heading-text {
    font-size: 26px;
    line-height: 30px;
  }

  .goals .info-block .lg-text {
    font-size: 30px;
    line-height: 40px;
  }

  .faq-accordions .accordion {
    margin: 70px auto 80px;
  }

  .footer .footer-top {
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0% 100%);
    padding-block: 70px;
  }

  .footer {
    margin-top: 30px;
  }

  .footer .logo-section {
    margin-top: 24px;
  }

  .more-about {
    padding-top: 70px;
  }

  .products .info-text {
    padding-bottom: 0;
  }

  .gloabal-presense .content-block .black-text {
    font-size: 34px;
    line-height: 44px;
    padding-bottom: 30px;
  }

  .hero-banner h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .more-about .info-text {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 50px;
    font-weight: 600;
  }

  .left-heading-block.bottom-space {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .left-heading-block {
    padding-top: 50px;
  }

  .left-heading-block .middle-text {
    text-align: left;
    font-size: 34px;
    line-height: 44px;
    padding-top: 20px;
  }

  .content-with-map .content-block {
    padding-block: 46px;
  }

  .goals .row .img-fluid {
    max-width: 280px;
  }

  .openings .openings-list {
    margin-bottom: 60px;
  }

  .blog-details .yellow-box {
    position: static;
  }

  .manufacturing .info-text:not(:last-child) {
    margin-bottom: 20px;
  }

  .potato-to-package .sub-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .frenchfries-types .middle-content img {
    max-width: 280px;
  }

  .product-info .product-info-content {
    max-width: none;
  }

  .product-info {
    padding-bottom: 60px;
  }
	  .hero-banner.home .carousel .carousel-item .content-block {
    padding: 160px 0 110px;
  }

  .hero-banner.home .carousel .carousel-item.purple-banner h1 {
    padding-bottom: 30px;
    max-width: 500px;
  }

  .hero-banner.home .carousel .carousel-item.purple-banner p {
    padding-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
  }

  .hero-banner.home .carousel .carousel-item.blue-banner {
    background-image: url('../images/home-mobile-blue-banner.png');
  }

  .hero-banner.home .carousel .carousel-item .content-block {
    padding: 140px 0 90px;
  }

  .hero-banner.home .carousel .carousel-item.purple-banner span {
    font-size: 44px;
    line-height: 52px;
  }

  .order-booking.modal .modal-content .modal-body .absolute-img {
    display: none;
  }

  .order-booking.modal .modal-content .modal-header .modal-title {
    font-size: 46px;
    line-height: 54px;
    font-weight: 900;
  }
  .order-booking.modal .modal-content .modal-header{
    flex-direction: column;
    align-items: start;
    gap: 16px;
    padding-bottom: 24px;
  }
  .order-booking.modal .modal-content .modal-header .start-text {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    left: auto;
    bottom: auto;
    font-size: 36px;
    line-height: 42px;
  }
  .order-booking.modal .modal-content .modal-body{padding-top: 8px;}
  .order-booking.modal .modal-content .modal-header .start-text{font-size: 24px; line-height: 32px;}
  .order-booking.modal .modal-content .modal-header .btn-close{background-size: 24px; height: 30px; width: 30px;}
  .catalogue-sec .catalogue-wrapper { padding-right: 0; }
  .catalogue-sec .catalogue-wrapper .desc{ font-size:20px; }
}

@media (max-width: 767px) {
 .main-navigation { width: 100%; }
  h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .hero-banner h1 {
    font-size: 50px;
    line-height: 60px;
  }
	
  .more-about {
    padding-block: 70px;
  }

  .more-about .info-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  .gloabal-presense {
    padding-block: 50px;
  }

  .gloabal-presense h2 {
    padding-bottom: 30px;
  }

  .products::before,
  .products::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
  }

  .products {
    padding-block: 70px;
  }

  .gloabal-presense .content-block .black-text {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 30px;
  }

  .gloabal-presense .content-block .red-text {
    font-size: 28px;
    line-height: 34px;
  }

  .gloabal-presense::after,
  .gloabal-presense::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
  }

  .products .info-text {
    font-size: 24px;
    line-height: 30px;
  }

  .faqs {
    padding-top: 40px;
  }

  .faqs .accordion .accordion-header .accordion-button {
    font-size: 24px;
    line-height: 30px;
    padding: 20px;
  }

  .faqs .accordion .accordion-body {
    font-size: 20px;
    line-height: 24px;
    padding: 0 20px 20px;
  }

  .faq-accordions .accordion {
    margin: 50px auto;
  }

  .footer .social-media {
    margin: 20px 0 0;
  }

  .footer .footer-top {
    clip-path: none;
    padding-block: 50px;
    margin-top: 50px;
  }

  .inquire-now .box::before {
    clip-path: none;
  }

  .inquire-now .box {
    padding: 16px;
  }

  .faqs .accordion {
    margin-bottom: 20px;
  }

  .inquire-now .box h3 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 18px;
  }

  .founder .btn-lg {
    margin-bottom: 70px;
  }

  .goals .info-block .heading-text {
    font-size: 24px;
    line-height: 30px;
  }

  .goals .info-block .lg-text {
    font-size: 28px;
    line-height: 36px;
  }

  .goals .right-img {
    margin-right: -360px;
    max-width: 320px;
  }

  .goals .left-img {
    margin-left: -390px;
    max-width: 350px;
  }

  .goals .info-block.right-block {
    padding-bottom: 0;
  }

  .goals {
    margin-bottom: 60px;
  }

  .founder .btn-lg {
    margin-bottom: 60px;
  }

  .founder h2 {
    font-size: 50px;
    line-height: 62px;
  }

  .brand-does h2 {
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 0;
  }

  .brand-does .info-text {
    padding-bottom: 0;
  }

  .word-from-founder .info-text,
  .word-from-founder .blue-text {
    font-size: 30px;
    line-height: 40px;
  }

  .word-from-founder {
    padding: 60px 0;
    margin-bottom: 60px;
  }

  .word-from-founder h3 {
    padding-bottom: 20px;
  }

  .we h2 {
    max-width: 400px;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 40px;
  }

  .we .img-label p {
    margin-top: 8px;
  }

  .we .all-products-btn {
    margin-top: 30px;
    margin-bottom: 60px;
  }

  .we .green-text {
    font-size: 28px;
    line-height: 34px;
  }

  .sustainibility {
    padding-block: 60px;
  }

  .sustainibility img {
    max-width: 400px;
  }

  .sustainibility .info-text {
    font-size: 28px;
    line-height: 34px;
  }

  .sustainibility .lg-white-text {
    font-size: 50px;
    line-height: 54px;
  }

  .hero-banner.exports h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .hero-banner.exports {
    padding: 120px 0px 100px;
  }

  .green-text-block {
    padding-block: 50px;
  }

  .green-text-block p {
    font-size: 28px;
    line-height: 36px;
  }

  .partnership-wrapper .partnership-block .blue-text,
  .content-with-map p {
    font-size: 24px;
    line-height: 30px;
  }

  .content-with-map {
    padding-bottom: 60px;
  }

  .discover-products .float-img {
    position: static;
    margin: 0 auto;
    max-width: 400px;
    display: block;
  }

  .discover-products .row {
    margin: 0;
  }

  .discover-products .heading-text,
  .discover-products .left-content-block {
    text-align: center;
  }

  .discover-products h2 {
    font-size: 48px;
    line-height: 56px;
    max-width: 490px;
  }

  .discover-products .left-content-block {
    padding-top: 20px;
    margin-bottom: 60px;
  }

  .discover-products {
    padding-bottom: 0;
    padding-top: 40px;
  }

  .product-features .content-block p {
    font-size: 20px;
    line-height: 24px;
  }

  .hero-banner.products-banner h1 {
    font-size: 50px;
    line-height: 58px;
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
  }

  .hero-banner.products-banner {
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .product-details.hero-banner .block-title.fs-90,
  .hero-banner h1.fs-90 {
    font-size: 50px;
    line-height: 56px;
  }

  .hero-banner.career {
    padding-bottom: 80px;
  }

  .openings .openings-list {
    margin-bottom: 50px;
  }

  .career-modal .modal-title {
    font-size: 38px;
    line-height: 44px;
  }

  .btn-close {
    font-size: 20px;
    line-height: 26px;
  }

  .career-modal .modal-header {
    padding-bottom: 20px;
  }

  .hero-banner.blog::after {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
  }

  .hero-banner.blog {
    padding-top: 150px;
    margin-bottom: 50px;
  }

  .blogs .view-btn {
    margin-top: 0;
    min-width: 150px;
    height: 50px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 900;
  }

  .blogs {
    margin-bottom: 60px;
  }

  .hero-banner.blog-details {
    padding-top: 180px;
  }

  .hero-banner .back {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-details .blue-heading {
    font-size: 38px;
    line-height: 42px;
  }

  .blog-details .blog-card-row {
    margin-bottom: 20px;
  }

  .export-buyer::before,
  .export-buyer::after {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  }

  .export-portfolio h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .partner-ask .accordion {
    margin-block: 40px;
  }

  .frozen-french-fries .info-text {
    padding-bottom: 40px;
    font-size: 24px;
    line-height: 32px;
  }

  .frozen-product .info-text {
    padding-bottom: 30px;
  }

  .export-portfolio {
    padding-bottom: 50px;
  }

  .frozen-product .frozen-products-card {
    padding-bottom: 30px;
  }

  .shelf-stable-products .stable-product-card .details-text {
    font-size: 24px;
    line-height: 32px;
  }

  .shelf-stable-products {
    padding-bottom: 70px;
  }

  .content-with-map h2 {
    padding-bottom: 34px;
  }

  .content-with-map {
    padding-bottom: 0;
  }

  .build-long-term-value h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .build-long-term-value {
    padding-bottom: 50px;
  }

  .hero-banner.distributor::after {
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0% 100%);
  }

  .hero-banner.distributor {
    padding: 120px 0px 100px;
  }

  .distributor-content .blue-text {
    font-size: 28px;
    line-height: 36px;
  }

  .distributor-content {
    margin-bottom: 50px;
  }

  .perks {
    margin-bottom: 60px;
  }

  .perks .red-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .b2b-partner .red-heading,
  .supply-surprises h2,
  .taset-texture h2,
  .potato-to-package h2,
  .premium-fries h2,
  .partner-ask .heading-text,
  .frozen-french-fries h2 {
    font-size: 44px;
    line-height: 54px;
  }

  .hero-banner.contact {
    padding: 140px 0 80px;
  }

  .hero-banner.contact::before {
    clip-path: polygon(0 0, 100% 0, 100% 93%, 0% 100%);
  }

  .contact-details {
    padding-top: 60px;
  }

  .hero-banner.faq::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 95%);
  }

  .hero-banner.faq {
    padding: 130px 0 100px;
  }

  .accordion {
    margin: 60px auto 70px;
    gap: 16px;
  }

  .hero-banner.frenchfries-details .heading-outer {
    padding-top: 250px;
  }

  .frenchfries-content .blue-text {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 60px;
  }

  .frenchfries-details {
    margin-bottom: 50px;
  }

  .frenchfries-types .content-block .heading-text {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 24px;
  }

  .frenchfries-types .content-block p {
    font-size: 18px;
    line-height: 24px;
    padding-left: 30px;
    padding-left: 0;
  }

  .frenchfries-types .content-block .btn-primary {
    margin-left: 0;
  }

  .frenchfries-types .middle-content .row+.row {
    margin-top: 40px;
  }

  .frenchfries-types .middle-content {
    margin-bottom: 50px;
  }

  .b2b-partner .red-heading {
    padding-bottom: 24px;
  }

  .b2b-partner {
    padding-bottom: 50px;
  }

  .supply-surprises::after,
  .supply-surprises::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
  }

  .supply-surprises {
    padding: 50px 0 60px;
  }

  .taset-texture {
    padding: 50px 0;
  }

  .taset-texture .row {
    margin-bottom: 20px;
  }

  .potato-to-package::after,
  .potato-to-package::before {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0 100%);
  }

  .potato-to-package {
    padding-block: 50px;
  }

  .premium-fries {
    padding-bottom: 50px;
  }

  .blue-heading-card {
    margin: 0 auto;
  }

  .product-details .heading-outer {
    padding-top: 220px;
  }

  .product-info .product-info-img {
    max-width: 400px;
    margin: 0 auto;
  }

  .product-details {
    padding-top: 0;
  }

  .manufacturing .block-title,
  .orange-bg h2,
  .purple-section h2,
  .red-heading-block h2,
  .left-heading-block .left-block .red-heading,
  .yellow-heading-block h2,
  .green-bg-block h2,
  .content-with-map h2,
  .accordion-with-heading .primary-headingm, .catalogue-sec .catalogue-wrapper .title-text {
    font-size: 44px;
    line-height: 54px;
  }

  .manufacturing .block-title,
  .red-heading-block h2,
  .content-with-map h2 {
    padding-bottom: 20px;
  }

  .content-with-map .content-block {
    padding-block: 50px;
  }

  .accordion {
    margin: 50px auto 50px;
  }

  .brand-with-yellow-bg.secondary {
    padding-bottom: 40px;
  }

  .manufacturing {
    padding: 50px 0;
  }

  .orange-bg::before,
  .orange-bg::after {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
  }

  .orange-bg {
    padding: 50px 0 80px;
  }

  .blue-heading-card .blue-heading,
  .blue-heading-card .grey-text {
    text-align: center;
  }

  .red-heading-block {
    padding-bottom: 30px;
  }

  .purple-section {
    padding: 50px 0 60px;
  }

  .left-heading-block {
    padding: 50px 0 0;
  }

  .left-heading-block .left-block .red-heading {
    padding-bottom: 20px;
  }

  .yellow-heading-block {
    padding-block: 50px;
  }

  .yellow-heading-block h2 {
    padding-bottom: 20px;
  }

  .green-bg-block {
    padding-block: 50px;
    margin-bottom: 50px;
  }

  .purple-section h2 {
    padding-bottom: 20px;
  }

  .purple-section::after,
  .purple-section::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
  }

  .product-info {
    padding-bottom: 60px;
  }

  .cooking-instruction::after {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
  }

  .cooking-instruction {
    padding-bottom: 70px;
  }

  .hero-banner.about {
    padding-block: 100px;
  }

  .founder {
    padding-top: 60px;
  }

  .counters .numbers-block {
    padding-bottom: 50px;
  }

  .goals+.goals {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .we {
    margin-bottom: 50px;
  }

  .left-heading-block.bottom-space {
    padding-bottom: 50px;
  }

  .yellow-heading-block .info-text {
    font-size: 24px;
    line-height: 30px;
  }

  .product-features .content-block img {
    max-width: 90px;
    margin-bottom: 8px;
  }

  .potato-to-package h2 {
    padding-bottom: 20px;
  }

  .product-details.straight-cut {
    margin-bottom: 50px;
  }

  .frenchfries-types .middle-content img {
    max-width: 260px;
  }
	  .hero-banner.home .carousel .carousel-item.blue-banner h1, .hero-banner.home .carousel .carousel-item.blue-banner .banner-title {
    padding-bottom: 40px;
  }

  .hero-banner.home .carousel .carousel-item.purple-banner h1, .hero-banner.home .carousel .carousel-item.purple-banner .banner-title {
    padding-bottom: 20px;
  }

  .hero-banner.home .carousel .carousel-item.purple-banner p {
    padding-bottom: 10px;
  }

  .hero-banner.home .carousel .carousel-item.purple-banner span {
    font-size: 38px;
    line-height: 46px;
  }
	.hero-banner.products-banner h1 span {
    margin-top: -16px;
}
    .catalogue-sec .catalogue-wrapper {
        margin-bottom: 3em;
        text-align: center;
    }
    .catalogue-sec .catalogue-img img {
    width: 70%;
}
}

@media (max-width: 720px) {
.goals  .info-block {
    text-align: center;
}

.goals .block-img {
    text-align: center;
    margin: 0 auto;
}
}
@media (max-width: 575px) {
  h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .header .select2-container .country-name {
    font-size: 16px;
    line-height: 20px;
  }

  .header .option-wrapper {
    gap: 6px;
  }

  .header .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0 4px 0 8px;
  }

  .header .select2-container {
    width: 66px !important;
  }

  .header .select2-selection {
    height: 34px;
  }

  .header .hero-inner {
    gap: 12px;
  }

  .hero-banner h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .header .logo img {
    max-width: 180px;
  }

  .btn-primary.btn-lg {
    height: 50px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
  }

  .more-about {
    padding-block: 50px;
  }

  .more-about .info-text {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
  }

  .products {
    padding-block: 50px;
  }

  .products .info-text {
    font-size: 24px;
    line-height: 32px;
  }

  .products .row {
    margin-bottom: 0;
  }
.products .col-sm-6.col-xl-4 {
    width: 50%;
}
.packets-wrapper .frenchfries-back-img {
    max-width: 130px;
}
  .packets-wrapper .frenchfries-text {
    max-width: 180px;
    transform: translate(-50%, -50%) scale(0.2);
}

  .details-content img {
    margin-bottom: 16px;
  }

  .products::before,
  .products::after {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .details {
    padding-block: 50px;
  }

  .brands-logo {
    padding-block: 24px;
  }

  .gloabal-presense h2 {
    padding-bottom: 20px;
  }

  .gloabal-presense::after,
  .gloabal-presense::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  .gloabal-presense .content-block .black-text {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
  }

  .gloabal-presense .content-block .red-text {
    font-size: 24px;
    line-height: 30px;
  }

  .manufacturing .block-title,
  .orange-bg h2,
  .purple-section h2,
  .red-heading-block h2,
  .left-heading-block .left-block .red-heading,
  .yellow-heading-block h2,
  .green-bg-block h2,
  .content-with-map h2,
  .accordion-with-heading .primary-heading, .catalogue-sec .catalogue-wrapper .title-text {
    font-size: 34px;
    line-height: 44px;
  }

  .manufacturing .info-text,
  .orange-bg .info-text,
  .purple-section .info-text,
  .red-heading-block .green-text,
  .left-heading-block .left-block .info-text,
  .disc-list,
  .green-bg-block .dark-text,
  .green-bg-block .disc-white-list li {
    font-size: 20px;
    line-height: 30px;
  }

  .manufacturing {
    padding: 40px 0;
  }

  .orange-bg::before,
  .orange-bg::after {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
  }

  .orange-bg {
    padding: 40px 0 60px;
  }

  .red-heading-block {
    padding: 40px 0 20px;
  }

  .blue-heading-card .blue-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .blue-heading-card .grey-text {
    font-size: 20px;
    line-height: 28px;
  }

  .purple-section {
    padding: 40px 0 50px;
  }

  .purple-section::after,
  .purple-section::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
  }

  .left-heading-block {
    padding: 40px 0 0;
  }

  .yellow-heading-block {
    padding-block: 40px;
  }

  .green-bg-block .disc-white-list {
    gap: 8px;
  }

  .green-bg-block {
    padding-block: 40px;
    margin-bottom: 40px;
  }

  .hero-banner.exports {
    padding-bottom: 70px;
  }

  .export-buyer h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .export-buyer {
    padding-block: 40px;
  }

  .export-buyer .info-text {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
  }

  .export-buyer .list-text {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 18px;
  }

  .export-buyer::before,
  .export-buyer::after {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
  }

  .green-text-block.secondary {
    padding-bottom: 10px;
  }

  .export-portfolio h2 {
    font-size: 34px;
    line-height: 42px;
    padding-bottom: 30px;
  }

  .partnership-wrapper {
    padding-bottom: 50px;
    padding-top: 40px;
  }

  .faqs .accordion .accordion-header .accordion-button {
    font-size: 20px;
    line-height: 28px;
    padding: 16px;
  }

  .export-portfolio {
    padding-bottom: 30px;
  }

  .frozen-product h2 {
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 4px;
  }

  .frozen-product .frozen-products-card {
    text-align: center;
  }

  .frozen-product .frozen-products-card img {
    margin: 0 auto 14px;
  }

  .shelf-stable-products h2 {
    font-size: 44px;
    line-height: 52px;
    padding-bottom: 8px;
  }

  .shelf-stable-products .stable-product-card {
    text-align: center;
    margin-bottom: 30px;
  }

  .shelf-stable-products::after,
  .shelf-stable-products::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 97%);
  }

  .shelf-stable-products {
    padding-block: 40px;
  }

  .shelf-stable-products .stable-product-card img {
    margin: 0 auto;
  }

  .content-with-map h2 {
    padding-bottom: 20px;
  }

  .content-with-map p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
  }

  .content-with-map .content-block {
    padding-block: 40px;
  }

  .shelf-stable-products .info-text {
    font-size: 24px;
    line-height: 32px;
  }

  .frozen-product .info-text {
    font-size: 24px;
    line-height: 32px;
  }

  .faqs .accordion .accordion-body {
    font-size: 18px;
    line-height: 24px;
    padding: 0 16px 16px;
  }

  .faq-accordions .accordion {
    margin: 40px auto;
  }

  .goals .right-img,
  .goals .left-img {
    display: none;
  }

  .sustainibility img {
    max-width: 260px;
  }

  .info-block.left-block {
    padding-bottom: 40px;
  }

  .info-block.right-block {
    padding-bottom: 0px;
  }

  .goals {
    margin-bottom: 0;
  }

  .hero-banner.about h2 {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-banner.about {
    padding-block: 80px;
  }

  .founder {
    padding-top: 50px;
  }

  .founder h2 {
    font-size: 40px;
    line-height: 52px;
    padding-bottom: 20px;
  }

  .counters .numbers-block {
    padding-bottom: 30px;
  }

  .word-from-founder {
    padding: 50px 0 60px;
    margin-bottom: 50px;
  }

  .we h2 {
    max-width: 400px;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .we .all-products-btn {
    margin-top: 20px;
    margin-bottom: 50px;
  }

  .founder .info-text,
  .we .green-text {
    font-size: 24px;
    line-height: 30px;
  }

  .we {
    margin-bottom: 50px;
  }

  .brand-with-yellow-bg {
    padding-block: 30px;
  }

  .sustainibility {
    padding-block: 50px;
  }

  .sustainibility .lg-white-text {
    font-size: 38px;
    line-height: 44px;
  }

  .sustainibility .info-text {
    font-size: 24px;
    line-height: 30px;
  }

  .hero-banner.exports h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .hero-banner.exports {
    padding: 80px 0px 80px;
  }

  .green-text-block {
    padding-block: 40px;
  }

  .green-text-block p {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 20px;
  }

  .content-with-map {
    padding-bottom: 0;
  }

  .build-long-term-value {
    padding-bottom: 40px;
  }

  .hero-banner.exports::before,
  .hero-banner.exports::after {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
  }

  .hero-banner.products-banner h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-banner.products-banner::before,
  .hero-banner.products-banner::after {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
  }

  .hero-banner.products-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .discover-products h2 {
    font-size: 38px;
    line-height: 46px;
    padding-bottom: 30px;
  }

  .discover-products .left-content-block {
    margin-bottom: 40px;
  }

  .discover-products .float-img {
    max-width: 300px;
  }

  .discover-products .info-text {
    font-size: 20px;
    line-height: 26px;
  }

  .frenchfries-types .middle-content {
    margin-bottom: 40px;
  }

  .b2b-partner .red-heading,
  .supply-surprises h2,
  .taset-texture h2,
  .potato-to-package h2,
  .premium-fries h2,
  .partner-ask .heading-text,
  .frozen-french-fries h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .b2b-partner .red-heading {
    padding-bottom: 16px;
  }

  .b2b-partner {
    padding-bottom: 40px;
  }

  .supply-surprises {
    padding: 40px 0 60px;
  }

  .taset-texture {
    padding: 40px 0;
  }

  .supply-surprises h2 {
    padding-bottom: 20px;
  }

  .supply-surprises::after,
  .supply-surprises::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 98%);
  }

  .taset-texture h2 {
    padding-bottom: 20px;
  }

  .potato-to-package::after,
  .potato-to-package::before {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
  }

  .potato-to-package {
    padding: 40px 0 50px;
    margin-bottom: 0;
  }

  .potato-to-package.potato-to-starch {
    margin-bottom: 30px;
  }

  .premium-fries {
    padding-bottom: 40px;
  }

  .partner-ask .accordion {
    margin-block: 30px;
  }

  .frozen-french-fries .info-text {
    padding-bottom: 18px;
  }

  .product-details.hero-banner .block-title.fs-90,
  .hero-banner h1.fs-90 {
    font-size: 36px;
    line-height: 42px;
  }

  .hero-banner.career::after {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 0% 100%);
  }

  .openings h2 {
    font-size: 40px;
    line-height: 46px;
  }

  .openings .info-text {
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 30px;
  }

  .openings .openings-list .heading {
    font-size: 34px;
    line-height: 40px;
  }

  .openings .openings-list .description {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }

  .openings .openings-list li:not(:last-child) .action {
    padding-bottom: 30px;
  }

  .openings .openings-list li+li {
    padding-top: 24px;
  }

  .openings .openings-list {
    margin-bottom: 50px;
  }

  .hero-banner.career h1 span {
    padding: 8px 20px;
  }

  .hero-banner.career {
    padding: 120px 0 60px;
  }

  .career-modal .modal-dialog {
    padding: 0;
  }

  .career-modal .modal-dialog .modal-content {
    padding: 20px;
  }

  .career-modal .modal-title {
    font-size: 30px;
    line-height: 38px;
  }

  .career-modal .modal-header .btn-close {
    font-size: 18px;
    line-height: 24px;
  }

  .career-modal .modal-body .title-text {
    font-size: 20px;
    line-height: 26px;
  }

  .career-modal .modal-body .content-block {
    font-size: 16px;
    line-height: 22px;
  }

  .career-modal .modal-body .content-block .main-list {
    padding-top: 16px;
    margin-bottom: 30px;
    gap: 16px;
  }

  .career-modal .apply-box {
    padding: 16px 16px 20px;
  }

  .career-modal .apply-box .form-control {
    margin-bottom: 16px;
    height: 44px;
    font-size: 18px;
    line-height: 24px;
    padding-inline: 16px;
  }

  .career-modal .apply-box .file-input {
    height: 44px;
    font-size: 18px;
    line-height: 24px;
    padding-inline: 16px;
  }

  .career-modal .apply-box .file-input p {
    font-size: 18px;
    line-height: 24px;
  }

  .career-modal .apply-box .btn-apply {
    position: static;
    transform: none !important;
    margin: 0 auto;
    height: 40px;
    font-size: 20px;
    line-height: 26px;
  }

  .blogs {
    margin-bottom: 50px;
  }

  .hero-banner.blog {
    padding-top: 130px;
    margin-bottom: 30px;
  }

  .hero-banner.blog::after {
    clip-path: polygon(0px 0px, 100% 0px, 100% 97%, 0% 100%);
  }

  .blogs .blog-card .blog-card-body .heading-text {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 16px;
  }

  .blogs .blog-card .blog-card-body .info-text {
    font-size: 18px;
    line-height: 22px;
  }

  .hero-banner.blog-details {
    padding-top: 0;
  }

  .hero-banner.blog-details .heading-outer {
    padding-top: 140px;
  }

  .hero-banner.blog-details h1 span {
    padding: 0 30px;
  }

  .hero-banner .back {
    font-size: 16px;
    line-height: 22px;
    top: 80px;
  }

  .blog-details .heaing-text {
    font-size: 26px;
    line-height: 32px;
    padding-bottom: 16px;
  }

  .hero-banner.blog-details {
    margin-bottom: 40px;
  }

  .footer .footer-top {
    padding-block: 40px;
    margin-top: 40px;
  }

  .blog-details .blog-details-content {
    font-size: 18px;
    line-height: 24px;
  }

  .blog-details .number-list {
    gap: 12px;
  }

  .blog-details .number-list {
    margin-bottom: 20px;
  }

  .blog-details .blog-details-content {
    padding-bottom: 20px;
  }

  .blog-details .blog-card-row {
    margin-bottom: 0;
  }

  .perks .red-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .distributor-content .blue-text {
    font-size: 24px;
    line-height: 30px;
  }

  .distributor-content {
    padding: 120px 0 30px;
    margin-bottom: 40px;
  }

  .hero-banner.distributor {
    padding-bottom: 80px;
  }

  .hero-banner.distributor::after {
    clip-path: polygon(0px 0px, 100% 0px, 100% 95%, 0% 100%);
  }

  .hero-banner.contact {
    padding: 120px 0 60px;
  }

  .contact-details {
    padding-top: 40px;
  }

  .office-location {
    margin: 30px 0;
  }

  .hero-banner.contact::before {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 0% 100%);
  }

  .hero-banner.faq {
    padding: 130px 0 100px;
  }

  .accordion {
    margin: 40px auto;
  }

  .brand-with-yellow-bg.secondary .brands-outer {
    padding-block: 30px;
  }

  .accordion .accordion-item .accordion-button {
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
  }

  .accordion .accordion-body {
    font-size: 16px;
    line-height: 22px;
    padding: 0 20px 20px;
  }

  .frenchfries-content .blue-text {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 40px;
  }

  .frenchfries-details {
    margin-bottom: 40px;
  }

  .frenchfries-types .content-block {
    text-align: center;
  }

  .product-details .heading-outer {
    padding-top: 170px;
  }

  .product-info .product-info-img {
    max-width: 300px;
  }

  .product-info .product-info-img .packet-img {
    max-width: 250px;
  }

  .product-info .product-info-content .info-text {
    font-size: 20px;
    line-height: 26px;
  }

  .product-info .product-info-content .red-text {
    font-size: 18px;
    line-height: 24px;
  }

  .product-info {
    padding-bottom: 40px;
  }

  .cooking-instruction .heading-text {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 24px;
  }

  .cooking-instruction {
    padding-block: 40px;
    margin-bottom: 40px;
  }

  .benefits .benefits-block .heading-text {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 20px;
  }

  .benefits {
    margin-bottom: 40px;
  }

  .benefits .benefits-block ul {
    font-size: 20px;
    line-height: 26px;
  }

  .cooking-instruction .instruction-block img {
    max-width: 160px;
    margin: 0 auto 16px;
  }

  .cooking-instruction .instruction-block .info-text {
    font-size: 18px;
    line-height: 24px;
  }

  .cooking-instruction::after {
    clip-path: polygon(0 0, 100% 0, 100% 98%, 0% 100%);
  }

  .brands .brand-outer {
    margin-bottom: 40px;
  }

  .goals+.goals {
    margin-bottom: 30px;
  }

  .yellow-heading-block .info-text {
    font-size: 24px;
    line-height: 32px;
  }

  .left-heading-block.bottom-space {
    padding-bottom: 40px;
  }

  .perks p {
    font-size: 28px;
    line-height: 34px;
  }

  .taset-texture .row {
    margin-block: 20px;
  }

  .perks {
    margin-bottom: 40px;
  }

  .green-bg-block .info-text {
    font-size: 24px;
    line-height: 30px;
  }

  .footer .logo img {
    max-width: 240px;
  }

  .footer h6 {
    padding-bottom: 12px;
  }

  .frenchfries-types .middle-content img {
    margin: 0 auto 20px;
    display: block;
  }
	  .hero-banner.home .carousel .carousel-item .content-block {
    padding: 100px 0 60px;
  }

  .hero-banner.home .carousel .carousel-item.blue-banner h1, .hero-banner.home .carousel .carousel-item.blue-banner .banner-title {
    padding-bottom: 30px;
    
  }
  .hero-banner h1, .hero-banner.home .carousel .carousel-item p.banner-title, .hero-banner.home .carousel .carousel-item.purple-banner p.banner-title {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-banner.home .carousel .carousel-item.purple-banner span {
    font-size: 32px;
    line-height: 40px;
  }
  .order-booking.modal .modal-content .modal-header{padding: 20px;}
  .order-booking.modal .modal-content .modal-header .modal-title{font-size: 32px; line-height: 40px;}
  .order-booking.modal .modal-content .modal-header .start-text {
    font-size: 20px;
    line-height: 28px;
    padding: 4px 16px;
}
.order-booking.modal .modal-content .modal-body{padding: 0 20px 20px;}
.order-booking.modal .modal-content .modal-body .yellow-text{font-size: 24px; line-height: 30px; padding-bottom: 14px;}
.order-booking.modal .modal-content .modal-body .info-text{font-size: 18px; line-height: 24px; padding-bottom: 20px;}
.order-booking.modal .modal-content .modal-body .btn-primary{font-size: 20px; line-height: 28px; height: 40px; padding: 4px 16px; min-width: auto;}
.order-booking.modal .modal-content .modal-header .btn-close{ top: 24px; right: 24px;}
.hero-banner.home .carousel .carousel-item{min-height:460px;}
.catalogue-sec .catalogue-img img { width: 90%; }
}

@media (max-width: 420px) {
    .packets-wrapper .frenchfries-back-img {
        max-width: 90px;
    }
    .packets-wrapper .frenchfries-text {
        max-width: 120px;
    }
    .wpglobus-selector-box .drop-down .button span img {
    display: none;
}
}

@media (max-width: 340px) {
    .wpglobusLists.desktop-language {
        display: block;
        margin-right: 4px;
    }
    .navbar-toggler{padding: 10px 12px;}
    .wpglobus-selector-box .drop-down .button, .wpglobus-selector-box .mobile-drop-down .button{padding:6px;}
}