/* Fonts */
:root {
  /* --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
  /* --default-font::'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif; */
  /* font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif; */
  --default-font: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif !important;
  --heading-font: "Raleway", sans-serif;
  --nav-font: "Helvetica", sans-serif;

}

:root {
  --background-color: #ffffff;
  --default-color: #444444;
  --heading-color: #111111;
  --accent-color: #396dbb;
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
}

:root {
  --nav-color: #212529;
  --nav-hover-color: #396dbb;
  --nav-mobile-background-color: #ffffff;
  --nav-dropdown-background-color: #ffffff;
  --nav-dropdown-color: #212529;
  --nav-dropdown-hover-color: #5d79ae;
}

.light-background {
  --background-color: #f9f9f9;
  --surface-color: #ffffff;
}

.dark-background {
  --background-color: #1b1b1b;
  --default-color: #ffffff;
  --heading-color: #ffffff;
  --surface-color: #353535;
  --contrast-color: #ffffff;
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  color: var(--default-color);
  /* background-color: var(--background-color); */
  background-color: #f9f9f9 !important;
  font-family: var(--default-font);
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-family: var(--heading-font);
}

/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/
.header {
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 3px 0;
  transition: all 0.5s;
  z-index: 997;box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1) !important;
}

.header .logo {
  line-height: 1;
}

.header .logo img {    margin-right: 8px;
    height: 70px;
}

.header .logo h1 {
  font-size: 32px;
  margin: 0;
  font-weight: 700;
  color: var(--heading-color);
}

.header .logo span {
  font-size: 32px;
  font-weight: 700;
  color: var(--accent-color);
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 22px;
  padding: 8px 25px;
  margin: 0 0 0 30px;
  border-radius: 4px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted,
  .header .btn-getstarted:focus {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}


/* =============================== */
header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}

.dropdown-menu.show {
  display: block;
  transform: translate(-254px, 68px) !important;
  position: absolute;
  top: -5px !important;
  inset: 3px auto auto !important;
}

/* Navbar styling */
.navbar-brand {
  letter-spacing: 1px;
}

.btn-warning {
  background-color: #ff8c00;
  border: none;
}

.btn-warning:hover {
  background-color: #e67e00;
}

/* Mega Menu */
.mega-menu {
  width: 1000px;
  border-radius: 10px;
}

.menu-section h6 {
  font-weight: 700;
  color: #184791;
  margin-top: 5px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}


hr {
  color: #eee;
}

@media (max-width:992px) {

  .menu-section p a,
  .menu-section p a:hover {
    display: flex !important;
  }
}

.menu-section p a,
.menu-section p a:hover {
  font-size: 13px !important;
  color: #555 !important;
  margin: 0px !important;
  padding: 0px !important;
  display: inline-block;
  max-width: 250px;
  white-space: normal;
  word-wrap: break-word;
  font-weight: 400;
}


.menu-section p a i {
  font-size: 13px !important;
  color: #555 !important;
  background: none;
}

.menu-section p {
  font-size: 13px !important;
  color: #555 !important;
  letter-spacing: 1px !important;
}

.menu-section h6 i {
  color: #45a1d3;
}

.border-end {
  border-right: 1px solid #eee !important;
}

@media (max-width:499px) {
  .dropdown .dropdown-item {
    font-size: 12px;
  }
}

@media (max-width:768px) {

  .navmenu a,
  .navmenu a:focus {
    justify-content: start !important;
  }

  /* .dropdown-menu.show {
    display: block !important;
    position: relative !important;
    width: 585px !important;
    margin-left: 18px !important;
    transform: translate(4px, 68px) !important;
    top: -66px !important;
    background-color: rgba(33, 37, 41, 0.03) !important;
  } */

  .dropdown .custom-dropdown {
    transform: translate(-4px, 68px) !important;
    top: -77px !important;
    width: 541px !important;
    height: 400px !important;
    position: relative !important;
  }

  .dropdown .custom1-dropdown {
    width: 541px !important;
    height: 400px !important;
  }

  .menu-section h6 {
    font-size: 12px;
  }

  .menu-section p {
    font-size: 10px;
  }

  .btn-button {
    margin-left: 10px;
  }

  /* .dropdown .custom-dropdown{
    transform: translate(-254px, 68px) !important;position: absolute;top: -5px;
   } */
  .navmenu ul li {
    border-bottom: 1px solid #d7d7d7;
    width: 95%;
    margin: 10px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .dropdown-menu.show {
    height: 500px;
    overflow: scroll;
  }

  .mega-menu {
    width: 700px;
    margin-left: 17px;
  }

  .menu-section h6 {
    font-size: 12px;
  }

  .menu-section p {
    font-size: 10px;
  }

  .btn-button {
    margin-left: 10px;
  }

  .navmenu ul li {
    border-bottom: 1px solid #d7d7d7;
    width: 95%;
    margin: 10px;
  }
}


@media (min-width:1200px) {
 
 .dropdown .custom-dropdown {
  width: 1542px;
        transform: translate(-1100px, 68px);
   position: absolute;
   top: -5px !important;
 }
  .dropdown .custom1-dropdown {
    width: 925px;
    transform: translate(-427px, 68px);
    position: absolute;
    top: -5px !important;
  }

  .border-end {
    width: 300px;
  }
.dropdown .custom2-dropdown {
 width: 1800px;
        transform: translate(-1004px, 68px);
  position: absolute;
  top: -5px !important;
}
    .dropdown .customNEw-dropdown {
        width: 1810px;
        transform: translate(-1127px, 68px);}
}

@media (max-width:1199px) {
  .dropdown-menu.show {
    transform: translate(-10px, 68px) !important;
  }

  .navmenu ul li {
    border-bottom: 1px solid #d7d7d7;
    width: 95%;
    margin: 10px;
  }
}

.btn-button {
  background-color: #184791;
  padding: 5px;
  font-size: 22px;
  color: #fff !important;
  border-radius: 8px;
  width: 165px;

}

/* =========================================== */
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navmenu a {
  letter-spacing: 1px;
}

/* Navmenu - Desktop */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    padding: 18px 15px;
    font-size: 15px;
    font-family: var(--nav-font);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: start;
    white-space: nowrap;
    transition: 0.3s;font-weight: 500;
  }
.navmenu a span {
    font-weight: 500;
}
  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  /* .navmenu li:last-child a { */
  /* padding-right: 0; */
  /* } */

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 7px 20px;
    font-size: 15px;
        text-transform: none;
        color: #555;
  }
.navmenu .dropdown ul a:hover{
  
}
  .navmenu .dropdown ul a i {
    font-size: 20px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a ,.menu-section p:hover {
    color: var(--nav-dropdown-hover-color) !important;
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Navmenu - Mobile */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: start;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}

/* ======================================= */
/* google traslete */

/* ============================================== */

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  --default-color: #ffffff;
  --background-color: #000000;
  --heading-color: #ffffff;
  width: 100%;
  /* min-height: calc(100vh - 100px); */
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
  margin-top: 98px;
  /* background-image: url('../img/bg-img-hero.png') !important; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background: linear-gradient(to left, #f1f9ff, #d0e2f3);
}

/* .hero img.bg-img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 95%;
  object-fit: cover;
  z-index: 1;
} */

.hero .container {
  position: relative;
  z-index: 3;
  /* margin-top: 98px; */
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  color: #184791ad;
  font-size: 48px;
  letter-spacing: 1px;
}

.hero p {
      margin: 10px 0 0 0;
    font-size: 18px;
    color: #484848;
    line-height: 1.6em;
    letter-spacing: 0.5px;
}


@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }

  .btn-book {
    justify-content: center !important;
  }
}

.btn-book-demo {
  padding: 10px 20px !important;
  color: #2e85b6;
  border: 3px solid #2e85b6;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 3px;
  transition:
    color 0.4s ease,
    background-color 0.4s ease,
    border-color 0.4s ease;
}

.btn-book-demo:hover {
  background-color:rgb(94 122 175);
  color: #fff;
  border: none;
}

.hero p span {
  color: #244669;
  font-weight: 500;
}

/* .hero .img-right img{
  width: 400px;
  float: right;
} */

/* ============================= */
/* why-choose-us */

/* ================================ */

.why-choose-us {
  padding: 80px 0;
}

.why-choose-us h2 {
  color: #5e7aaf;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.6em
}

.why-choose-us p span {
  color: #244669;
  font-weight: 700;
}

.why-choose-us p {
  margin: 10px 0 0 0;
  font-size: 18px;
  color: #484848;
  /* line-height: 1.8em; */
  /* letter-spacing: 1px; */
}

.why-choose-us p span strong {
  background-color: #deecf7;
  border: 0px solid #e1e5e8;
  padding: 4px 10px;
  border-radius: 4px;
  color: #003366;
}

/* ================================= */
/* Key Stats */
/* ===================================== */
.key-stats {
  position: relative;
  padding: 80px 0;
}

.key-stats {
  background-image: linear-gradient(rgb(180 205 221 / 27%), rgb(202 230 249 / 6%)), url('../img/map.png');
  /* background-image: url('../img/map.png') !important; */
  background-position: center bottom 0px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
}

/* .key-stats img{
  position: absolute;
  top: 0;
} */

.key-stats h3 {
  font-size: 38px;
  color: #6279ac;
  font-weight: 700;
}

.key-stats span {
  font-size: 42px;
  color: #6b82c7;
  font-weight: 600;
}

@media (max-width:768px) {
  .border-right {
    text-align: center !important;
    /* width: 300px !important; */
  }

  .counter {
    text-align: center !important;
  }

  .key-stats {
    height: 700px;
  }
}

@media (max-width:499px) {
  .key-stats {
    height: 900px;
  }
}


@media (min-width:992px) {
  .key-stats .border-right {
    margin-left: 25px !important;
  }

  .counter {
    text-align: center !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
}

.border-right {
  border-right: 1px solid #d1d1d1 !important;
  /* width: 250px; */
  /* padding-left: 40px; */
  text-align: start;
}

/* .counter {
  text-align: start !important;
} */

.key-stats p {
  line-height: 1.8em;
  font-size: 19px;
  letter-spacing: 1px;
}

/* ============================ */
/* Beverage */
/* ================================== */

.Beverage {

  /* padding-top: 60px;
    padding-bottom: 80px; */
  position: relative;
  padding: 80px 0;background-color: #f2f9ffbf;
}

.Beverage h2 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color:#5e7aaf !important;
  line-height: 1.5em;
}

.Beverage p {
  line-height: 1.8em;
  font-size: 20px;
}

.Beverage .title-bold {
  font-weight: 700;
  font-size: 42px;
}

.Beverage .title-bold-text {
  font-weight: 700;
  font-size: 30px;
  color: #3d62a5;
}

.Beverage .title-bold:hover,
.Beverage .title-bold-text:hover {
  color: #426bb7;
}

.Beverage .card {
  border: none;
  background-color: #fff;
  border-radius: 10px;
  border-top: 2px solid #2e85b6;
   height: 350px; 
}

@media (max-width:600px) {

  .Beverage .card {
    height: auto;
  }

  .Beverage h2 {
    font-size: 30px !important;
  }
}

@media (max-width:1024px) {

  .Beverage .card {
    height: auto !important;
  }
}

@media(min-width:1024px) and (max-width:1440px) {

  .Beverage .card {
    height: auto !important;
  }
}


.card:hover {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.carousel-indicators [data-bs-target] {
    background-color: #6684cb !important;}
    .carousel-indicators [data-bs-target] {
        margin-bottom: -3rem;}
.Beverage .para {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-overflow: clip;
    text-align: start;
    color: #232020 !important;
    line-height: 1.6em;
    font-size: 14px;
    letter-spacing: 1px;
    height: 277px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;padding-right: 9px;
}
.Beverage .para::-webkit-scrollbar ,.card-1-para::-webkit-scrollbar, .card-1-para1::-webkit-scrollbar,.CardBox .para::-webkit-scrollbar, .we-offer-area ul::-webkit-scrollbar {
    width: 4px;                /* scrollbar width */
}

.Beverage .para::-webkit-scrollbar-track, .card-1-para::-webkit-scrollbar-track, .card-1-para1::-webkit-scrollbar-track,.CardBox .para::-webkit-scrollbar-track, .we-offer-area ul::-webkit-scrollbar-track {
    background: #f1f1f1;       /* track color */
    border-radius: 10px;
}

.Beverage .para::-webkit-scrollbar-thumb, .card-1-para::-webkit-scrollbar-thumb, .card-1-para1::-webkit-scrollbar-thumb,.CardBox .para::-webkit-scrollbar-thumb, .we-offer-area ul::-webkit-scrollbar-thumb{
    background: #426bb7;       /* scrollbar thumb color */
    border-radius: 10px;
}

.Beverage .para::-webkit-scrollbar-thumb:hover,.card-1-para::-webkit-scrollbar-thumb:hover, .card-1-para1::-webkit-scrollbar-thumb:hover,.CardBox .para::-webkit-scrollbar-thumb:hover, .we-offer-area ul::-webkit-scrollbar-thumb:hover {
    background: #4a4a4a;       /* darker on hover */
}
/* ================================== */
/* Beverage-erp */
/* ======================================= */

.Beverage-erp {
  /* position: relative; */
  padding-top: 60px;
  padding-bottom: 80px;
}

.Beverage-erp h2 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #5e7aaf !important;
  line-height: 1.5em;
}

.Beverage-erp p {
  line-height: 1.8em;
  font-size: 19px;
}

.Beverage-erp img {
  width: 70px;
  height: 70px;
}
.hoverBox{
transition: all 0.3s ease;
text-align: left !important;
}
.hoverBox:hover{
   transform: scale(1.03);
    box-shadow: 0 8px 9px rgba(0,0,0,0.25);
    border-radius: 4px;
}
.title-bold-erp {
  color: #6279ac;
  font-size: 18px;
  font-weight: 700;
}

.Beverage-erp .para-erp {
  font-size: 18px;
  margin-top: 1px;
  line-height: 1.6em;
  color: #abb5dd;
}

.learn-more {
  /* background-color: #333333; */
  font-size: 14px;
  color: #2e85b6;
  font-weight: 600;
}
.ArrowSize{
  width: 16px !important;height: 16px !important;
}
/* ====================== */
/* why-flexibake */
/* =========================== */

.why-flexibake {
  position: relative;
  padding-bottom: 80px;    background-color: #f2f9ffbf;
}

.why-flexibake h2 {
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #6279ac !important;
  line-height: 1.5em;
}

/* .why-flexibake .img{
  background-image: url('../img/programming-icon-compressed.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

.why-flexibake img {
      width: 182px;
    height: 131px;
}

.card-hover {
  background-color: #f9f9f9;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 2px 18px -8px rgba(0, 0, 0, 0.3);
  max-width: 1600px !important;
  padding: 70px;
}


@media (max-width:768px) {
  .card-hover {
    margin: 0 20px;
    padding: 0px !important;
  }

  .why-flexibake img {
    width: 100px;
    margin: 16px 50px;
  }
}

.why-flexibake p strong {
  color: #244669;
  font-weight: 600;
}

.why-flexibake p {
  line-height: 1.8em;
  font-size: 18px;
}

.why-flexibake-bold {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}

.card-img img {
  width: 40px;height: 40px;
}

.boxmain{
 height: 309px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #fff;
    margin-bottom: 15px;
}
.box-width {
  /* width: 258px; */
}

@media (max-width:992px) {
  .box-width {
    width: 100%;
  }
}

@media (min-width:992px) and (max-width:1024px) {
  .box-width {
    width: 300px;
  }
}

/* ================================== */
/* ready-to-automate */
/* ======================================== */

.ready-to-automate {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  /* background-image: url('../img/bg-2.png'); */
  background-size: cover;
  background-color: #f2f9ffbf;
  background-position: 50%;
  background-repeat: no-repeat;
}

.ready-to-automate h2 {
  color: #6578a9;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4em;
}

.ready-to-automate p {
  line-height: 1.8em;
  font-size: 21px;
}

@media (max-width:768px) {
  .ready-to-automate h2 {
    font-size: 30px;
  }
}

/* ==================================== */
/* footer */

/* ======================================== */

.footer {
  font-family: "IBM Plex Sans", sans-serif;
  background-color: #d0e2f3;
  padding: 30px 0 40px;
}

.footer p {
  font-size: 14px;
  color: #666;
}

.footer span {
  font-weight: 700;
}

.footer strong {
  color: #244669;
  text-decoration: underline;
  font-weight: 600;
}

.footer strong:hover {
  color: #76a5d3;
}

.footer h3 {
  font-weight: 700;
  font-size: 20px;
  color: #6578a9;
}


.footer a {
  color: #666;
  font-size: 13px;
  font-weight: 700;
}

.footer a:hover {
  color: #76a5d3;
}

.footer .social-icon {
  display: ruby;
}

.footer .sub-link p a {
  color: #003366 !important;
  font-size: 12px;
  font-weight: 300;
}

.footer .social-icon p a {
  margin: 10px;
  color: #426bb7;
}



/* ============================================ */
/* backery-section */
/* =================================================== */
@media (max-width:992px) {
  .bakery-section {
    margin-top: 50px !important;
    padding-top: 10px !important;
  }
}

.bakery-section {
  /* margin-top: 62px; */
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

.bakery-title {
  font-weight: 700;
  color: #f7931e;
  font-size: 53px;
}

.bakery-text {
  color: #333;
  font-size: 1.1rem;
  line-height: 1.7em;
  margin-bottom: 1.5rem;
  letter-spacing: 1px;
}

.highlight {
  font-weight: 600;
  color: #003366;
}

.image-hex {
      max-width: 749px;
    aspect-ratio: 1;
    clip-path: polygon(25% 5%, 100% 5%, 100% 100%, 75% 189%, 25% 95%, 0% 49%);
    overflow: hidden;
    height: 598px;
    width: 2568px;
}

.image-hex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.image-hex img:hover {
  transform: scale(1.05);
}

@media (max-width: 992px) {
  .bakery-section {
    flex-direction: column;
    text-align: center;
  }

  .image-hex {
    margin-top: 30px;
  }
}

/* ================================ */
/* core-features */
/* ============================================ */

.core-features {
  padding-top: 60px;
  padding-bottom: 80px;
}

.title-head {
  font-size: 40px;
  color: #5e7aaf;
  text-align: center;
  font-weight: 700;
}

.core-features p {
  font-size: 20px;
}

.core-features span {
  color: #003366;
  font-weight: 700;
}


/* 
.arrow-container {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

.arrow {
  position: absolute;
  font-size: 40px;
  color: #c0c6d1;
  left: 50%;
  transform: translateX(170%);
  transition: all 1s ease;
}

.core-features strong {
  font-size: 30px;
  color: #e67e00;
  font-weight: 700;
}

.content-box {
  /* background-color: ; */
  font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
  background-color: #f1f0f0;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-width: 2px;
  border: 2px solid #ff8e00;
  padding-top: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 40px !important;
  padding-left: 40px !important;
  z-index: 99;
}

.content-box .para {
  font-size: 40px;
}

@media (max-width:992px) {
  .arrow-container {
    display: none;
  }

  .card-effects .box h4 {
    font-size: 25px !important;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .card-effects .box h4 {
    font-size: 21px !important;
  }
}

.arrow-container {
  position: relative;
  top: -13%;
  left: 0;
  transform: translateY(-50%);
  transition: all 1s ease;

}

.arrow-container img {
  width: 100px;
}

/* Active state (on scroll) */
.arrow-move {
  left: 80% !important;
  z-index: -1 !important;
}

/* .arrow-container {
    position: relative;
    transition: transform 0.6s ease;
} */

/* ============================================= */
/* card-effects */
/* =========================================== */

.card-effects img {
    width: 50px;
    height: 50px;
}

.card-effects .box {
    font-weight: 700;
    border-top: 4px solid #40a4d4;
    /* border-radius: 10px; */
    overflow: hidden;
    /* border-width: 1px; */
    /* border-color: #c1d5ff; */
    padding-top: 17px !important;
    padding-bottom: 10px !important;
    padding-left: 8px !important;
    box-shadow: none;
    background: white;
    text-align: center;
    /* border-left: 1px solid #f5f3f3; */
    border-radius: 0px 0px 0px 0px;
}

/* .card-effects .box:hover {
  background-color: #a9dbff63 !important;
  color: #ffffff !important;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2)) !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
} */

.card-effects .box h4 {
  color: #4f4f4f !important;
  line-height: 1.3em;
  font-size: 17px;font-weight: 600;
}

.card-effects .para {
      font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    line-height: 1.8em;
    /* border-left-width: 1px; */
    /* border-left: 1px solid #bdbdbd; */
    padding-left: 30px !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-top: 0px !important;
    height: 94px;
}

/* ==============built-for-bakeries================== */

.custom-shape-img {
  width: 100%;
  height: auto;
  border-radius: 50px 10px 50px 10px / 10px 50px 10px 50px;
  object-fit: cover;

}


.image-container {
  overflow: hidden;
  background-color: #f9f9f9;
}

.built-for-bakeries {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}


.built-for-bakeries h2 {
  font-weight: 700;
  font-size: 40px;
  color: #003366 !important;
  line-height: 1.5em;

}

.built-for-bakeries p {
  font-size: 19px;
  line-height: 1.8em;
  padding-top: 20px;
}

.built-for-bakeries .para {
  font-size: 19px;
  line-height: 1.8em;
  letter-spacing: 1px;
}

.built-for-bakeries .para strong {
  color: #003366;
}

.built-for-bakeries .card-hover {
  background-color: #f1f0f0;
  margin-top: 80px;
}

.built-for-bakeries .box {
  font-weight: 700;
  border: 2px solid #e67e00;
  border-radius: 10px;
  overflow: hidden;
  border-width: 1px;
  border-color: #ff8e00;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 30px !important;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.built-for-bakeries .box h4 {
  color: #003366;
  line-height: 1.3em;
  font-size: 30px;
  font-weight: 700;
}

/* ===================why-flexibake-countries======================= */

.why-flexibake-countries {
  background-image: url('../img/backery/map-gradient-grey-compressed.png') !important;
  /* background-position: center bottom 0px; */
  background-position: right 0px center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}

.why-flexibake-countries h4 {
  font-weight: 700;
  font-size: 30px;
  text-align: start;
  color: #666;
  padding-top: 40px;
}


.why-flexibake-countries .para {
  padding: 40px 10px;
  font-size: 19px;
  line-height: 1.8em;
  letter-spacing: 1px;
  border-top: 2px solid #e67e00;
  border-bottom: 2px solid #e67e00;
}

.why-flexibake-countries .para strong {
  color: #003366;
  font-weight: 700;
}

/* =========bakery-title-chocalate=============== */

.bakery-title-chocalate {
  font-weight: 700;
  color: #f7931e;
  font-size: 45px;
}

/* ==================organize-production==================== */

.organize-production {
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}
.card-1-para{
  text-align: justify;
}
@media (max-width:768px) {
  .title {
    font-size: 28px !important;
  }

  .bakery-title-chocalate {
    font-size: 35px;
  }
}

.title {
  font-size: 40px;
  font-weight: 700;
  color: #5e7aaf;
  text-align: center;
}

.title-para {
    line-height: 1.8em;
    font-size: 18px;
    font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif;
        line-height: 1.4em;
    padding-top: 5px;
}
.feature-section{
  letter-spacing: 0px;
    margin-bottom: 2px;
    text-align: justify;
    

}
.title-para span {
  font-weight: 700;
  color: #003366;
}

.box {
  padding-top: 20px !important;
  padding-right: 60px !important;
  padding-bottom: 20px !important;
  padding-left: 30px !important;
  background-color: #f1f0f0;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  max-width: 1400px !important;
}

.box p {
  letter-spacing: 0.5px;
}

.box span,
span {
  font-weight: 700;
  color: #003366;
}

.organize-production .img img {
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.bold {
  line-height: 1.4em;
  color: #666;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 15px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
}

.box-hover {
  font-size: 34px;
  font-weight: 700;
  border: 2px solid #e67e00;
  border-radius: 10px;
  overflow: hidden;
  border-width: 1px;
  color: #666;
  border-color: #ff8e00;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 30px !important;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}

.box-hover:hover {
  background-color: #F1F0F0 !important;
  filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.2)) !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);

}


.traceability {
  padding-top: 0px;
  padding-bottom: 80px;
}

/* enhance */

.enhance {
  padding-top: 60px;
  padding-bottom: 80px;
  background-size: 50% auto;
  background-position: right 0px top;
  background-image: url('../img/bg-gradient-orange.png');
  background-repeat: no-repeat;
}

.bg-color {
  background-color: #ffe2bf;
  padding: 2px 8px;
  border-radius: 3px;
  color: #003366;
}

@media (max-width:768px) {
  .section {
    padding-bottom: 40px !important;
  }

}

.section {
  padding-top: 40px;
  padding-bottom: 60px;
}

.bg-img {
  background-size: 45% auto;
  background-position: right 0px bottom 0px;
  background-image: url('../img/bg-gradient-orange.png');
  background-repeat: no-repeat;
}

.bold-1 {
  line-height: 1.4em;
  color: #666;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 15px;
  font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
}

@media (max-width:992px) {
  .box-2 {
    flex-direction: column !important;
    text-align: center;
  }

  .box-2 .text-start {
    text-align: center !important;
  }
}

.box-2 {
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-top: 2px solid #e67e00;
  padding: 20px;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);
}

@media (max-width:992px) {

  .challenges .border-dotted {
    border: none !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

}

.challenges .border-dotted:nth-child(1) {
  border-right: 2px dotted #b3b3b3;
  border-bottom: 2px dotted #b3b3b3;
}

.challenges .border-dotted:nth-child(2) {
  border-right: 2px dotted #b3b3b3;
  border-bottom: 2px dotted #b3b3b3;
}

.challenges .border-dotted:nth-child(3) {
  border-bottom: 2px dotted #b3b3b3;
}

.challenges .border-dotted:nth-child(4) {
  border-right: 2px dotted #b3b3b3;
}

.challenges .border-dotted:nth-child(5) {
  border-right: 2px dotted #b3b3b3;
}

.challenges .border-dotted p {
  font-size: 25px;
  font-weight: 100;
  color: #6b6b6b;
}

.consolidate {
  background-image: url('../img/bg-gradient-orange-left.png');
  background-position: left 100% top -100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.consolidate h4 {
  font-size: 32px;
  line-height: 1.4em;
}

.craft-section p {
  font-size: 18px;
}

.craft-section h4 {
  font-size: 30px;
  line-height: 1.4em;
}

.text-bold {
  color: #666 !important;
  font-size: 20px;
}

.feature-section {
  margin-top: 62px;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
}

.title-orange {
  text-align: start;
  color: #184791ad;
  font-size: 50px;
  font-weight: 600;
}

.feature-section h3 {
  font-weight: 600;
  font-size: 1.2rem;
  color: #003366;
  margin-bottom: 20px;
}

.features {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.features ul {
  list-style-type: square;
  padding-left: 20px;
  margin: 0;
  color: #003366;
  line-height: 1.8em;
  font-size: 17px;
  font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif;
}

.features ul li {
  margin-bottom: 8px;
  color: #222;
}

.features ul li::marker {
  color: #ff8800;
  /* orange square bullets */
}

.note {
  margin-top: 25px;
  font-size: 1.05rem;
  color: #002b5c;
}

.card-1 {
      border: 1px solid #c1d5ff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 18px;
    padding-left: 30px;
    height: 225px;
}

.card-1-title {
  font-size: 23px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #002b5c;
}

.card-1-title-black {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 700;
  text-align: center;
  color: #4f4f4f;
}

.card-1-title span {
  color: #4f4f4f !important;
}

.card-1-para {
  font-size: 15px;
  color: #232020;
  margin-bottom:2px;
}

.card-1 ul li {
  /* /* list-style-type: circle; */
  font-size: 15px;
  color: #232020;
  letter-spacing: 0.5px;
}
.title-orange {
    font-size: 33px !important;
}
.card-1 ul li::marker,
.box-1 ul li::marker,
ul li::marker {
  color: #6279ac;
  /* orange square bullets */
}

.card-1 ul li span {
  color: #002b5c;
  font-weight: 700;

}

.box-1 {
  background-color: #ffffff;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  border-top: 1px solid #ff8e00;
  /* min-height: 374.3px; */
  box-shadow: 0px 2px 18px 0px rgba(117, 117, 117, 0.2);
  /* max-width: 1340px !important; */
}

.section-number {
  font-size: 3rem;
  font-weight: 700;
  color: #003366;
  display: flex;
  align-items: center;
}

.section-number::after {
  content: "";
  display: inline-block;
  width: 53px;
  height: 6px;
  background-color: #003366;
  margin-left: 10px;
}

.section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  margin-left: 15px;
}

.section-title span {
  font-weight: 700;
  color: #5c5c5c;
}

.info-box {
  background-color: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 15px;
  margin-top: 20px;
}

.info-box p {
  color: #333;
  font-size: 1rem;
  line-height: 1.6;
}

.info-box strong {
  color: #003366;
}

@media (min-width:992px) {

  .info-box,
  .info-box-1 {
    margin-left: 200px !important;
  }

  .section-number {
    margin-left: 100px;
  }
}

@media (max-width:992px) {
  .section-number {
    display: none;
  }

  .border-right-manufacturing {
    margin-left: 10px !important;
    margin-top: 10px !important;
    border-right: none !important;
  }

  .dotted-border {
    display: none !important;
  }

  .connector-left {
    display: none;
  }

  .connector-right {
    display: none;
  }
}

.border-right-manufacturing {
  margin-left: 30px;
  margin-top: 30px;
  border-right: 6px solid #ff8e00;
}

.box-hover-text {
  font-size: 19px;
  font-weight: 700;
  border: 2px solid #e67e00;
  border-radius: 10px;
  overflow: hidden;
  border-width: 1px;
  color: #666;
  border-color: #ff8e00;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 30px !important;
  box-shadow: 0px 12px 18px -6px rgba(0, 0, 0, 0.3);

}

.bg-blue {
  background-size: 50% auto;
  background-position: left top;
  background-image: url('../img/bg-gradient-blue-left.png');
  background-repeat: no-repeat;
}

.dotted-border:nth-child(1) {
  border-right: 1px dashed #ff8e00;
  border-bottom: 1px dashed #ff8e00;
}

.dotted-border:nth-child(2) {
  border-right: 1px dashed #ff8e00;
  border-bottom: 1px dashed #ff8e00;
}

.dotted-border:nth-child(3) {
  border-bottom: 1px dashed #ff8e00;
}

.dotted-border:nth-child(4) {
  border-right: 1px dashed #ff8e00;
}

.icon-orege i {
  color: #ff8e00;
}

.connector-line {
  position: relative;
  bottom: 76px;
  left: 28%;
}

.connector-left {
  height: 79px;
}

@media (min-width:993px) and (max-width:1399px) {
  .connector-right {
    margin-top: 50px;
  }
}

.connector-right {
  height: 80px;
}

.contact-us {
  margin-top: 68px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-us h2 {
  font-size: 53px;
  font-weight: 600;
  color: #184791;
}

.contact-us p {
  font-size: 14px;
  line-height: 1.4em;
  font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif;
  letter-spacing: 1px;

}

.contact-us p a {
  color: #000;

}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 30px;
  margin-bottom: 30px;
}

.form-group label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.form-group label span {
  color: red;
}

input,
select {
  width: 100%;
  padding: 8px 6px;
  border: none;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  outline: none;
}

input:focus,
select:focus {
  border-bottom: 2px solid #e67e00;
}
.footer-widget p {
    margin-bottom: 2px;
}
.section label {
  font-weight: bold;
}

.help-text {
  font-size: 13px;
  color: #777;
  margin-bottom: 8px;
}

.options label {
  display: block;
  margin-bottom: 6px;
}
.login-right {
    background: #ddd;
    width: 100%;
}
.btn-contact {
color: #fff;
    background-color: #6086cf;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    border: 1px solid #0071e6;
    width: 200px;
    font-weight: 600;
}
.wrapper .icon{
    position: relative;
    /* background-color: #ffffff; */
    border-radius: 50%;
    margin: 3px;
    width: 50px;
    height: 50px;
    line-height: 31px;
    font-size: 22px;
    display: inline-block;
    align-items: center;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s 
cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #333;
    text-decoration: none;
}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before, .wrapper .facebook:hover i {
  background-color: #3b5999;
  color: #ffffff;
}
.wrapper .linked:hover,
.wrapper .linked:hover .tooltip,
.wrapper .linked:hover .tooltip::before, .wrapper .linked:hover i {
  background-color: #1963bf;
  color: #ffffff;
}
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before , .wrapper .twitter:hover i{
  background-color: #46c1f6;
  color: #ffffff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before , .wrapper .instagram:hover i{
  background-color: #e1306c;
  color: #ffffff;
}
.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before, .wrapper .github:hover i {
  background-color: #4dd1ef;
  color: #ffffff;
}
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before, .wrapper .youtube:hover i {
  background-color: #4CAF50;
  color: #ffffff;
}
.about {
  margin-top: 70px;
  padding-top: 50px;
}

.about h2 {
  font-size: 64px;
  line-height: 70px;
  font-weight: 500;
  color: #3e3e3e;
}

.about h3, .title-h3 {
  line-height: 1.3em;
  font-size: 25px;
  font-family: 'IBM Plex Sans', Helvetica, Arial, Lucida, sans-serif;
  color: #666;
}



.about-title {
  font-size: 26px;
}

.fa-circle {
  font-size: 8px;
}

.about span {
  line-height: 1.1em;
  color: #666;

}

.about h5 {
  color: #666;
}

.about ul li::marker {
  color: #666;
}

.title-h5 {
  font-size: 40px;
  font-weight: 600;
}

.sale {
  font-size: 22px;
  font-weight: 600;
  color: #3b3a40 !important;
}

.timeline {
  position: relative;
  margin: 50px auto;
  padding: 40px 0;
  width: 1000px;
  box-sizing: border-box;
}

.timeline:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  background: #c5c5c5;
}

.timeline ul {
  padding: 0;
  margin: 0;
}

.timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 20px 40px;
  box-sizing: border-box;
}

.timeline ul li:nth-child(odd) {
  float: left;
  text-align: right;
  clear: both;
}

.timeline ul li:nth-child(even) {
  float: right;
  text-align: left;
  clear: both;
  /* top: -301px;
    position: relative; */

}

.content {
  padding-bottom: 20px;
  background-color: #fff;
  text-align: start;
}

.timeline ul li:nth-child(odd):before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 24px;
  right: -10px;
  background: #e67e00;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline ul li:nth-child(even):before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 24px;
  left: -9px;
  background: #e67e00;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.2);
}

.timeline ul li h3 {
  padding: 0;
  margin: 0;
  color: #666;
  font-weight: 600;
}

.timeline ul li p {
  margin: 10px 0 0;
  padding: 0;
}

.timeline ul li .time h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
}

.timeline ul li:nth-child(odd) .time {
  position: absolute;
  top: 12px;
  right: -165px;
  margin: 0;
  padding: 8px 16px;
  background: #e67e00;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
}

.timeline ul li:nth-child(even) .time {
  position: absolute;
  top: 12px;
  left: -165px;
  margin: 0;
  padding: 8px 16px;
  background: #e67e00;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px rgba(233, 33, 99, 0.3);
}

@media(max-width:1000px) {
  .timeline {
    width: 100%;
  }
}

@media(max-width:767px) {
  .timeline {
    width: 100%;
    padding-bottom: 0;
  }

  h1 {
    font-size: 40px;
    text-align: center;
  }

  .timeline:before {
    left: 20px;
    height: 100%;
  }

  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even) {
    width: 100%;
    text-align: left;
    padding-left: 50px;
    padding-bottom: 50px;
  }

  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before {
    top: -18px;
    left: 16px;
  }

  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time {
    top: -30px;
    left: 50px;
    right: inherit;
  }
}

.border-color{
  border-bottom: 2px solid #264eee;
  border-radius: 2px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.border-color-1 {
  border-bottom: 2px solid #1ed660;
  border-radius: 2px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.border-color-2{
  border-bottom: 2px solid #e67e00;
  border-radius: 2px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}



/* LEFT LOGO */
.left-logo {
    width: 200px;
    text-align: center;
    padding-top: 40px;
}

.logo-circle img {
    width: 160px;
}

.brand-text {
    margin-top: 10px;
    letter-spacing: 4px;
    font-weight: 600;
    color: #2e85b6;
}

/* LOGIN BOX */
.login-box {
    background: white;
    padding: 30px 40px;
    width: 400px;
    border-radius: 8px;
}

.login-box h2 {
    color: #2e85b6;
    margin-bottom: 20px;
}

.login-box label {
    font-size: 14px;
    margin-top: 10px;
    display: block;
}

.login-box input {
    width: 100%;
    padding: 10px;
    margin: 5px 0 15px;
    border: 1px solid #bbb;
    border-radius: 4px;
}

.forgot {
    font-size: 13px;
    display: inline-block;
    margin-bottom: 15px;
}

.login-btn {
    width: 100%;
    background: #2e85b6;
    border: none;
    padding: 12px;
    font-size: 16px;
    color: white;
    border-radius: 4px;
    cursor: pointer;
}

.security-text {
    font-size: 12px;
    color: #444;
}

/* RIGHT PANELS */
.right-side {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.panel {
    background: white;
    padding: 25px;
    border-radius: 8px;
    width: 550px;
}

.panel h2 {
    color: #2e85b6;
    margin-bottom: 20px;
}

.panel ul {
    padding-left: 20px;
}

.panel li {
    margin-bottom: 10px;
    cursor: pointer;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 50%;
  /* bottom: 0; */
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  width: 50px;
  background-color: #6b82c7;
  transition: opacity .15s ease;
}
.CardBox .para{
  height: 189px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    padding-right: 9px;
    text-align: justify;
}
.card-img-home {
  width: 200px;
  border-radius: 10px;
  object-fit: contain;
  transition: transform 0.3s ease-out, filter 0.3s ease-out;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, .065));
  margin: 10px;background-color: white;height: 200px;
}
.card-img-home img{
        height: 119px;
    width: 72%;
    text-align: center;
}
.card-img-home h5{
text-align: left;
    color: #6b82c7;
}
.card-img-home .titleinfo{
text-align: left;
    color: #978f8f;
    padding-left: 6px;
}
.card-img-home:hover{
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .2));
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.title-home{
  font-size: 40px;
  font-weight: 500;

}

.title-home span{
  color: #6684cb;
}


.home-btn a{
  border: none;
      background-color: #6086cf;
    border: 1px solid #5e7aaf;
  padding: 10px;
  color: #fff;
}
.carousel-inner {
    margin: 5% 0% 4% 0%;
}
.feature-section [alt="Bakery ingredients"]{
  height: 599px;
    margin-right: -748px !important;
    width: 784px !important;
}
/* ========================================footer============================================================================= */
/* .contactBpx{
   background-image: linear-gradient(rgb(180 205 221 / 27%), rgb(202 230 249 / 6%)), url(../img/contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  position: relative;
  border-top: 2px solid #1f87b840;
} */

.footer-section {
  /* background-image: linear-gradient(rgb(180 205 221 / 27%), rgb(202 230 249 / 145%)), url('../img/world-map2.png'); */
  background-image: linear-gradient(rgb(180 205 221 / 27%), rgb(202 230 249 / 6%)), url(../img/world-map2.png);
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  position: relative;
  border-top: 2px solid #1f87b840;
}

.footer-cta {
  border-bottom: 1px solid #fff;
}

.single-cta i {
  font-size: 20px;
  float: left;
  margin: 15px 14px;
}

.cta-text {
  padding-left: 15px;
  display: inline-block;
}

.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}

.cta-text span {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px;
}

.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
  color: #6578a9;
  line-height: 28px;
}

.footer-social-icon span {
  color: #6578a9;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}


.footer-social-icon p {
  color: #6578a9;
  font-size: 14px;
}

.footer-widget-heading h3 {
  color: #6578a9;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}

.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #2e85b6;
}

.footer-widget p a {
  color: #6578a9;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-widget p a:hover {
  color: #2e85b6;
}

.footer-widget p a i {
  margin: 5px;
}

.copyright-text p {
  margin: 0;
  font-size: 15px;
  color: #6578a9;
}

.copyright-text p a {
  color: #2e85b6;
}

.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}

.footer-menu li:hover a {
  color: #2e85b6;
}

.footer-menu li a {
  font-size: 15px;
  color: #6578a9;
}
/* ====================book a demo==================================== */


.form-group {
  position: relative;
  margin: 8px 0;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #2087b9;
  border-radius: 5px;
  outline: none;
}

.form-group textarea {
  height: 100px;
}

.form-group label {
  position: absolute;
  left: 12px;
  top: 12px;
  color: #959595;
  pointer-events: none;
  transition: 0.3s;
  background: #fff;
  padding: 0 4px;
  font-weight: 500;
}

/* When input is focused or has text */
.form-group input:focus+label,
.form-group input:valid+label,
.form-group textarea:focus+label,
.form-group textarea:valid+label {
  top: -10px;
  left: 10px;
  font-size: 13px;
  color: #2087b9;
  border-radius: 8px;
}

.book-demo {
  border: 1px solid #2087b9;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    background-color: #6684cb !important;
}

.book-demo:hover {
  transition: .2s;
   border: 1px solid #6684cb;
  background-color: #fff !important;
  color: #6684cb;
}


#refresh-btn {
  padding: 10px;
  border-radius: 5px;
  margin-left: 5px;
  border: 1px solid #2087b9;
}

.user-input input {
  width: 50%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #2087b9;
  border-radius: 5px;
  outline: none;
  margin-bottom: 10px;
}

#error {
  display: block;
  /* background-color: rgb(254, 223, 225); */
  color: rgb(205, 66, 67);
  padding: 5px;
  font-size: 13px;
}

.lets-have {
  font-size: 25px;
  font-weight: 500;
}

.conver {
  font-size: 45px;
  font-weight: 500;
    color: #6b82c7;
}

.para-demo {
  font-size: 17px;
  letter-spacing: 1px;
  margin: 0px;
}

/* ///Cards Design// */

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #00a01d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.carousel-shadow .owl-stage-outer {
  margin: -15px -15px 0;
  padding: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid;
  height: 15px;
  margin: 0 5px;
  width: 15px;
}

.we-offer-area .our-offer-carousel .owl-dots .owl-dot.active span {
  background: #00a01d none repeat scroll 0 0;
  border-color: #00a01d;
}

.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #00a01d;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;height: 447px;
}

.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  padding:52px 40px 27px;}

.we-offer-area.text-center .item i {
  background: #49a2d1 none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}

.we-offer-area.text-center .item i::after {
  border: 2px solid #49a2d1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area.item-border-less .item {
  border: medium none;
}

.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}

.we-offer-area.item-border-less .item .number {
  font-family: "Poppins",sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #00a01d none repeat scroll 0 0;
}

.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}

.we-offer-area .item i {
  color: #00a01d;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}

.we-offer-area .item h4 {
    text-transform: capitalize;
    color: #4f4f4f !important;
    line-height: 1.3em;
    font-size: 17px;
    font-weight: 600;
}

.we-offer-area .item p {
  margin: 0;
}

.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.we-offer-area .item::after {
  background: #49a2d1 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}

.we-offer-area .item:hover::after {
  left: 0;
}

.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p, .we-offer-area .item:hover div, .we-offer-area .item:hover ul, .we-offer-area .item:hover ul li::marker{
  color: #ffffff !important;
}
.we-offer-area ul li{
  font-size: 14px ;
}
.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}

.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #49a2d1 !important;
}
.we-offer-area ul{
      height: 189px;
    overflow-y: auto;
    overflow-x: hidden;
    white-space: normal;
    padding-right: 9px;
    text-align: justify;
}
.we-offer-area.text-left .item i {
  background: #00a01d none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}

.we-offer-area.text-left .item i::after {
  border: 2px solid #00a01d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
.privacy-policy {
  background-image: url('../img/wave.jpg');
  object-fit: cover;
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
}

.terms-condition {
  background-image: url('../img/abv.png');
  object-fit: cover;
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
}

.Cancellation-Policy {
  background-image: url('../img/wave2.png');
  object-fit: cover;
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
}
.features-section1 {
  display: flex;
  /* grid-template-columns: 30% 70%; */
  padding: 80px 10%;
  font-family: "Inter", sans-serif;
  color: #1a1a1a;
}

.features-title h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

.features-list {
  display: flex;
  flex-direction: column;
  /* gap: 50px; */
}

.feature-item {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: start;
  border-bottom: 1px solid #e4e4e4;
  align-items: center;
}

.feature-number {
  font-size: 60px;
  font-weight: 500;
  color: #2087b9;
  /* your blue accent */
  display: flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #e4e4e4; */
}

.feature-content {
  padding: 20px;
  border-left: 1px solid #e4e4e4;
}

.feature-content h3 {
  /* font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px; */
  color: #484747;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 400;
  line-height: 31px;
}

.feature-content p {
  line-height: 1.6;
  color: #6d6d6d;
  font-size: 18px;
}

/* .divider {
  height: 1px;
  background: #e4e4e4;
  width: 100%;
  margin: 0 0 0 80px;
} */

/* Responsive */
@media (max-width: 900px) {
  .features-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .feature-item {
    grid-template-columns: 60px auto;
  }

  .feature-number {
    font-size: 45px;
  }
}


.feature-content::before {
    content: "";
    width: 3px;
    height: 0;
    background: #2087b9;
    position: absolute;
    left: 0px; /* same alignment as screenshot */
    transition: height 0.3s ease;
}

/* To ensure position absolute works */
.feature-content{
    position: relative;
}

/* Show blue line on active scroll */
.feature-content.active::before {
    height: 30%;   /* height of blue line */
}
/* ============================================= */

.process-step {
  text-align: center;
  /* max-width: 180px; */
  /* max-width: 120px;
  margin: 0 auto; */
  padding: 0 15px;
}

.process-icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #222;
  filter: drop-shadow(0 0 0.75px rgba(0, 0, 0, 0.1));
}

.process-step h5 {
  /* font-weight: 700;
  margin-bottom: 10px;
  color: #222; */
  color: #4f4f4f !important;
  line-height: 1.3em;
  font-size: 20px;
  font-weight: 600;
}

.process-step p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #111;
}

.process-line {
  height: 2px;
  width: 80px;
  background: #c36b1c;
  /* matching the brown color */
  border-radius: 10px;
  margin: 0 auto 30px auto;
  position: relative;
  top: -10px;
}

/* Adjust spacing for small screens */
@media (max-width: 767.98px) {
  .process-line {
    width: 50px;
    margin-bottom: 20px;
  }

  .process-step {
    max-width: 100%;
  }
}

/* Custom icon styling using inline SVG background images */
.icon-puzzle::before {
  content: url('data:image/svg+xml;utf8,<svg fill="black" height="40" viewBox="0 0 24 24" width="40" xmlns="http://www.w3.org/2000/svg"><path d="M19 9h-1V6a1 1 0 0 0-2 0v3h-2v2h3a1 1 0 0 1 0 2h-3v2h2v3a1 1 0 0 0 2 0v-3h1a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2zM7 7h1v3H6a1 1 0 0 0 0 2h3v2H7v3a1 1 0 0 0-2 0v-3H4a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h1z"/></svg>');
  display: block;
  margin: 0 auto 15px;
}

.icon-gear::before {
  content: url('data:image/svg+xml;utf8,<svg fill="black" height="40" viewBox="0 0 24 24" width="40" xmlns="http://www.w3.org/2000/svg"><path d="M19.14 12.936a7.09 7.09 0 0 0 0-1.87l2.036-1.58a.5.5 0 0 0 .12-.623l-1.924-3.33a.5.5 0 0 0-.6-.213l-2.4.96a7.1 7.1 0 0 0-1.61-.94l-.36-2.52a.5.5 0 0 0-.5-.43h-3.848a.5.5 0 0 0-.5.43l-.36 2.52a7.088 7.088 0 0 0-1.61.94l-2.4-.96a.5.5 0 0 0-.6.213l-1.924 3.33a.5.5 0 0 0 .12.623l2.036 1.58a7.09 7.09 0 0 0 0 1.87l-2.036 1.58a.5.5 0 0 0-.12.623l1.924 3.33a.5.5 0 0 0 .6.213l2.4-.96a7.1 7.1 0 0 0 1.61.94l.36 2.52a.5.5 0 0 0 .5.43h3.848a.5.5 0 0 0 .5-.43l.36-2.52a7.088 7.088 0 0 0 1.61-.94l2.4.96a.5.5 0 0 0 .6-.213l1.924-3.33a.5.5 0 0 0-.12-.623l-2.036-1.58zM12 15.5A3.5 3.5 0 1 1 15.5 12 3.504 3.504 0 0 1 12 15.5z"/></svg>');
  display: block;
  margin: 0 auto 15px;
}

.icon-dollar::before {
  content: url('data:image/svg+xml;utf8,<svg fill="black" height="40" viewBox="0 0 24 24" width="40" xmlns="http://www.w3.org/2000/svg"><path d="M12 1C7.589 1 4 3.91 4 7.5c0 2.566 2.153 4.694 5.02 4.94v3.059H7v2h5v-2h-2v-3.059c2.867-.246 5.02-2.374 5.02-4.94C20 3.91 16.411 1 12 1zM10 7H8v2h2v2h2v-2h2V7h-2V5h-2z"/></svg>');
  display: block;
  margin: 0 auto 15px;
}

.icon-code::before {
  content: url('data:image/svg+xml;utf8,<svg fill="black" height="40" viewBox="0 0 24 24" width="40" xmlns="http://www.w3.org/2000/svg"><path d="M8.7 17.3a1 1 0 0 1-1.4-1.4l4-4-4-4a1 1 0 0 1 1.4-1.4l5 5-5 5zm6.6-10.6a1 1 0 0 1 0 1.4l-4 4 4 4a1 1 0 0 1-1.4 1.4l-5-5 5-5a1 1 0 0 1 1.4 0z"/></svg>');
  display: block;
  margin: 0 auto 15px;
}

.icon-search::before {
  content: url('data:image/svg+xml;utf8,<svg fill="black" height="40" viewBox="0 0 24 24" width="40" xmlns="http://www.w3.org/2000/svg"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16a6.471 6.471 0 0 0 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.5 4.5 0 0 1 9.5 14z"/></svg>');
  display: block;
  margin: 0 auto 15px;
}

.icon-rocket::before {
  content: url('data:image/svg+xml;utf8,<svg fill="black" height="40" viewBox="0 0 24 24" width="40" xmlns="http://www.w3.org/2000/svg"><path d="M20.29 4.71a1 1 0 0 0-1.41 0l-3.17 3.17-4.12-1.03-3.33-3.33a1 1 0 0 0-1.414 0L3 6.68a1 1 0 0 0 0 1.414l3.33 3.33 1.03 4.12-3.17 3.17a1 1 0 0 0 0 1.41l2.12 2.12a1 1 0 0 0 1.414 0l3.17-3.17 4.12 1.03 3.33 3.33a1 1 0 0 0 1.414 0l3.95-3.95a1 1 0 0 0 0-1.41l-3.33-3.33-1.03-4.12 3.17-3.17a1 1 0 0 0 0-1.414z"/></svg>');
  display: block;
  margin: 0 auto 15px;
}


.curved-line {
  width: 120px;
  height: 40px;
  margin: 0 auto;
  background: url("data:image/svg+xml;utf8,<svg width='150' height='40' xmlns='http://www.w3.org/2000/svg'><path d='M5 35 Q75 -15 145 35' stroke='%2300aaff' stroke-width='3' fill='transparent' stroke-linecap='round'/></svg>") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 159px;
  left: 24%;
}

.curve-line {
  width: 120px;
  height: 45px;
  margin: 40px auto;
  background: url("data:image/svg+xml;utf8,<svg width='180' height='45' xmlns='http://www.w3.org/2000/svg' > <path d='M5 20 Q90 60 175 20' stroke='%2300aaff' stroke-width='3' fill='none' stroke-linecap='round' /> </svg>") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 28%;
  left: 35%;
}


.curved-line3 {
  width: 120px;
  height: 40px;
  margin: 0 auto;
  background: url("data:image/svg+xml;utf8,<svg width='150' height='40' xmlns='http://www.w3.org/2000/svg'><path d='M5 35 Q75 -15 145 35' stroke='%2300aaff' stroke-width='3' fill='transparent' stroke-linecap='round'/></svg>") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 141px;
  left: 47%;
}

.curve-line4 {
  width: 120px;
  height: 45px;
  margin: 40px auto;
  background: url("data:image/svg+xml;utf8,<svg width='180' height='45' xmlns='http://www.w3.org/2000/svg' > <path d='M5 20 Q90 60 175 20' stroke='%2300aaff' stroke-width='3' fill='none' stroke-linecap='round' /> </svg>") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 24%;
  left: 58%;
}


.curved-line5 {
  width: 120px;
  height: 40px;
  margin: 0 auto;
    background: url("data:image/svg+xml;utf8,<svg width='150' height='40' xmlns='http://www.w3.org/2000/svg'><path d='M5 35 Q75 -15 145 35' stroke='%2300aaff' stroke-width='3' fill='transparent' stroke-linecap='round'/></svg>") no-repeat center;

  background-size: contain;
  position: absolute;
  top: 144px;
  left: 70%;
}


@media (max-width:1199px) {

  .curved-line,
  .curve-line,
  .curved-line3,
  .curve-line4,
  .curved-line5 {
    display: none;
  }
}

/* ===== */
.RequestboxShadow{
  box-shadow: 0px 16px 32px rgba(23,25,28,.12),0px 30px 64px rgba(23,25,28,.2);
}
.RequestboxShadow label{font-weight: 200}   
.RequestboxShadow input::placeholder,
.RequestboxShadow textarea::placeholder {
  color: #ccc;
} 
.getStarted{
 background-color: #000;
    color: #fff;
    padding: 7px 76px;
    border-radius: 19px;
    box-shadow: 0px 4px 10px 0px rgba(23, 25, 28, .4);
    float: right;
}
.RightSection{
  padding-left: 45px;
}
.RightSection i{
    padding: 9px;
    box-shadow: 0px 4px 6px 0px rgba(34, 37, 42, .12);
    border-radius: 7px;    color: #787474
}
.textcolor{
  color:rgb(92 99 112 / var(--tw-text-opacity, 1));text-align: justify;font-size: 15px;
}
.RightSection h5 {
    font-size: 18px;
    margin-bottom: 2px;
}
.RightSection hr{
  color: rgb(199 202 209 / var(--tw-text-opacity, 1));
    width: 90%;
    margin-left: 6px;
    margin-top: 12px;
}
.ourIndustry{
  font-weight: 600;
    color: #5a5353;
    text-transform: uppercase;
    font-size: 13px;
}
.RequestboxShadow select {
    width: 100%;
    padding: 8px 6px;
    border: none;
    border: 1px solid #dee2e6;
    font-size: 16px;
    outline: none;
    border-radius: 4px;
    padding: 9px 6px;
}
.homeHR{
  color: rgb(199 202 209 / var(--tw-text-opacity, 1));
    width: 90%;
    margin-left: 6px;
    margin-top: 12px;
}


/* //---// */

.logo-slider {
  overflow: hidden;
  padding: 20px 20;
  white-space: nowrap;
  width: 100%;background: linear-gradient(90deg, #c1b5b500, #e9e9e9a8 12%, #f3f0f0 88%, transparent);
  margin-left: 10px;
}

.logo-track {
  display: flex;
  animation: scroll 20s linear infinite;
}

.logo-track img {
  height: 41px;
  margin: 0 20px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: 0.3s;
}

.logo-track img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (max-width:450px) {
.RequestboxShadow {
    padding: 4px 6px !important;
}
.Requestbx{
  display: inline !important;
    text-align: center;
}
.getStarted{
      float: none;
}
.RightSection {
    text-align: center;padding-left: 0px;
}
.RightSection i {
    margin-bottom: 10px;
}
.textcolor {
    text-align: center;
}
}
@media (max-width:996px) {
  .textcolor {
    text-align: center;
}
.RightSection {
    text-align: center;
}
.RightSection i {
    margin-bottom: 10px;
}
}
