/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2025 | 12:18:08 */
`.uagb-container-inner-blocks-wrap a{
		text-decoration:none !important;
	}

/* Footer */
#footer-widgets .footer-box { width: 30%; border-left: 1px solid #373737; padding-left: 20px; }
#footer-widgets .footer-box.col-1 { width: 40%; border-left: 0; padding-left: 0 !important; }
#footer-widgets .footer-box .footer-widget.social-widget { margin-bottom: 14px; }
#footer-widgets .footer-box .widget-title { border: 0; padding-left: 0; }
#footer-widgets .footer-box .social-widget .style-simple li a { font-size: 14px; width: 26px; }
#footer-widgets .oceanwp-newsletter-form-wrap input[type="email"] { background-color: #383838; color: #909090; border-color: #383838; font-size: 13px; padding: 6px 12px; height: 40px; border-radius: 20px; }
#footer-widgets .oceanwp-newsletter-form-wrap input[type="email"]:focus { border-color: #525252; }
#footer-widgets .oceanwp-newsletter-form-wrap button { background-color: #212121; height: 36px; right: 2px; padding: 0 24px; border-radius: 20px; }
#footer-widgets .oceanwp-newsletter-form-wrap button:hover { background-color: #ff4a96; }

/* Footer Bottom */
#footer-bottom { padding: 0; }
#footer-bottom-inner { border-top: 1px solid #373737; padding: 20px 0; }
#footer-bottom #copyright, #footer-bottom #footer-bottom-menu { float: none; width: 100%; text-align: center; padding: 0; }
#footer-bottom #footer-bottom-menu { margin-bottom: 16px; }
#footer-bottom a, #footer-bottom #footer-bottom-menu a { font-size: 13px; padding: 0 10px; }

/* Responsive */
@media screen and (max-width: 1280px) {
    #footer-widgets .footer-box { padding-left: 20px; }
}
@media screen and (max-width: 959px) {
    #footer-widgets .footer-box { padding-left: 10px; }
}
@media screen and (max-width: 767px) {
    #footer-widgets .footer-box { border-left: 0; padding-left: 0; padding-top: 20px; }
}
@media screen and (max-width: 480px) {
    #scroll-top { display: none !important; }
}
@media screen and (max-width: 320px) {
    #site-logo #site-logo-inner a img { max-width: 150px; }
}

/* transparent-header */

#site-header.transparent-header {
    position: absolute;
    top: 0;
    background-color: rgb(255 255 255 / 75%);
    height: auto;
    z-index: 9999;
}

/* Product table style */
table {
    border-collapse: collapse;
    border: 1px solid #e1e1e1;
    width: 100%;
}
table th, table td {
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    width: auto;
}
table th {
    background-color: #fea700; 
    color: #333333; 
    font-weight: bold; 
}
table tr:nth-child(odd) {
    background-color: #f5f5f5; 
}
table tr:nth-child(even) {
    background-color: #ffffff; 
}
table td p {
    margin: 0;
    padding: 0;
    display: inline;
    text-align: center;
}


hr {
    height: 1px;
    color: #e6e6e6;
    background-color: #e6e6e6;
    width: 80%;
    text-align: left;
    border: none;
}

/* --heighlited-text-- */
mark {
    padding: 1px 5px 1px 5px;
}
/* no-border-on-click-- */
a:active, a:focus {
  outline: 0 !important;
  border: none !important;
  -moz-outline-style: none !important;
}


/* zero-p margin */
.zero-margin {
    margin-bottom: 0px; 
}

.zero-margin2 {
    margin-top: -20px;
}

.line-height0 {
    line-height: 36px;
}

/* p margin left */
.left-margin {
    margin-bottom: 0px; 
	margin-left:30px
}



/* --print --*/
.plco_print {
    width: 89px;
    height: 46px;
    top: 0;
	 background-color: #f4f4f4;
    line-height: 44px;
    text-align: center;
    margin: 0;
    margin-right: .5em;
    margin-bottom: .5em;
    border-radius: 3px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition-property: box-shadow, top;
    transition-duration: 300ms;
    box-sizing: content-box;
    list-style: none;
    cursor: pointer;
	margin-top:15px;
}


/* Homepage -red-box */
@media (max-width: 767px) {
    .home-red-box {
        padding: 15px 30px 15px 15px !important;
    }
	/* Home oppo*/
	.home-op {
        padding: 15px 30px 15px 30px !important;
    }
	
	 .mob-cont {
        padding: 15px 30px 15px 10px !important;
			text-align: center;	
    }
}


/* Style for the enquiry and whatsapp button container */

.button-container {
  display: block; 
  margin-bottom: 15px;
	margin-top: 20px;
}
.button-container .button {
  width: 100%;
  text-align: left;
  padding: 0px 10px 14px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 5px; 
}
.button-container .business-enquiry {
  background-color: #fea700; 
  color: #fff; 
}
.button-container .business-enquiry:hover {
  background-color: #e89a03; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.button-container .whatsapp-button {
  background-color: #19ae50; 
  color: #fff; 
}
.button-container .whatsapp-button:hover {
  background-color: #108a3d; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.button-container .button i {
  margin-right: 8px;
  font-size: 20px;
  vertical-align: middle;
}

/* ---- Colored Boxex--- */


/* --  API-box --- */
.api-box {
	display: inline-block; /* Ensures it behaves like a box */
	/* width: 100%!important;  Ensures it fits content */
	font-size: 13px;
	margin-bottom: 20px;
	margin-top: -20px;
	background: #9b2825;
	color: #ffffff;
	border-bottom:2px;
	border-color: #ff0000;
	padding: 2px 10px; /* Controls internal spacing */
	/* float: left; Aligns the box to the left */
}

/* --  gray-box --- */
.g-box {
    border: 1px solid #333333; 
    background-color: #666666; 
	color: #ffffff;
    padding: 2px 10px 2px 10px;
    border-radius: 5px; 
    font-weight: 500; 
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
}

/* --  yellow=heading --- */
.y-heading {
    text-decoration: none !important;
    background-color: #fecc00;
    border-radius: 20px;
    padding: 2px;
    width: 90%;
	margin-bottom: -15px;
	font-weight: 600;
}

/* --  light green-box --- */
.lightgreen-box {
    border: 1px solid #cce8ac; 
    background-color: #d8f1bb; 
	font-size:18px;
	color:#333333;
	text-align:center;
    padding: 10px 10px 10px 10px;
    border-radius: 5px; 
    font-weight: 600; 
    margin-bottom: 0px;
	margin-top: -20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
		width: auto;
}
/* --  red-box --- */
.red-box {
    border: 1px solid #d90202; 
    background-color: #ff0000; 
 color: #ffffff;
    padding: 2px 10px 2px 10px;
    border-radius: 5px; 
    font-weight: 500; 
    margin-bottom: 20px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
		width: 50%;
}

/* --  page header fix size --- */
.page-header {
    background-color: #9b2825;
    min-height: 115px;
	border-bottom: 5px solid yellow;
}

/* --  products image slider --- */

.lSSlideOuter {
    border-width: 2px; 
    border-style: solid;
	border-image: linear-gradient(to bottom, #fea700 40%, #ffffff 60%) 1;
}

ul.lSGallery li.active {
    border: 1px solid #999999;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0px;
}

/* --  products page Heading --- */
.p_title {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: -0.8px;
    font-weight: 500;
    text-transform: uppercase;
}


/* -- head--- */
.head1 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.8px;
    font-weight: 600;
    text-transform: uppercase;
	color: #9b2825;
}

/* -- previous hr tag--- */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100%;
	size:1px;
}

.wp-block-separator {
    border-bottom: 1px solid;
}
/* -- hide blog meta--- */
.blog-entry.thumbnail-entry .blog-entry-bottom {
    display: none;
}
/* -- Center blog title--- */
.blog-entry.grid-entry .blog-entry-header .entry-title {
    font-size: 18px;
	text-align: center;
}
	
/* -- hide related post meta--- */
.time.published {
    font-size: 12px;
    display: none;
}
/* -- related post border color--- */
.related-thumb {
    display: block;
    background-color: #ffffff;
    border: 1px solid #9b2825;
    border-radius: 10px;
    padding: 10px;
    border-image: linear-gradient(to bottom, #ffffff 40%, #fea700 60%) 1;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* -- Product Button--- */
.uagb-buttons__outer-wrap.uagb-btn__large-btn .uagb-buttons-repeater.wp-block-button__link:not(.is-style-outline), .uagb-buttons__outer-wrap.uagb-btn__large-btn .uagb-buttons-repeater.ast-outline-button {
    padding: 18px 30px;
    width: 400px;
    text-align: left;
}



/* ---Right Floating text Inside Page ---*/

.boot-me {
    position: fixed;
    bottom: 2%;
    right: 4%;
    z-index: 2;
}

.boot-me a {
    width: 100%;
    color: #ffffff;
    background:#2ba618;
    margin: 5px 0px;
    font-size: 20px;
    text-decoration: none;
	font-weight: 600;
    align-items: center;
    display: flex;
    padding: 6px 30px 6px 10px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 0px;
    border: 1px solid #1e800f;
}

.boot-me a:hover {
    color: #ffcc00; /* Change this to your desired text color */
}

.boot-me a img {
    padding-right: 10px;
    max-height: 50px;
}


/* -----p justified ---- */
p {
    margin: 0 0 20px;
    text-align: justify;
}


/* -----blog page layout ---- */

.blog-entry.thumbnail-entry .blog-entry-content {
    width: 75%;
}

.blog-entry.thumbnail-entry .thumbnail {
    width: 25%;
}

/* -----HR Spacing  ---- */

.wp-block-separator {
    margin: 20px auto; 
}
	
/* -----Hide related post date  ---- */

time.published {
    font-size: 12px;
    display: none;
}

/* -----top padding after menu and banner  ---- */
.wp-block-uagb-container.uagb-block-d8d91aac 
{
    min-height: 500px;
    box-shadow: 0px 0px #00000070;
    padding-top: 0px;
}


/* -----Block text - images on about us page --- ---- */


.wp-block-media-text>.wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 40px!important;
    word-break: break-word;
}
	