body p{
  color:#000;
}
.footer-container {
        max-width: 1350px;
        margin: auto;
        display: grid;
        grid-template-columns:1fr 1fr 1fr;
        gap: 50px;
        align-items: flex-start;
	    padding-top:50px;
	    padding-bottom:50px;
 }
.vc_custom_1776412844660{
	display:none;	
}
    /* Logo section */
    .footer-logo img {
        max-width: 220px;
    }

    .footer-about {
        font-size: 28px;
        font-weight: 700;
        line-height: 1;
        margin-bottom:10px;
    }

    .footer-about span {
        display: block;
        color: #f97316;
        font-size: 18px;
        letter-spacing: 3px;
        margin-top: 5px;
    }

    .footer-text {
        font-size: 17px;
        line-height: 1.7;
        color: #ddd;
        max-width: 300px;
        margin-bottom: 30px;
    }

    /* Titles */
    .footer-title {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 28px;
        position: relative;
    }

    .footer-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 35px;
        height: 3px;
        background: #f97316;
    }

    /* Links */
    .footer-links ul {
        list-style: none;
    }

    .footer-links ul li {
        margin-bottom: 16px;
    }

    .footer-links ul li a {
        text-decoration: none;
        color: #ddd;
        font-size: 17px;
        transition: 0.3s;
    }

    .footer-links ul li a:hover {
        color: #f97316;
        padding-left: 5px;
    }

    /* Social icons */
    .social-icons {
        display: flex;
        gap: 12px;
    }

    .social-icons a {
        width: 42px;
        height: 42px;
        border: 1px solid #555;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        border-radius: 5px;
        font-size: 18px;
        transition: 0.3s;
    }

    .social-icons a:hover {
        background: #f97316;
        border-color: #f97316;
    }

    /* Contact */
 .contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 22px;
    border-left: 2px solid #fff;
    padding-left: 12px;
}

    .contact-item i {
        color: #f97316;
        font-size: 22px;
        margin-top: 3px;
    }

    .contact-item span,
    .contact-item a {
        color: #ddd;
        text-decoration: none;
        font-size: 17px;
        line-height: 1.6;
    }

    /* Bottom */
    .footer-bottom {
        margin-top: 50px;
        border-top: 1px solid rgba(255,255,255,0.12);
        text-align: center;
        padding-top: 20px;
        color: #ccc;
        font-size: 16px;
    }

    /* Responsive */
    @media(max-width: 1100px){
        .footer-container{
            grid-template-columns: repeat(3,1fr);
            gap: 40px;
        }
    }

    @media(max-width: 768px){
        footer{
            padding: 50px 25px 20px;
        }

        .footer-container{
            grid-template-columns: 1fr;
            gap: 35px;
            text-align: left;
        }

        .footer-text{
            max-width: 100%;
        }

        .social-icons{
            justify-content: flex-start;
        }
    }
#header-sticky .container-fluid {
  width: 100% !important;
  max-width: 1200px;
}
.hot{
  margin-top: 10px;
  position: absolute;
  z-index: 999;
  margin-left: 10px;
  width: 60px;
}
#home-form h3{
    display:none;
}
.truncate {
  line-height: 1.6;
  margin-bottom: 10px;
  transition: max-height 0.3s ease;
  max-height: 120px;   /* collapsed height */
  overflow: hidden;
  position: relative;
}

.truncate.expanded {
  max-height: 200px;   /* expanded height (fixed) */
  overflow-y: auto;    /* scroll inside instead of growing */
}

/* Read more button */
.truncate .read-more-btn {
  color: #8a0e0f;
  cursor: pointer;
  font-weight: 500;
  display: inline-block;
  margin-top: 5px;
}

.truncate .read-more-btn:hover {
  text-decoration: underline;
}
.book-now{
	width:100%;
	float:left;
	font-size:16px;
	text-align:center;
}
.call-now{
	background-color:#8a0000;
	padding:10px 20px;
	border-radius:10px;
	color:#fff;
	width:100%;
	float:left;
	margin-bottom:20px;
}
.call-animate {
  background: red;
  animation: mymove 5s infinite;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
}
#home-form{
	width:100%;
	float:left;
	padding:20px;
}
#home-form nf-field{
	width:31.333%;
	float:left;
	margin:0 1% 1% 1%;
}
#home-form nf-field input{
	border-radius:10px;
	border:0;
}
#home-form nf-field:nth-child(4){
	width:98%;
}
#home-form nf-field:nth-child(5){
	width:98%;
	text-align:center;
}
#home-form .nf-form-fields-required{
	display:none;
}
#home-form textarea{
	height:70px !important;
	border-radius:10px;
	border:0;
}
#custom-model {
    margin: 1%;
    width: 31.333%;
}
.grey-bg .container{
	max-width:1290px !important;
}
#custom-model .vc_column-inner{
	border:1px solid #d6d6d6;
	border-radius:7px;
	padding:10px !important;
}
#custom-model .vc_column-inner h5 {
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: 500 !important;
    background-color: #f8fbff;
    border-radius: 5px;
    margin-top: 10px;
    padding:15px 15px 8px 15px;
	border: 1px solid #d6d6d6;
	min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#custom-model .vc_column-inner h4 {
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    border-radius: 5px !important;
    background-color: #1b385c !important;
    color: #fff !important;
    transition: background-color 0.8s ease;
    margin-bottom: 0;
	padding:10px 20px;
}
#nf-field-4 {
    background-color: #c93629 !important;
    color: #fff !important;
    border-radius: 50px !important;
    padding: 11px 30px !important;
    font-size: 16px;
    text-transform: uppercase;
}
#custom-model .vc_column-inner h4:hover{
	background-color:#C40B17 !important;
	color:#fff !important;
	cursor:pointer;
}
@media screen and (min-width:300px) and (max-width:600px) {
#custom-model {
    margin: 1%;
    width:98%;
}
}
@keyframes mymove {
  from {background-color: red;}
  to {background-color: blue;}
}
@media screen and (min-device-width:300px) and (max-device-width:600px) {
h5{
  font-size:20px !important;	
}
.call-animate{
	font-size:14px;
}
.vc_custom_1776412844660{
	display:visible;	
}
    .page-area .vc_custom_1776412844660 {
        margin-top: 0px !important;
        border-radius: 0 !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
        margin-bottom: 0 !important;
    }
.vc_custom_1776412844660 h5{
	font-size:32px !important;
}
.vc_custom_1776322693064 h5{
	font-size:32px !important;
}
.header__logo{
	text-align:center;
}
#home-form{
	padding:0 !important;
}
.mean-bar{
  display:none !important;
}
h1{
  font-size:20px !important;
}
#menu-main-menu {
    display: block !important;
    margin-top: -80px;
    right: 0 !important;
    text-align: right !important;
    width: 33% !important;
}
.mean-container .mean-nav ul li a{
	text-align:right !important;
	border:0 !important;
}
}