:root{
    --blue-color: #1973e8;
    --white-color: #ffffff;
    --yellow-color: #fcbc05;
    --red-color: #e94335;
}


@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');


body {
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
}

.bg-image {
    background-size: cover;
    background-position: center;
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    transition: color 0.2s ease;
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--blue-color);
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--white-color);
    background-color: var(--blue-color)
}

.display-3 {
    font-size: 3rem;
    font-weight: 600;
}

.display-3 span{
    display: block;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.yellow-btn{
    background-color: var(--yellow-color) !important;
    color: #000;
}

.font-playfair{
    font-family: "Playfair", serif !important;
}

footer {
    
    width: 100%;
}

#navbar {
    transition: background-color 0.2s ease, box-shadow 0.2s ease, position 0.2s ease, top 0.2s ease;
}

#navbar.hide {
    transform: translateY(-100%);
}

#navbar.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
}

#navbar.scrolled {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ptpb-80{
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptpb-120{
  padding-top: 120px;
  padding-bottom: 120px;
}

#aboutus h2{
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
}

#aboutus h3{
    font-size: 2.5rem;
    color: var(--blue-color);
    
}

.btn-primary{
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
}

.about-who{
  font-size: 40px;
  color: var(--blue-color);
  font-weight: 600;
}

.para{
    font-size: 16px;
    color: #333;
    line-height: 28px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

/* Products Section Styles */

.products-section {
    background-color: #f5f5f5;
    padding: 100px 0;
    background-image: url('../images/dot-pattern.svg');
  }

  .products-section h2{
    font-size: 18px;
    color: #333;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
    
  }

  .products-section h3{
    font-size: 36px;
    color: var(--blue-color);
    text-align: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    font-weight: 600;
  }
  
  .products-section .card {
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  
  .card-img-top {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  .products-section .card-body {
    padding: 30px;
  }

  .card-body.products ul{
    margin: 0;
    padding: 0;
  }
  

  .card-body.products ul li{
    font-size: 14px;
    color: #333;
    padding-bottom: 10px;
    list-style: none;
  }
  
  .card-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
  }
  
  .card-model {
    font-size: 16px;
    color: var(--red-color);
    margin-bottom: 10px;
  }
  
  .card-description {
    font-size: 14px;
    color: #666;
  }

  /*Testimonials start here*/

  .testimonials-section{

    background-color: var(--blue-color);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .testimonial {
    text-align: center;
    padding: 20px;
  }
  
  .testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px auto;
  }
  
  .testimonial-text {
    font-size: 36px;
    color: #fff;
    font-style: italic;
    line-height: 60px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .testimonial-name {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 30px;
  }
  
  .testimonial-designation {
    font-size: 16px;
    color: #fff;
  }


  /* What We Do Styles */

.what-we-do-section {
  background-color: var(--yellow-color);
  padding: 100px 0;
  background-image: url('../images/bg_pattern.png');
}

.title-box {
  padding: 20px;
  background-color: #000038;
  width: 350px;
   height: 450px;
   position: absolute;
   top: -50px;
   border-radius: 20px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
   padding: 0px 30px;
}

.title-box h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--white-color);
  margin-bottom: 10px;
  font-family: "Playfair", serif !important;
}

.title-box p {
  font-size: 14px;
  color: var(--white-color);
  line-height: 28px;
  text-align: center;
}

.what-we-do-section .card {
  border: 1px solid #e5ac09;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

.card-text {
  font-size: 14px;
  color: #666;
}


/* Clients Logo Styles */

.clients-logo-section {
  background-color: #f5f5f5;
  padding: 100px 0;
}

.clients-logo-section h2 {
  font-size: 40px;
  font-weight: 600;
  color: var(--blue-color);
  margin-bottom: 10px;
  text-align: center;
}

.clients-logo-section p {
  font-size: 16px;
  color: #666;
  padding-bottom: 40px;
  text-align: center;
}

.client-logo {
  width: 100%;
  height: 100px;
  object-fit: contain;
  margin-bottom: 20px;
}

/*hero text animation*/

.hero-banner-title {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
  color: var(--white-color);
}

.animated-text {
  opacity: 0;
  transform: perspective(400px) rotateX(90deg);
  animation: flipIn 2s forwards;
}

@keyframes flipIn {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

.animated-text:nth-child(1) {
  animation-delay: 0s;
}

.animated-text:nth-child(2) {
  animation-delay: 0.2s;
}

.animated-text:nth-child(3) {
  animation-delay: 0.4s;
}

.animated-text:nth-child(4) {
  animation-delay: 0.6s;
}

.animated-text:nth-child(5) {
  animation-delay: 0.8s;
}

.animated-text:nth-child(6) {
  animation-delay: 1s;
}

.animated-text:nth-child(7) {
  animation-delay: 1.2s;
}

.animated-text:nth-child(8) {
  animation-delay: 1.4s;
}

.contact-title{
  font-size: 36px;
  color: var(--blue-color);
  font-weight: 600 !important;
  padding-bottom: 40px;
  position: relative;
  width: fit-content;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.contact-title::before{
  content: "";
  position: absolute;
  top: 50px;
  width: 100px;
  height: 3px;
  background-color: #333;
  left: 40px;
  right: auto;
}

.contactblue{
  background-color: var(--blue-color);
  background-clip: content-box;
  padding: 5px;
  border: solid 1px var(--blue-color);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 400px;
  height: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

address h6{
  font-size: 36px;
  font-weight: 600;
  color: var(--white-color);
  padding-bottom: 30px;
}

address p{
  color: var(--white-color);
}

/* Footer Styles */

.footer-section {
  background-color: var(--yellow-color);
  color: #fff;
  padding: 50px 0;
  font-size: 14px;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.footer-nav li {
  margin-right: 20px;
}

.footer-nav a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: #fff;
}

.social-links {
  margin-top: 20px;
  text-align: center;
}

.social-links a {
  margin-right: 20px;
  color: #000;
  font-size: 20px;
  transition: color 0.2s ease;
}

.social-links a:hover {
  color: #fff;
}

.copyright {
  font-size: 14px;
  margin-top: 20px;
  text-align: center;
  color: #000;
}

.font12{
  font-size: 12px !important;
}

.font18{
  font-size: 18px !important;
}

@media only screen and (min-width:300px) and (max-width:576px){
  .hero-banner-title{
    font-size: 30px;
  }

  .lead{
    font-size: 16px;
  }

  .title-box{
    position: static;
    width: 300px;
  }

  .products-section h3{
    font-size: 24px;
    width: 100%;
  }

  .testimonial-text{
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }

  .clients-logo-section h2{
    font-size: 24px;
  }

  .contactblue{
    width: 300px;
    height: 400px;
  }

  address h6{
    font-size: 24px;
    padding: 0 30px;
  }

  address p{
    font-size: 14px;
    padding: 0 30px;
  }

  .footer-nav ul{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-nav li{
    padding-bottom: 15px;
  }

}

@media only screen and (min-width:577px) and (max-width:767px){
  .hero-banner-title{
    font-size: 30px;
  }

  .lead{
    font-size: 16px;
  }

  .title-box{
    position: static;
    width: 300px;
  }

  .products-section h3{
    font-size: 24px;
    width: 100%;
  }

  .testimonial-text{
    font-size: 24px;
    line-height: 30px;
    width: 100%;
  }

  .clients-logo-section h2{
    font-size: 24px;
  }

  .contactblue{
    width: 300px;
    height: 400px;
  }

  address h6{
    font-size: 24px;
    padding: 0 30px;
  }

  address p{
    font-size: 14px;
    padding: 0 30px;
  }

  .footer-nav ul{
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .footer-nav li{
    padding-bottom: 15px;
  }
}