body { font-family: 'Poppins', sans-serif; }

body p{
    font-size: large;
    text-align: justify;
}

.lead {
    text-align: center ;
} 


.navbar {
    background: linear-gradient(90deg, #003366, #4A90E2);
    padding: 12px 0;
}

/* Navbar brand style */
.navbar-brand {
    letter-spacing: 1px;
    font-size: 1.3rem;
}

/* Nav links modern style */
.navbar-nav .nav-link {
    color: #ffffff !important;
    margin-left: 15px;
    padding: 8px 14px !important;
    border-radius: 6px;
    transition: 0.3s ease;
    font-weight: 500;
}

/* Hover effect */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff !important;
}

/* Shadow for floating feel */
.navbar.shadow {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
}

.hero {
height: 90vh;
background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('./images/banner.png') center/cover no-repeat;
 color: #fff;
padding-top: 120px;

}

.sub-hero {
  height: 30vh;
  padding-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;

  /* GLASS BACKGROUND */
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(6px);
}

/* HEADING COLOR */
.sub-hero h1 {
  color: #1a2b4d !important;
}

.product-card, .service-card {
border-radius:12px;
padding:20px;
width: 90%;
}
.service-card img {
    /* width: 90%; */
     height: 300px;       
    object-fit: contain;  /* keeps image ratio */
    margin-bottom: 15px;
}

.card-title {
    text-align: center;
    margin-top: auto;
}

.product-card, .client-card {
border-radius:12px;
padding:20px;
width: 90%;
}
@media (max-width: 576px) {
  .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .client-card {
    padding: 20px !important;
  }
  .client-card img {
    height: 90px;
  }
}

/* Mobile hero heading fix */
@media (max-width: 576px) {
  .sub-hero {
    height: 26vh;
    padding-top: 90px;
  }
  .sub-hero h1 {
    font-size: 1.7rem;
  }
}
.client-card img {
    width: 90%;
    height: 100px;        /* adjust as needed */
    object-fit: contain;  /* keeps image ratio */
    margin-bottom: 15px;
}

.card-title {
    text-align: center;
    margin-top: auto;
}

.home-page-details span{
    font-weight: bold;
    color: #2878c5;
}


/* section */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "Ubuntu", sans-serif;
}

section {
    padding: 80px 0;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  border-left: 6px solid #2878c5;
  padding-left: 12px;
  color: #1d3557;
}

.section-subtitle {
  font-size: 24px;
  font-weight: 600;
  color: #3a506b;
  border-bottom: 3px solid #2878c5;
  display: inline-block;
  padding-bottom: 4px;
}

.max-width {
    max-width: 1300px;
    padding: 0 30px;
    margin: auto;
}

.contact,
footer {
    font-family: "Poppins", sans-serif;
}

.contact .contact-content,
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section .title {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-family: "Ubuntu", sans-serif;
}

/* Contact */

.contact {
    background-color: #f8f8f8;
}

.contact .contact-content .column {
    width: calc(50% - 30px);
}

.contact .contact-content .text {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #0085ff;
}

.contact .right form .fields {
    display: flex;
}

.contact .right form .field,
.contact .right form .fields .field {
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}

.contact .right form .textarea {
    height: 80px;
    width: 100%;
}

.contact .right form .name {
    margin-right: 10px;
}

.field input,
textarea {
    background: transparent;
    color: #3a3a3a;
}

.contact .right form .field input,
.contact .right form .textarea textarea {
    height: 100%;
    width: 100%;
    border: 1px solid #3a3a3a;
    border-radius: 6px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}

.contact .right form .textarea textarea {
    padding-top: 10px;
    resize: none;
}

.contact .right form .button-area {
    display: flex;
    align-items: center;
}

.right form .button-area button {
    color: #fff;
    width: 160px;
    height: 45px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    background: #0085ff;
    border: 2px solid #0085ff;
    transition: all 0.3s ease;
}

.right form .button-area button:hover {
    color: #0085ff;
    background: none;
}

/* MAP */
.map-responsive-container iframe {
    width: 600px;
    height: 300px;
    border: 0;
}




footer {
    background: #616161;
    padding: 15px 23px;
    color: #fff;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.sub-content {
    flex: 0 0 auto;
    width: 25%;
    text-align: start !important;
}

.sub-content h3 {
    margin-top: 0.5rem;
    margin-bottom: 1.2rem;
    font-weight: 500;
    font-size: 25px;
}

.sub-content p {
    font-size: 16px;
}

.sub-content .logo-container .logo {
    height: 100px;
}

.sub-content .menu {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.sub-content ul.menu {
    list-style: none;     
    padding: 0;
    margin: 0;
}

.sub-content .menu li {
    text-decoration: none;    
}

.sub-content .menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.sub-content a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}


.footer-contact a {
    color: #fff;
    font-size: 16px;
}

.contact-detail .contact-text {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

/* .copyright-section {
    display: flex;
    align-items: center;
    justify-content: space-between; */
/* } */
/* .copyright-section {
    display: flex;
    align-items: center;
    justify-content: center;
} */

.copyright-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end; /* icons go right */
    padding: 0.5rem 0;
}

.copyright-section .center-text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); /* perfectly centers the text */
}

.footer-icons {
    display: flex;
    gap: 1rem;
}

.footer-icons {
    display: flex;
    justify-content: end;
    gap: 1rem;
}

.footer-icons a i {
    font-size: 22px;
    color: #fff;
}
/* 
@media (max-width: 991px) {
    .contact .contact-content .column {
        width: 100%;
        margin-bottom: 35px;
    }

    .map-responsive-container iframe {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 500px) {
    .contact .right form .fields {
        flex-direction: column;
    }

    .contact .right form .name,
    .contact .right form .email {
        margin: 0;
    }

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

    .sub-content {
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem;
    }

    .contact-detail .contact-text {
        justify-content: center;
    }
}

  */


  @media (max-width: 991px) {
    .sub-content {
        width: 50%;
        margin-bottom: 1.5rem;
        text-align: center !important;
    }
}

@media (max-width: 600px) {

    .footer-content {
        flex-direction: column;
        align-items: center;
        justify-content: left;
    }

    .sub-content {
        width: 100%;
        text-align:left !important;
    }

    .contact-detail .contact-text {
        justify-content: center;
        text-align: left !important;
    }

    /* Copyright stays in one line */
    .copyright-section {
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .center-text{
        position: absolute;
        left: 40% !important;
        transform: translateX(-50%);
        min-width: 80%;
    }

    .center-text span {
        font-size: 14px;
    }

    .footer-icons a i {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
  .contact-content {
    flex-direction: column;
    align-items: center;
  }

  .contact-content .column {
    width: 100% !important;
  }

  /* Stack Name + Email */
  .fields {
    display: flex;
    flex-direction: column !important;
    gap: 1rem;
    width: 100%;
  }

  .field {
    width: 100% !important;
  }

  /* Full width form button */
  .button-area button {
    width: 100%;
  }

  /* Map full width on small screen */
  .map-responsive-container iframe {
    width: 100% !important;
    height: 350px !important;
  }
}

/* Small phones extra polish */
@media (max-width: 576px) {
  .contact-content {
    gap: 1.8rem;
  }
}




   /* @media (min-width: 768px) {

  .contact-content {
    flex-direction: column !important;
    gap: 2rem;
  }

  .contact-content .column {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    flex: none !important;
  }

  .form-control {
    width: 100% !important;
    min-width: 100% !important;
  }

  .fields {
    flex-direction: column !important;
    width: 100% !important;
    gap: 1rem;
  }

  .field {
    width: 100% !important;
  }



  .button-area button {
    width: 100% !important;
  }

}

@media (max-width: 576px) {
  .contact-content {
    flex-direction: column !important;
  }

  .contact-content .column {
    width: 100% !important;
  }

  .fields {
    flex-direction: column !important;
    width: 100%;
  }

  .field {
    width: 100% !important;
  }

  .button-area{
    margin-bottom: 1rem;
  }
} */
