body{
    font-family: 'Asap', sans-serif;
    line-height: 1.4;
    -webkit-font-smoothing:antialiased;
    margin: 30px 30px;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

header{
    padding: 10px 30px;
    margin-bottom: 50px;
}

header p {
    display:inline-block;
    vertical-align: middle;
    font-size: 32px;
    color:#74c044 ;
    font-weight: 500;
    opacity: 0.7;
    
}
header img {
    width: 40px;
    display:inline-block;
    vertical-align: middle;
}
header div{
    display:inline-block;
    vertical-align: middle;
    
}

a{
    font-size: 18px;
    color: #269bda ;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 20px;
    border: 1px solid  transparent;
    border-radius: 4px;
    transition: 0.5s ease;
}
a:hover{
    background-color:#0073b1;
    color: white;
    
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
  }

.top-left{
    float: left;
}
.top-right{
    float: right;
}
h2{
    font-size: 40px;
    color: #269bda ;
    opacity: 0.7;
    width: auto;
    display: block;
    margin-bottom: 20px;
}
.content{
    padding-top: 20px;
    width: 100%;
    display: block;
    max-width: 800px;
    margin: 0 auto;
    text-align: justify;
}
p{
    padding-right: 0;
    margin-bottom: 15px;
}
h1{
    font-size: 25px;
    margin-bottom: 10px;
    text-transform: uppercase;
    
}
.second-title{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin: 20px 0px;
}
.address{
    width: 100%;
    display:inline-block;
    vertical-align: top;
}
h3{
    margin-bottom: 20px;
}
.add{
    margin-bottom: 5px;
}
.p1{
    margin-bottom: 10px;
    display:inline-block;
    vertical-align: middle;
    width: 42%;
}
.p1 img{
    width: 75px;
    display:inline-block;
    vertical-align: middle;
}

.bar{
    margin-top: 50px;
}
h5{
    font-style: italic;
}
footer{
    margin-top: 50px;
    text-align: center;
    bottom: 0px;
    color: grey;
}
.big-tite{
    padding-right: 30px;
}
.content-2{
    padding-top: 30px;
    max-width: 200px;
}
.btn{
    width: 250px;
    border: none;
    border-radius: 4px;
    color: white;
    background-color: #269bda;
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn:hover{
    background-color: #0073b1;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.btn img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.btn:hover img {
    transform: translateX(3px);
}
.know-more{
    margin-top: 70px;
}
.kmp{
    padding: 10px 0px;
}
.kmh{
    padding: 10px 0px;
}
.cwwp{
    margin-top: 50px;
}
.our-service{
    padding-top: 30px;
    display: flex;
    justify-content: space-evenly;
}
.c2{
    margin-top: 70px;
}
.residential{
    margin-top: 100px;
}
.customer-says{
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}
.card-row{
    display: flex;
    margin-top: 50px;
    justify-content: space-evenly;
    gap: 30px;
}
.adv{
    border: 1px solid grey;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    padding: 15px;
    position: relative;
    box-shadow: -3px 3px 2px 2px rgba(0, 0, 0, 0.05);
    height: 100%;
}
.ital{
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6;
}
.name{
    color: #41a9e0;
    margin-bottom: 0;
    text-align: center;
}
.abou{
    padding-top: 5px;
    text-align: center;
}

.stars {
    color: #FFD700;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}
.wocs{
    margin-top: 70px;
}
.advi{
    height: 250px;
    width: auto;
    padding: 20px 0px;
}
.ceci{
    height: 250px;
    width: auto;
    padding: 20px 0px;
}
.rimages{
    display: flex;
    justify-content: space-evenly;
}
.rclink{
    padding: 30px 0px;
}
h6{
    font-size: 4rem;
    color: #41a9e0;
    opacity: 0.5;
}
.ac{
    font-size: 2rem;
    color: black;
}
.count{
    display: flex;
    justify-content: center;
    padding: 35px 0px;
}
.btnos{
    border: 1px solid;
    color:white ;
    background-color: #269bda ;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
}
.btnos:hover{
    color: #269bda;
    background-color: white;
}
.commercial{
    margin-top: 100px;
}
.ru{
    margin: 100px 0px 50px 35%;
}
.regform{
    border: 1px solid black;
    color: black;
    max-width: 600px;
    padding: 15px 15px;
    position: relative;
    height: 400px;
}
#submit{
    padding: 10px 10px;
    border: 1px solid gray;
    color: white;
    background:#269bda;
    text-transform: uppercase;

}
.ar{
    padding-top: 60px;
}

/* Contact Layout - Address/Team on left, Map on right */
.contact-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.contact-layout .address {
    flex: 1;
    max-width: 50%;
}

/* Connect Section Styles */
.connect-details {
    margin-bottom: 20px;
}

.connect-item {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
}

.connect-item strong {
    color: black;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.social-link {
    display: inline-block;
    transition: transform 0.3s ease;
}

.social-link:hover {
    transform: translateY(-2px);
}

.social-link.linkedin:hover {
    background: transparent;
}

.social-link.twitter:hover {
    background: transparent;
}

.social-link.facebook:hover {
    background: transparent;
}

.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.map-section-inline {
    flex: 1;
    max-width: 50%;
}

.map-section-inline h3 {
    color: black;
    margin-bottom: 20px;
    font-size: 20px;
}

.map-container-inline {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #F8F9FA;
    margin-bottom: 15px;
}

.map-container-inline iframe {
    display: block;
    width: 100%;
    height: 250px;
}

.map-address-inline {
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #F8F9FA;
}

.map-address-inline p {
    margin-bottom: 8px;
    line-height: 1.5;
    font-size: 14px;
}

.map-address-inline p:last-child {
    margin-bottom: 0;
}

/* Responsive for contact layout */
@media (max-width: 768px) {
    .contact-layout {
        flex-direction: column;
        gap: 30px;
    }
    
    .contact-layout .address,
    .map-section-inline {
        max-width: 100%;
    }
    
    .map-container-inline iframe {
        height: 200px;
    }
    
    /* Team section responsive */
    .member-wrap {
        gap: 15px;
    }
    
    .members {
        width: 100%;
        margin-bottom: 15px;
        padding: 12px;
    }
}
.fname{
    padding-bottom: 10px;
}
.lname{
    padding-bottom: 10px;
}
.email{
    padding-bottom: 10px;
}
.phone{
    padding-bottom: 10px;
}
.product{
    padding-bottom: 10px;
}
.lk{
    padding-bottom: 10px;
}
.submit{
    position: absolute;
    left: 39%;
}
.hetm{
    padding: 5px 0px;
}
.rh{
    left: 25%;
}
.content-body{
    max-width: 700px;
    margin: 0 auto;
    text-align: justify;
}
.designation{
    font-weight: 600;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 5px;
}
.member-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.members{
    width: calc(50% - 10px);
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
}

.members .add{
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member-name {
    margin-bottom: 2px;
    font-size: 15px;
    line-height: 1.4;
    color: #333;
    font-weight: 500;
}

.member-phone {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #666;
}

.designation{
    font-weight: 600;
    font-size: 16px;
    color: black;
    margin-bottom: 8px;
}

/* Contact Form Styles */
.contact-form-section {
    margin-top: 50px;
    display: flex;
    justify-content: center;
}

.contact-form {
    max-width: 600px;
    width: 100%;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #F8F9FA;
}

.contact-form h3 {
    color: #269bda;
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
}

.enquiry-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: flex;
    gap: 20px;
}

.form-row .form-group {
    flex: 1;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-weight: 600;
    color: #333;
    font-size: 14px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Asap', sans-serif;
    transition: border-color 0.3s ease;
    overflow: hidden;
    resize: none;
    background-color: #F8F9FA;
}

.form-group input {
    height: auto;
    min-height: 0;
    line-height: 1.2;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #269bda;
    box-shadow: 0 0 5px rgba(38, 155, 218, 0.3);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    background-color: #269bda;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    background-color: #0073b1;
    transform: translateY(-1px);
}

.submit-btn:active {
    transform: translateY(0);
}

/* Form Message Styles */
.form-message {
    margin-top: 15px;
    padding: 12px;
    border-radius: 4px;
    font-weight: 500;
    text-align: center;
}

.form-message.success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.form-message.error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.success-message, .error-message {
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-form {
        max-width: 100%;
        margin: 0 20px;
    }
    
    .form-row {
        flex-direction: column;
        gap: 20px;
    }
}

/* Map Section Styles */
.map-section {
    margin-top: 50px;
    text-align: center;
}

.map-section h3 {
    color: #269bda;
    margin-bottom: 25px;
    font-size: 20px;
}

.map-container {
    max-width: 800px;
    margin: 0 auto 20px auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #F8F9FA;
}

.map-container iframe {
    display: block;
    width: 100%;
    height: 300px;
}

.map-address {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #F8F9FA;
}

.map-address p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.map-address p:last-child {
    margin-bottom: 0;
}

/* Daily Solar Stats Section */
.daily-stats-section {
    margin: 50px 0;
    padding: 30px 0;
}

.stats-container {
    background: linear-gradient(135deg, #269bda 0%, #0073b1 100%);
    border-radius: 12px;
    padding: 30px;
    color: white;
    box-shadow: 0 8px 25px rgba(38, 155, 218, 0.3);
    display: flex;
    align-items: center;
    gap: 25px;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.stats-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.1"/><circle cx="10" cy="60" r="0.5" fill="white" opacity="0.1"/><circle cx="90" cy="40" r="0.5" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
}

.stats-icon {
    font-size: 48px;
    flex-shrink: 0;
    animation: pulse 2s infinite;
}

.stats-content {
    flex: 1;
    position: relative;
    z-index: 1;
}

.stats-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.stats-fact {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 400;
}

.stats-source {
    font-size: 12px;
    opacity: 0.8;
    color: #e6f3ff;
    font-style: italic;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* Responsive adjustments for stats */
@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
        margin: 0 20px;
    }
    
    .stats-icon {
        font-size: 36px;
    }
    
    .stats-title {
        font-size: 18px;
    }
    
    .stats-fact {
        font-size: 14px;
    }
}

/* Responsive adjustments for map */
@media (max-width: 768px) {
    .map-container {
        margin: 0 20px 20px 20px;
    }
    
    .map-address {
        margin: 0 20px;
    }
}