	a.navbar-brand {
    padding: 0;
}
a.navbar-brand img {
    width: 112px;
    padding: 0;
    margin: 0;
    margin-top: 4px;
}
.img-box img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 11px 10px -4px;
}
section#doc .box {
    margin-bottom: 52px;
}
section#doc {
    padding: 50px 0;
}
section#services-section:after {
    background: #fff;
}
.message.success {
    background: green;
    padding: 10px;
    color: #fff;
    margin-top: 10px;
}
.title-section p {
    color: #000000;
    font-weight: 500;
}
 /* Base styles for desktop */
    .tp-caption.finewide_medium_white {
        font-size: 36px !important;
        line-height: 1.2 !important;
        font-weight: 700 !important;
    }
    
    .tp-caption.small_text {
        font-size: 18px !important;
        line-height: 1.5 !important;
        max-width: 80% !important;
    }
    
    /* Tablet styles */
    @media (max-width: 991px) {
        .tp-caption.finewide_medium_white {
            font-size: 30px !important;
        }
        
        .tp-caption.small_text {
            font-size: 16px !important;
        }
    }
    
    /* Mobile styles */
    @media (max-width: 767px) {
        .tp-caption.finewide_medium_white {
            font-size: 24px !important;
            line-height: 1.1 !important;
        }
        
        .tp-caption.small_text {
            font-size: 14px !important;
            line-height: 1.4 !important;
            max-width: 95% !important;
        }
        
        /* Adjust vertical positioning for mobile */
        .tp-banner .tp-caption[data-y="305"] {
            margin-top: -50px !important;
        }
        
        .tp-banner .tp-caption[data-y="420"] {
            margin-top: -30px !important;
        }
    }
    
    /* Small mobile styles */
    @media (max-width: 479px) {
        .tp-caption.finewide_medium_white {
            font-size: 20px !important;
        }
        
        .tp-caption.small_text {
            font-size: 13px !important;
        }
    }
    .app-download-section {
            background: linear-gradient(45deg, #323232, transparent);
            padding: 12px 157px;
        }
        .app-right-section {
            margin-top: 3%;
            text-align: left;
            padding: 20px;
        }
        .app-button {
           display: grid; gap: 20px; flex-wrap: wrap;
        }
        span.hedging {
            font-size: 26px;
            color: green;
            font-weight: 800;
        }
        .app-button .or {
            font-size: 18px;
        }
        .top-header {
            /*background: #0078ff;*/
            background: #02a102;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 44px;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            z-index: 1050;
            padding: 0 34px;
            transition: background 0.3s;
        }
        .top-header.scrolled {
            background: #fff !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        }
        .top-header.scrolled .call-top a,
        .top-header.scrolled .call-top {
            color: #222 !important;
        }
        .top-header.scrolled .call-top i {
            color: #4caf50 !important;
        }
        .top-header.scrolled .facebook, .top-header.scrolled .instagram {
            color: #337ab7 !important;
            border-color: #337ab7 !important;
            background: #f5f5f5 !important;
        }
        .top-header .call-top {
            display: flex;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
        }
        .top-header .call-top i {
            font-size: 20px;
            /*margin-right: 8px;*/
            color: #fff;
        }
        .top-header .call-top a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .inner-header {
            transition: background 0.3s;
        }
        .inner-header.scrolled {
            background: #fff !important;
            box-shadow: 0 2px 8px rgba(0,0,0,0.07);
        }
        .top-header .call-top a:hover {
            color: #000;
        }
        .top-header .social-top {
            display: flex;
            align-items: center;
        }
        .top-header .facebook, .top-header .instagram {
            font-size: 20px;
            border: 1px solid #fff;
            color: #fff;
            padding: 0 9px;
            margin-left: 10px;
            border-radius: 5px;
            transition: color 0.2s, border-color 0.2s, background 0.2s;
            background: transparent;
        }
        .top-header .facebook:hover, .top-header .instagram:hover {
            color: #337ab7;
            border-color: #337ab7;
            background: #f5f5f5;
        }
        a.facebook, .instagram {
            font-size: 23px;
            border: 1px solid;
            color: #fff;
            padding: 0 9px;
            margin: 10px;
            border-radius: 5px;
        }
        .top-header .call-top {
            display: flex;
            align-items: center;
            font-size: 16px;
            font-weight: 600;
            color: red;
            border: 1px solid;
            padding: 3px;
            border-radius: 10px;
            background: red;
            padding-left: 8px;
        }
        .top-header .call-top:hover i {
            color: #000;
        }
        .top-header .call-top:hover  {
            background: #fff;
        }
        .social-top p {
            color: #fff;
            padding-top: 7px;
            font-weight: 500;
        }
        ul.nav.navbar-nav.navbar-right.navigate-section {
            margin-top: 19px;
        }
        footer {
    /*background: #111;*/
    color: #fff;
    padding: 40px 0 0px;
}

.footer-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 49px;
}

.footer-left, .footer-center, .footer-right {
    width: 32%;
    text-align: center;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}

.quick-links li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 18px;
}

.quick-links li a {
    color: #fff;
    text-decoration: none;
}

.quick-links li a:hover {
    color: #ccc;
}

.footer-logo {
    max-width: 150px;
}

.social-icons {
    list-style: none;
    padding: 0;
}

.social-icons li {
    display: inline-block;
    margin-left: 10px;
}

.social-icons li a {
    color: #fff;
    font-size: 18px;
}

.social-icons li a:hover {
    color: #ccc;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    opacity: 0.8;
}
ul.quick-links {
    margin-left: -38px;
}
.footer-right h4 {
    text-align: center;
    margin-left: 228px;
    color: #000;
    /*font-weight: 800;*/
}
footer ul.social-icons li a {
    color: #000;
    border-color: #000;
    margin: 0;
}
footer ul.social-icons li a:hover i {
    color: #000;
}
footer ul.social-icons li a:hover {
    background: #fff;
}
.payment-section {
    /*margin-bottom: 48px;*/
}
/* Responsive */
@media (max-width: 768px) {
    .footer-left, .footer-center, .footer-right {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .footer-center {
        margin-top: 63px;
        
    }
}

    @media (max-width: 500px) {
        section#contact-section .map {
            height: 180px;
            margin-bottom: 192px;
        }
        .app-right-section {
            margin-top: -4%;
            text-align: center;
            padding: 41px;
        }
        .app-download-section {
            /*background: #eeeeee;*/
            padding: 9px;
        }
        .app-button {
          gap: 20px;flex-wrap: wrap;
        }
    }
    section#contact-section #contact-form input[type="text"], section#contact-section #contact-form textarea{
            background: #fafafab0;
            
    }
    #contact-section #contact-form {
        margin-bottom: 30px;
        background: url('https://goodlifeasansol.in/uploads/contact.png');
            padding: 12px;
            background-size: contain;
    }
    input#submit_contact {
        background: green !important;
        color: #fff !important;
        border: none !important;
    }
    section#home-section {
        margin-top: 6px;
    }
    a.navbar-brand {
        margin-left: 32%;
    }
    .services-post img {
        margin-top: 11px;
    }
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
    .tp-banner .desktop {
        width: 100vw;
        height: 60vh;
        object-fit: cover;
        object-position: center top;
        display: block;
    }
    .tp-banner .mobile {
        width: 100vw;
        height: 60vw;
        max-height: 70vh;
        object-fit: contain;
        object-position: center top;
        display: none;
        background: #fff;
    }
    section#about-section {
        padding: 12px 0 50px;
    }
    .title-section h1 {
        display: grid;font-size: 46px;color: green;
    }
    .title-section h1 span {
        font-size: 20px;
    }
    section.banner-line-section a i {
        font-size: 17px;
    }
    section.banner-line-section a {
        padding: 14px 14px 12px;
    }
    .map h2 {
        padding-left: 10px;
        text-align: center;
        font-size: 26px;
    }
    .map h2 span {
        font-size: 33px;
        color: green;
        font-weight: 800;
    }
    .mobile {
        display: none;
    }
    .dextop {
        display: block;
    }
    /* Responsive */
    @media (max-width: 768px) {
        .desktop {
            display: none !important;
        }
        .mobile {
            display: block !important;
        }
        .tp-banner .mobile {
            width: 100vw;
            height: 60vw;
            max-height: 70vh;
            object-fit: contain;
            object-position: center top;
            display: block !important;
            background: #fff;
        }
        .tp-banner .desktop {
            display: none !important;
        }
        .top-header {
            padding: 0 5px;
        }
        .inner-header {
            margin-top: 40px;
        }
        .navbar-toggle {
            margin-top: 40px;
        }
        .top-header .facebook, .top-header .instagram{
                margin-left: 0;
        }
        .top-header .call-top {
            margin-top: -1px;
            font-size: 16px;
            padding-right: 8px;
        }
        section#home-section {
            margin-top: 122px;
            height: 220px;
        }
        
        #about-section .row {
            display: flex;
            flex-direction: column;
        }
    
        /* Content on top */
        #about-section .col-md-6:nth-child(2) {
            order: 1;
        }
    
        /* Image below */
        #about-section .col-md-6:nth-child(1) {
            order: 2;
            margin-top: 20px;
        }
        .title-section {
            margin-bottom: 10px;
        }
        .title-section h1 {
            font-size: 32px;
        }
        
        .title-section h1 span {
            font-size: 17px;
        }
        section#about-section {
            padding: 12px 0 27px;
        }
        section.statistic-section .statistic-box {
            text-align: center;
            padding: 42px 0 29px;
        }
        section#services-section {
            padding-top: 32px;
        }
        section.banner-line-section a {
            margin-right: 0;
        }
        section#doc {
            height: 500px;
            overflow: scroll;
        }
        .app-download-section h2 {
            font-size: 20px;
        }
        section#contact-section {
            padding: 16px 0 0;
        }
        section#contact-section #contact-form {
            height: 609px;
        }
        section#contact-section .contact-box {
            margin-bottom: -4px;
        }
        section#contact-section .contact-box .contact-post p {
            font-size: 18px;
            margin: 0;
        }
        .footer-wrapper {
          
            margin-top: 122px;
        }
         .footer-wrapper {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            margin-top: 89px;
        }
    
        /* Logo on top */
        .footer-center {
            width: 100%;
            order: 1;
            text-align: center;
            margin-bottom: 0px;
        }
    
        .footer-center img {
            margin: 0 auto;
        }
    
        /* Quick links left */
        .footer-left {
            width: 50%;
            order: 2;
            text-align: left;
            margin-top: 14px;
        }
    
        /* Follow us right */
        .footer-right {
            width: 50%;
            order: 3;
            text-align: right;
        }
    
        .footer-right h4,
        .footer-left h4 {
            text-align: center;
            margin-left: 0 !important;
        }
    
        .social-icons {
            text-align: end;
        }
         .footer-left h4 {
            text-align: left;
        }
        .footer-right h4 {
            text-align: end;
        }
        footer ul.social-icons li {
            margin: 0 4px;
        }
        footer p.copyright {
            padding: 4px 6px;
        }
        .map h2 {
            margin-bottom: 22px;
        }
        section#services-section {
            padding-bottom: 0;
        }
        .mobile {
            display: block;
        }
        .dextop {
            display: none;
        }
        .payment-section .row.mobile {
            text-align: center;
        }
    }
    