

/* --------- Main footer css  ------- */

.main-footer{
    height: 350px;
    width: 100%;
    background-color:var(--main-footer-background-color);
    margin-top: 50px;
}

.main-footer a{
    color: white;
    text-decoration: none;
}

.main-footer hr{
    width: 90%;
    margin: 5px auto;
    color: #757474;
}

.footer-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-tab-1{
    border: 1px solid #4C4B4B;
    border-radius: 20px;
    width: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.footer-site-icon{
    /*border: 1px solid #4C4B4B;*/
    width: fit-content;
}

.footer-site-intro{
    color: white;
    text-align: center;
}

.footer-site-icon a img{
    width: 250px;
}

.footer-tabs{
    height: 250px;
    margin: 20px;
    /* border: 1px solid white; */
}

.footer-tab-heading::before{
    position: absolute;
    content: '';
    height: 20px;
    width: 5px;
    background-color: white;
    margin-left: -10px;
}

.tabs-data{
    width: 200px;
}

.tabs-data ol{
    list-style: none;
    font-family: var(--text-font-my-famaly);
    margin: 10px;
    /* border: 1px solid white; */
}

.tabs-data ol li{
    /* border: 1px solid white; */
    width: 100%;
    margin: 10px;
    font-weight: bold;
}

.tabs-data ol li a:hover{
    color: #FC1F00;
}

.footer-tab-heading{
    color: white;
    font-family: var(--text-font-my-famaly);
}

.copyright-text{
    margin: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}


.what-app-icon{
    /* border: 1px solid black; */
    position: fixed;
    bottom: 10px;
    right: 10px;
}


.what-app-icon img{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

/* -----------  Enquery Form Css  ----------- */

.enq-inner-section{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}

.enq-inner-section div{
    width: 100%;
}

.enq-form-banner img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.enq-form-tab{
    width: 100%;
    min-height: 300px;
    margin: 30px auto;
}

.enq-form-input-fields{
    width: 80%;
    padding: 20px;
    text-align: center;
}

 .enq-form-input-fields input{
    width: 80%;
    height: 30px;
    border-radius: 20px;
    margin: 20px auto;
    padding-left: 20px;
}

.enq-form-input-fields textarea{
    min-width: 80%;
    max-width: 80%;
    min-height: 200px;
    max-height: 200px;
    border-radius: 20px;
    padding: 20px;
}

.enq-form-input-fields button{
    width: 80%;
    height: 30px;
    margin: 20px auto;
    border-radius: 20px;
    color: white;
    background-color: red;
    border: 0px;
}

/* ---------  Mobile footer ------/ */

.mob-footer{
    display: none;
}



@media only screen and (max-width: 600px) 
{   
    
    .mob-footer-site-icon{
        text-align: center;
    }
    
    .mob-foot-data ol li a{
        color: white;
    }
    
   .mob-footer-site-icon img{
       width: 40%;
       height: 100px;
        object-fit: contain;
   }
    
    .enq-inner-section{
        display: block;
        width: 100%;
    }

    .main-footer{
        display: none;
    }

    .mob-footer{
        display: block;
        background-color: #4C4B4B;
        min-height: 300px;
        width: 100%;
        padding: 10px;
    }

    .mob-footer-icons{
        border: 1px solid white;
        min-height: 200px;
        width: 98%;
        border-radius: 20px;
        margin: 20px auto;
        font-size: 12px;
        color: white;
        padding: 5px 5px;
    }

    .mob-footer-links{
        display: block;
        min-height: 200px;
        border-radius: 20px;
        width: 100%;
        padding: 20px;
    }

    .mob-foot-data{
        margin: 20px auto;
    }

    .mob-foot-data ol{
        margin: 0px 10px;
    }

    .mob-foot-data ol li a:hover{
        color: white;
    }
    
    .enq-form-tab div{
        width: 100%;
        text-align: center;
    }
    
    .enq-form-tab div input{
        width: 80%;
    }
    
    .enq-form-tab div textarea{
        min-width: 80%;
        max-width: 80%;
    }
    
    .enq-form-tab div button{
        width: 80%;
    }
    
    .what-app-icon img{
        width: 60px;
        height: 60px;
    }
    
    .copyright-text{
        font-size: 12px;
    }

}

/*
     FILE ARCHIVED ON 01:33:59 Apr 20, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:58:09 Sep 25, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.39
  exclusion.robots: 0.04
  exclusion.robots.policy: 0.033
  esindex: 0.007
  cdx.remote: 14.751
  LoadShardBlock: 238.287 (3)
  PetaboxLoader3.datanode: 237.008 (5)
  PetaboxLoader3.resolve: 96.297 (2)
  load_resource: 152.951
  loaddict: 78.783
*/