/*!
Theme Name: ClearCost
Theme URI: http://underscores.me/
Author: Virendra Singh Karmiyal
Author URI: https://www.thefuturecreations.com
Description: Clear Cost Agriculture is a software development company that builds solutions for longstanding Agriculture industry problems.
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: clearcost
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.

ClearCost 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/
*/
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@600&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --vibrant-green: #5EBC5E;
  --green: #16B24C;
  --dark: #252A22;
  --text: #30352d;
  --text-muted: #8c9b84;
  --white: #ffffff;
  --white-op-50: rgba(255, 255, 255, 0.5);
  --light-blue: #E3EFED;
  --light-green: #EDF6EE;
  --linked-in: #0a66c2;
  --linked-in-hover: #07529d;
}

/*-----------------------------------------------
------------ Typography ------------
-----------------------------------------------*/
body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  color: var(--text);
}

.caveat {
  font-family: "Caveat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: var(--green);
}

h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a,
strong,
b {
  font-weight: 600;
  color: var(--dark);
  line-height: 1.3;
}

h1,
h1 a {
  font-size: clamp(1.5rem, 1.0556rem + 2.2222vw, 3rem);
}

h2,
h2 a {
  font-size: clamp(1.75rem, 1.4907rem + 1.2963vw, 2.625rem);
}

h3,
h3 a {
  font-size: 1.25rem;
}

h4,
h4 a {
  font-size: 1.1rem;
  color: var(--text);
}

strong,
b {
  line-height: 1.4;
}

a {
  color: var(--dark);
  transition: color 300ms ease-out;
}
a:hover {
  color: var(--green);
}

.lead {
  font-size: 1rem;
}

ul li:not(:last-child) {
  margin-bottom: 5px;
}
ul ul {
  margin-top: 10px;
}

.color-section-title,
.color-section-title .elementor-heading-title {
  color: var(--green);
  font-size: 1.75rem;
}

@media (min-width: 992px) {
  .caveat {
    font-size: 28px;
  }
  .lead {
    font-size: 1.25rem;
  }
}
/*-----------------------------------------------
------------ Buttons ------------
-----------------------------------------------*/
.btn-solid,
.btn-ghost,
.elementor-button {
  display: inline-block;
  color: white;
  font-size: 0.875rem !important;
  padding: 0.75em 1.875em;
  border-radius: 50px !important;
  text-decoration: none;
  transition: background-color 300ms ease-out;
  line-height: 1;
}
.btn-solid:hover,
.btn-ghost:hover,
.elementor-button:hover {
  background-color: var(--green) !important;
  color: white;
}

.btn-solid,
.elementor-button {
  background-color: var(--vibrant-green) !important;
}

.btn-ghost {
  display: inline-block;
  background-color: transparent;
}

/* ----------------------------------------------
----- Elementor Container Responsive Width -----
---------------------------------------------- */
.e-con {
  max-width: 100%;
}

@media (min-width: 576px) {
  .e-con .e-con-inner {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .e-con .e-con-inner {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .e-con .e-con-inner {
    max-width: 960px !important;
  }
}
@media (min-width: 1200px) {
  .e-con .e-con-inner {
    max-width: 1140px !important;
  }
}
@media (min-width: 1400px) {
  .e-con .e-con-inner {
    max-width: 1320px !important;
  }
}
/* ----------------------------------------------
----- Elementor Overrides -----
---------------------------------------------- */
body .elementor-heading-title {
  line-height: 1.3;
}

.e-con.e-grid {
  row-gap: 20px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

@media (min-width: 768px) {
  .e-con.e-grid {
    row-gap: 30px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (min-width: 1200px) {
  .e-con.e-grid {
    row-gap: 40px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
/* ----------------------------------------------
----- Spacing -----
---------------------------------------------- */
.space-break-start {
  padding-top: 50px;
}

.space-break-end {
  padding-bottom: 50px;
}

.space-break-both,
.space-break-both.e-con-full {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

@media (min-width: 768px) {
  .space-break-start {
    padding-top: 70px;
  }
  .space-break-end {
    padding-bottom: 70px;
  }
  .space-break-both,
  .space-break-both.e-con-full {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}
/*-----------------------------------------------
------------ Cards ------------
-----------------------------------------------*/
.counter-card {
  padding-left: 30px;
  border-left: 3px solid var(--light-green);
}
.counter-card strong {
  display: block;
  font-size: 2rem;
  color: var(--green);
}

.news-card {
  height: 100% !important;
  background-color: var(--white-op-50);
  padding: 30px !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
}
.news-card .date {
  color: var(--green);
  font-size: 85%;
}
.news-card h3 {
  margin-bottom: 10px;
}
.news-card .elementor-widget-button {
  margin-top: auto;
}

.blue-grad-card {
  background: linear-gradient(129.14deg, var(--light-blue) 2.85%, var(--white) 97.39%);
  padding: 30px !important;
}

.blue-grad-card,
.blue-grad-image-card {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  overflow: hidden !important;
}
.blue-grad-card svg,
.blue-grad-image-card svg {
  fill: var(--vibrant-green);
  margin-bottom: 20px;
}
.blue-grad-card h3,
.blue-grad-card h4,
.blue-grad-image-card h3,
.blue-grad-image-card h4 {
  margin-bottom: 0.5rem;
}
.blue-grad-card h4,
.blue-grad-image-card h4 {
  font-size: 1.25rem;
}
.blue-grad-card ul,
.blue-grad-image-card ul {
  margin-bottom: 0;
}
.blue-grad-card p,
.blue-grad-image-card p {
  margin-bottom: 0;
}

.blue-grad-image-card {
  padding: 0 !important;
}
.blue-grad-image-card .e-con {
  height: 100%;
  background: linear-gradient(129.14deg, var(--light-blue) 2.85%, var(--white) 97.39%);
  padding: 20px 30px 30px;
}

.vs-process {
  background: linear-gradient(129.14deg, var(--white) 2.85%, var(--light-green) 97.39%);
  padding: 30px !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px !important;
  overflow: hidden !important;
}
.vs-process .process-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: var(--light-green);
  margin-left: 20px;
}
.vs-process .process-icon svg {
  fill: var(--vibrant-green);
}
.vs-process .process-icon .number {
  position: absolute;
  top: 0;
  left: -20px;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--vibrant-green);
  color: var(--white);
  font-weight: 700;
  border: 5px solid var(--white);
  border-radius: 50%;
}
.vs-process h2 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.vs-process ul li {
  margin: 5px 0;
}

.profile-card {
  background-color: var(--white-op-50);
  padding: 0 !important;
  border-radius: 20px !important;
  overflow: hidden;
}
.profile-card img {
  border-radius: 20px !important;
}
.profile-card .elementor-widget-text-editor {
  padding: 20px;
}
.profile-card h3 {
  margin: 0;
}
.profile-card .designation {
  color: var(--text-muted);
}
.profile-card .elementor-widget-button {
  padding: 0 20px 20px;
}
.profile-card .elementor-widget-button .elementor-button {
  background-color: var(--linked-in) !important;
  color: var(--white);
  padding: 3px;
  border-radius: 3px !important;
  transition: background-color 300ms ease-in-out;
}
.profile-card .elementor-widget-button .elementor-button:hover {
  background-color: var(--linked-in-hover) !important;
}

/*-----------------------------------------------
------------ Navbar ------------
-----------------------------------------------*/
.navbar {
  padding: 15px 0;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1019607843);
}
.navbar h1 {
  line-height: 0;
}
.navbar .navbar-toggler {
  padding: 6px 8px;
  --bs-navbar-color: var(--green);
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

#menu-primary-menu {
  padding: 30px 0 0;
}
#menu-primary-menu li:not(:last-child) {
  padding-bottom: 5px;
  border-bottom: 1px solid var(--vibrant-green);
  margin-bottom: 5px;
}
#menu-primary-menu a {
  display: block;
  font-weight: 600;
  color: var(--dark);
  text-decoration: none;
  padding: 10px;
}
#menu-primary-menu li:last-child a {
  display: flex;
  align-items: center;
  line-height: 1;
}
#menu-primary-menu .current-menu-item a {
  color: var(--vibrant-green);
}

/*-----------------------------------------------
------------ Hero ------------
-----------------------------------------------*/
#mainSlider {
  height: 60dvh;
  margin-top: 74px;
}
#mainSlider .carousel-inner,
#mainSlider .carousel-item {
  height: 100%;
}
#mainSlider .carousel-item {
  position: relative;
}
#mainSlider .carousel-item::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.15));
}
#mainSlider .carousel-item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#mainSlider .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 5%;
  right: 5%;
}
#mainSlider .carousel-caption h2 {
  color: var(--white);
}
#mainSlider .carousel-caption h2 span {
  font-weight: 600;
}
#mainSlider .carousel-caption .btn-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
#mainSlider .carousel-caption .btn-group .download-icon {
  width: 14px;
  height: 14px;
}

.app-links {
  margin-top: 30px;
}
.app-links a {
  transition: transform 300ms ease-in-out;
}
.app-links a:hover {
  transform: translateY(-5px);
}
.app-links img {
  width: 107px;
  height: 30px;
}

@media (min-width: 768px) {
  .app-links img {
    width: 143px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }
  #menu-primary-menu {
    padding: 0;
  }
  #menu-primary-menu li:not(:last-child) {
    padding: 0;
    border: none;
    margin: 0 5px 0 0;
  }
  #menu-primary-menu li:not(:last-child) a {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    padding: 26px 20px 22px;
    border-bottom: 4px solid white;
    transition: background-image 300ms ease-out, border-color 300ms ease-out;
  }
  #menu-primary-menu li:last-child a {
    padding: 22px 20px;
  }
  #menu-primary-menu li:last-child a:hover {
    color: var(--vibrant-green);
  }
  #menu-primary-menu li:not(:last-child) a:hover,
  #menu-primary-menu li.current-menu-item a {
    background-image: linear-gradient(180deg, #EFFFEF 0%, #FFFFFF 100%);
    border-color: var(--vibrant-green);
    color: var(--dark);
  }
  #mainSlider {
    margin-top: 74px;
  }
  #mainSlider .carousel-caption {
    text-align: left;
  }
  #about .content {
    padding-right: 100px;
  }
}
@media (min-width: 1200px) {
  #mainSlider .carousel-item::before {
    background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.2));
  }
  #mainSlider .carousel-caption {
    width: 1140px;
    text-align: left;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    padding: 0 0.75rem;
  }
  #mainSlider .carousel-caption .btn-group {
    justify-content: flex-start;
  }
}
@media (min-width: 1400px) {
  #mainSlider .carousel-caption {
    width: 1320px;
  }
}
/*-----------------------------------------------
------------ News Section ------------
-----------------------------------------------*/
.news {
  background-color: var(--light-blue);
}

@media (min-width: 768px) {
  .news .e-grid .news-card:last-child {
    grid-column: 2;
    transform: translateX(calc(-50% - 10px));
  }
}
@media (min-width: 1200px) {
  .news .e-grid .news-card:nth-last-child(2) {
    grid-column: 2;
    transform: translateX(calc(-50% - 10px));
  }
  .news .e-grid .news-card:last-child {
    grid-column: 3;
    transform: translateX(calc(-50% - 10px));
  }
}
/*-----------------------------------------------
------------ Page Footer ------------
-----------------------------------------------*/
.page-footer {
  background-color: var(--dark);
  color: white;
  font-size: 13px;
  padding: 30px 0;
}
.page-footer small {
  color: var(--white-op-50);
}
.page-footer a {
  color: white;
  text-decoration: none;
  transition: all 300ms ease-out;
}
.page-footer a:hover {
  color: var(--vibrant-green);
  text-decoration: underline;
}

@media (min-width: 992px) {
  .page-footer {
    font-size: 14px;
  }
  .page-footer .social-icons a {
    transition: transform 300ms ease-out;
  }
  .page-footer .social-icons a:hover {
    transform: translateY(-3px);
  }
}
/*-----------------------------------------------
------------ Page Styles ------------
-----------------------------------------------*/
.terms-policies {
  background-color: var(--light-green);
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 90px;
}
.terms-policies .entry-title {
  padding-bottom: 10px;
  border-bottom: 2px solid var(--vibrant-green);
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .terms-policies {
    padding-top: 75px;
    padding-bottom: 75px;
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .terms-policies {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .terms-policies .page-content {
    background-color: white;
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .terms-policies .page-content {
    padding: 50px 70px;
  }
}
/* ----------------------------------------------
----- Pages -----
---------------------------------------------- */
.entry-header {
  position: relative;
  height: 280px;
  margin-top: 74px;
  z-index: 0;
}
.entry-header::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000000, rgba(0, 0, 0, 0.15));
}
.entry-header .entry-banner {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.entry-header .entry-header-content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.entry-header .entry-title {
  color: var(--white);
  text-wrap: balance;
}

@media (min-width: 992px) {
  .entry-header {
    height: 320px;
  }
}
/* ----------------------------------------------
----- About Us Page -----
---------------------------------------------- */
.what-we-built .blue-grad-card .elementor-image-box-img {
  width: 60px !important;
  margin-bottom: 1rem !important;
}
.what-we-built .blue-grad-card .elementor-heading-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.what-we-built .blue-grad-card .elementor-image-box-title {
  font-size: 1.1rem;
}

/* ----------------------------------------------
----- How It Works Page -----
---------------------------------------------- */
.vs-process p {
  margin-bottom: 0;
}
.vs-process .elementor-widget-image-box {
  margin-top: 30px;
}
.vs-process .elementor-image-box-img {
  width: 50px !important;
}
.vs-process .elementor-widget-heading {
  margin-top: 30px;
}
.vs-process .elementor-widget-heading + .elementor-widget-image-box {
  margin-top: 20px;
  padding-left: 40px;
}
.vs-process .elementor-widget-heading + .elementor-widget-image-box + .elementor-widget-image-box {
  margin-top: 20px;
  padding-left: 40px;
}

/* ----------------------------------------------
----- Founders Page -----
---------------------------------------------- */
.founders {
  background-color: var(--light-blue);
}/*# sourceMappingURL=style.css.map */