/*
Theme Name: RoiyaTech Theme
Author: Roshan indap
Description: A custom HTML to WordPress theme.
Version: 1.0
*/
.axil-product > .thumbnail > a img {
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.social-shares {
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 1000;
    overflow: hidden;
/*    border-radius: 20px;  Optional: Round corners */
}

.social-shares a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #007bff; /* Default color */
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
    border-top: 1px solid rgba(255, 255, 255, 0.2); /* Creates the separation effect */
}

/* Remove the border on the first item to avoid extra line */
.social-shares a:first-child {
    border-top: none;
}

/* Custom colors */
.social-shares a[href*="facebook.com"] { background-color: #3b5998; }
.social-shares a[href*="instagram.com"] { background: linear-gradient(45deg, #fccc63, #bc1888, #e4405f); }
.social-shares a[href*="linkedin.com"] { background-color: #0077b5; }
.social-shares a[href*="x.com"], .social-shares a[href*="twitter.com"] { background-color: #000; }
.social-shares a[href^="mailto:"] { background-color: #ea4335; }
.social-shares a[href^="tel:"] { background-color: #34a853; }
.social-shares a[href*="wa.me"] {
    background: #25D366;
}
/* Hover Effect */
.social-shares a:hover {
    background-color: rgba(0, 0, 0, 0.8);
}
a[href*="wa.me"].axil-btn:before {
    background: #25D366;
}
a[href*="wa.me"].axil-btn, i.fab.fa-whatsapp {
    color: #fff;
    font-size: var(--font-size-b1);
}
.social-shares a[href*="wa.me"] i.fab.fa-whatsapp {
    font-size: 20px;
}
.mobile-footer-bar {
    display: none; /* Hidden by default */
}

.footer-button {
    flex: 1;
    text-align: center;
    padding: 10px 0;
    color: white;
    text-decoration: none;
    background-color: #007bff; /* Default blue background */
}

.footer-button i {
    display: block;
    font-size: 20px;
}

.footer-button span {
    display: block;
    font-size: 12px;
}

/* Specific colors for each button */
.footer-button { background-color: #000000f2; } 


i.fas.fa-phone, i.fa.fa-phone {
    transform: rotate(90deg);
}

@media only screen and (max-width: 991px){
	.hide-mob{
		display:none !important;
	}
	.mobile-footer-bar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }
}

@media (min-width: 992px) {
.header-top-dropdown {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
    .header-brand img {
        max-height: 55px;
    }
	.axil-footer-widget .logo img {
    height: 70px !important;
    width: auto;
}
	.header-style-7 .axil-mainmenu, .header-style-5 .axil-mainmenu {
		padding: 10px 45px;}
}
.header .header-top-text p {
    color: #c2c2cc !important;
}
.content-blog.blog-grid{
	display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
	
}
.content-blog .thumbnail a img{
    width: 300px !important;
    height: 141px !important;
}

.slick-single-layout h5.title a{
	 display: -webkit-box;
  -webkit-line-clamp: 1; /* Limit to 1 line */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Ensure the text wraps */
}
/* Breadcrumb Image Size Css*/
.bradcrumb-thumb img {
    height: 200px; 
    width: auto; /
    object-fit: cover; 
    max-width: 100%; 
}
/* Contact Us Page Css*/
.form-group {
    position: relative !important;
    margin-bottom: 20px !important; 
}

.wpcf7-form .form-group label {
    position: absolute!important;
    top: 33%!important;
    left: 12px !important;
    transform: translateY(-50%) !important;
    background: white !important;
    padding: 0 5px !important;
    font-size: 16px !important;
    color: #888 !important;
    transition: all 0.3s ease-in-out !important;
    pointer-events: none !important;
}

.wpcf7-form .form-group textar{
	top: 15% !important;
}
.contact-formm p {
    width: 100% !important;
}
.footer-a .service-box.service-style-2 .icon img {
    height: 60px;
    width: 60px;
    object-fit: contain;
}
.flag-item.text-center img {
    width: 50px;
    object-fit: contain;
    height: 30px;
}



body.no-scroll {
    overflow: hidden;
}

/* ======= Get a Quote Popup ======= */
.quote-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.quote-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 300px;
	border: 2px solid #ff497c;
    text-align: center;
}

.quote-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #333;
}

/* ======= Order Sample Popup (Completely Separate Styles) ======= */
.sample-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
}

.sample-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 2px solid #007bff;
    width: 320px;
    text-align: center;
}

.sample-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
    color: red;
}

/* Buttons */
.quote-popup button, .sample-popup button {
    background-color: #4caf50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.sample-popup button {
    background-color: #007bff;
}

#wpcf7-f412-o2 .wpcf7-submit{
	width: 100% !important;
}
#wpcf7-f411-o1 .wpcf7-submit{
	background-color :#ff497c;
	border: none;
	outline:none;
	width: 100% !important;
}
#wpcf7-f411-o1 .wpcf7-submit:hover{
	background-color : white;
	border: 2px solid #ff497c;
	color: #ff497c;
	width: 100% !important;
}


.single-product .price-amount ins{
	background: rgb(255 73 124) !important;
}



.woocommerce-breadcrumb {
    color: white !important;
    font-weight: bold;
}

.woocommerce-breadcrumb a {
    color: white !important;
    font-weight: bold;
}

.woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}


header .axil-mainmenu {
    box-shadow: 0px 15px 15px -15px #111 !important;
    position: relative;
}

/* .row--20 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
 */

/* .col-lg-4 {
    flex: 1 0 calc(33.333% - 20px); 
    min-width: 300px; 
}

.about-info-box {
    display: flex;
    flex-direction: column;
    height: 100%; 
    padding: 15px; 
}


.about-info-box .content {
    flex: 1;
} */


/* On focus (when clicked) */
select.gt_selector.notranslate:focus {
    background-color: #ffffff; /* white background after click */
    color: #000000; /* optional: text color when selected */
}

select.gt_selector.notranslate {
    padding: 6px;
    width: 105px;
    border: none;
    height: 40px;
	  color: #c2c2cc;
}
 .about-info-area .row--20{
	display: flex;
    flex-wrap: wrap;
}

.about-info-area .about-info-box{
	 display: flex;
    flex-direction: column;
    height: 100%;
} 

.categrie-product-4 img{
	 border-radius: 50%;
    object-fit: cover; 
    width: 150px;
    height: 150px; 
    display: block;
    margin: 0 auto; 
}

.about-info-area-homes .row--20{
	display: flex;
    flex-wrap: wrap;
}


.about-info-area-homes .col-lg-4 {
    display: flex;        
}

.product-badget {
    display: none;
}