
/* ============================================
   Green Genra - Minimal custom styles
   Works alongside Bootstrap 3.3.7
   ============================================ */
/* Reusable helpers */
.pl-3{padding-left: 3rem;}
.gg-section { padding: 50px 0; }
.gg-bg-light { background: #fff; }
.gg-bg-gray { background: #F7F8F9; }
.gg-mt-30 { margin-top: 25px; }
.gg-center-img { display: inline-block; }
.fs-18{
    font-size: 18px !important;
    line-height: 28px !important;
}
.gg-section-title {
    text-align: center;
    margin: 0px 0 25px;
    font-size: 35px;
    position: relative;
    padding-bottom: 12px;
    font-family: 'DroidSans';
}
.gg-section-title:after,  .gg-section-title-left:after{
    content: "";
    width: 50px; height: 2px;
    background: #2e7d32;
    position: absolute;
    left: 50%; bottom: 0;
    transform: translateX(-50%);
}
.gg-section-title-left {
    text-align: left;
    margin: 0 0 25px;
    font-size: 35px;
    position: relative;
    padding-bottom: 12px;
    font-family: 'DroidSans';
}
.gg-section-title-left:after{
    left: 6%; 
}

.gg-title-light { color: #fff; }

/* Buttons */
.gg-btn-shadow{
    box-shadow:0 4px 10px rgba(0,0,0,0.3);
    transition:all 0.3s ease;
}

.gg-btn-shadow:hover{
    box-shadow:0 6px 16px rgba(0,0,0,0.4);
    transform:translateY(-2px);
}

.gg-btn-green{
    display: inline-block;
    background: #2e7d32;
    color: #fff;
    padding: 8px 16px;
    margin-bottom: 10px;
    border-radius: 10px;
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
    border: none;
    letter-spacing: .3px;
    transition: all .3s ease;
}

.gg-btn-green:hover, .gg-btn-green:focus { background:#256628; color: #fff; }

.gg-btn-outline {
    background: transparent;
    color: #FFF;
    border: 2px solid #FFF;
    border-radius: 8px;
    padding: 3px 6px;
    font-weight: normal;
    font-size: 14px;
}
.gg-btn-outline:hover { background: #2e7d32; color: #fff; }

.gg-btn-white {
    background: #fff; color: #2e7d32;
    border-radius: 25px; padding: 8px 18px;
    font-weight: bold; margin: 5px 5px 0 0;
}
.gg-btn-white-pill {
    background: #fff; color: #2e7d32;
    border-radius: 25px; padding: 6px 18px;
    font-weight: bold;
}
.gg-btn-green-sm {
    background: #2e7d32; color: #fff;
    border-radius: 8px; padding: 3px 6px;
    font-size: 10px; font-weight: normal;
}
.gg-btn-green-sm:hover { background: #1b5e20; color: #fff; }

/* ==================== HERO SLIDER ==================== */
.gg-hero-section { background: #fff; margin-top:120px;}
.gg-hero-carousel .item {
    padding: 100px 0 100px;
    min-height: 560px;
    background-size: 100% 100%!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
}
.gg-hero-text { padding-top: 20px; }
.gg-hero-carousel h1 {
   font-size: 40px;
    font-weight: 700;
    color: #000;
    font-family: DroidSans-Bold;
    line-height: 45px;
    margin-bottom: 15px;
}
.gg-hero-sub { font-size: 30px; color: #555; margin-bottom: 25px; }
.gg-hero-btns { margin-bottom: 25px; }
.gg-hero-btns .btn { margin-right: 8px; margin-bottom: 8px; }
.gg-hero-badges span {
    display: inline-block;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    padding: 6px 14px;
    border-radius: 20px;
    margin: 3px 5px 3px 0;
    font-size: 14px;
    font-weight: 600;
}
.gg-hero-badges .fa { color: #2e7d32;
    margin-right: 4px;
    font-size: 20px;
    vertical-align: middle; }
.gg-hero-badges span img{vertical-align: middle;
    width: 20px;
    height: auto;}
.gg-hero-img { margin: 0 auto; }

.gg-hero-ctrl {
    width: 40px; height: 40px;
    top: 50%; margin-top: -20px;
    background: transparent !important;
    color: #2e7d32;
    border-radius: 50%;
    text-shadow: none;
    opacity: 0.9;
    font-size: 18px;
}
.gg-hero-ctrl.left { left: 15px; }
.gg-hero-ctrl.right { right: 15px; }
.gg-hero-ctrl .glyphicon {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.gg-hero-indicators li {
    background: #ccc;
    border: none;
    width: 10px; height: 10px;
    margin: 0 4px;
}
.gg-hero-indicators li.active {
    background: #2e7d32;
    width: 10px; height: 10px;
}

/* ==================== Oil And Grease Trap ==================== */
.gg-section-green {
    background: url('https://www.greengenra.com/assets/img/products/background-oil-grease-trap.jpg');
    background-size: 100% 100%!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    color: #fff;
    padding: 35px 0 60px 0;
}
.gg-section-title .gg-title-light{color:#fff;}
.gg-section-green .gg-section-title:after { background: #fff; }
.gg-info-card {
    background: url('https://www.greengenra.com/assets/img/products/green-box.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color:#fff;
    border-radius:58px;
    border:2px solid rgba(255,255,255,0.2);
    box-shadow:0 20px 40px rgba(0,0,0,0.35),inset 0 0 25px rgba(0,0,0,0.25);
    margin-top:35px;
}
.gg-info{padding: 35px;color: #fff;}
.gg-info-card .gg-info h3 { font-size: 20px; margin-bottom:5px;}
.gg-info-card .gg-info h4 { font-size: 20px; margin-bottom:5px; margin-top: 20px; }
.gg-info-card .gg-info p { font-size: 16px;line-height: 21px; }
.gg-info-card .gg-info ul { font-size: 16px;line-height: 21px; padding-left: 18px; list-style: inside;}
.gg-info-card .gg-info ul li { margin-bottom: 4px; }
.gg-info-btns { margin-top: 25px; }
.gg-light-text { color: #e8f5e9; font-size: 14px; line-height: 1.7; }

/* Video box */
.gg-video-title{
    font-size:24px;
    margin-bottom:5px;
    font-weight: normal;
}
.gg-video-box {
    position: relative;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}
.gg-video-box img { width: 100%; display: block; }
.gg-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -40%);
    width: 50px;
    height: 40px;
    border-radius: 6px;
    text-align: center;
}

/* Video carousel */
.gg-video-carousel { border-radius: 6px; overflow: hidden; }
.gg-video-ctrl {
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
    background: rgb(197 197 197 / 0%) !important;
    color: #444;
    border-radius: 50%;
    text-shadow: none;
    opacity: 0.9;
    font-size: 20px;
}
.gg-video-ctrl.left { left: 10px; }
.gg-video-ctrl.right { right: 10px; }
.gg-video-ctrl .glyphicon {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}
.gg-video-indicators {
    bottom: 5px;
}
.gg-video-indicators li {
    background: rgba(255,255,255,0.6);
    border: none;
    width: 8px; height: 8px;
}
.gg-video-indicators li.active {
    background: #fff;
    width: 8px; height: 8px;
}

.gg-section-green .pl-3 p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}

/* ==================== INSTALL CARDS ==================== */
.gg-install-card {
    padding: 18px;
    border-radius: 6px;
    margin-bottom: 15px;
    position: relative;
    min-height: 150px;
}
.gg-install-card .cb {
    position: absolute;
    bottom: 12px;
    right: 0;
    text-align: right;
}
.gg-install-green { background:url('/assets/img/products/under-sink-left-green-box.jpg'); background-size:100% 100%;}
.gg-install-blue  { background:url('/assets/img/products/free-standing-installation-box.jpg'); background-size:100% 100%;}
.gg-install-orange{ background:url('/assets/img/products/under-ground-installation-box.jpg'); background-size:100% 100%;}

.gg-install-icon {
    margin-bottom: 8px;
    display:flex;
    gap:5px;
}
.gg-install-icon img{
    width:30px;
    height:30px;
}

.gg-install-card h4 { 
    margin: 0 0 8px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
}
.gg-install-card p { 
    font-size: 11px;
    margin-bottom: 20px;
    line-height: 15px; 
}
.gg-install-tag {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 10px;
    margin-bottom: 8px;
    font-weight: normal;
}
.gg-install-green  .gg-install-tag{background: rgb(46 125 50 / 44%);}
.gg-install-blue  .gg-install-tag { background: rgb(25 118 210 / 44%); }
.gg-install-orange .gg-install-tag { background: rgb(245 124 0 / 48%); }

.gg-install-green h4{color: #006633;}
.gg-install-blue h4 { color: #02437C; }
.gg-install-orange h4 { color: #A86206; }

.gg-show-link {
    display: inline-block;
    color: #2e7d32;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px;
}

/* ==================== PRODUCT CARDS ==================== */
.gg-product-card {
    border-radius: 6px;
    padding: 0px 0px 10px 0px;;
    text-align: center;
    margin-bottom: 15px;
    background: #fff;
    min-height: 200px;
}

.border-green{
    border: 2px solid #006633;
}

.border-blue{
    border: 2px solid #02437C;
}

.border-orange{
    border: 2px solid #A86206;
}

.gg-product-card img { margin: 0 auto 8px; max-height: 105px; }
.gg-product-card h5 {
    color: #000;
    font-size: 14px;
    margin: 5px 0;
    font-weight: bold;
}
.gg-product-card p { font-size: 12px; color: #000; margin-bottom: 8px; line-height: 1.3; }

/* ==================== GREASE TRAP CALCULATOR ==================== */
/*.grease-trap-calcultor{background:url('/assets/img/products/30-seconds-bg.jpg'); background-size:100% 100%;}*/
.grease-trap-calcultor p{font-size: 16px; line-height:21px;}
.grease-trap-calcultor .icon-box{text-align:center;    margin-top: 20px;}
.grease-trap-calcultor .icon-box img{
    box-shadow: 0 4px 15px rgb(0 0 0 / 9%);
    border-radius: 50%;
    margin-bottom: 15px;
}
.grease-trap-calcultor .icon-box h4{
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    margin-bottom:10px;
}
.grease-trap-calcultor .icon-box p{
    font-size:14px;
}
.grease-trap-calcultor .icon-box:not(:first-child){
    border-left:1px solid #e5e5e5;
}

.grease-trap-calcultor .icon-box{
    padding:0 19px;
}
.grease-trap-calcultor .calculator{
    background:url('/assets/img/products/right-grease-trap-image.png'); 
    background-size:100% 100%;
    padding: 50px 50px 50px 35px;
    margin: 90px 0 30px 30px;
}
.grease-trap-calcultor .calculator img{width: 150px;}

/* ==================== CONTACT STRIP ==================== */
.gg-contact-strip {
    background:url('/assets/img/products/talk-to-our-experts-now.jpg'); background-size:100% 100%;
    color: #fff;
    padding: 35px 0;
}
.gg-contact-strip h2 { 
    margin: 40px 0 0 0;
    font-size: 32px;
    color: #FFF;
    font-family: 'DroidSans';
}
.gg-contact-strip h2.second { margin: 0; font-size: 38px; color:#FFF; font-weight: bold;}
.gg-contact-block { padding: 10px; }
.gg-contact-icon img{
    font-size: 24px;
    display: inline-block;
    width: 50px; height: 50px;
    margin-bottom: 8px;
}
.gg-contact-block h4 { 
    margin: 5px 0;
    font-size: 24px;
    font-weight: bold; 
    text-transform: uppercase;
}
.gg-contact-block p { margin: 0;}
.gg-contact-block p a{
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
}
.gg-contact-block p a:hover{color:#FFF;}

/* ==================== TESTIMONIALS CAROUSEL ==================== */
/*.gg-tesimonials{background:url('/assets/img/products/testimonial-bg.jpg.jpeg'); background-size:100% 100%;} */
.gg-testi-carousel { padding: 0 40px; position: relative; overflow: hidden;}
.gg-testi-carousel .carousel-inner { overflow: hidden; }
.gg-testi-ctrl {
    width: 36px; height: 36px;
    top: 50%; margin-top: -18px;
    background: #fff !important;
    color: #2e7d32;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    text-shadow: none;
    opacity: 1;
    font-size: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.gg-testi-ctrl.left { left: 0; }
.gg-testi-ctrl.right { right: 0; }

.carousel-control:focus, .carousel-control:hover {
    color: #444;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}
.gg-testimonial-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}
.gg-testimonial-body { padding: 20px; position: relative; }
.gg-avatar {
    width: 65px; height: 65px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.gg-testimonial-body h5 { font-size: 20px;
    margin: 12px 0 20px; }
.gg-testimonial-body h5 small { display: block; color: #777; font-size: 11px; margin-top: 2px; }
.gg-testimonial-body p { font-size: 12px; color: #555; line-height: 1.5; }
.gg-rating { color: #ffb300; font-size: 13px; }
.gg-rating span { color: #999; font-size: 10px; margin-left: 6px; }

/* ==================== LOGO CAROUSEL ==================== */
.gg-logo-carousel { padding: 0 40px; position: relative; }
.gg-logo-row > div { margin-bottom: 15px; }
.gg-logo-ctrl {
    width: 36px; height: 36px;
    top: 50%; margin-top: -18px;
    background: #fff !important;
    color: #2e7d32;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    text-shadow: none;
    opacity: 1;
    font-size: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
}
.gg-logo-ctrl.left { left: 0; }
.gg-logo-ctrl.right { right: 0; }
.gg-logo-ctrl .glyphicon {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
}

/* ==================== FAQ ==================== 
.gg-faqs{background:url('/assets/img/products/faqs-bg.jpg.jpeg'); background-size:100% 100%;}*/
.gg-faq-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.gg-faq-toggle {
    color: #2e7d32;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    margin-left: 10px;
}
.panel-title {
    position: relative;
    padding-right: 25px;
}

.faq-icon{
    position: absolute;
    right: 0;
    top: 2px;
    transition: 0.3s;
}

.panel-heading:not(.collapsed) .faq-icon{
    transform: rotate(45deg);
}

/* ==================== BLOG ==================== */
.gg-blog-card {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
.gg-blog-img { position: relative; }
.gg-blog-img img { width: 100%; display: block; }
.gg-blog-overlay {
    position: absolute;
    top: 10px; left: 10px; right: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.3;
}
.gg-blog-body { padding: 15px; }
.gg-blog-body h5 { font-size: 14px; line-height: 1.4; margin: 0 0 8px; }
.gg-blog-date {
    color: #2e7d32;
    font-size: 12px;
    margin-bottom: 8px;
}
.gg-blog-body p { font-size: 12px; color: #666; line-height: 1.5; }

/* ==================== FOOTER ==================== */
.gg-footer { background: #1b1b1b; color: #bbb; }

.gg-footer-strip {
    background: #2e7d32;
    padding: 18px 0;
    color: #fff;
    position: relative;
    z-index: 2;
}
.gg-fstrip-item a {
    color: #fff;
    display: block;
    text-decoration: none;
    padding: 4px 0;
}
.gg-fstrip-item .fa {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.gg-fstrip-title {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}
.gg-fstrip-sub {
    display: block;
    font-size: 12px;
    opacity: 0.9;
    padding-left: 28px;
}
.gg-fstrip-middle {
    background: #fff;
    color: #2e7d32;
    border-radius: 6px;
    padding: 15px 10px;
    margin-top: -10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.gg-fstrip-middle a { color: #2e7d32; }

.gg-footer-main {
    padding: 50px 0 30px;
}
.gg-footer-logo { max-width: 160px; margin-bottom: 15px; }
.gg-addr {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #bbb;
}
.gg-addr .fa { color: #2e7d32; margin-right: 6px; width: 14px; }

.gg-footer-title {
    color: #fff;
    font-size: 15px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    letter-spacing: 1px;
}

.gg-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.gg-footer-list li {
    padding: 4px 0;
    font-size: 13px;
}
.gg-footer-list li a {
    color: #bbb;
    text-decoration: none;
}
.gg-footer-list li a:before {
    content: \"›\";
    color: #2e7d32;
    margin-right: 8px;
    font-weight: bold;
}
.gg-footer-list li a:hover { color: #2e7d32; }

.gg-news-label {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 6px;
}
.gg-news-form {
    display: flex;
    margin-bottom: 18px;
}
.gg-news-form input {
    flex: 1;
    padding: 8px 10px;
    border: none;
    border-radius: 3px 0 0 3px;
    font-size: 13px;
    outline: none;
}
.gg-news-form button {
    background: #2e7d32;
    color: #fff;
    border: none;
    padding: 0 16px;
    border-radius: 0 3px 3px 0;
    font-weight: bold;
    font-size: 13px;
    cursor: pointer;
}
.gg-stay-label {
    font-size: 12px;
    color: #bbb;
    margin-bottom: 8px;
}
.gg-social { display: flex; gap: 8px; }
.gg-soc {
    width: 34px; height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
    text-decoration: none;
    margin-right: 5px;
    display: inline-block;
}
.gg-soc-fb { background: #3b5998; }
.gg-soc-tw { background: #1da1f2; }
.gg-soc-in { background: #0077b5; }
.gg-soc-wa { background: #25d366; }
.gg-soc-yt { background: #e53935; }
.gg-soc:hover { opacity: 0.85; color: #fff; }

.gg-footer-bottom {
    background: #111;
    padding: 15px 0;
    font-size: 12px;
    color: #888;
}
.gg-footer-bottom p { margin: 0; }
.gg-footer-bottom a { color: #888; }
.gg-footer-bottom a:hover { color: #2e7d32; }

/* Floating WhatsApp */
.gg-whatsapp-float {
    position: fixed;
    bottom: 20px; left: 20px;
    width: 50px; height: 50px;
    line-height: 50px;
    text-align: center;
    background: #25d366;
    color: #fff;
    border-radius: 50%;
    font-size: 26px;
    z-index: 999;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25);
    text-decoration: none;
}
.gg-whatsapp-float:hover { color: #fff; opacity: 0.9; }