/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.4.1773765275
Updated: 2026-03-17 16:34:35

*/
.why-choose {
  background: #f7f9fc;
  padding: 60px 20px;
  text-align: center;
}
 
.why-choose .container {
  max-width: 1100px;
  margin: auto;
}
 
.why-choose h2 {
  font-size: 32px;
  color: #1c2b4a;
  margin-bottom: 10px;
}
 
.subtitle {
  max-width: 750px;
  margin: 0 auto 40px;
  color: #6c7a92;
  font-size: 15px;
  line-height: 1.6;
}
 
.features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 60px;
  text-align: left;
}
 
.feature-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
 
.feature-box .icon {
  font-size: 28px;
  color: #2a7de1;
}
 
.feature-box h4 {
  margin: 0 0 5px;
  font-size: 18px;
  color: #1c2b4a;
}
 
.feature-box p {
  margin: 0;
  font-size: 14px;
  color: #6c7a92;
  line-height: 1.5;
}
 
/* Responsive */
@media (max-width: 768px) {
  .features {
    grid-template-columns: 1fr;
    text-align: center;
  }
 
  .feature-box {
    flex-direction: column;
    align-items: center;
  }
}

.location-section {

  background: #f4f6f9;

  padding: 60px 20px;

  text-align: center;

}
 

 
.location-section h2 {

  font-size: 28px;

  color: #1c2b4a;

  margin-bottom: 40px;

}
 
/* Grid */

.location-grid {

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  gap: 25px;

}
 
/* Card */

.location-card {

  background: #fff;

  border: 1px solid #dcdfe6;

  text-align: left;

}
 
/* Header */

.card-header {

  background: #1c2b4a;

  color: #fff;

  padding: 12px 15px;

  font-weight: 600;

  font-size: 16px;

}
 
/* List */

.location-card ul {

  list-style: none;

  margin: 0;

  padding: 15px;

}
 
.location-card ul li {

  font-size: 14px;

  color: #5f6c80;

  margin-bottom: 10px;

  position: relative;

  padding-left: 15px;

}
 
/* Bullet */

.location-card ul li::before {

  content: "";

  width: 6px;

  height: 6px;

  background: #2a7de1;

  border-radius: 50%;

  position: absolute;

  left: 0;

  top: 7px;

}
 
/* Responsive */

@media (max-width: 900px) {

  .location-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}
 
@media (max-width: 600px) {

  .location-grid {

    grid-template-columns: 1fr;

  }

}
 
/* Container Setup */
.solar-section {
    background-color: #001a57; /* Deep blue background */
    padding: 60px 20px;
    font-family: 'Arial', sans-serif;
    color: #ffffff;
}
 
.solar-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}
 
/* Left Content Styles */
.solar-content {
    flex: 1;
    min-width: 300px;
}
 
.solar-title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
}
 
.solar-title span {
    color: #00d4ff; /* Light blue color */
}
 
.solar-subtitle {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.9;
}
 
.solar-image-container {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
 
.main-image {
    width: 100%;
    display: block;
}
 
.blue-banner {
    background-color: #00d4ff;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
}
 
/* Right Form Styles */
.solar-form-wrapper {
    flex: 0 0 400px; /* Fixed width for form on desktop */
}
 
.form-card {
    background: #ffffff;
    color: #333333;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
 
.form-card h3 {
    margin: 0 0 5px 0;
    font-size: 20px;
}
 
.form-card p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
}
 
.form-placeholder {
    min-height: 300px; /* Space for your form */
}
 
/* Mobile Responsive */
@media (max-width: 768px) {
    .solar-container {
        flex-direction: column;
    }
    .solar-form-wrapper {
        flex: 1 0 100%;
        width: 100%;
    }
}
.location-card ul li a {
    text-decoration: none;
    color: #222;
    transition: 0.3s ease;
}

.location-card ul li a:hover {
    color: #2b7cff;
}