@font-face{
	font-family:'skf_chevin_lightregular';
	src:url('./fonts/skfchevinlight-webfont.woff2') format('woff2'),
	url('./fonts/skfchevinlight-webfont.woff') format('woff');
	font-weight:400;font-style:normal
	}

@font-face {
    font-family: 'SKF Sans';
    src: url('./fonts/SKFSans-Regular.woff2') format('woff2'),
        url('./fonts/SKFSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SKFDisplayBold';
    src: url('./fonts/SKFDisplayBold.eot');
    src: url('./fonts/SKFDisplayBold.eot') format('embedded-opentype'),
         url('./fonts/SKFDisplayBold.woff2') format('woff2'),
         url('./fonts/SKFDisplayBold.woff') format('woff'),
         url('./fonts/SKFDisplayBold.ttf') format('truetype'),
         url('./fonts/SKFDisplayBold.svg#SKFDisplayBold') format('svg');
}

body {
      margin: 0;
      padding: 0;
	  font-family: 'SKF Sans';
    }
    
    .navbar {
	  position: relative;
      background: rgb(255 255 255 / 10%);
      backdrop-filter: blur(6px);
    }

    .navbar-nav .nav-link {
      color: #364153;
      margin: 0 10px;
      font-weight: 500;
    }

    .btn-primary-custom {
      background-color: #0000fe;
      color: #fff;
      border-radius: 8px;
      padding: 10px 18px;
      font-weight: 500;
    }

    /* Hero Section */
    .hero-section {
      position: relative;
      height: 100vh;
      background: url('your-image.jpg') no-repeat center center/cover;
      display: flex;
      align-items: center;
      color: #fff;
    }

    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /*background: linear-gradient(to right, rgba(0,0,0,0.7), rgba(0,0,0,0.2));   */	  
	  background: rgba(0, 0, 0, 0.2);
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 600px;
    }

    .hero-content .hero-title {
      font-size: 64px;
    font-weight: bold;
    font-family: SKFDisplayBold;
    line-height: 130%;
    }
    .hero-content p.hero-text {
    font-size: 20px;
}

    .hero-content .hero-subtitle {
      font-size: 28px;
      margin-bottom: 15px;
    }

    .hero-content .hero-text {
      font-size: 16px;
      margin-bottom: 25px;
      line-height: 1.6;
    }

    .hero-content .btn-light-custom, .hero-content .btn-light-custom:hover {
      background: #fff;
      color: #000;
      border-radius: 10px;
      padding: 10px 18px;
      font-weight: 500;
    }

    .hero-content .bottom-text {
      margin-top: 20px;
      font-size: 14px;
      opacity: 0.9;
    }
	
	.hero-section {
  height: auto;
  display: flex;
  align-items: center;
  color: #fff;
  overflow: hidden;
}

.hero-content .achiv {
    border: 1px solid #ffffff42;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 40px;
    margin-bottom: 40px;
    background: #ffffff26;
    font-size: 15px;
}

.hero-content .achiv {
    border: 1px solid #ffffff42;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 40px;
    margin-bottom: 40px;
    background: #ffffff26;
    font-size: 15px;
}

.hero-content a.btn {
    background: #144ae8;
    border-radius: 10px;
}

.hero-content a.btn.btn-light-custom {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.hero-content .btm-bxs .bx {
    border: 1px solid #ffffff42;
    display: inline-block;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff26;
    text-align: center;
    width: 30%;
}

.hero-content .btm-bxs .bx p {
    margin: 0;
}

.hero-content .bottom-text {
    justify-content: space-between;
    margin-top: 60px;
}

.hero-content .btm-bxs .bx h3 {
    font-size: 35px;
    font-weight: 600;
}

.hero-content .hero-title span.blueclr {
    color: #fff;
}

.hero-content .hero-title {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.hero-content .hero-title:after {
    width: 40%;
    height: 3px;
    background: #2754ffeb;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}

/* Image */
.hero-img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

section.section-space {
    padding: 70px 0;
}

/* Content */
.hero-section .container {
  position: absolute;
    z-index: 2;
    /* max-width: 600px; */
    margin: auto;
    left: 0;
    right: 0;
}

.challenge-section {
  background: #f0f6ff;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 13px;
}

.section-subtitle {
  font-size: 18px;
  color: #333;
  margin-top: 10px;
}

.challenge-card {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
  box-shadow: none;
  align-items: center;
  gap: 20px;
  height: 100%;
  border: 1px solid #d9d9d9;
}

.challenge-card .icon img {
  width: 100%;
  border-radius: 12px;
}

.challenge-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.challenge-card p {
  font-size: 17px;
  color: #111;
  margin-bottom: 0;
}

section.section-space {
    padding: 70px 0;
}

.challenge-card .icon {
    margin-bottom: 15px;
}


.challenge-card h5 {
    
    line-height: 150%;
    margin-bottom: 0;
}

.solutions-section {
  background: #f0f6ff;
}

.section-subtitle {
  color: #555;
}

/* Cards */
.solution-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  padding: 0px;
  border: 0px solid #ccc;
}

.card-img {
  height: auto;
  width: 100%;
  object-fit: cover;
}

.card-body {
  padding: 20px 0 10px;
  display: flex;
  flex-direction: column;
  color: #111;
}

.explore-btn {
  margin-top: auto;
  border: none;
  background: none;
  color: #0000fe;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
}
.solutions-section button.explore-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solutions-section button.explore-btn .fa-angle-down:before {
}
.solutions-section button.explore-btn.active .fa-angle-down:before {
    content: "\f106";
}
/* Expand Section */
.solution-expand {
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease;  
}
.solution-expand .expand-item{
  background: #f4f4f6;
  padding: 20px;
  border-radius: 12px;
}

.solution-expand.active {
  max-height: 1000px;
}

.solution-card .image-bx {
    position: relative;
}

.solution-card .image-bx h2.pro-title {
    position: absolute;
    bottom: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    left: 16px;
    z-index: 9;
}

.solution-card .image-bx:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000a1;
    opacity: .4;
}

.solution-card .card-body {
    padding: 15px;
    display: block;
}

.solution-card .card-body label.lbl {
    background: #eee;
    display: inline-block;
    width: auto;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.solution-card .card-body p {
    font-size: 14px;
}

.solution-card .card-body h3 {
    font-size: 18px;
    padding: 10px 0;
}

.solution-card .card-body .image-btm {
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.solution-card .card-body p.text-uppercase {
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 6px;
}

.solution-card .card-body p.text-uppercase strong {
    font-weight: 500;
}

.solution-card .card-body li {
    list-style: none;
    margin: 6px 0;
    font-size: 14px;
}

.solution-card .card-body ul {
    padding: 0;
}

.solution-card .card-body button.explore-btn {
    background: #0000fe;
    width: 100%;
    color: #fff;
    padding: 7px 15px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: normal;
}

.solutions-section-01 .solution-card .card-body  label.lbl.red {
    color: #C10007;
    background: #FFE2E2;
}

.solutions-section-01 .solution-card .card-body label.lbl.blue {
    background: #DBEAFE;
    color: #1447E6;
}
.solutions-section-01 .solution-card .image-bx img.card-img {
    height: 170px;
    object-fit: cover;
}

.solutions-section-01 .solution-card .para {
    min-height: 110px;
}
section.solutions-section ul li img.tk-img {
    margin-right: 6px;
    position: relative;
    bottom: 1px;
}

section.solutions-section ul li {
    color: #4A5565;
}
section.solutions-section.industries-section h2.pro-title {
    background: #155DFC;
    padding: 5px 11px;
    font-size: 13px;
    border-radius: 20px;
    left: 12px;
    bottom: 6px;
    font-weight: normal;
}

section.solutions-section.industries-section h2.bx-heading {
    font-size: 22px;
    margin-top: 17px;
    font-weight: 600;
    color: #111;
}

section.solutions-section.industries-section {
    background: #fff;
}

section.solutions-section.industries-section .solution-card {
    border: 1px solid #e3e3e3;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.21);
}

div.solution-expand .popup-wrapper {
    flex-direction: column;
}

.popup-imgas {
    display: flex;
    align-items: center;
    width: 100%;
    background: #deecfe;
    padding: 20px;
}

.popup-imgas .left-top {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 25%;
}

.popup-imgas .left-top .image-popup > img {
    width: 100%;
}

.popup-imgas .left-top span.badge-custom {
    position: absolute;
    left: auto;
    right: auto;
    margin: auto;
    width: auto;
    top: -17px;
    background: #1b50d9;
    font-size: 14px;
    padding: 8px 20px;
}



/* Product Cards */
.solutions-section .product-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.solutions-section .product-card img {
  margin-bottom: 15px;
}

.solutions-section .callback-section {
  background: #f5f6f7;
}

.solutions-section .product-card h6 {
    background: #000ffd;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.solutions-section .product-card li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 0px 10px;
}

.solutions-section .product-card ul {
    padding: 0;
}

.solutions-section .product-card li img.tick {
    max-width: 16px;
    margin: 0;
}

.solutions-section .product-card li:last-child {
    padding-bottom: 0;
}

.solutions-section .product-card .inf-bx {
    min-height: 110px;
}

/* LEFT SIDE */
.support-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0000fe;
  font-weight: 500;
}

.main-heading {
  font-size: 38px;
  font-weight: 700;
}

.main-heading span {
  color: #0000fe;
}

.heading-line {
  width: 80px;
  height: 3px;
  background: #0000fe;
  margin: 15px 0;
}

.desc {
  color: #555;
  line-height: 1.6;
}

.highlight {
  color: #0000fe;
  font-weight: 500;
}

.left-image img {
  max-width: 100%;
}

/* RIGHT FORM */
.form-card {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
}

.form-heading {
  border: 2px solid #0000fe;
  padding: 10px;
  border-radius: 8px;
  color: #0000fe;
  font-weight: 600;
}

.form-control {
  height: 45px;
  border-radius: 6px;
}

textarea.form-control {
  height: auto;
}

.submit-btn {
  background: #0000fe;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
}


.case-study {
    text-align: center;
    background: #f9f9f9;
    padding: 50px 0;
}

.case-study h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.case-card {
  background: #efefef;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    border: 1px solid #eee;
}

.case-left {
  width: 30%;
  text-align: left;
}

.case-left img {
  width: 100%;
  border-radius: 8px;
}

.video-box {
  height: auto;
  background: #2f3e4d;
  margin-top: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  font-size: 30px;
  color: #fff;
}
.case-left a.btn {
    display: inline-block;
    margin-top: 20px;
}

.btn, .btn:hover, .btn:active {
  display: inline-block;
  margin-top: 0px;
  padding: 10px 15px;
  background: #0000fe;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #0000fe;
    color: #fff;
    border-color: #0000fe;
}

.navbar a.btn {
    border-radius: 10px;
    padding: 7px 25px;
}

.case-right {
  width: 70%;
  text-align: left;
}

.case-right h3 {
  color: #0000fe;  
  font-weight: bold;
}

.subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.case-right ul {
  padding-left: 18px;
}

.case-right li {
  margin-bottom: 6px;
}

.case-right p.subtitle {
    color: #0000fe;
    font-weight: 600;
    font-size: 17px;
}

.case-right h4 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.case-right ul img.tick {
    width: auto;
	margin-right:5px;
}

.case-right ul li {
    display: flex;
    align-items: center;
	gap: 5px;
}

.case-right ul li span.blue {
    color: #161afd;
    font-size: 20px;
    font-weight: bold;
}

.case-right ul {
    padding: 0;
}

.case-study .owl-dots span {
    padding: 5px;
    height: auto;
    display: block;
    border-radius: 10px;
}

.case-study button.owl-dot {
    font-size: 20px;
    margin: 0 3px;
}

/* Owl Nav */
.case-study .owl-nav button {
  position: absolute;
  top: 40%;
  background: #0d6efd !important;
  color: #fff !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.case-study .owl-nav .owl-prev {
  left: -20px;
}

.case-study .owl-nav .owl-next {
  right: -20px;
}

/* Dots */
.case-study .owl-dots {
  margin-top: 15px;
}

.case-study .owl-dot span {
  background: #ccc !important;
}

.case-study .owl-dot.active span {
  background: #0d6efd !important;
}

.footer {
  background: #f4f4f4;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

/* CTA Buttons */
.footer-cta {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.cta {
  padding: 12px 25px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}

.cta.primary {
  background: #1357a6;
  color: #fff;
}

.cta.outline {
  border: 2px solid #1357a6;
  color: #000;
  background: transparent;
}

section.callback-section {
    background: #F7FAFC;
}

section.callback-section h2.main-heading {
    font-weight: bold;
}

section.callback-section span.text {
    font-size: 20px;
    color: #111;
}

section.callback-section p.desc {
    font-size: 20px;
    color: #000;
}

section.callback-section .row {
    background: #fff;
    padding: 20px 20px 0px 20px;
    border-radius: 12px;
}

section.callback-section .row .row {
    padding: 0px;
}


/* Footer Grid */
.footer-container {

  margin: auto;
  /*display: grid;*/
  display: block;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.footer-col h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
}

.footer-col h4 {
  margin-top: 20px;
  font-size: 16px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 10px;
}

.footer-col ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.footer-col ul li a:hover {
  text-decoration: underline;
}
.footer-cta a.cta {
    height: auto;
    width: 100%;
    font-size: 16px;
    text-align: center;
    font-family: 'SKF Sans';
}

div.footer-cta {
    align-items: center;
    flex-wrap: nowrap;
}

.footer-cta .cta.primary {
    background: #0000fe;
}

/* Social Icons */
.social-icons {
  display: flex;
  gap: 12px;
  margin: 10px 0 15px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border: 1px solid #0000fe;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0000fe;
  text-decoration: none;
  font-size: 16px;
}

.social-icons a:hover{
  background: #0000fe;
  color: #fff;
}

/* Email */
.email {
  display: inline-block;
  margin-top: 5px;
  color: #000;
  text-decoration: underline;
}

/* Overlay blur background */
    .modal-backdrop.show {
      opacity: 0.7;
    }


    .solution-expand .modal.custom-modal .modal-dialog {
      margin-top: 60px;
      max-width: 600px;
    }

    .solution-expand .custom-modal .modal-content {
      border-radius: 12px;
      border: none;
      box-shadow: 0 10px 30px rgba(0,0,0,0.2);
      overflow: hidden;
    }

    .solution-expand .custom-modal .modal-header {
      border-bottom: none;
      padding: 20px 20px 10px;
      position: relative;
    }

    .solution-expand .badge-custom {
      background: #1e6fb9;
      color: #fff;
      padding: 6px 14px;
      border-radius: 20px;
      font-size: 14px;
      display: inline-block;
      margin-bottom: 10px;
        font-size: 18px;
    }

    .solution-expand .modal-title-custom {
      font-size: 26px;
      font-weight: 600;
    }

    .solution-expand .btn-close {
      position: absolute;
      right: 15px;
      top: 15px;
    }

    .solution-expand .custom-modal .modal-body {
      padding: 20px;
      font-size: 15px;
      color: #444;
    }
    
    .solution-expand .modal-content {
    overflow: hidden;
}
 

  /* Title */
  .solution-expand .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  /* Description box */
  .solution-expand .desc-box {
    background: #dfe6ef;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  /* Two columns */
  .solution-expand .content-row {
    display: flex;
    gap: 20px;
  }

  .solution-expand .box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    flex: 1;
  }

  .solution-expand .box h4 {
    color: #1e6fb9;
    margin-bottom: 15px;
  }

  .solution-expand .list-item {
    margin-bottom: 10px;
    display: flex;
    align-items: start;
    gap: 10px;
  }

  .solution-expand .check {
    color: orange;
    font-weight: bold;
  }

  /* Image left side */
  .solution-expand .popup-wrapper {
    display: flex;
    gap: 0px;
  }


  
  .solution-expand .modal-dialog {
    max-width: 1100px;
}

.solution-expand .modal-dialog .popup-img {
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4f6fa;
}

.solution-expand .modal-body {
    padding: 0;
}

.solution-expand .popup-content {
    width: 70%;
}

.solution-expand .modal-dialog .popup-img img {
    width: auto;
}

.solution-expand .modal-header {
    padding-left: 0;
    border: 0;
    padding-bottom: 10px;
}

.solution-expand .title {
    color: #000;
    font-size: 24px;
}

.solution-expand .popup-content {
    padding: 0px 15px 15px 10px;
}

.solution-expand .desc-box {
    background: #eef4ff;
    border: 1px solid #a3a3a3;
}

.solution-expand  .content-row {
    padding: 15px;
    background: #eee;
    border-radius: 12px;
}

.solution-expand  .box h4 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    padding-bottom: 6px;
    color: #0545bf;
}

.solution-expand .box  .list-item {}

section.solutions-section.application-section {
    background: #f9fafb;
}

section.solutions-section.application-section .solution-card {
    border: 2px solid #e1e1e1;
}

section.solutions-section.application-section h2.pro-title {
    font-size: 22px;
    margin-top: 17px;
    font-weight: 600;
    color: #111;
    margin: 5px 0 15px 0;
}

section.solutions-section.application-section label.lbl.red {
    background: transparent;
    font-size: 15px;
    padding: 0;
}

section.solutions-section.application-section ul li {
    margin: 10px 0;
}
section.solutions-section.application-section .clr-blue p {
    color: #2B7FFF;
}


.popup-imgas .left-top .image-popup {
    padding: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.21);
    border-radius: 13px;
    background: #f7f9fe;
}

.popup-imgas .right-top {
    padding: 0 0 0 50px;
}

.popup-imgas .right-top span.badge-custom {
    font-size: 13px;
    padding: 8px 20px;
    background: #fff;
    color: #1b50d9;
    font-weight: bold;
}

.popup-imgas .right-top .title {
    font-size: 34px;
    line-height: normal;
    font-weight: bold;
}

.popup-imgas .right-top .desc-box {
    font-size: 18px;
    border: 0;
    background: transparent;
    padding: 0;
    color: #111;
}

div.solution-expand button.btn-close {
    background-color: #fff;
    color: #111;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.21);
    opacity: 1;
    right: 20px;
    top: 20px;
}

div.solution-expand .modal-content {
    border-radius: 15px;
}

.solution-expand .modal-header {
    position: absolute;
    right: 0;
    top: 0;
}

.solution-expand .content-row {
    flex-wrap: wrap;
    width: 100%;
    background: transparent;
    padding: 15px;
    gap: 5px 35px;
}

.solution-expand .content-row .box {
    width: 48%;
    flex: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.21);
    background: #fff;
    position: relative;
    margin: 10px 0;
}
.solution-expand .content-row .box.box-01 {
    padding: 30px 40px 20px 40px;
}
.solution-expand .content-row .box {
    padding: 20px 20px 10px 20px;
}

.solution-expand .popup-content {
    width: 100%;
}

.solution-expand .content-row .box-01 .image-icon {
    position: absolute;
    top: -15px;
    left: -15px;
    border-radius: 100px;
    overflow: hidden;
}

.solution-expand .content-row h4 {
    text-align: left;
    font-size: 14px;
    padding: 0;
    margin-bottom: 10px;
}

section.callback-section {
    background: #4a61da;
}

section.callback-section .row {
    background: transparent;
}

section.callback-section h2.section-title {
    color: #fff;
}

section.callback-section p.section-subtitle {
    color: #fff;
    margin-bottom: 0;
}

section.callback-section .form-card {
    background: transparent;
    border: 1px solid #ffffff42;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff26;
    max-width: 700px;
    margin: auto;
}

section.callback-section .form-card label {
    color: #fff;
    padding-bottom: 7px;
}

section.callback-section .form-card .form-control {
    border: 0;
    padding: 10px 10px;
}

section.callback-section .form-card input.form-control {
    height: auto;
}

section.callback-section .form-card button.btn.submit-btn {
    background: #fff;
    border-radius: 15px;
    display: inline-block;
    width: auto !important;
    padding: 10px 25px;
    margin-top: 10px;
    font-size: 17px;
    color: #1447E6;
}

section.callback-section .btm-counts {
    text-align: center;
    padding-top: 40px;
    justify-content: space-around;
    gap: 20px;
    border-top: 1px solid #eeeeee2e;
    margin-top: 40px;
}

section.callback-section .btm-counts .bx h4 {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

section.callback-section .btm-counts .bx {
    color: #fff;
}

.enquirefixed {
    position: fixed;
    top: 50% !important;
    right: 0px;
    z-index: 10;
    background: none;
    padding: 5px 10px;
    border-radius: 6px;
    text-align: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transform: rotate(-90deg) translateX(50%);
    -moz-transform: rotate(-90deg) translateX(50%);
    -ms-transform: rotate(-90deg) translateX(50%);
    -o-transform: rotate(-90deg) translateX(50%);
    -webkit-transform: rotate(-90deg) translateX(50%);
    transform-origin: bottom right;
    width: 150px;
    background: #62b612;
    font-size: 16px;
}

.enquirefixed {
    background: transparent;
    width: 315px;
    padding-bottom: 0;
}
.enquirefixed.show {
    display: block;
}
.enquirefixed.hide {
    display: none;
}
.enquirefixed {
    z-index: 999999;
    text-transform: none;
}
.enquirefixed button, .enquirefixed a {
    background: #ffd400;
    color: #000;
    border: 0;
    padding: 8px 26px;
    display: inline-block;
    margin-right: 3px;
    font-size: 20px;
    text-decoration: none;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
    border: 2px solid #fff;
    border-bottom: 0;
    box-shadow: 0 4px 12px 0 rgb(0, 0, 0, 0 / 60%);
    border-bottom: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.solution-expand .popup-content button.explore-btn {
    background: #0000fe;
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    text-align: center;
    justify-content: center;
    gap: 10px;
    font-weight: normal;
    font-size: 15px;
    max-width: 97%;
    margin: auto;
}
.solution-expand .content-row .box .image-icon {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}

.solution-expand .content-row .box .image-icon h4 {
    margin: 0;
    padding: 0;
}


.footer {
  background: #0b1a2b;
  color: #cbd5e1;
  padding: 50px 20px 20px;
}

footer .footer-container {
  max-width: 1200px;
  margin: auto;
}

/* Top Layout */
footer .footer-top {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* Brand */
footer .footer-brand {
  max-width: 300px;
}

footer .logo {
  font-size: 28px;
  color: #fff;
  margin-bottom: 10px;
}

footer .footer-brand p {
  font-size: 14px;
  line-height: 1.6;
}

footer .socials {
  margin-top: 15px;
}

footer .socials a {
  display: inline-block;
  margin-right: 10px;
  background: #13263f;
  padding: 10px 15px;
  border-radius: 8px;
  color: white;
  text-decoration: none;
}

/* Links */
footer .footer-links {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
footer .footer-top .footer-links {
    width: 70%;
    justify-content: space-around;
}
footer .footer-links h4 {
  color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

footer .footer-links ul {
  list-style: none;
  padding: 0;
}

footer .footer-links li {
  margin-bottom: 8px;
}

footer .footer-links a {
  text-decoration: none;
  color: #99A1AF;
  font-size: 14px;
}

footer .footer-links a:hover {
  color: #3b82f6;
}

/* Contact Bar */
footer .footer-contact {
  margin-top: 40px;
  background: #13263f;
  padding: 20px;
  border-radius: 12px;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

footer .contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

footer .icon-box {
  background: #2563eb;
  color: white;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 18px;
}

footer .contact-item h5 {
  margin: 0;
  color: #fff;
}

footer .contact-item p {
  margin: 2px 0 0;
  font-size: 13px;
}

/* Bottom */
footer .footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #1e293b;

  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

footer .footer-policy a {
  margin-left: 15px;
  text-decoration: none;
  color: #6A7282;
  font-size: 13px;
}

footer .footer-policy a:hover {
  color: #3b82f6;
}

.mobile-tabs {
    display: block ;
}


.mobile-tabs {
    display: none;
}

section.solutions-section.application-section .tabs.mobile-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

section.solutions-section.application-section div.tab-content1 {
    /* width: auto; */
    display: none;
}
section.solutions-section.application-section div.tab-content1.active {
    display: block;
}
section.solutions-section.application-section .row.g-4.sl-mobs {
    flex-wrap: nowrap;
}


section.solutions-section.application-section button.tab-btn1.active {
    background: transparent;
    border: 2px solid #000;
    border-radius: 30px;
    padding: 5px 20px;
    font-weight: 600;
    color: #000;
    color: #fff;
    background: #0000fe;
    /* border: 0; */
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
    border: 0;
}

section.solutions-section.application-section button.tab-btn1 {
    background: transparent;
    border: 0px solid transparent;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
}

section.solutions-section.application-section .tabs.mobile-tabs {
    display: flex;
    margin-bottom: 20px;
    overflow-x: auto;
}
section.solutions-section.application-section div.tab-content1 {
    width: 100%;
}
section.solutions-section.application-section .solution-card {
    border: 2px solid #e1e1e1;
    flex-direction: row;
    max-width: 880px;
    margin: auto;
}
section.solutions-section.application-section .solution-card .image-bx {
    width: 80%;
}
section.solutions-section.application-section .solution-card .image-bx img.card-img {
    height: 100%;
    object-fit: cover;
}
section.solutions-section.application-section .solution-card .card-body {
    padding: 15px 25px;
    display: block;
}

@media (max-width: 1400px) {
    .hero-content .achiv {
    margin-bottom: 10px;
}

.hero-content .hero-title {
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.hero-content p.hero-text {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 17px;
}

.hero-content .bottom-text {
    margin-top: 30px;
}

.hero-content .btm-bxs .bx {
    padding: 15px;
}

.hero-content .btm-bxs .bx h3 {
    font-size: 30px;
}

.hero-content a.btn,.hero-content a.btn:hover {
    padding: 8px 16px;
}

.challenge-card h5 {
    font-size: 16px;
    line-height: normal;
}

.solution-card .card-body h3 {
    padding: 10px 0 0 0;
    font-size: 15px;
}

.solution-card .card-body p {
    font-size: 14px;
    line-height: 130%;
}

.solutions-section-01 .solution-card .para {
    min-height: 86px;
}

.solution-card .card-body li {
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 0;
}

section.solutions-section.industries-section h2.bx-heading {
    font-size: 20px;
}
}

@media (max-width: 1300px) {
    .hero-content .hero-title {
        font-size: 47px;
    }
    
    .hero-content p.hero-text {
        font-size: 16px;
    }
    
    .hero-content a.btn, .hero-content a.btn:hover {
        padding: 7px 10px;
        font-size: 14px;
    }
    
    .hero-content .bottom-text {
        margin-top: 20px;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
}
@media (min-width: 1200px) {
    .solutions-section .product-card img {
  width: auto;
 
}
    .challenge-card .icon, .challenge-card .content {
        width: 100%;
    }
}

    /* Responsive */
    @media (max-width: 768px) {
      .hero-title {
        font-size: 36px;
      }

      .hero-subtitle {
        font-size: 20px;
      }

      .hero-text {
        font-size: 14px;
      }
    
  .section-title {
    font-size: 26px;
  }

  .challenge-card {
    flex-direction: column;
    text-align: center;
  }

  .challenge-card .icon img {
    width: 100%;
  }
  
  .section-title {
    font-size: 24px;
  }
  
  .main-heading {
    font-size: 26px;
  }

  .left-content {
    text-align: center;
  }
  
  
  
  /*===============================*/
  
  img.hero-img {
    height: 500px;
}

.hero-content .hero-title {
    font-size: 27px;
}

.hero-content .hero-text {
    margin-bottom: 10px;
    line-height: normal;
}

.hero-content .hero-subtitle {
    margin-bottom: 5px;
    font-size: 21px;
}

.hero-content a.btn, .hero-content .btn-light-custom:hover {
    padding: 5px 10px;
    border-radius: 3px;
}

.hero-content .d-flex {
}

.hero-content .bottom-text {
    margin: 10px 0 0;
}

.hero-section .container {
    bottom: 50px;
}

.section-title {
    font-size: 22px;
}

body .container {
    padding: 0 15px;
}

.case-study h2 {
    font-size: 24px;
}

.case-study .case-card {
    flex-direction: column;
    padding: 16px;
}

.case-study .case-left {
    width: 100%;
}

.case-study .case-right {
    width: 100%;
}

.case-study .owl-nav {
    display: none;
}

section.callback-section .row {
    padding: 0;
}

.form-card {
    padding: 15px;
}

section.callback-section h2.main-heading {
    font-size: 18px;
}

section.callback-section h2.main-heading br {
    display: none;
}

section.callback-section .heading-line {
    margin: auto;
}

section.callback-section .support-tag {
    justify-content: center;
}

section.callback-section p.desc {
    font-size: 15px;
}

section.callback-section .form-heading {
    font-size: 16px;
}

.solutions-section .row.sl-mob {
    display: block;
}
.solutions-section .row.sl-mob .solution-card {
    box-shadow: none;
    max-width: 93%;
    margin: auto;
    min-height: 660px;
}

.solutions-section .owl-dots span {
    padding: 5px;
    height: auto;
    display: block;
    border-radius: 10px;
}

.solutions-section button.owl-dot {
    font-size: 20px;
    margin: 0 3px;
}

.solutions-section .owl-dot span {
  background: #ccc !important;
}

.solutions-section .owl-dot.active span {
  background: #0d6efd !important;
}
.solutions-section  .owl-dots {
    display: flex;
    justify-content: center;
}

section.challenge-section .row.sl-mob .solution-card {
    box-shadow: none;
    max-width: 93%;
    margin: auto;
    min-height: 660px;
}

section.challenge-section .owl-dots span {
    padding: 5px;
    height: auto;
    display: block;
    border-radius: 10px;
}

section.challenge-section button.owl-dot {
    font-size: 20px;
    margin: 0 3px;
}

section.challenge-section .owl-dot span {
  background: #ccc !important;
}

section.challenge-section .owl-dot.active span {
  background: #0d6efd !important;
} 
section.challenge-section .owl-dots {
    display: flex;
    justify-content: center;
}

.solutions-section {
    padding-bottom: 0 !important;
}
.solution-expand.active {
    max-height: none;
}

.solution-expand .popup-wrapper {
    flex-direction: column;
    overflow: auto;
    max-height: 700px;
}

.solution-expand .modal-dialog .popup-img {
    width: 100%;
}

.solution-expand .popup-content {
    width: 100%;
}

.solution-expand .content-row {
    flex-direction: column;
    padding: 10px;
}

.solution-expand .title {
    font-size: 20px;
    margin-bottom: 7px;
}

.solution-expand .badge-custom {
    margin: 0;
    font-size: 14px;
    padding: 3px 10px;
}

.solution-expand .modal-header {
    padding-top: 5px;
}

.solution-expand .desc-box {
    font-size: 15px;
    padding: 6px 10px;
}

.solution-expand .box {
    padding: 12px;
    border-radius: 8px;
}

.solution-expand .box h4 {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 17px;
    text-align: left;
}

.solution-expand .box .list-item {
    margin-bottom: 5px;
}

.solution-expand .popup-wrapper {
    flex-direction: column;
    overflow: auto;
    max-height: 700px;
}

.solution-expand .modal-dialog .popup-img {
    width: 100%;
}

.solution-expand .popup-content {
    width: 100%;
}

.solution-expand .content-row {
    flex-direction: column;
    padding: 10px;
}

.solution-expand .title {
    font-size: 20px;
    margin-bottom: 7px;
}

.solution-expand .badge-custom {
    margin: 0;
    font-size: 14px;
    padding: 3px 10px;
}

.solution-expand .modal-header {
    padding-top: 5px;
}

.solution-expand .desc-box {
    font-size: 15px;
    padding: 6px 10px;
}

.solution-expand .box {
    padding: 12px;
    border-radius: 8px;
}

.solution-expand .box h4 {
    margin-bottom: 5px;
    padding-bottom: 0;
    font-size: 17px;
    text-align: left;
}

.solution-expand .box .list-item {
    margin-bottom: 5px;
}

.case-right ul li {
    font-size: 13px;
    margin: 0;
}

.case-right ul img.tick {
    max-width: 20px;
    margin: 0;
}

.case-right h4 {
    font-size: 15px;
}

.case-study .case-right {
    line-height: 130%;
    font-size: 15px;
}

.case-right h3 {
    font-size: 20px;
}

.case-right p.subtitle {
    font-size: 15px;
}

.case-study {
    padding-bottom: 20px;
}

section.callback-section form label {
    display: none;
}

section.callback-section form label.form-check-label {
    display: block;
}
}


@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  .footer-container {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    flex-direction: column;
    align-items: center;
  }
}








@media (max-width: 640px) {
    .hero-content .achiv {
        font-size: 12px;
    }
    
    .hero-content p.hero-text {
        font-size: 14px;
    }
    
    .hero-content .btm-bxs .bx {
        padding: 10px;
    }
    
    .hero-content .btm-bxs .bx p {
        font-size: 12px;
    }
    
    .hero-content .bottom-text {
        margin-top: 20px;
    }
    
    .hero-content .btm-bxs .bx h3 {
        font-size: 24px;
    }
    
    section.challenge-section .challenge-card {
        width: auto;
        height: auto;
    }
    
    section.challenge-section {}
    
    section.section-space img.tk-img {
        width: auto;
    }
    
    section.section-space img.th-img {
        width: auto;
    }
    
    .solutions-section.solutions-section-01 img.th-img {
        width: auto;
    }
    
    .solutions-section.solutions-section-01 li img.tk-img {
        width: auto;
    }
    .enquirefixed button, .enquirefixed a {
    padding: 2px 16px;
    font-size: 18px;
}
    .hero-content a.btn, .hero-content a.btn:hover {
        padding: 6px 16px;
    }
    
    
    .solution-card .card-body li {
    display: flex;
    align-items: center;
}

.solution-card .card-body .image-btm {
    padding-bottom: 12px;
    padding-top: 5px;
}

.solutions-section-01 .solution-card .para {
    min-height: auto;
}

.solutions-section-01 .solution-card .card-body label.lbl {
    margin-bottom: 10px;
}

.solution-card .card-body h3 {
    padding-top: 5px;
}

.owl-carousel .owl-item .image-bx > img {
    width: 100%;
}

.solutions-section .row.sl-mob .solution-card {
    min-height: auto;
}

section.solutions-section.industries-section {
    padding-bottom: 50px !important;
}

.section-subtitle br {
    display: none;
}

section.solutions-section.application-section ul li {
    font-size: 13px;
}

section.solutions-section.application-section {
    padding-bottom: 50px !important;
}

section.callback-section .btm-counts .bx h4 {
    font-size: 23px;
}

section.callback-section .btm-counts .bx  p {
    font-size: 10px;
}

footer .footer-top .footer-links {
    width: 100%;
    display: block;
}

 .footer-top {
    flex-direction: column;
  }

  .footer-links {
    gap: 30px;
  }

  .footer-contact {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-policy a {
    margin-left: 0;
    margin-right: 10px;
  }
  
  footer .footer-contact {
    margin-top: 10px;
}

.solution-card .card-body li {
    display: flex;
    align-items: center;
}

.solution-card .card-body .image-btm {
    padding-bottom: 12px;
    padding-top: 5px;
}

.solutions-section-01 .solution-card .para {
    min-height: auto;
}

.solutions-section-01 .solution-card .card-body label.lbl {
    margin-bottom: 10px;
}

.solution-card .card-body h3 {
    padding-top: 5px;
}

.owl-carousel .owl-item img {
    width: auto;
}

.solutions-section .row.sl-mob .solution-card {
    min-height: auto;
}

section.solutions-section.industries-section {
    padding-bottom: 50px !important;
}

.section-subtitle br {
    display: none;
}

section.solutions-section.application-section ul li {
    font-size: 13px;
}

section.solutions-section.application-section {
    padding-bottom: 50px !important;
}

section.callback-section .btm-counts .bx h4 {
    font-size: 23px;
}

section.callback-section .btm-counts .bx  p {
    font-size: 10px;
}

footer .footer-top .footer-links {
    width: 100%;
    display: block;
}

footer .footer-contact {
    margin-top: 10px;
}

footer .footer-bottom p {
    font-size: 13px;
    text-align: center;
    color: #6A7282;
    margin: 0;
}

footer .footer-bottom {
    justify-content: center;
    gap: 5px;
    align-items: center;
}

footer .footer-policy a {
    font-size: 12px;
    margin: 0 4px;
}

section.section-space {
    padding: 30px 0;
}

.popup-imgas {
    flex-direction: column;
}.popup-imgas {}.popup-imgas {
    align-items: start;
}

.popup-imgas .left-top {
    width: 80%;
    margin: 0;
    justify-content: start;
    margin-bottom: 20px;
}

.popup-imgas .right-top {
    padding: 0;
}

.popup-imgas .right-top .title {
    font-size: 22px;
    padding-top: 10px;
}

.popup-imgas .right-top .title br {
    display: none;
}

.popup-imgas .right-top .desc-box {
    margin: 0;
}

.solution-expand .content-row .box.box-01 {
    width: 100%;
    padding: 20px 20px 20px 40px;
}

.solution-expand .content-row .box {
    width: 100%;
}

.solution-expand .box p {
    font-size: 13px;
    margin: 0;
}

.solution-expand .box .list-item {
    font-size: 13px;
}

.modal.show .modal-dialog {
    height: 96%;
}

div.solution-expand .modal-content {
    height: 100%;
}
div.solution-expand .popup-wrapper {
    
    max-height: 750px;
}

.moreContent {
      display: none;
    }
    
    section.challenge-section .challenge-card .icon > img {
    width: 100%;
}

section.challenge-section .challenge-card {
    max-width: 90%;
    margin: auto;
}


div.tab-content {
    /* width: auto; */
    display: none;
}
div.tab-content.active {
    display: block;
}
.row.g-4.sl-mobs {
    flex-wrap: nowrap;
}

div.tab-content.active {
    display: block;
}

button.tab-btn.active {
    background: transparent;
    border: 1px solid #0000fe;
    border-radius: 30px;
    padding: 5px 20px;
    font-weight: 600;
    color: #000;
    color: #fff;
    background: #0000fe;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}

.tabs.mobile-tabs {
        text-align: center;
    }

button.tab-btn {
    background: transparent;
    border: 1px solid #FF9800;
    border-radius: 30px;
    padding: 5px 15px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    white-space: nowrap;
    margin: 2px 0;
    width: 48%;
}

.tabs.mobile-tabs {
    display: block;
    margin-bottom: 20px;
    overflow-x: auto;
}
.solution-card .image-bx:before {
    background: transparent;
}

section.solutions-section.application-section .solution-card {
    display: block;
}

section.solutions-section.application-section .solution-card .image-bx {
    width: 100%;
    height: 210px;
}
}

.deskimg{display:block;}	
.mobimg{display:none;}


@media screen and (max-width: 992px) {
.deskimg{display:none;}	
.mobimg{display:block;}
}	


@media screen and (max-width: 680px){
        .skf-footer .foot-logo {
        margin-bottom: 15px !important;
        margin-right: 0 !important;
    }
        .skf-footer .foot-logosec {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
        max-width: 100% !important;
        margin-bottom: 15px !important;
    }
    .skf-footer .col-md-5, .skf-footer .col-md-7 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        padding: 10px 15px !important;
    }
    

.skf-footer .footer-middle, .skf-footer .social, .skf-footer .foot-logosec {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px !important;
}

}
