/* Google Font is loaded in HTML. All text uses Rubik. */
body {
  font-family: 'Rubik', sans-serif;
  background: #f8f9fa;
  color: #222;
}
a {
    text-decoration: none;
    color: #555;
}
.text-warning{color: #F7941D !important;}
/* Navbar */
.navbar {
  font-size: 1rem;
}
.navbar-brand span {
  color: #F7941D !important;
  letter-spacing: 1px;
}
.nav-link {
  color: #222 !important;
  /* font-weight: 500; */
  transition: color 0.2s;
}
.nav-link:hover, .nav-link.active {
  color: #F7941D !important;
}
.main-cta {
  background: #F7941D !important;
  border: none;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.main-cta:hover {
  background: #d87a0c !important;
  transform: scale(1.04);
  box-shadow: 0 4px 16px rgba(247,148,29,0.15);
}

/* Hero Section */
.hero-section {
  position: relative;
  min-height: 320px;
  display: flex;
  align-items: center;
  color: #fff;
  z-index: 1;
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-overlay {
  z-index: 1;
  pointer-events: none;
}
.hero-section h1 {
  font-size: 2.2rem;
  font-weight: 700;
}
.hero-section p, .hero-section a {
  color: #fff;
  font-size: 1.1rem;
}
.hero-section a.text-warning {
  color: #F7941D !important;
}

/* Filter Buttons */
.filter-btn {
  min-width: 160px;
  border-radius: 8px;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.filter-btn.active, .filter-btn:hover {
  background: #F7941D !important;
  color: #fff !important;
  box-shadow: 0 2px 8px rgba(247,148,29,0.10);
  transform: scale(1.04);
}

/* Use Case Cards */
.usecase-card {
  border-radius: 12px;
  transition: box-shadow 0.2s, transform 0.2s;
  background: #f8f9fa;
}
.usecase-card:hover {
  box-shadow: 0 6px 24px rgba(247,148,29,0.12);
  transform: translateY(-4px) scale(1.03);
}
.usecase-card .badge {
  font-size: 1rem;
  font-weight: 500;
  /* background: #f8f9fa; */
  color: #222;
  border-radius: 8px;
  /* padding: 12px 16px; */
  /* box-shadow: 0 1px 4px rgba(0,0,0,0.03); */
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color: #F7941D; color: #fff !important;}
.nav-pills{background-color:#ECEEF2;}
.badge a{color:#222; text-decoration: none;}
footer .fa-warning, footer .fa-solid {
    color: #F7941D;
}
footer .bg-dark{color: #fff;}
.footer-bottom p{font-size: 12px; margin: 0px;}
.footer-bottom p a{color: #fff; text-decoration: none;}
.footer-bottom p a:hover{color:#F07C01;}
/* CTA Section */
.bg-dark {
  background: #444 !important;
}
.btn-outline-light {
  border-color: #fff;
  color: #fff;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.btn-outline-light:hover {
  background: #fff;
  color: #F7941D;
  border-color: #fff;
  transform: scale(1.04);
  box-shadow: 0 4px 16px rgba(247,148,29,0.10);
}

.copyright-bar {
    background-color: #595959;
}
.copyright-bar p{font-size:14px;}
.copyright-bar a {color: #fff; font-size:14px; text-decoration: none;}
.copyright-bar a:hover {color: #F07C01;}
/* Footer */
footer {
  font-size: 1rem;
  background: #fff;
  color: #222;
}
footer a {
  color: #222;
  transition: color 0.2s;
}
footer a:hover {
  color: #F7941D;
}
footer .fa-warning, footer .fa-phone {
  color: #F7941D;
}
footer .fa-lg {
  font-size: 1.25em;
}

@media (max-width: 991.98px) {
  .hero-section h1 {
    font-size: 1.5rem;
  }
  .filter-btn {
    min-width: 120px;
    font-size: 0.95rem;
  }
}
@media (max-width: 767.98px) {
  .hero-section {
    min-height: 220px;
    padding: 2rem 0;
  }
  .hero-section h1 {
    font-size: 1.1rem;
  }
  .usecase-card .badge {
    font-size: 0.95rem;
    padding: 10px 10px;
  }
} 






/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    FONT-WEIGHT: 500;
    font-size: 13px;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    FONT-WEIGHT: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}

}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    FONT-WEIGHT: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
}
/**********
iPad 3
**********/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}
/* Desktops and laptops ----------- */
@media only screen  and (min-width : 1224px) {
/* Styles */
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    FONT-WEIGHT: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    FONT-WEIGHT: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
    font-size: 13px;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    FONT-WEIGHT: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    FONT-WEIGHT: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    FONT-WEIGHT: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 3){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
.nav-link {
    color: #222 !important;
    /* font-weight: 500; */
    transition: color 0.2s;
    padding: 2px 5px;
    font-weight: 500;
}
.nav-pills {
    background-color: #ECEEF2;
    width: max-content;
    margin: 0 auto;
}
#usecase-tabs {
    background: #fff;
    border: 2px solid #fff;
    max-width: 700px;
}
}



