body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hero-section {
    background: url('../images/hero-background.webp') no-repeat center center;
    background-size: cover;
    color: white;
    padding: 150px 0;
    position: relative;
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

.btn-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
    color: #fff;
}

.btn-warning:hover {
    background-color: #ec971f;
    border-color: #eb9316;
}

.navbar {
    border-bottom: 1px solid #e7e7e7;
}

section {
    overflow-x: hidden; /* Prevents horizontal scrollbar caused by AOS animations */
}

.bg-dark {
    background-color: #343a40 !important;
}

.card {
    transition: transform .2s;
}

.card:hover {
   transform: scale(1.05);
}

footer a:not(.btn) {
    text-decoration: none;
}

footer a:not(.btn):hover {
    text-decoration: underline;
}

.fa-2x {
    vertical-align: middle;
} 
.text-warning
{
    color: #F07C01 !important;
}
.btn-warning {
    background-color: #F07C01;
    border-color: #F07C01;
    color: #fff;
}
#solution i{ color:#F07C01;}
#solution ul{margin:0; padding:0px;}
#solution ul li{margin:0; padding:0px; list-style-type: none;}


#valuesection i{ color:#F07C01;}
#valuesection ul{margin:0; padding:0px;}
#valuesection ul li{margin:0; padding:0px; list-style-type: none;}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.hero-section {
    background: url(../images/hero-background.webp) no-repeat center center;
    background-size: cover;
    color: white;
    padding:20px 0;
    position: relative;
}
.display-4 {
    font-size: calc(0.8rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
}
/**********
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 */
}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
/* Styles */
}

/* 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 */
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio : 2) {
/* Styles */
}

/* 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 */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* 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 */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* 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 */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* 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 */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* 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 */
}

@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 */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 2){
/* Styles */
}

/* 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 */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

/* 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 */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation : portrait) and (-webkit-device-pixel-ratio: 3){
/* Styles */
}

.integrate-section .card {
    padding-top: 50px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.integrate-section .icon-box {
    width: 73px;
    height: 73px;
    background-color: #D9D9D9;
    border: 1px solid #626161;

    border-radius: 8px;
    margin: -85px auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.integrate-section .icon-box i {
    font-size: 2rem;
    color: #343a40;
}

.project-phase-section .phase-card {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    text-align: center;
    height: 100%;
    border: 1px solid #e9ecef;
}

.project-phase-section .phase-card h5 {
    font-weight: bold;
    margin-bottom: 10px;
}

.long-term-value-section {
    background-color: #343a40;
    padding: 50px 0;
}

footer {
    background-color: #fff;
    color: #595959;
}

footer h5 {
    color: #905a24;
    font-weight: 600;
}

footer .social-icons i {
    font-size: 1.25rem;
    transition: color .2s ease-in-out;
}

footer .social-icons a:hover i {
    color: #F07C01 !important;
}

.copyright-bar {
    background-color: #595959;
}

.copyright-bar p {
    font-size: 0.9rem;
    margin: 0;
}

/* Why It's Different Section Styles */
.why-diff-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  transition: transform 0.2s, box-shadow 0.2s;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.why-diff-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 8px 24px rgba(247,154,40,0.13);
  border-color: #f79a28;
}
.why-diff-card .fw-bold {
  margin-top: 0.5rem;
  margin-bottom: 0.25rem;
  font-size: 1.08rem;
  color: #222;
}
.why-diff-card .small {
  color: #555;
  font-size: 0.98rem;
  margin-top: 0.25rem;
}
@media (max-width: 991.98px) {
  #why-different .col-lg-2 { flex: 0 0 33.3333%; max-width: 33.3333%; }
}
@media (max-width: 767.98px) {
  #why-different .col-md-4, #why-different .col-lg-2 { flex: 0 0 50%; max-width: 50%; }
  .why-diff-card { min-height: 200px; }
}
@media (max-width: 575.98px) {
  #why-different .col-12 { flex: 0 0 100%; max-width: 100%; }
  .why-diff-card { min-height: 160px; padding: 1.5rem 1rem; }
}


