﻿/*--------------------------------------------------------------
# contactUs Section
--------------------------------------------------------------*/
#contactUs{
  background-image: url('../img/home/index-about-us.png');
  background-size: contain; 
  background-position: right; 
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
  background-color: #00006C;
  align-content: center;
}

#contactUsMobile{
  background-image: url('../img/home/index-about-us-mobile.jpg');
  background-size: cover; 
  background-repeat: no-repeat;
  height: 85vh;
  width: 100%;
  background-color: #00006C;
}

.contactUs .container{
  padding-left: 32px;
  height: 85vh;
  align-content: center;
  position: relative;
  z-index: 3;
}

.contactUs .contactUs-title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 0.8;
  color: #00AAFF;
  padding-left: 80px;
}

.contactUs .contactUs-description {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 80px;
}

.contactUsMobile .contactUs-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 0.3;
  text-align: center;
  color: #00AAFF;
}

.contactUsMobile .contactUs-description {
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 991.98px) {  
  .contactUs .contactUs-title {
    font-size: 2rem;
  }
  
  #contactUs{
    background-size: cover; 
    background-position: center; 
    height: 600px;
  }
  
  .contactUs .container{
    height: 600px;
    align-content: center;
  }
  
  #contactUs::before {
    content: "";
    position: absolute;
    height: 600px;
    width: 50%; 
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(128, 128, 128, 0.2), rgba(255, 255, 255, 0));
    pointer-events: none; 
    z-index: 2;
    transform: translateY(-120px);
  }
}

@media (max-width: 767.98px) {
  #contactUsMobile{
    height: 650px;
  }

  .contactUs .container{
    height: 450px;
  }

  .contactUs .contactUs-title {
    font-size: 1.75rem;
  }
  .contactUs .contactUs-description {
    font-size: 1rem;
  }
}

.contactUs .cta-wrapper .btn-primary {
  padding: 0.75rem 1.75rem;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.contactUsMobile .cta-wrapper .btn-primary {
  padding: 0.5rem 1.75rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: var(--accent-color);
  border-color: var(--accent-color);
  color: var(--contrast-color);
}

.contactUs .cta-wrapper .btn-primary:hover, .contactUsMobile .cta-wrapper .btn-primary:hover {
  background-color: color-mix(in srgb, var(--accent-color), #000 10%);
  border-color: color-mix(in srgb, var(--accent-color), #000 10%);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.homeclient-section {
  text-align: center;
  padding: 30px 20px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .homeclient-section .client-logo {
    max-width: 350px;
    display: inline-block;
    margin: 5px;
  }
}

@media (max-width: 767.98px) {
  .homeclient-section .client-logo {
    max-width: 300;
    display: inline-block;
    margin: 8px;
  }
}

/*--------------------------------------------------------------
# Solutions Section
--------------------------------------------------------------*/
.card-content-title-1 {
  padding: 200px 0 20px 20px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
}

.card-content-desc-1 {
  padding-left: 20px;
  font-size:0.9rem;
}

.card-content-title-2 {
  padding: 30px 0 10px 30px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.card-content-desc-2 {
  padding-left: 30px;
  font-size:0.9rem;
}

#card-solutions-1 {
  background-image: 
    url('../img/home/index-solutions-shade.png'),    
    url('../img/home/index-solutions-1.png');
  background-size: cover, cover;          
  background-position: center, center;   
  background-repeat: no-repeat, no-repeat;
  height: 350px;                          
  color: white;  
}

.card-solutions-2 {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  height: 350px; 
}

#card-solutions-img-2 {
  background-image: 
    url('../img/home/index-solutions-2.png');
  background-size: cover;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 220px;                          
  color: white;  
}

#card-solutions-img-3 {
  background-image: 
    url('../img/home/index-solutions-3.png');
  background-size: cover;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 220px;                          
  color: white;  
}

#card-solutions-4 {
  background-image: 
    url('../img/home/index-solutions-4.png');
  background-size: cover;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 220px;                          
  color: white;  
}

#card-solutions-5 {
  background-image: 
    url('../img/home/index-solutions-shade.png'),    
    url('../img/home/index-solutions-5.png');
  background-size: cover, cover;          
  background-position: center, center;   
  background-repeat: no-repeat, no-repeat;
  height: 350px;                          
  color: white;  
}

#card-solutions-img-6 {
  background-image: 
    url('../img/home/index-solutions-6.png');
  background-size: cover;          
  background-position: center;   
  background-repeat: no-repeat;
  height: 220px;                          
  color: white;  
}

#card-solutions-7 {
  background-image: url('../img/home/index-solutions-shade.png'), url('../img/home/index-solutions-7.png');
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  height: 350px;
  color: white;
}

#card-solutions-8 {
  background-image: url('../img/home/index-solutions-shade.png'), url('../img/home/index-solutions-8.png');
  background-size: cover, cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  height: 350px;
  color: white;
}

.solutions .solutions-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem 0;
}

.solutions .solutions-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-bottom: 2.5rem;
  cursor: pointer;
}

#card-solutions-1:hover, .card-solutions-2:hover,
#card-solutions-5:hover, #card-solutions-8：hover {
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 -4px 10px rgba(0, 0, 0, 0.05);
  transform: translateY(10px);
}

.solutions .solutions-item .content {
  width: 100%;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media (max-width: 767.98px) {
  .solutions .solutions-container {
    max-width: 600px;
    padding: 1rem 0;
  }

  .solutions .solutions-item {
    padding-bottom: 2rem;
  }

  .solutions .solutions-item .content {
    border-width: 1px;
  }
}

/*--------------------------------------------------------------
# Trust Section
--------------------------------------------------------------*/
.trust-title {
  font-size: 2.5rem;
  line-height: 0.8;
  margin-bottom: 1.5rem;
}

.trust .trust-item {
  display: flex;
  background-color: var(--surface-color);
  border-radius: 20px;
  border: 2px solid rgba(148, 148, 148, 0.5);
  padding: 2rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.4s ease;
}

.trust .trust-content {
  flex-grow: 1;
}

.trust .trust-content h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: var(--heading-color);
}

.trust .trust-content p {
  margin-bottom: 1.25rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

@media (max-width: 767.98px) {
  .trust-title {
    font-size: 2.0rem;
    line-height: 1.2;
  }
  
  .trust .trust-item {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }

  .trust .trust-content h3 {
    font-size: 1.2rem;
    margin-bottom: 0.75rem;
  }

  .trust .trust-content p {
    margin-bottom: 1rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 575.98px) {
  .trust-title {
    font-size: 1.6rem;
  }
  
  .trust .trust-item {
    flex-direction: column;
    text-align: center;
  }

  .trust .trust-item::before {
    width: 100%;
    height: 4px;
    transform: scaleX(0);
    transform-origin: left;
  }
}

/*--------------------------------------------------------------
# Services Alt Section
--------------------------------------------------------------*/
.cumulative .content-block {
  margin-right: 30px;
}

.cumulative .content-block .title-icon {
  display: inline-block; 
  width: 40px; 
  height: 40px; 
  margin-top: 1.2rem;
  margin-left: 3rem;
  background-size: contain; 
  background-repeat: no-repeat;
}

.cumulative .content-block .title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  margin-left: 3rem;
  line-height: 1.3;
}

.cumulative .content-block .description {
  margin-bottom: 2rem;
  margin-left: 3rem;
  font-size: 0.9rem;
  line-height: 1.2;
  color: #635E62;
}

/*--------------------------------------------------------------
# Faq Section
--------------------------------------------------------------*/
.contact .contact-item {
  background-color: var(--surface-color);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
  border-radius: 25px;
  margin-bottom: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.contact .contact-item:hover {
  box-shadow:
    0 8px 15px rgba(0, 0, 0, 0.1), 
    0 -4px 10px rgba(0, 0, 0, 0.05);
  transform: translateY(2px);
}