* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Satoshi-Variable", sans-serif;
}

a {
  color: #2D9CCC;
}

#background {
  z-index: -10;
    opacity: 0.4;
    /* filter: blur(1px); */
}
.qen-blog-header {
    height: 200px;
    background: #D7F3FF;
}
.qen-blog-page {
    margin-top: -130px;
}
.btn:hover{
  background-color: #2d9ccc;
    color: #ffffff;
}
.rounded-12 {
  border-radius: 42px;
  border: 1px solid #2d9ccc;
  padding: 10px 40px;
}
.navbar-brand .logo{
  max-width: 202px;
}
.bg-color{
  background-color: #2d9ccc;
  border-radius: 42px;
    padding: 10px 40px;
}
span.bl-color {
  color: #2d9ccc;
}

.qen-arrow svg path {
	transition: all 0.3s ease;
}
.qen-arrow:hover svg path {
	stroke: white;
}
.section-heading {
  font-size: 55px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Satoshi-variable", sans-serif;
}
 .header {
    z-index: 99;
    position: sticky;
    background-color: #ffffff;
    transition: all 0.3s ease;
}
.home .header {
  position: fixed;
  background-color: transparent;
}

.home header.scrolled {
    background-color: #ffffff;
}
.header .navbar-brand{
  display: flex;
  justify-content: left;
}
.header .navbar-nav{
  align-items: baseline;
}
nav a.nav-link {
  color: #000 !important;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;
  font-family: "Satoshi-variable", sans-serif;
}
 nav a.nav-link:hover {
  color: #2d9ccc !important;
}

.qen-navbar .menu-item a, .qen-navbar ul.sub-menu li.menu-item a {
    color: #000 !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.3s ease;
    font-family: "Satoshi-variable", sans-serif;
    padding: 8px;
}

.qen-navbar a:hover, .qen-navbar .menu-item.current_page_item a, .qen-navbar .menu-item.current-menu-parent a, .qen-navbar ul.sub-menu li.menu-item.current-menu-item a, .qen-navbar ul.sub-menu li a:hover, .qen-navbar ul.sub-menu li.current_page_item a {
    color: #2d9ccc !important;
}
/* hero section */
.hero-section {
  position: relative;
  padding: 300px 0 200px;   
   background: linear-gradient(135deg, #2D9CCC20 20%, #00ffc600, #2D9CCC20 80%);
}
.hero-section h4 {
  display: inline-block;
  letter-spacing: 4px !important;
  color: #000000;
  font-family: "satoshi", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.144px;

}
.hero-section h1 {
  text-align: center;
  font-size: 77px;
  font-style: normal;
  font-family: "Satoshi-variable", sans-serif;
  font-weight: 700;
  line-height: 130% !important;
  color: #000000;
}

p {
    color: #4B5563;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.qen-contact-form {
    box-shadow: 10px 10px #2d9ccc;
    background: #ffffff;
}

/* service-section */
.service-section {
    background-image: url("./../assets/images/e76443dbdb2e9df9ca15e9d64ca0be9681c6b799.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.service-section .outer-border {
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  height: 100%;
}
.service-section .inner-border:hover {
  border: 1px solid #2d9ccc !important;
  transform: translateY(-5px);
}
.service-section .inner-border {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  
  transition: 0.2s all ease-in-out;
}
.custom-pill {
  background-color: #d9f3ff; /* light blue background */
  color: #23a7e0; /* blue text */
  padding: 8px 24px; /* vertical + horizontal padding */
  border-radius: 50px; /* fully rounded pill shape */
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  
  font-family: "Satoshi-variable", sans-serif;
}

.custom-pill .dot {
  height: 6px;
  width: 6px;
  background-color: #23a7e0;
  border-radius: 50%;
  margin-right: 6px;
}

.custom-pill .dot:nth-child(3) {
  opacity: 1;
}
.custom-pill .dot:nth-child(2) {
  opacity: 0.6;
  height: 4px;
  width: 4px;
}
.custom-pill .dot:nth-child(1) {
  opacity: 0.2;
  height: 2px;
  width: 2px;
}
.icon-flip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    vertical-align: middle;
    width: 4rem !important;
    min-width: 4rem !important;
    height: 4rem !important;
    line-height: 4rem !important;
    position: relative;
    background-color: #D7F3FF;
    border-radius: 0.5rem;
}
.icon-xs {
    width: 1.5rem !important;
    height: 1.5rem !important;
    line-height: 1.5rem !important;
    text-align: center;
    vertical-align: middle;
    background-color: #2d9ccc;
}

.menu-item-has-children:hover ul.sub-menu {
    display: block;
}

ul.sub-menu {
    background: #ffffff;
    list-style: none;
    text-align: start;
    position: absolute;
    padding: 10px;
    box-shadow: 2px 2px 5px #2d9ccc4d;
    border-radius: 8px;
    display: none;
}

ul.sub-menu li ~ li {
    margin-top: 10px;
}
.bg-lite {
    background: #EAF5FA;
}

.bg-2 {
    background: #D7F3FF;
}

.qen-text-primary {
  color: #2D9CCC !important;
}

.qen-text-large {
  color: var(--Color, #2D9CCC);
  text-align: center;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.submit-btn {
    padding: 10px 30px;
    gap: 15px;
    transition: all 0.3s ease-in-out;
}

.submit-btn:hover {
    gap: 20px;
}


/* Form */
.qen-contact-form .icon-input {
    height: 40px;
    vertical-align: middle;
    padding-top: 4px;
}
.qen-bolder {
  font-family: 'Satoshi-Black';
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  color: #000000;
}
.qen-page-header {
  padding: 170px 0;
}

.qen-page-header-about {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.38) 100%), url('./../assets/images/page-bg.png') lightgray 50% / cover no-repeat;
}
.qen-page-header-service {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.38) 100%), url('./../assets/images/page-bg-service.png') lightgray 50% / cover no-repeat;
}
.qen-page-header-contact {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.38) 0%, rgba(255, 255, 255, 0.38) 100%), url('./../assets/images/page-bg-contact.png') lightgray 50% / cover no-repeat;
}

.qen-contact-form input {
    outline: none !important;
    box-shadow: none !important;
    height: 40px;
    font-size: 14px;
}

.qen-contact-form textarea {
    outline: none !important;
    box-shadow: none !important;
    font-size: 14px;
    height: 120px;
    resize: none;
}
.qen-navbar .navbar-nav {
    gap: 30px;
}
.icon-textarea {
  height: 120px !important;
}

/* .qen-contact-form input::placeholder, .qen-contact-form textarea::placeholder{
  color: #ffffff90;
} */

.bg-prime {
    background: #2d9ccc;
}
.card-gray {
    background-color: transparent;
}

.qen-title {
    color: #111827;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.icon-flip::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    border-radius: 3px;
    bottom: 0;
    width: 24px;
    height: 2px;
    background-color: var();
    transition: all 0.3s 
ease-in-out;
}
.icon-flip:hover::after {
      background: #2d9ccc;
}

.btn-secondary:hover {
    border-color: #2d9ccc;
}
.btn-secondary {
    background-color: #f3f4f6;
    color: #000000;
    border-color: #e5e7eb;
    font-weight: 600;
}
.service-section .card-service{
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 20px !important;
}
.service-section .service-content{
  display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
align-self: stretch;
}
.service-content h4{
  font-weight: 700;
}
/* focus-section */
 .focus-section .section-sub-heading{
  font-size: 40px;
  
  font-family: "Satoshi-variable", sans-serif;
 }
.testimonial-section .trusted-box {
  padding: 40px 20px;
}
.testimonial-section h4{
  color: #6B7280 !important;
}

.trusted-box .logo-card {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  transition: 0.2s;
}
.ripple-btn {
    position: relative;
    overflow: hidden;       /* required for ripple clipping */
    padding: 12px 25px;
    color: #fff;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    font-size: 16px;
}

/* Ripple circle */
.ripple-btn::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
}

/* On hover grow the circle */
.ripple-btn:hover::after {
    width: 160%;
    height: 160%;
    border: none !important;
}


.trusted-box .logo-card img {
  max-height: 50px;
  width: auto;
  opacity: 0.9;
}

.trusted-box .logo-card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
}
/* about-section */
.about-section {
  background-color: #eaf5fa;
  padding: 50px 0;
}
.about-section h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
  
  font-family: "Satoshi-variable", sans-serif;
  color: #2d9ccc;
}
.section-footer a .footer-logo {
  height: 50px;
}
.section-footer .section-content, .section-footer h3{
  color: #A3A3A3 !important;
  font-size: 16px !important;
}
.section-footer a, .section-footer p{
  font-size: 16px !important;
  color: #2B2B2B !important;
}
.footer-bottom-color span, .footer-bottom-color a{
  color: #b2b2b2 !important;
  font-size: 13px !important;
}

/* media-queries */
@media (max-width: 1200px) and (min-width: 768px) {
  .hero-section h1 {
    font-size: 48px;
  }
  .section-heading {
    font-size: 43px;
  }
	.qen-navbar .navbar-nav {
    gap: 20px;
}
}

@media (max-width: 991px) {
  .navbar-brand .logo{
  width: 140px;
}

header {
    background-color: #ffffff !important;
}

.menu-item-has-children {
    width: 100%;
    text-align: start;
    position: relative;
}

ul.sub-menu {
    position: static;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 0px 0px 10px;
}

.menu-item-has-children:hover ul.sub-menu {
    display: none;
}

.menu-item-has-children:after {
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 128 128" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path d="M64 88a3.988 3.988 0 0 1-2.828-1.172l-40-40c-1.563-1.563-1.563-4.094 0-5.656s4.094-1.563 5.656 0L64 78.344l37.172-37.172c1.563-1.563 4.094-1.563 5.656 0s1.563 4.094 0 5.656l-40 40A3.988 3.988 0 0 1 64 88z" fill="%23000000" opacity="1" data-original="%23000000"></path></g></svg>');
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
    right: 0px;
    top: 5px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

.menu-open.menu-item-has-children:after{
  transform: rotate(-180deg);
}

.menu-open ul.sub-menu {
    display: block !important;
}

.qen-navbar .navbar-nav {
    gap: 1rem;
}
}

@media (max-width: 767px) {
  .hero-section {
    padding: 100px 0 50px;
}

.qen-text-large {
    font-size: 20px;
}

.testimonial-section .trusted-box {
    padding: 0px 20px;
}


.qen-title {
    font-size: 24px;
}

.qen-page-header {
    padding: 50px 0;
}

p {
  font-size: 14px;
}

.h5, h5 {
    font-size: 1rem;
}

.icon img {
    width: 20px;
    height: 20px;
}

.icon-flip {
    width: 2.5rem !important;
    min-width: 2.5rem !important;
    height: 2.5rem !important;
    line-height: 2.5rem !important;
}
}


@media (max-width: 767px) and (min-width: 480px) {
  .hero-section h1 {
    font-size: 31px;
  }

  .hero-section h4 {
    font-size: 12px;
    letter-spacing: 2px !important;
  }
  .rounded-12 {
    font-size: 12px;
  }
  .section-heading {
    font-size: 32px !important;
  }
  .section-content {
    font-size: 14px !important;
  }
  .section-sub-heading {
    font-size: 24px !important;
  }
  .section-footer a {
    font-size: 14px !important;
  }
  .section-footer h3 {
    font-size: 14px !important;
  }

  button#menuBtn {
    width: 50px;
    height: 50px;
    display: flex !important;
    gap: 5px;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
  }
  button#menuBtn span {
    width: 22px;
    height: 2px;
    border-radius: 5px;
    display: inline-block;
    background-color: #151517 !important;
    transition: all 0.3s ease;
  }

.section-footer .section-content, .section-footer h3{
  color: #A3A3A3 !important;
  font-size: 16px !important;
}
.section-footer a, .section-footer p{
  font-size: 12px !important;
}

}
@media (max-width: 479px) {
  .hero-section h1 {
    font-size: 22px;
  }
  .hero-section h4 {
    font-size: 10px;
    letter-spacing: 1px !important;
  }
  .rounded-12 {
    font-size: 12px;
  }
  .section-heading {
    font-size: 22px !important;
  }
  .section-content {
    font-size: 12px !important;
  }
  .vision-section a {
    font-size: 12px !important;
    padding: 10px 25px !important;
    margin-right: 25px !important;
  }
  .section-sub-heading {
    font-size: 20px !important;
  }
  .section-footer a, .section-footer p {
    font-size: 12px !important;
  }
  .section-footer h3 {
    font-size: 14px !important;
  }

  button#menuBtn {
    width: 50px;
    height: 50px;
    display: flex !important;
    gap: 5px;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 14px;
  }
  button#menuBtn span {
    width: 22px;
    height: 2px;
    border-radius: 5px;
    display: inline-block;
    background-color: #151517 !important;
    transition: all 0.3s ease;
  }
.section-footer .section-content, .section-footer h3{
  color: #A3A3A3 !important;
  font-size: 14px !important;
}
.section-footer a{
  font-size: 11px !important;
}
}
