


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background-color: #fff;
    color: #2b2b2b;
    font-family: 'Cabin', sans-serif;
    /* font-family: 'Lato', sans-serif; */
    font-size: 14px;
    line-height: 16px;
    min-width: 320px;
    /*overflow: hidden;*/
    width: 100%;
}
* {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);

}
a, button {
    text-decoration: none;
    cursor: pointer;
}
a{
    color: #2b2b2b;
}
a, a:hover, a:focus, button:hover, button:focus {
    outline: 0 none !important;
    text-decoration: none;
}
a:focus ,a:hover{
    color: #ff4157;
}
ul{
    margin: 0;
    padding: 0;
}
#page{
    overflow: hidden;
}
.remove-padd{
    padding-left: 0;
    padding-right: 0;
}
.offspace-15{
    margin-top: 15px;
}
.offspace-45{
    margin-top: 45px;
}

.social-grid li a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}
.social-grid li a:hover{
    color: #ff4157;
}
.social-grid li + li{
    margin-left: 25px;
}
.info-block{
    color: #fff;
}
.info-block .fa {
    margin-right: 15px;
}
/*navbar*/
.navbar-default {
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
}
.navbar{
    min-height: 35px;
    margin-bottom: 0;
}
.navigation .nav1 li {
    display: inline;
    position: relative;
}
/*.navigation .nav1 li a {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}*/

/*carousel*/
#myCarousel1 .carousel-caption {
    bottom: auto;
    color: #fff;
    left: 50%;
    position: absolute;
    right: auto;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 0;
}
#myCarousel1 .carousel-caption h1 {
    color: #fff;
    font-family: "exotc350_dmbd_btdemi-bold";
    font-size: 85px;
    letter-spacing: 2px;

    text-transform: capitalize;
}

/*common*/
.service-block, .gallery-block, .vacation-offer-block, .resort-overview-block, .blog-block, .blog-block-slider, .about-block, .contact-block, .blog{
    padding: 70px 0 0 0;
}

/*social link*/
.social-grid ul li{
    display: inline;
}
#logo > a {
    color: #ff4157;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 5px;
}
#logo > a span {
    color: #000;
    font-size: 50px;
}


.cl-effect-10 a::before, .cl-effect-10 a.active::before {
    background: #ff4157;
    color: #fff;
    content: attr(data-hover);
    height: 100%;
    left: 0;
    padding: 10px 15px;
    position: absolute;
    top: 0;
    transition: transform 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.cl-effect-10 a.active::before{
    z-index: 1;

}
.cl-effect-10 a:hover span, .cl-effect-10 a:focus span {
    transform: translateX(100%);
}
.cl-effect-10 a:hover::before, .cl-effect-10 a:focus::before {
    transform: translateX(0%);
}
.cl-effect-10 a.active{
    color: #ffff;
}
.cl-effect-10 {
    position: relative;
    z-index: 1;
}
.cl-effect-10 a {
    overflow: hidden;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    /*margin: 15px 25px;*/
    outline: none;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.cl-effect-10 a span {
    background: #fff none repeat scroll 0 0;
    display: block;
    padding: 10px 15px;
    transition: transform 0.3s ease 0s;
}
/*service block*/
.service-image {
    border: 2px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    padding: 35px;
    background: #ddd;
}
.service-details h4 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 55px;
    text-transform: uppercase;
}
.gallery-front .gallery-image {
    position: relative;
    max-width: 263px;
    margin-right: auto;
    margin-left: auto;
}
.instagram-images .gallery-image{
    max-width: 171px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.gallery-image .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 100%;
}
.gallery-image:hover .overlay {
    opacity: 1;
}
.gallery-image:hover p {
    bottom: 50px;
}
.overlay .info > i {
    color: #fff;
    font-size: 25px;
}
/*.gallery-image a.info {
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 22px;
    font-weight: 600;
    height: 100%;
    justify-content: center;
    letter-spacing: 5px;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}*/
.gallery-image img {
    margin-left: auto;
    margin-right: auto;
}
.gallery-image a.info {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    left: 50%;
    letter-spacing: 5px;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out 0s;
}
.gallery-image a.info:hover, .gallery-image a.info > i:hover{
    color: #e01931;
}
.overlay p {
    bottom: 0;
    font-size: 17px;
    font-weight: 600;
    left: 25%;
    letter-spacing: 2px;
    position: absolute;
    text-transform: uppercase;
    transition: bottom 0.9s ease 0s;
}
.overlay p a{
    color: #fff;
}
.overlay p a:hover{
    color: #ff4157;
}
.vacation-offer-bgbanner {
    background: rgba(0, 0, 0, 0) url("../images/vacation-banner.png") no-repeat scroll center center / cover ;
    color: #fff;
    position: relative;
    padding: 65px;
}
.vacation-offer-bgbanner::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: -50%;
    position: absolute;
    top: 0;
    transform: skewX(-30deg);
    width: 100%;
}
.vacation-offer-details > h1 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.vacation-offer-details .btn.btn-default {
    background: #ff4157 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 35px;
    padding: 8px 12px;
    text-shadow: 0 0 0;
    text-transform: capitalize;
}
.side-A{
    float: left;
    width: 50%;
}
.side-B{
    float: right;
    width: 50%;
}
.image img {
    margin-left: auto;
    margin-right: auto;
}
.product-desc-side {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    height: 278px;
    justify-content: center;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding: 0 0 0 30px;
    text-align: left;
}
.product-desc-side h3 {
    border-bottom: 1px dashed #ddd;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.product-desc-side h3::before {
    background: #ff4157;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 35px;
    transition: width 0.9s;
}
.product-desc-side:hover h3:before{
    width: 100%;
}
.product-desc-side > p {
    margin: 22px 0;
}
.links > a , .event-blog-details a.btn-default{
    border: 1px solid;
    display: inline-block;
    padding: 6px 8px;
    text-transform: uppercase;
    border-radius: 0;
}
.links > a:hover, .event-blog-details a.btn-default:hover{
    background: #ff4157;
    border-color: #ff4157;
    color: #fff;
}
.side-A .product-desc-side {
    padding: 0;
}
/*blog event block*/
.event-blog-details > h4 {
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.event-blog-details > p {
    font-size: 14.5px;
    letter-spacing: 1px;
    line-height: 23px;
    margin: 26px 0;
}
.event-blog-details h5 {
    color: #000;
    font-size: 14.5px;
    letter-spacing: 1px;
}
.event-blog-details h5 > a {
    margin-left: 5px;
}
.event-blog-details h5 a i {
    margin: 0 10px;
}
/*footer*/
footer {
    background: #162541 none repeat scroll 0 0;
    color: #ddd !important;
    margin-top: 70px;
    padding: 50px 0 20px;
}
.footer-details > h4 {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 55px;
    text-transform: uppercase;
    color: #fff;
}
footer a{
    color: #fff;
}
.footer-contact-list i {
    color: #ff4157;
    float: left;
    margin-right: 10px;
}
.footer-contact-list p {
    overflow: hidden;
    line-height: 21px;
}
.footer-contact-list li {
    font-size: 14.5px;
    letter-spacing: 1px;
}
.footer-contact-list li + li {
    margin-top: 30px;
}
.footer-links li + li{
    margin-top: 15px;
}
.footer-links li {
    font-size: 14.5px;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.footer-links li.active a{
    color: #ff4157;
}
.footer-social-icon {
    margin-top: 40px;
}
.footer-social-icon > a {
    border: 1px solid;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    text-align: center;
    width: 28px;
}
.footer-social-icon > a i {
    line-height: 26px;
}
.footer-social-icon > a + a {
    margin-left: 10px;
}
#subscribe{
    margin-top: 40px;
}
#subscribe input {
    border: 1px solid;
    border-radius: 0;
    border-right: 0;
    box-shadow: none;
}
.btn.subscribe-button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #333;
    border-image: none;
    border-radius: 0;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
    color: #ff4157;
    background: #fff;
}
/*blog slider*/
.blog-box {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    padding: 45px 110px;
    border-radius: 15px 15px 0 0;
}
.blog-box p::before {
    content: url("../images/icons/left-quotes-sign.png");
    left: 0;
    position: absolute;
    top: 0;
}
.blog-box p::after {
    content: url("../images/icons/left-quotes-sign.png");
    right: 0;
    position: absolute;
    bottom:  0;
    transform: scaleX(-1);
}
.blog-box > p {
    padding: 0 40px;
    position: relative;
}
.blog-box > p {
    font-size: 18px;
    font-style: italic;
    letter-spacing: 2px;
    line-height: 30px;
    padding: 0 40px;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.blog-view-box {
    background: #ff4157 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    margin-top: -15px;
    padding: 15px 110px;
}
.blog-view-box .media-body {
    vertical-align: middle;
}
.blog-view-box .media-body h3 {
    font-weight: 600;
    letter-spacing: 1px;
}
.blog-rev {
    font-size: 15px;
    letter-spacing: 1px;
}
/*carousel*/
.carousel-control.left, .carousel-control.right {
    background-image: none;
}
.carousel-control {
    opacity: 1;
}
#myCarousel2 .carousel-indicators li {
    background-color: #000;
    border: 1px solid #000;
    width: 140px;
}
#myCarousel2 .carousel-indicators .active {
    background-color: #ff4157;
    border-color: #ff4157;
    width: 140px;
}
#myCarousel2 .carousel-indicators {
    bottom: -55px;
}
#myCarousel2 .carousel-indicators li + li {
    margin-left: 15px;
}
.carousel-control {
    top: 50%;
}
.carousel-control:focus, .carousel-control:hover {
    opacity: 1;
}
#myCarousel1 .carousel-indicators .active{
    background: #ff4157;
    border-color: #ff4157;
}
/*back to top*/
#back-to-top {
    background: #ff4157;
    bottom: 40px;
    color: #fff;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 9999;
    font-weight: 600;
    letter-spacing: 1px;
}
#back-to-top:hover{
    background: #c01b21;
}
#back-to-top > span {
    display: block;
}
/*navbar toggle*/
.navbar-toggle {
    background: #000;
    border: medium none;
    border-radius: 0;
    margin-top: -36px;
}
.navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background: #ff4157 !important;
}
.navbar-default .navbar-toggle .icon-bar{
    background-color: #fff;
}
/*copyright*/
.copyright {
    font-size: 16px;
    letter-spacing: 1px;
    margin-top: 40px;
    text-align: center;
}
.copyright > a{
    color: #ff4157;
    font-weight: 600;
    font-size: 18px;
}
.copyright > a:hover{
    color: #fff;
}
/*rooms page*/
.bg-set-col{
    background: rgba(0,0,0,0.25);
    padding: 50px 0;
}
/*about page*/
.about-left p {
    color: #000000;
    font-size: 45px;
    font-weight: 100;
    line-height: 40px;
    text-transform: uppercase;
    width: 76%;
}
.about-right h3 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.about-right > p {
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 22px;
    margin-bottom: 15px;
}
.about-right li {
    position: relative;
    font-size: 14.8px;
    font-weight: 500;
    line-height: 30px;
    padding-left: 15px;
}

.about-right li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'fontawesome';
    color: #ff4157;
    font-weight: 600;
}
.about-right span {
    color: #000;
    display: block;
    font-size: 20px;
    line-height: 24px;
    margin-top: 20px;
}
/*contact*/
/*contact*/
.contact-left-block > h3 , .contact-form > h3{
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: capitalize;
}
.contact-left-block > h3 > span, .contact-form > h3 > span{
    color: #ff4157;
}
.contact-left-block > p {
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-bottom: 15px;
}
.contact-left-block > p i {
    background: #ff4157 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    font-size: 14px;
}
.contact-form form {
    margin-top: 15px;
}
.contact-form form .form-control {
    margin-bottom: 15px;
}
.form-control {
    border-radius: 0;
}
.submit-btn, .read-more-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 6px 15px;
    text-transform: uppercase;
}
.submit-btn:hover, .read-more-btn:hover{
    background: #ff4157;
    border-color: #ff4157;
    color: #fff;
}
.contact-form form textarea{
    min-height: 140px;
}
.offspace-70{
    margin-top: 70px;
}
.hover-effect .gallery-image-list:hover img, .hover-effect .grid-item:hover img {
    animation: 1.5s ease 0s normal none 1 running flash;
    opacity: 0.6;
}
/*dinning*/
.blog-title-head {
    font-size: 25px;
    letter-spacing: 2px;
    margin: 0px 0 15px 0;
}
.blog-title-head > a{
    color: #000;

}

.blog-date {
    color: #000;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}
.blog-desc {
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 30px;
    margin: 40px 0;
    text-align: justify;
}
.user-info{
    margin-bottom: 15px;
}
.user-info > a{
    color: #ff4157;
}
.user-info > a:hover{
    color: #333;
}
.comment-form input, .comment-form textArea {
    margin-top: 15px;
}
.comment-form textArea{
    height: 140px;
}
.blog-list h4, .blog-list1 h4 {
    border-bottom: 2px solid #ff4157;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 25px;
    margin-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.blog-list ul li {
    border-bottom: 1px dashed #ddd;
    list-style: outside none none;
}
.blog-list li a {
    display: block;
    font-size: 14px;
    margin: 12px 0;
}
.blog-list li i {
    margin-right: 5px;
}
.blog-text p{
    margin-top: 15px;
}
.blog-text .link {
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.offspace-30{
    margin-top: 30px;
}
/*single page image*/
.image-head-wrapper {
    background: rgba(0, 0, 0, 0) url("../images/inner-banner.png") no-repeat scroll center top;
    height: 450px;
    position: relative;
}
.inner-wrapper {
    color: #fff;
    left: 70%;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    top: 50%;
    transform: translate(-70%, -70%);
    width: 60%;
}
.inner-wrapper h1{
    font-family: "exotc350_dmbd_btdemi-bold";
}

/*instafeed images*/
#instafeed .likes {
    background: rgba(255,68,87, 0.8) none repeat scroll 0 0;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    font-size: 1em;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    top: 0;
    transition: opacity 100ms ease 0s;
    width: 100%;
}
#instafeed a img{
    max-width: 100%;
}
.insta-image {
    max-width: 150px;
    position: relative;
}

#instafeed a:hover .likes {
    opacity:1;
}

.animated.flipInX {
    display: block;
    position: relative;
}
#instafeed > div:nth-last-child(-n+3) {
    margin-top: 15px;
}




/* breadcrumb-area srtart */
/* ------------- */
 .breadcrumb-area {
     background: linear-gradient(to bottom, #093884ff, #508defff);
     padding: 55px 0 40px;
     color: #fff;
     text-align: center;
 }

 /* Page Title */
 .breadcrumb-area h1 {
     font-size: 34px;
     font-weight: 700;
     margin-bottom: 12px;
 }

 /* Breadcrumb Wrapper */
 .breadcrumb-option {
     display: flex;
     justify-content: center;
 }

 /* Links container */
 .breadcrumb__links {
     display: flex;
     align-items: center;
     gap: 10px;
     font-size: 14px;
     font-weight: 500;
 }

 /* Home link */
 .breadcrumb__links a {
     color: #ffffff;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
     gap: 6px;
     opacity: 0.9;
     transition: all 0.3s ease;
 }

 /* Hover effect */
 .breadcrumb__links a:hover {
     color: #ffd966;
     opacity: 1;
 }

 /* Separator */
 .breadcrumb__links a::after {
     content: "›";
     margin-left: 10px;
     color: rgba(255, 255, 255, 0.7);
 }

 /* Current page */
 .breadcrumb__links span {
     color: #ffd966;
     font-weight: 600;
     font-size: 13px;
 }

 /* Remove arrow after last item */
 .breadcrumb__links span::after {
     content: "";
 }

 /* Icon style */
 .breadcrumb__links i {
     font-size: 14px;
 }


/* breadcrumb-area end */
/* ------------- */





/* ----------------- */
 /* product card */

.product-gallery {
    padding: 60px 0;
    background: #f8f9fa;
}

/* Section Title Styles */
.section-title {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 15px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2452cf;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.section-title p {
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #2452cf;
}

/* Product Grid */
.product-gallery .row {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}

.product-gallery .col-lg-3,
.product-gallery .col-md-3,
.product-gallery .col-sm-6,
.product-gallery .col-xs-12 {
    padding: 15px;
    display: flex;
}

/* Product Card */
.product-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    margin: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    flex: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.product-card:hover {
    box-shadow: 0 10px 25px rgba(36, 82, 207, 0.15);
    transform: translateY(-8px);
}

/* Product Image Container */
.product-image {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: #f5f7ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 20px;
    transition: all 0.5s ease;
    transform: scale(0.95);
}

.product-card:hover .product-image img {
    transform: scale(1);
}

/* Product Info */
.product-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    border-top: 1px solid #f0f0f0;
}

.product-name {
    margin: 0 0 12px 0;
    line-height: 1.3;
    flex-grow: 1;
}

.product-name a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
    display: block;
}

.product-name a:hover {
    color: #2452cf;
}

.product-meta {
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid #f5f5f5;
}

.product-category {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.product-category span {
    color: #2452cf;
    font-weight: 500;
}

/* Category Badge */
.category-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(36, 82, 207, 0.95);
    color: white;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    z-index: 2;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Hover Effect Overlay */
.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(36, 82, 207, 0.1);
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}

.product-card:hover .product-overlay {
    opacity: 1;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .product-image {
        height: 200px;
    }
}

@media (max-width: 992px) {
    .product-image {
        height: 180px;
    }

    .product-name a {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .product-gallery {
        padding: 40px 0;
    }

    .section-title h2 {
        font-size: 28px;
    }

    .section-title p {
        font-size: 16px;
    }

    .product-image {
        height: 160px;
    }

    .product-info {
        padding: 15px;
    }
}

@media (max-width: 576px) {

    .product-gallery .col-sm-6,
    .product-gallery .col-xs-12 {
        width: 50%;
    }

    .product-image {
        height: 140px;
    }

    .product-name a {
        font-size: 15px;
    }

    .product-category {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .product-gallery .col-xs-12 {
        width: 100%;
    }

    .product-image {
        height: 180px;
    }
}

/* Animation for cards */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.product-card {
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
}

.product-card:nth-child(1) {
    animation-delay: 0.1s;
}

.product-card:nth-child(2) {
    animation-delay: 0.2s;
}

.product-card:nth-child(3) {
    animation-delay: 0.3s;
}

.product-card:nth-child(4) {
    animation-delay: 0.4s;
}

.product-card:nth-child(5) {
    animation-delay: 0.5s;
}

.product-card:nth-child(6) {
    animation-delay: 0.6s;
}

.product-card:nth-child(7) {
    animation-delay: 0.7s;
}

.product-card:nth-child(8) {
    animation-delay: 0.8s;
}

/* View All Button */
.view-all-container {
    text-align: center;
    margin-top: 40px;
}

.view-all-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #2452cf;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.view-all-btn:hover {
    background: #1a3ca0;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(36, 82, 207, 0.3);
}






/* Welcome section section */
.welcome-section {
    padding: 70px 0;
    background: #9bc0f7ff;
}

.welcome-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #212529;
}

.welcome-title span {
    color: #0a3f90ff;
}

.welcome-text {
    font-size: 2rem;
    color: #6c757d;
    margin: 0 auto 20px;
    line-height: 1.8;
}

.welcome-subtext {
    font-size: 1.5rem;
    color: #1e1e1eff;
    margin: 0 auto;
    line-height: 1.7;
}

/* Responsive */
@media (max-width: 768px) {
    .welcome-title {
        font-size: 2.8rem;
    }

    .welcome-text {
        font-size: 2rem;
    }
}
 /* --------------- */





 /* --------------- */
 /* about us blade */

 /* < !-- about section --> */
 /* ==============================
   ABOUT PAGE – PREMIUM STYLE
================================ */
 .about-premium {
     background: #f8fafc;
     padding: 90px 0;
 }

 /* Heading */
 .about-heading {
     font-size: 3.5rem;
     font-weight: 800;
     color: #0b3c8a;
     margin-bottom: 25px;
 }

 .about-description {
     font-size: 1.5rem;
     color: #444;
     line-height: 1.9;
 }

 /* Highlight Box */
 .highlight-box {
     background-color: #072b65ff;
     color: #fff;
     padding: 25px 30px;
     border-radius: 12px;
     margin-top: 30px;
     box-shadow: 0 15px 40px rgba(13, 110, 253, 0.25);
 }

 .highlight-box strong {
     color: #fff;
 }

 /* Divider */
 .section-divider {
     height: 3px;
     width: 80px;
     background: #0d6efd;
     margin: 25px 0;
     border-radius: 2px;
 }

 /* Use Case Cards */
 .usecase-card {
     background: #ffffff;
     border-radius: 14px;
     padding: 30px;
     height: 100%;
     box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
     transition: all 0.35s ease;
     position: relative;
     overflow: hidden;
 }

 .usecase-card::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 4px;
     background: linear-gradient(90deg, #0d6efd, #20c997);
 }

 .usecase-card:hover {
     transform: translateY(-6px);
     box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
 }

 .usecase-title {
     font-size: 1.75rem;
     font-weight: 700;
     color: #222;
     margin-bottom: 18px;
 }

 .usecase-list {
     list-style: none;
     padding-left: 0;
     margin-bottom: 0;
 }

 .usecase-list li {
     font-size: 1.5rem;
     color: #555;
     padding: 7px 0 7px 26px;
     position: relative;
 }

 .usecase-list li::before {
     content: "➤";
     position: absolute;
     left: 0;
     top: 7px;
     color: #0d6efd;
     font-size: 0.9rem;
 }

 /* Responsive */
 @media (max-width: 768px) {
     .about-heading {
         font-size: 2rem;
     }
 }

  /* --------------- */




/* -------------------------- */
/* Contact blade Section Start */
.contact-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.contact-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    height: 470px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.contact-info h3 {
    color: #0725cdff;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 2rem;
    position: relative;
    padding-bottom: 15px;
}

.contact-info h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #0725cdff;
}

.contact-info h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.5rem;
}

.contact-info ul {
    list-style: none;
    padding: 0;
}

.contact-info ul li {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.contact-info ul li i {
    color: #1843deff;
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 5px;
}

.contact-info ul li h6 {
    color: #444;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.contact-info ul li p {
    color: #666;
    margin: 0;
    line-height: 1.6;
}

.contact-info ul li p span {
    display: block;
}

/* Contact Form */
.contact-form h5 {
    color: #333;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 1.5rem;
    position: relative;
    padding-bottom: 10px;
}

.contact-form h5::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #0725cdff;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #1f57e3ff;
    box-shadow: 0 0 0 3px rgba(209, 0, 0, 0.1);
    outline: none;
}

.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.contact-form button {
    background: linear-gradient(135deg, #d10000, #8b0000);
    color: white;
    border: none;
    padding: 14px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form button:hover {
    background: linear-gradient(135deg, #b00000, #6b0000);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(209, 0, 0, 0.3);
}

/* Map Section */


/* Responsive Design */
@media (max-width: 991px) {
    .breadcrumb-area h1 {
        font-size: 2.5rem;
    }

    .contact-card {
        padding: 30px;
    }

    .contact-info h3 {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .breadcrumb-area {
        padding: 40px 0;
    }

    .breadcrumb-area h1 {
        font-size: 2rem;
    }

    .contact-section {
        padding: 60px 0;
    }

    .contact-info h3 {
        font-size: 1.6rem;
    }

    .contact-info ul li {
        margin-bottom: 20px;
    }

    .map-container {
        height: 350px;
    }
}

@media (max-width: 575px) {
    .breadcrumb-area h1 {
        font-size: 1.8rem;
    }

    .breadcrumb-area a {
        font-size: 1rem;
    }

    .contact-card {
        padding: 25px;
    }

    .map-container {
        height: 300px;
    }
}


/* contact blade style end */
/* -------------------------- */





/* ----------------------- */
/* search blade style start */
/* ----------------------- */
/* No Results Message */
/* No Results - Centered like product gallery */
.no-results {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* vertically center */
    align-items: center;
    /* horizontally center */
    padding: 80px 0;
    /* spacing top and bottom */
    width: 100%;
    min-height: 300px;
    /* ensures some vertical space */
    background: #f8f9fa;
    /* same as product gallery background */
    border-radius: 8px;
}

.no-results h4 {
    font-size: 24px;
    font-weight: 600;
    color: #d10000;
    margin-bottom: 15px;
}

.no-results p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* end */
/* ----------------------- */







/* ---------------------- */
/* single product blade page style  */
.product-details-section {
    padding: 60px 0;
    background-color: #f9f9f9;
    font-size: 1.5rem;
    color: #333;
}

.product-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.product-images,
.product-info {
    padding: 30px;
    font-size: 1.5rem;
}

.main-product-image {
    width: 100%;
    height: 440px;
    object-fit: contain;
    border: 1px solid #eee;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #fff;
}

.thumbnail-container {
    display: flex;
    gap: 10px;
}

.thumbnail {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s ease;
}

.thumbnail:hover,
.thumbnail.active {
    border-color: #d10000;
    transform: scale(1.05);
}

.product-title {
    font-size: 2.6rem;
    /* only title remains larger */
    font-weight: 700;
    margin-bottom: 20px;
}

.product-meta li {
    margin-bottom: 12px;
    display: flex;
    font-size: 1.5rem;
}

.product-meta span:first-child {
    font-weight: 600;
    min-width: 160px;
}

.availability.in-stock {
    color: #28a745;
    font-weight: 700;
}

.availability.out-of-stock {
    color: #dc3545;
    font-weight: 700;
}

.product-description {
    margin-top: 50px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 30px;
    line-height: 1.9;
    font-size: 1.5rem;
}

.description-title {
    font-size: 2.2rem;
    /* title remains larger */
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.description-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #d10000;
}

.action-buttons {
    display: flex;
    gap: 20px;
    margin-top: 35px;
    font-size: 1.5rem;
}

.btn-primary-custom {
    background: linear-gradient(135deg, #d10000, #8b0000);
    color: white;
    border: none;
    padding: 16px 36px;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.5rem;
}

.btn-primary-custom:hover {
    background: linear-gradient(135deg, #b00000, #6b0000);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(209, 0, 0, 0.3);
}

.btn-secondary-custom {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
    padding: 16px 36px;
    font-weight: 700;
    border-radius: 8px;
    transition: 0.3s ease;
    font-size: 1.5rem;
}

.btn-secondary-custom:hover {
    background: #e9ecef;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
    .product-title {
        font-size: 2rem;
    }

    .main-product-image {
        height: 320px;
    }

    .thumbnail {
        width: 70px;
        height: 70px;
    }

    .product-images,
    .product-info {
        padding: 20px;
    }

    .action-buttons {
        flex-direction: column;
        gap: 12px;
    }
}

/* end */
/* ------------------ */







/* --------------------- */
/* header blade style start */
/* -------------------- */

/* =========================
BASE HEADER
========================= */
.custom-header {
    background-color: rgb(156, 192, 236);
    padding: 10px 0;
    border-bottom: 1px solid #1354a2ff;
}

.custom-header-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 20px; */
}

.custom-left {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.company-name {
    font-size: large;
    margin-left: 10px;
    font-weight: bold;
    line-height: 30px;
}

/* =========================
NAVIGATION (MAIN MENU)
========================= */
.custom-right .custom-nav {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    padding: 0;
}

.custom-right .custom-nav>li>a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.custom-right .custom-nav>li>a:hover,
.custom-right .custom-nav>li>a.active {
    background-color: #2c7717;
    color: #fff;
}

/* =========================
DROPDOWN STRUCTURE
========================= */
.custom-nav li.dropdown,
.custom-nav li.dropdown-submenu {
    position: relative;
}

.category-menu,
.subcategory-menu,
.brand-menu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 4px 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    min-width: 180px;
}

.subcategory-menu {
    left: 100%;
    top: 0;
}

.brand-menu {
    left: 100%;
    top: 0;
}

/* Desktop hover */
.dropdown:hover>.category-menu,
.dropdown-submenu:hover>.subcategory-menu,
.dropdown-submenu:hover>.brand-menu {
    display: block;
}

/* Links */
.category-menu li a,
.subcategory-menu li a,
.brand-menu li a {
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.category-menu li a:hover,
.subcategory-menu li a:hover,
.brand-menu li a:hover {
    background-color: #f2f2f2;
    color: #2c7717;
}

/* Link wrapper with arrow */
.category-link-wrapper,
.subcategory-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px;
}

.category-link-wrapper>a,
.subcategory-link-wrapper>a {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.mobile-arrow {
    cursor: pointer;
    font-size: 12px;
    margin-left: 6px;
}

/* =========================
MOBILE STYLING
========================= */
.mobile-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
}

@media (max-width: 768px) {
    .custom-header-row {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 15px;
    }

    .custom-left {
        order: 0;
        flex: 1;
    }

    .mobile-toggle {
        display: block;
        order: 1;
    }

    .custom-right {
        order: 2;
        width: 100%;
    }

    .custom-nav-wrapper {
        display: none;
        width: 100%;
        margin-top: 15px;
    }

    .custom-nav-wrapper.active {
        display: block;
    }

    .custom-nav {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .custom-nav li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .custom-nav>li>a {
        padding: 12px 20px;
        font-size: 16px;
    }

    .category-menu,
    .subcategory-menu,
    .brand-menu {
        position: static !important;
        box-shadow: none;
        width: 100%;
        background-color: #f9f9f9;
        display: none;
    }

    .category-menu {
        padding-left: 12px;
    }

    .subcategory-menu {
        padding-left: 22px;
    }

    .brand-menu {
        padding-left: 32px;
    }

    .dropdown.open>.category-menu,
    .dropdown-submenu.open>.subcategory-menu,
    .dropdown-submenu.open>.brand-menu {
        display: block;
    }
}





/* =========================
SUBMENU LINKS (FONT + GAP FIX)
========================= */
.category-menu li a,
.subcategory-menu li a {
    display: block;
    padding: 4px 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.25s ease;
}

.category-menu li a:hover,
.subcategory-menu li a:hover {
    background-color: #f2f2f2;
    color: #2c7717;
}

/* =========================
LINK + ARROW WRAPPER
========================= */
.category-link-wrapper,
.subcategory-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 4px;
    /* ⬅ reduced from 10px */
}

.category-link-wrapper>a,
.subcategory-link-wrapper>a {
    flex: 1;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

/* =========================
ARROW
========================= */
.mobile-arrow {
    cursor: pointer;
    font-size: 11px;
    margin-left: 6px;
}

/* =========================
MOBILE STYLING
========================= */
.mobile-toggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    padding: 10px;
}

@media (max-width: 768px) {

    .custom-header-row {
        gap: 3px;
        padding: 0 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .company-name {
        font-size: 18px;
        line-height: 22px;
    }

    .mobile-toggle {
        display: block;
        order: 1;
    }

    .custom-left {
        order: 0;
        flex: 1;
    }

    .custom-right {
        order: 2;
        width: 100%;
    }

    .custom-nav-wrapper {
        display: none;
        width: 100%;
        margin-top: 15px;
    }

    .custom-nav-wrapper.active {
        display: block;
    }

    .custom-nav {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .custom-nav li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .custom-nav>li>a {
        padding: 12px 20px;
        font-size: 16px;
    }

    /* Mobile dropdown menus */
    .category-menu,
    .subcategory-menu {
        position: static !important;
        box-shadow: none;
        width: 100%;
        background-color: #f9f9f9;
        padding: 2px 0;
        display: none;
    }

    .category-menu {
        padding-left: 12px;
    }

    .subcategory-menu {
        padding-left: 22px;
    }

    .dropdown.open>.category-menu,
    .dropdown-submenu.open>.subcategory-menu {
        display: block;
    }
}



/* =========================
SEARCH BAR
========================= */
.custom-search {
    display: flex;
    max-width: 260px;
    margin-right: 200px;
    margin-left: 100px;
    flex: 0 0 auto;
    /* ⬅ important */
}

/* Mobile View */
@media (max-width: 768px) {
    .custom-search {
        margin-right: 0;
        margin-left: 50px;
    }
}

.custom-search input[type="text"] {
    flex: 1;
    padding: 6px 12px;
    border: 1px solid #5591e0ff;
    border-radius: 20px 0 0 20px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.custom-search input[type="text"]:focus {
    outline: none;
    border-color: #2c7717;
    box-shadow: 0 0 5px rgba(44, 119, 23, 0.5);
}

.custom-search button {
    padding: 6px 12px;
    border: 1px solid #2c7717;
    border-left: none;
    background-color: #2c7717;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
    transition: all 0.3s ease;
}

.custom-search button:hover {
    background-color: #1e5111;
}

/* =========================
HOTLINE
========================= */
.custom-hotline {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: 15px;
    /* ⬅ pushes hotline to right end */
    text-align: left;
    /* ⬅ text stays left aligned */
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

.custom-hotline .hotline-number {
    font-size: 15px;
    color: #148745;
}

/* =========================
LOGO
========================= */
#logo img {
    height: 80px !important;
    width: 400px !important;
    max-width: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    #logo img {
        height: 50px !important;
        width: auto !important;
    }
}
/* end */
/* ----------------------- */




/* -------------------- */
/* footer style start */
/* ---------------- */
.footer-links {
    list-style: none;
    padding-left: 0;
    /* Removed large left padding */
}

.footer-links li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 6px 0;
    transition: all 0.3s ease;
}

.footer-links li a:hover {
    color: #115b12ff;
}

.footer-details {
    color: white;
}

.footer-contact-list {
    padding-left: 0;
    list-style: none;
}

.footer-contact-list li {
    margin-bottom: 10px;
    font-size: 14px;
}

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

.footer-social-icon a {
    color: white;
    margin-right: 10px;
    font-size: 18px;
    transition: color 0.3s ease;
}

.footer-social-icon a:hover {
    color: #115b12ff;
}

.map-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.map-container iframe {
    width: 100%;
    height: 200px;
    border: 0;
}

.footer-details h4 {
    font-size: 18px;
    margin-bottom: 15px;
    color: white;
    text-align: left;
}

.company-name {
    font-size: 14px;
}

@media (max-width: 767px) {
    .footer-details {
        text-align: center;
    }

    .footer-details h4 {
        text-align: center;
        font-size: 18px;
    }

    .map-container iframe {
        height: 180px;
    }
}

footer {
    background-color: #103c61;
    padding: 30px 15px;
}

.copyright {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.footer-links .fb-link {
    display: inline-block;
    background-color: #1877f2;
    /* Facebook Blue */
    color: #fff;
    padding: 8px 14px;
    border-radius: 8px;
    margin: 5px 0;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.footer-links .fb-link i {
    margin-right: 8px;
}

.footer-links .fb-link:hover {
    background-color: #0d65d9;
    /* Darker Blue */
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}
/* end */
/* ----------------- */
