/**
Theme Name: SDA
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sda
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body { font-family: 'Outfit' !important; }
.navbar-brand{ letter-spacing:.2px }
.navbar.bg-transparent .nav-link, .navbar.bg-transparent .navbar-brand{ color:#fff }
.navbar.scrolled{ background:rgba(0,0,0,.7) !important; backdrop-filter:saturate(180%) blur(8px); }
.btn-white{
  background: #fff;
  color: #2e2e2e;
}

/* Hero */
.hero-section{
  min-height: 80vh;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-section a{ padding:.8rem 1.4rem; border-radius:.8rem; font-size: 16px; }

/* Cards */
.service-card .card-img-top{ height: auto; object-fit: cover }
.service-card{ border:0; box-shadow: 0 4px 14px rgba(0,0,0,.08); }
.service-card .card-body{ padding:.9rem }

/* Projects */
.project-filter .btn{ border-radius: 999px; }
#projectGrid img{ transition: transform .3s ease; }
#projectGrid img:hover{ transform: scale(1.03); }
.projects .nav-link.active{
  background: #E63946;
  color: #fff;
}
.projects .nav-link{
  background: #fff;
  color: #000;
}
#faq .accordion-item{
  padding-bottom: 15px;
}
#faq .accordion-button{
  border-radius: 10px;
  border: 1px solid #ccc;
}
#faq .accordion-button:not(.collapsed){
  background: #fff;
}
#faq .accordion-body{
  background: #f4f4f4;
  border-radius: 10px;
}
#faq .accordion-button:after{
  background-image: url(assets/img/collapse.svg);
}
#faq .accordion-button.collapsed:after{
  background-image: url(assets/img/expand.svg);
}
.area_main {
    position: relative;
}
.area_name {
    position: absolute;
    z-index: 99;
    bottom: 10%;
    left: 10%;
}
.area_name h3 {
    color: #fff;
    font-size: 1.5rem;
}
.area_img {
    width: 100%;
}
#contact .card{
  background: none !important;
}
#contact .form-control{
  padding: 0.75rem;
  margin-top: 5px;
}
#contact .form-control:focus{
  border-color: #000 !important;
  box-shadow: none !important;
}
#contact button{

}
/* Footer */
footer{
  background: #000;
  color: #fff;
}
footer a{ color:inherit; opacity:.8 }
footer a:hover{ opacity:1 }

/* Utilities */
.object-fit-cover{ object-fit: cover; }

/* Responsive tweaks */
@media (max-width: 991.98px){
  .hero-section{ min-height: 70vh }
}
@media (max-width: 575.98px){
  .display-5{ font-size: 2rem }
}

/*San Marcos */

    /* Hero */
    .hero {
      color: white;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .hero h1 {
      font-size: 2.8rem;
      font-weight: 700;
    }

/*service area */

    /* Hero */
    .hero {
      color: white;
      height: 70vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }
    .hero h1 {
      font-size: 2.8rem;
      font-weight: 700;
    }
    /* Services */
    .service-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 3px 6px rgba(0,0,0,0.1);
      padding: 20px;
      margin-bottom: 20px;
    }
    .service-box i {
      font-size: 28px;
      color: #e63946;
      margin-bottom: 10px;
    }
    /* CTA Button */
    .cta{
      border-radius: 40px;
      padding: 3rem;
    }
    .cta-btn {
      background: #e63946;
      color: white;
      padding: 12px 28px;
      border-radius: 30px;
      font-weight: 600;
      text-decoration: none;
    }
    .cta-btn:hover {
      background: #c92d3d;
      color: white;
    }
    
    .why-us ul li{
      font-size: 18px;
      list-style-type: none;

    }