.footermenulinks li a {
    color: #e3b4b4;
    background-color: transparent;
    padding: 7px 15px 7px 30px; /* extra left padding for icon */
    margin-bottom: 5px;
    display: block;
    border-radius: 4px;
    position: relative;
    text-decoration: none;
}

/* Add icon before text */
.footermenulinks li a::before {
    content: "⇢"; /* You can change to any ➜⇢➤🏹➵💘 Arrow (copy and paste emoji text ...emoji icon or use Font Awesome */
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

/* Hover effect */
.footermenulinks li a:hover {
    background-color: #ffffff20; /* light hover background */
    color: #ffffff; /* make text brighter */
}

.des-footer {
	color: #e3b4b4;
	text-align: justify;
	margin-bottom: 10px;
}

.logo-footernew img {
	width: 203px;
	margin-bottom: 20px;
}



.widget-banner-contact {
	background-image: url('assets/images/dubaisage1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.fixedheightimage {
	height: 240px;
}
.newcssclass p {
	margin-bottom: 16px;
	text-align: justify;
	font-family: inherit;
}
.imagesidebar{
	margin-bottom: 20px;
}
.blog-style .blog-content {
	min-height: 196px;
}


.mapembed iframe{
	width:100%;
}

.side-blog-single .blockquote-blog {
	background-color: #F4F6F8  !important;
}


.newcssclass strong, .newcssclass b {
	font-weight: bold;
}

.newcssclass ul, .newcssclass ol {
	margin-bottom: 20px !important;
}

.newcssclass ul li, .newcssclass ol li {
	margin-left: 40px;
	list-style: disc;
}
.newcssclass a {
	color: #0077cc;
	text-decoration: none; 
	transition: all 0.3s ease; 
}

.newcssclass a:hover,
.newcssclass a:focus {
  color: #005999;           
  text-decoration: underline; 
  cursor: pointer;            
}

.newcssclass a:active {
  color: #003f66;             
}

.sidebar-widget {
	background-color: #F4F6F8    !important;
}
.formclass input[type="text"], .formclass input[type="email"], .formclass textarea{
	background-color: #fff;
	color:#2d2d2d;
	margin-bottom:20px;
	border-radius:4px;
	border:1px solid #f3f3f3;
}
#formMessage {
	margin-top: 15px;
}
.widget-banner-contact address {
	margin-left: 1px !important;
}

.galleryimages img {
	height: 130px;
	margin-bottom: 10px;
}
.galleryimages {
	margin-bottom: 30px;
}
.footer-style1 .footer-main .footer-logo {
	width: 100% !important;
	
}



.category-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.category-label {
    display: inline-block;
    padding: 8px 14px;
    background: #f1f3f5;
    color: #333;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    border: 1px solid #e0e0e0;
}

.category-label:hover {
    background: #14b0c3;
    color: #fff;
    border-color: #14b0c3;
}
.category-label.active {
	background: #14b0c3;
	color: #fff;
	border-color: #14b0c3;
	font-weight: 600;
}

.tf-pagination li.active {
	background-color: #14b0c3 !important;

}

.tf-pagination li .pages-link:hover {
	background-color: #4D4D4D !important;
	color: #FFFFFF !important;
}


.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
	display: flex;
	flex-direction: column;
	margin-bottom: 4px;
	#background: #fdfdfd;
	padding: 10px 12px;
	border-radius: 5px;
	transition: all 0.3s ease;
	border:1px solid #f1e2e2;
}

.info-list li:hover {
    background: #f1f1f1;
    cursor: pointer;
}

.info-key {
    font-weight: 600;
    color: #555;
    font-size: 16px;
}

.info-value {
    color: #222;
    margin-top: 4px;
    word-wrap: break-word;
    font-size: 15px;
}

.info-value a {
    color: #007bff;
    text-decoration: none;
}

.info-value a:hover {
    text-decoration: underline;
}

