body
{
  font-family: "Archivo", serif;
  padding-right: 0px !important;
}
h1, h2, h3, h4, h5, h6, .font-primary
{
  font-family: "Archivo", serif;
}

a {
   outline: 0;
    color: #101010;
}
.navbar .btn:hover, .navbar .btn
{
  color: rgba(255,255,255,0) !important;
}
.btn.navbar-toggler {
    fill: #22f984;
    margin-top: 9px;
    padding: 0px;
}
svg.bi.bi-x-circle {
    fill: #22f984;
}


section
{
  padding: 3rem 0;
}
#offcanvasMenu {
    background-color: #101010 !important;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

.logo img
{
  max-height: 45px;
  margin-top: 0px;
}

@media (min-width : 992px) {
  .offcanvas {
    visibility: visible;
    position: relative;
    background: none;
    border: none;
    justify-content: end;
    color: white;
  }
}

@media (max-width : 992px) {
  .offcanvas {
    width : 250px !important;
  }

  .offcanvas-start-lg {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(-100%);
	z-index: 9999;
  }

}

#header.header-transparent {
    background: #101010;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    height: 65px;
}

#header.header-scrolled
{
  background: rgb(255, 255, 255);
  height: 60px;
  box-shadow: 0 0 30px 10px rgba(0, 0, 0, 0.1);
}

.addshadowtop {
  box-shadow: inset 0 7px 12px -9px rgba(0,0,0,0.2);
}

.bi-list::before
{
  color: #101010;
}

.navbar a, .navbar a:focus
{
  color: rgba(256,256,256,0.7);
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a
{
  color: #fff;
}
a {
    color: #22f984;
}
/* sections */

.nomarginsection {
	margin: 0;
	padding: 0;
}

/* hero */
#herosection {
    background: radial-gradient(circle at top left, #b100cf, #00bfae), radial-gradient(circle at bottom right, #2b1541, #4caf50);
    background-blend-mode: multiply;
    height: 100vh;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.introread
{
  padding: 40px;
  background-color: #fff;

}
.darkbg {
background-color: #101010;
color: #fff;
}

#heroblock
{
  margin-top: 10px;
}

#heroblock h3 {
  color: #22f984;
  font-size: 130%;
  font-weight: 100;
}
h3.subtitle {
  color: #fff;
  font-size: 130%;
  font-weight: 100;
}
}
.btn
{
  padding: 10px 20px;
}
.btn-primary {
    color: #0b2332;
    background-color: #22f984;
    border-color: #22f984;
}

.btn-primary:hover {
    color: #0b2332;
    background-color: #c4ffdf;
    border-color: #c4ffdf;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus
{
  box-shadow: 0 0 0 .25rem rgb(255 255 255 / 50%);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 50%);
}

/* intro */
.introrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.floatover {
	position: relative;
}
.floatover img {

}
.introsubtitle
{
  position: absolute;
  bottom: -20px;
  padding-bottom: 20px;
  color: #fff;
  min-width: 100%;
}


.bg-image.largeimg {
  min-height: 344px;
  padding: 0;
  display: flex;
  align-items: flex-end;
}
.introsubtitle.largeimg {
  position: relative;
  margin: 0;
  min-width: auto;
  bottom: 0;
  padding: 0;
  box-shadow: inset 0px 20px 20px -10px rgba(0,0,0,0.6), inset 0px -20px 20px -10px rgba(0,0,0,0.6);
}

.txtgradient.largeimg {
  padding: 250px 0px 25px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0,0,0,0) 100%);
}
.lightlargeimg .txtgradient.largeimg {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 0%, rgba(0,0,0,0) 100%);
}
.lightlargeimg .introsubtitle.largeimg {
  box-shadow: inset 0px 20px 20px -10px rgba(0,0,0,0), inset 0px -20px 20px -10px rgba(0,0,0,0);
}
.boxedwide .txtgradient.largeimg {
  padding-left: 30px;
  padding-right: 30px;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 1px 6px 0 rgba(0,0,0,0.1);
}

.sectiondark
{
  color: #fff;
  padding-top: 5rem;
}

.carotein h1 {
color: #252525;
}

.carotein .sideslide
{
  background-color: #ca6079;
}
.sideslide {
	  padding: 30px;
  margin-top: 0px;
  max-width: calc(100% - 46px);

}

.minh {
	min-height: 40vh;
}

.the-science
{
  background: linear-gradient(220deg, rgb(255, 255, 255,0.8) 0%, rgb(255, 255, 255,0.7) 100%), url("images/science-bg.jpg") center top no-repeat;
  background-size: cover;
}

.sectioncolor1
{
  background: rgb(202, 96, 121);
  background: linear-gradient(180deg, rgb(202, 96, 121) 0%, rgb(164, 67, 89) 100%);
  color: #fff;
}

.properties
{
  font-style: italic;
}

.boxed
{
  background-color: #fff;
  padding: 25px 40px 30px;

  color: #fff;
}
.boxed p
{
  margin-bottom: 0;
}
h6.description {
  font-weight: 100;
}
.stats .title {
  color: #f36;
}
.stats {
}

.justimg {
	min-height: 40vh;
}

.box1
{
  background: rgb(255,139,64);
  background: rgba(255, 255, 255, 0.5) url("images/mo.jpg") center top no-repeat;
    background-size: auto;
  background-size: auto, auto;
  background-size: cover;
}
.box2
{
  background: rgb(255,139,64);
  background: rgba(255, 255, 255, 0.5) url("images/gas.jpg") center top no-repeat;
    background-size: auto, auto;
  background-size: cover;
}
.box3
{
  background: rgb(255,139,64);
background: rgba(255, 255, 255, 0.5) url("images/nature.jpg") center top no-repeat;
    background-size: auto, auto;
  background-size: cover;
}
.box4
{
  background: rgb(255,139,64);
    background: rgba(255, 255, 255, 0.5) url("images/mineral.jpg") center top no-repeat;
  
    background-size: auto, auto;
  background-size: cover;
}
.aboutus
{
}
.teamrow img
{
  border-radius: 50%;
}
/* footer */

#footer a {
	text-decoration: none;
}

.footer-top {
background: radial-gradient(circle at top left, #b100cf, #00bfae), radial-gradient(circle at bottom right, #2b1541, #4caf50);
    background-blend-mode: multiply;
  color: #fff;
}
.footer-bottom {
  background-color: #101010;
  color: #fff;
  padding: 12px 15px 10px;
  font-size: 90%;
}

.footer-top .social-links a {
  font-size: 20px;
  color: #fff;
  padding: 8px 0;
  margin-right: 4px;
  text-align: center;
  width: 40px;
  height: 40px;
  transition: 0.25s;
}

.largeimg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* services */
section.intro.nomarginsection.services {
    background: rgba(0, 191, 174, 0.1);
}

/* form */

/* Dark background with contrasting text */
.custom-form {
    color: #fff;
}


/* Input Fields - Soft Gradient & Smooth Transitions */
.custom-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #22f984;
    border-radius: 0;
    color: white;
    padding: 8px;
    font-size: 1rem;
    transition: all 0.3s ease-in-out;
	box-shadow: 0px 8px 14px rgba(34, 249, 132, 0.0);
}

/* Input Focus - Smooth Highlight Effect */
.custom-form .form-control:focus {
    border-bottom: 2px solid #00bfae;
    box-shadow: 0px 3px 14px rgba(34, 249, 132, 0.3);
    outline: none;
}

/* Transition Animation for Smooth Effects */
.custom-form .form-control,
.custom-form .form-control:focus {
    transition: border-bottom 0.4s ease-in-out, box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
}

/* Message textarea styling */
.custom-form textarea {
    resize: none;
    min-height: 100px;
}

/* Validation error message */
.custom-form .invalid-feedback {
    color: #ff4d4d;
}




/* Service Box Layout */

.services {
	    background: rgba(0, 191, 174, 0.1);
}

.service-box h5 {
    padding-left: 24px;
	text-align: left;
}

.service-box {
    padding: 0px 20px; /* Adds padding inside the box */
	margin-top: 0;
}

/* Material Icons */
.service-icon {
    font-size: 38px;
    color: #228fa5;
}

/* Service Content */
.service-content {
    height: 100%; /* Ensures that this container takes the full height of the box */
}

/* Title Styling */
.service-content h4 {
    margin-bottom: 10px;
    line-height: 1.5;
    text-align: left; /* Ensures titles align to the left */
}

/* Custom Bullet List */
.custom-list {
    list-style: none;
    padding: 0;
    text-align: left; /* Ensures the list aligns to the left */
}

.custom-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

/* Green Checkmark as Custom Bullet */
.custom-list li::before {
    content: "✔";
    color: #22f984;
    font-size: 16px;
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* blockquote */
.blockquote {
    position: relative;
    margin-bottom: 1rem;
    font-size: initial;
    font-style: italic;
	padding: 0.5rem 0.25rem 0.5rem 1rem;
    border-left: 4px solid #22f984; /* Green line on the left */
    color: #555; /* Slightly muted text color */
    background: rgba(0, 191, 174, 0.1); /* Light green background for a subtle effect */
    line-height: 1.6;
}

.blockquote p {
    position: relative;
    z-index: 1; /* Keeps the text above the quote mark */
    margin: 0; /* Removes any unwanted margin from the paragraph */
}
blockquote a.btn.btn-primary {
    font-size: inherit;
    max-width: fit-content;
    margin: 10px 0 5px;
    font-style: normal;
}
blockquote a.btn.btn-primary:hover {
    background-color: #bae5f1;
    border-color: #bae5f1;
}


/* secondary button */

/* Base Secondary Button */
.btn-secondary {
    color: #dcfdeb;
    background-color: #101010;
    border-color: #101010;
    transition: all 0.3s ease;
}

/* Button hover state */
.btn-secondary:hover {
    color: #fff;
    background-color: #1d7a8a;
    border-color: #1d7a8a;
    box-shadow: 0 0 0 0.2rem rgba(29, 122, 138, 0.3);
}

/* Button focus state */
.btn-secondary:focus {
    color: #fff;
    background-color: #228fa5; /* Keep the base blue-teal color */
    border-color: #228fa5; /* Same blue-teal border */
    box-shadow: 0 0 0 0.25rem rgba(34, 249, 132, 0.5); /* Green glow on focus */
    outline: none; /* Remove default outline */
}

/* Button active state (when clicked) */
.btn-secondary:active {
    color: #fff;
    background-color: #1b6f7a; /* Even darker blue-teal for active state */
    border-color: #1b6f7a; /* Same darker blue-teal for border */
    box-shadow: none; /* Remove the box shadow when the button is active */
}

/* Disabled state (optional) */
.btn-secondary:disabled {
    color: #6c757d;
    background-color: #e0e0e0; /* Light gray background for disabled button */
    border-color: #e0e0e0; /* Light gray border */
    box-shadow: none; /* Remove any shadow for disabled button */
}


.floatover img {
    border-radius: 20px;
}



/* screen size overrides */

@media (min-width: 1200px) {
.sideslideleft
{
  padding: 24px 22px 10px 40px;
  margin: 0px -30px -20px 15px;
}
  .sideslideright
{
    padding: 24px 35px 10px 45px;
    margin: 0px 30px -20px -30px;
 }
}

@media (max-width: 1199px) {
.carotein .floatover img
{

}
.carotein .txtgradient {

}
}
@media (min-width: 992px) {
.leftjust {
  text-align: left;
}

.rightjust {
  text-align: right;
}
.leftjust .text-justify {
  text-align-last: left;
}
.rightjust .text-justify {
  text-align-last: right;
}
}

@media (max-width: 768px) {
#herosection
{
  height: auto;
}
.introread {
  padding: 20px 20px 30px;
}
.service-content {
    width: 100%;
}
    .service-box {
        text-align: left; /* Make the service box text align left */
    }

    .service-icon {
        align-self: flex-start; /* Align icons to the left */
        margin-bottom: -10px; /* Adjust spacing between icon and text */
		margin-left: 24px;
    }

    .service-content {
        align-items: flex-start; /* Align content to the left as well */
    }
}