/*
Theme Name: Octonion
Author: Octonion Design
Author URI: https://techguymedia.com
Description: Abhiram Software Solutions
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techguymedia
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter";
  font-size: 14px;
  font-weight: 500;
  color: #140e0c;
}

a {
  text-decoration: none;
}

.f30 {
  font-size: 30px;
  font-weight: 400;
}

.f35 {
  font-size: 35px;
  font-weight: 300;
}

.f35n {
  font-size: 35px;
  font-weight: 300;
}

.f25gry {
  font-size: 25px;
  color: #7a7a7a;
  font-weight: 500;
}

.f20 {
  font-size: 20px;
}

.f25 {
  font-size: 25px;
}

.f25n {
  font-size: 25px;
}

.f18 {
  font-size: 18px;
}

.f14 {
  font-size: 14px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.fntgry {
  color: #7a7a7a;
}

.fntgry1 {
  color: #c1c1c1;
}

.f16 {
  font-size: 16px;
}
.bggrey {
  background-color: #f6f6f6;
}

.ms-6 {
  margin-left: 130px;
}

/* ------------------------
   Navbar Base Styles
------------------------ */

.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 4px;
  font-family: "Poppins";
  font-size: 16px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 16px 8px 16px;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: linear-gradient(90deg, #f0f6ff, #2c71de, #ff8234);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}


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

.banner .overlay-text,
.bannerinn .overlay-text {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}

.banner h1,
.bannerinn h1 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.ligtblubtn {
  background-color: #f0f6ff;
  color: #140e0c;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 0;
  display: inline-block;
}

h4 {
  font-family: "Poppins";
  font-size: 25px;
  font-weight: 500;
}

h2 {
  font-family: "Poppins";
  font-size: 35px;
  font-weight: 500;
}

.service-list li {
  margin-bottom: 22px;
}

.service-list li {
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
  color: #111;
  position: relative;
  padding-left: 20px;
  display: block;
  transition: color 0.3s ease;
}

.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  background: linear-gradient(180deg, #2662d9, #f07654);
  border-radius: 4px;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s ease;
}

.service-list li:hover::before {
  transform: scaleY(1);
}

.service-list li a:hover {
  color: #000;
}

.gradient-text {
  background: linear-gradient(90deg, #2c71de, #ff8234);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.gradient-text2 {
  background: linear-gradient(90deg, #4a88ff 0%, #4a88ff 15%, #ff8234 60%, #ff8234 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

/* SPLIT BACKGROUND */
.cta-section {
  background: linear-gradient(90deg, #dbe9ff 0%, #ffe4d6 50%, #f5f5f5 50%, #f5f5f5 100%);
}

.slick-slide img {
  margin: 0 auto;
}

.bullets {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-family: "Poppins";
}

.bullets li {
  position: relative;
  padding: 0px 0px 28px 35px;
  color: #7b7775;
}

.bullets li span {
  color: #140e0c;
  font-size: 18px;
  padding-bottom: 35px;
}

.bullets li::before {
  content: "";
  background: url("../images/bullet.png") no-repeat center center;
  background-size: contain;
  width: 24px; /* adjust size to your image */
  height: 24px; /* adjust size */
  position: absolute;
  left: 0;
  top: 2px;
}

.services .card,
.casestudies .card {
  border: 0;
  border-radius: 0;
  font-family: "Poppins";
}

.services .card {
  background-color: #f0f6ff;
}

.casestudies .card {
  background-color: #f6f6f6;
}

.services p,
.fngrey,
.casestudies p {
  color: #7b7775;
}

.fngrey2 {
  color: #a9a9a9;
}

.feature-box .feature-number {
  font-size: 27px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  background: linear-gradient(180deg, #2662d9, #f07654);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.feature-box h4 {
  font-size: 18px;
  margin-bottom: 8px;
  font-family: "Poppins";
}

.feature-box p {
  color: #7b7775;
  margin: 0;
  font-family: "Poppins";
}

.margintop50 {
  margin-top: 57%;
}

.service-card:hover {
  cursor: pointer;
}

.service-card .arrow-img {
  cursor: pointer;
  transition: 0.3s ease;
  content: url("../images/casstdarrow.svg"); /* default arrow */
}

.service-card:hover .arrow-img {
  cursor: pointer;
  content: url("../images/casstdarrowon.svg"); /* hover arrow */
}

.custom-input {
  border-radius: 0;
  padding: 12px 14px;
  font-size: 14px;
}

.custom-input::placeholder {
  color: #8a8a8a;
}

/* Gradient text button */
.gradient-btn {
  background: transparent;
  border: 1px solid;
  border-image: linear-gradient(90deg, #4a88ff, #ff8234) 1;
  font-size: 13px;
  font-weight: bold;
  background: linear-gradient(90deg, #4a88ff, #ff8234);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-btn:hover {
  background: linear-gradient(90deg, #4a88ff, #ff8234);
  -webkit-text-fill-color: #fff;
  color: #fff;
}
.wpcf7 form .wpcf7-response-output {
    
	margin:0px 0px 10px 0px !important; }

/* Footer */
.footer {
  background: #1a1a1a;
}

.footer-link {
  text-decoration: none;
  color: #d5d5d5;
  transition: 0.25s;
}

.footer-link:hover {
  color: #ffffff;
}

.social-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border:1px solid #fff;
  border-radius: 50%;
  color: #fff; /* change as needed */
  font-size: 16px;
  transition: all 0.3s ease;
  text-decoration: none;
}


.social-icon:hover {
  background: #fff;
  color: #000;
  transform: translateY(-3px);
}


.btn-close {
     background: url('images/close.png') no-repeat !important;
   position: relative;
    top: -20px;
  
} 

/* Custom Styling */
.career-search-section {
  padding: 30px 0;
}

.job-item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 5px;
  padding: 25px;
}

.job-item p {
  padding-bottom: 15px;
}

.gradient-button {
  color: #330867;
  background-color: #fff;
  padding: 10px 20px;
  position: relative;
  display: inline-block;
  border-radius: 33px;
  transition: background 0.5s, color 0.5s;
}
.gradient-button::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #7516f9, #f4161a);
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  z-index: -1;
  border-radius: 34px;
}
.gradient-button span {
  background: linear-gradient(to right, #7516f9, #f4161a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transition: color 0.5s;
  line-height: 20px;
}
.gradient-button:hover {
  background-color: transparent;
  color: #fff;
}
.gradient-button:hover span {
  color: #fff;
}
.gradient-button.alt::after {
  background: linear-gradient(to right, #7516f9, #f4161a);
  transition: background-position 0.5s;
}
.gradient-button.alt:hover {
  background-color: #fff;
}
.gradient-button.alt:hover::after {
  background-position: 0% 0;
}


************** Careers page CSS *************************************/

.awsm-grid-item .awsm-job-item{ 
	border: 0 !important; 
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1) !important; 
	border-radius: 15px !important;  
	font-family: 'Helvetica' !important;
	    padding: 30px 30px 40px 30px;
}

.awsm-grid-col-2 .awsm-grid-item {
    width: 25% !important;

}

.awsm-job-wrap, .awsm-job-wrap * {
    line-height: 29px;
}

.awsm-job-item h2.awsm-job-post-title {
	font-size:18px !important;
	padding-top: 0 !important;
	color: #000 !important;
	padding-bottom:5px;
	border-bottom: 0px solid #34B6D8;
	font-weight:700;
}

.awsm-job-more-container .awsm-job-more span::before {
    content: "" !important;
	font-family: "FontAwesome" !important;
}

.awsm-job-more {
    display: block;
    padding: 12px 45px;
    background: #ffffff;
    color: #2f6df6;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid;
    border-image: linear-gradient(90deg, #2f6df6, #ff7a2f) 1;
    transition: all 0.4s ease;
	width:100%;
	text-align:center;
}


.awsm-job-more:hover {
   background: linear-gradient(90deg, #2f6df6, #ff7a2f);
    color: #ffffff;
    border-image: none;
    border-color: transparent;
}

.awsm-job-more-container {
	padding-top: 2rem !important;
}

.awsm-load-more-main a.awsm-load-more {
	color: #F00817 !important;
	border:0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

h3.wp-block-heading, .awsm-job-entry-content h3 {
	padding:15px 0px;
}
ul.wp-block-list, .awsm-job-entry-content ul {
	padding:0px 0px 25px 18px;
}

.awsm-job-form {
	    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
.awsm-job-form-inner h2 {
    display: none;
}

.awsm-job-form-inner {
    background: #FFF!important;
    border: 1px solid #000;
    padding: 25px;
	border-radius:5px;
}
.awsm-job-form {
    box-shadow: none;
}

.awsm-job-form-control {
	border: 1px solid #B0B0B0;
    border-radius: 5px;
	padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
	background: #fff;
}

.awsm-job-form-group input.awsm-application-submit-btn {
padding: 12px 45px;
    background: #ffffff;
    color: #2f6df6;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid;
    border-image: linear-gradient(90deg, #2f6df6, #ff7a2f) 1;
    transition: all 0.4s ease;
}

.awsm-job-form-group input:hover.awsm-application-submit-btn { 
 background: linear-gradient(90deg, #2f6df6, #ff7a2f);
    color: #ffffff;
    border-image: none;
    border-color: transparent;
}

.awsm-job-form-group input.awsm-application-submit-btn::after
{
	 content: "\f101" !important;
	font-family: "FontAwesome" !important;
}

.awsm-job-single-wrap.awsm-col-2 .awsm-job-content {
    float: left;
    width: 50%;
}
.awsm-job-single-wrap.awsm-col-2 .awsm-job-form {
    float: left;
    width: 50%;
    padding-left: 0px;
}
.awsm-job-content .awsm-job-specification-wrapper {
	background: #F5F5F5;
    padding: 20px;
    line-height: 32px;
}



/****************** Mobile menu *****************************/

#menu {
  background: #fff;
  height: 100%;
  opacity: 0;
  overflow-y: auto;
  position: fixed;
  top: 0px;
  right: 0;
  visibility: hidden;
  width: 70%;
  transition: all 0.2s ease-out;
  z-index: 1100;
  text-align: right;
  padding-top: 93px;
}

#menu.open {
  opacity: 1;
  visibility: visible;
}

#menu .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 50px 10px 0px 0px;
}

#menu .main-nav ul li {
  border-bottom: 0px solid #d9d9d9;
  padding: 10px 10px 20px 15px;
}

#menu .main-nav ul li ul {
  padding: 10px 0px 0px 0px;
}

#menu .main-nav ul li ul li {
  border-bottom: 0px solid #d9d9d9;
  padding: 5px 0px;
}

#menu .main-nav ul li a {
  font-size: 25px;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

#menu .main-nav ul li a:hover {
  color: #0165b3;
}

/* #menu .main-nav ul li a[aria-expanded="true"]::after {
  content: "\f106";
  font-family: "FontAwesome";
  float: right;
  font-size: 18px;
  padding-left: 10px;
}

#menu .main-nav ul li a[aria-expanded="false"]::after {
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  padding-left: 10px;
  font-size: 14px;
} */

#menu .main-nav ul li ul li a {
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.toggle-menu {
  /* background-image: url('images/mobile-icon.png'); */
  background: #2662d9;
  border-radius: 5px;
  cursor: pointer;
  border: 0;
  position: relative;
  z-index: 1110;
  top: 0;
  right: 14px;
  padding: 20px;
}

.toggle-menu span {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 2px);
  transform-origin: 50% 50%;
  transition:
    background-color 0.2s ease-in-out,
    top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  width: 26px;
  right: 0;
  border-radius: 2px;
}

.toggle-menu span:before {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition:
    background-color 0.2s ease-in-out,
    top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:after {
  background-color: #fff;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform-origin: 50% 50%;
  transition:
    background-color 0.2s ease-in-out,
    top 0.2s 0.2s ease-out,
    transform 0.2s linear;
  width: 26px;
  border-radius: 2px;
}

.toggle-menu span:before {
  top: 7px;
}

.toggle-menu span:after {
  top: -7px;
}

.toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
  transition:
    top 0.2s ease-out,
    transform 0.2s 0.2s ease-out;
}

.toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* black opacity */
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.menu-overlay.active1 {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 821px) {
  .d-custmd-none {
    display: none !important;
  }
}

/*************************************/

@media (min-width: 821px) {
  .d-custmd-none {
    display: none !important;
  }
}

@media (max-width: 575.98px) and (max-width: 767px) {
  .banner .overlay-text {
    top: 24%;
    text-align: center;
  }

  .bannerinn .overlay-text {
    top: 49%;
    text-align: center;
  }
  .banner h1 {
    font-size: 30px;
  }

  .w-50 {
    width: 100% !important;
  }

  .cta-section {
    background: linear-gradient(90deg, #dbe9ff 0%, #ffe4d6 50%, #f5f5f5 100%);
  }

  .margintop50 {
    margin-top: 20%;
  }

  .fntmb15 {
    font-size: 15px;
  }

  .fntmbo12 {
    font-size: 12px;
  }

  .textlft {
    text-align: left;
  }

  .gradient-btn {
    width: 100%;
  }
}
/* Ipad Air and Mini*/
@media screen and (min-width: 768px) and (max-width: 991px) {
}

/* For Large screens */

@media (min-width: 1500px) {
}
