@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
  --bs-primary: #0098cd;
  --bs-secondary: #ed3237;
  --bs-body-font-family: "Roboto", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #292a35;
  --bs-body-bg: #fff;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
}

.section {
  padding: 50px 0;
}

.sec_head {
  font-size: 2.5rem;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  color: #292a35;
}

.sec_head::before {
  content: "";
  background-color: var(--bs-secondary);
  opacity: 1;
  width: 4px;
  height: 30px;
  display: inline-block;
  position: relative;
  bottom: 0;
  top: 9px;
  margin-right: 16px;
}

header {
  background-color: #f4f4f4;
  border-bottom: 1px solid var(--bs-secondary);
}


header .navbar-toggler{
  margin-left: auto;
  order: 2;
}

header .navbar-toggler:focus{
  box-shadow: none;
}

.navbar-brand img {
  max-height: 50px;
  max-width: 220px;
}

.contact_icon a {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  display: flex;
}

.fa_icon {
  margin-right: 1rem;
  font-size: 0.75rem;
  width: 26px;
  height: 26px;
  line-height: 26px;
  min-width: 26px;
  background-color: #000;
  border-radius: 50px;
  text-align: center;
  color: #fff;
}

.contact_icon:hover a {
  color: var(--bs-secondary);
}

.contact_icon:hover .fa_icon {
  background-color: var(--bs-secondary);
}

.btn {
  font-size: 0.875rem;
}

.btn-primary {
  background-color: var(--bs-primary);
  color: #fff;
  border-color: transparent;
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover,
.btn-primary:active {
  background-color: var(--bs-secondary);
  color: #fff;
  border-color: var(--bs-secondary);
}

.form-control:focus,
.form-select:focus {
  border: 1px solid transparent;
  box-shadow: none;
}

.banner_div {
  position: absolute;
  display: flex;
  top: 0;
  bottom: 0;
  align-items: center;
}

.caption-title {
  text-shadow: 1px 0px 4px #0000001e;
  font-size: 4rem;
  color: var(--bs-secondary);
  font-weight: 900;
}

.caption-sub-title {
  font-size: 40px;
  display: grid;
}

.caption-sub-title span {
  font-weight: 600;
}

.after-title {
  width: 60%;
  font-size: 18px;
}

.glan-card .head {
  font-size: 24px;
  font-weight: 500;
  color: var(--bs-secondary);
}

.glan-card .text {
  font-size: 16px;
}

.banner_form {
  background-color: var(--bs-primary);
  padding: 30px;
  border-radius: 12px;
}

.banner_form .head {
  font-size: 24px;
  margin: 0 0 30px;
}

.banner_form .form-group {
  margin-bottom: 18px;
  position: relative;
}

.form-group label {
  position: absolute;
  top: -2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  background: var(--bs-primary);
  padding: 0 12px 0 6px;
  margin: 0 0 0 12px;
  color: #fff;
}

.form-group .form-control,
.form-group .form-select {
  padding-left: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  background-color: var(--bs-primary);
  margin: 6px 0 0;
  color: #fff;
}

.form-select {
  background-image: url(../images/down-arrow.svg);
}

::placeholder {
  color: #ffffffca !important;
  opacity: 0.8 !important;
}

.glance-block {
  position: relative;
}

.banner_form {
  margin-top: -130px;
}

.btn-secondary {
  background-color: #f4f4f4 !important;
  padding: 8px;
  font-weight: 600;
  font-size: 18px;
}

.explore_sec {
  background-color: #eaeaea;
  overflow: hidden;
}

.explore-swiper,
.explore-swiper-1 {
  overflow: visible;
}

.swiper-slide {
  height: initial;
}

.explore_card {
  background-color: #f8f8f8;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
}

.explore_card .head {
  color: var(--bs-secondary);
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 8px;
}

.product-img {
  background-color: #fff;
  border-radius: 6px;
  position: relative;
}

.zoom-icon {
  width: 26px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.product-speci {
  padding-top: 12px;
}

.speci {
  color: var(--bs-secondary);
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}

.product-speci li {
  font-size: 15px;
  line-height: 24px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 2px;
}

.swiper-button-next {
  background-image: url(../images/next.svg);
  right: -10px;
  top: -80px;
  bottom: auto;
}

.swiper-button-prev {
  background-image: url(../images/prev.svg);
  left: auto;
  right: 40px;
  top: -80px;
  bottom: auto;
}

.swiper-button-disabled {
  display: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-disabled {
  display: block !important;
}

.footer {
  background-color: #292a35;
  padding: 60px 0 10px;
}

.contact_div a {
  text-decoration: none;
  color: #f4f4f4;
  padding: 4px 0;
}

.contact_div a:hover {
  color: var(--bs-secondary);
}

.contact_div img {
  width: 20px;
}

.footer_bottom {
  border-top: 1px solid var(--bs-secondary);
  padding: 16px 0;
  margin-top: 30px;
}

.social-icon {
  margin-right: 1.5rem;
  font-size: 1.25rem;
  width: 40px;
  height: 40px;
  line-height: 40px;
  min-width: 36px;
  background-color: #fff;
  border-radius: 50px;
  text-align: center;
  color: #292a35;
}

.social-icon:hover {
  color: var(--bs-primary);
}

.power_block {
  background-color: #f7f7f7;
  padding: 40px 60px 60px;
  border-radius: 16px;
  position: relative;
  margin-bottom: 60px;
}

.power_head {
  color: #ed3237;
  font-size: 2rem;
  font-weight: 900;
}

.power_subhead {
  color: #292a35;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 16px;
}

.listtab {
  display: flex;
  margin-bottom: 8px;
}

.listtab h5 {
  font-size: 1.125rem;
}

.power_img {
  background-color: #0096cd28;
  padding: 10px;
  border-radius: 50px;
  max-width: 50px;
  max-height: 50px;
  margin-right: 12px;
}

.power_badge {
  background-color: #ed3237;
  border-radius: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  width: fit-content;
  margin: auto;
  text-align: center;
  padding: 2px;
}

.power_badge_text {
  border: 1px solid #fff;
  padding: 12px 32px;
  font-size: 22px;
  border-radius: 12px;
}

.ummy_col {
  padding: 0;
}
#gform_wrapper_14 .gfield_label {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  position: absolute;
  top: -10px;
  left: 10px;
  background: #0098cd;
  padding: 0 10px;
  color: #fff; 
}
#gform_wrapper_14 .gfield input,#gform_wrapper_14 .gfield select{
  padding-left: 18px;
  padding: 10px 10px 10px 20px;
  padding-bottom: 8px;
  border: 1px solid #fff;
  background-color: #0098cd;
  margin: 6px 0 0;
  color: #fff;
 border-radius: 5px;
}
#gform_wrapper_14 .gform_required_legend {
  display: none;
}
#gform_wrapper_14 .gfield select{
  padding: 15px;
}
#gform_wrapper_14 .gfield {
  position: relative;
}
#field_14_10 .gfield_label.gform-field-label {
  display: none;
}
#gform_submit_button_14 {
  background-color: #f4f4f4 !important;
  padding: 8px;
  font-weight: 600;
  font-size: 18px;
  width: 100% !important;
  border: 1px solid #ddd;
  border-radius: 5px;
}
@media (max-width: 1199px) {
  .sec_head {
    font-size: 2.125rem;
  }

  .sec_head::before {
    top: 5px;
  }

  .caption-title {
    font-size: 3rem;
  }

  .caption-sub-title {
    font-size: 30px;
  }

  .after-title {
    width: 60%;
    font-size: 16px;
  }

  .glan-card .head {
    font-size: 20px;
  }

  .glan-card .text {
    font-size: 16px;
  }

  .explore_block {
    margin: auto 10px;
  }

  .swiper-button-next {
    /* right: -10px; */
    top: -50px;
  }

  .swiper-button-prev {
    /* left: -10px; */
    top: -50px;
    right: 30px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .banner_form .head {
    font-size: 20px;
    margin: 0px 0 20px;
  }
}

@media (max-width: 992px) {
  .section {
    padding: 30px 0;
  }

  .banner_form {
    margin-top: 0;
  }

  .banner_div {
    bottom: 60px;
  }

  .caption-title {
    font-size: 2.3rem;
  }

  .caption-sub-title {
    display: block;
  }

  .after-title {
    width: 70%;
    font-size: 16px;
  }

  .explore_card {
    padding: 16px;
  }

  .explore_card .head {
    font-size: 18px;
  }

  .zoom-icon {
    width: 20px;
  }

  .power_block {
    padding: 30px;
  }

  .ummy_col {
    padding: auto;
  }
}

@media (max-width: 768px) {
  .banner-img img {
    height: 400px;
  }

  .caption-title {
    font-size: 2rem;
  }

  .caption-sub-title {
    font-size: 20px;
  }

  .sec_head {
    font-size: 2rem;
  }

  .sec_head::before {
    height: 24px;
    bottom: 0;
    top: 8px;
    margin-right: 10px;
  }

  .power_block {
    padding: 20px;
  }

  .power_head {
    font-size: 1.5rem;
  }

  .power_subhead {
    font-size: 18px;
  }

  .power_badge_text {
    font-size: 18px;
    padding: 12px 16px;
  }

  .social-icon {
    font-size: 1rem;
  }

  .power_list li {
    line-height: 1.8;
  }

  .power_img {
    padding: 8px;
    max-width: 40px;
    max-height: 40px;
    margin-right: 10px;
  }
}

@media (max-width: 576px) {
  .section {
    padding: 30px 0 60px 0;
  }

  .banner-img img {
    height: auto;
  }

  .navbar-brand img {
    max-height: 40px;
  }

  .banner_form .head {
    font-size: 18px;
  }

  .banner_div {
    display: none;
    bottom: 0;
    top: 120px;
    align-items: self-start;
  }

  .fa_icon {
    margin-right: 10px;
  }

  .btn-top {
    padding: 4px 10px !important;
    font-size: 12px !important;
  }

  .after-title {
    width: 100%;
    font-size: 16px;
  }

  .banner_div {
    display: none;
    bottom: 0;
    top: 120px;
    align-items: self-start;
  }

  .sec_head {
    font-size: 1.35rem;
  }

  .glance-grid .row > div {
    padding: 0 6px;
  }

  .glance-grid .row > div .d-flex {
    display: block !important;
  }

  .glan-card .head {
    font-size: 17px;
  }

  .glan-card .text {
    font-size: 14px;
  }

  .banner_form {
    padding: 20px;
  }

  .swiper-button-disabled {
    display: block;
  }

  .sec_head::before {
    height: 16px;
    bottom: 0;
    top: 5px;
    margin-right: 10px;
  }

  .product-speci li {
    font-size: 14px;
  }

  .swiper-button-next {
    /* right: -10px; */
    top: auto;
    bottom: -50px;
    left: auto;
    right: 40%;
  }

  .swiper-button-prev {
    /* left: -10px; */
    top: auto;
    bottom: -50px;
    left: 40%;
    right: auto;
  }

  .power_badge_text {
    font-size: 16px;
  }
  .power_block {
    padding: 16px;
  }
  .listtab h5 {
    font-size: 1rem;
  }
}

@media (max-width: 390px) {
  .swiper-button-next {
    right: 35%;
  }

  .swiper-button-prev {
    left: 35%;
  }
}
