

.service-card-text p{
         padding: 0px 9px 10px;
    text-align: center;
    font-size: 14px;
}

.service3{
margin-bottom: 15px;
}



.portfolio-card img{
 height: 250px;
    width: 100%;    
}

.service-card-img-3 img{
 height: 200px;
    width: 100%;    
}

.service-img img{
     height: 250px;
    width: 100%;
}

.details-page-img img{
     height: 350px;
    width: 100%;
}


.mobile-call {
    position: fixed;
    bottom: 13px;
    z-index: 999999;
    left: 20px;
}

.mobile-call > a {
    height: 50px;
    width: 50px;
    background: #0b6590;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

.whatsapp {
    position: fixed;
    bottom: 13px;
    z-index: 999999;
    right: 20px;
}

.whatsapp > a {
    height: 50px;
    width: 50px;
    background: #5bd234;
    display: inline-block;
    color: #fff;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px;
    animation: bounce 1s infinite alternate;
    -webkit-animation: bounce 1s infinite alternate;
}

      @media (min-width:1000px) {
      .mobile-call {
   display:none;
}
}

      @media (max-width:1000px) {

.portfolio-card img{
 height: auto;
    width: 100%;    
}


.ram{
 display:none;  
}


}

 
    /* HERO BASE */
.hero{
background:url('../Images/hero.jpg') center/cover no-repeat;
height:90vh;
display:flex;
align-items:center;
}

.hero-overlay{
background:rgba(0,0,0,0.5);
width:100%;
height:100%;
display:flex;
align-items:center;
}

.hero-content{
display:flex;
justify-content:space-between;
align-items:center;
color:#fff;
gap:40px;
}

/* TEXT */
.hero-text{
max-width:500px;
}

.hero-text h1{
font-size:48px;
margin-bottom:10px;
line-height:1.2;
}

.hero-text p{
font-size:20px;
margin-bottom:20px;
}

/* BUTTON */
.hero-cta{
background:#c69200;
padding:12px 20px;
border-radius:5px;
font-weight:600;
display:inline-block;
}

/* BOOKING CARD */
.hero-book{
background:#fff;
padding:25px;
border-radius:10px;
color:#333;
width:260px;
box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.book-card h3{
margin-bottom:10px;
}

.book-btn{
background:#c69200;
color:#fff;
padding:10px 15px;
display:inline-block;
margin-top:10px;
border-radius:5px;
text-decoration:none;
}

/* 🔽 MOBILE RESPONSIVE */
@media (max-width:768px){

.hero{

padding:60px 0;
}

.hero-content{
flex-direction:column;
text-align:center;
}

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

.hero-text h1{
font-size:32px;
}

.hero-text p{
font-size:16px;
}

.hero-book{
width:100%;
margin-top:20px;
}

}

.blog-home-section {
    padding: 60px 0;
    background: #f9f9f9;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.blog-card {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.blog-card:hover {
    transform: translateY(-5px);
}

.blog-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.blog-btn {
    font-size: 14px;
}

/* BLOG WRAPPER */
.bd-blog-wrapper {
    padding: 60px 20px;
    background: #f8f9fb;
}

/* CONTAINER */
.bd-container {
    max-width: 900px;
    margin: auto;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

/* HEADER */
.bd-blog-header {
    text-align: center;
    margin-bottom: 30px;
}

.bd-blog-header h1 {
    font-size: 32px;
    margin-bottom: 10px;
    color: #222;
}

.bd-blog-header p {
    color: #777;
    font-size: 15px;
}

/* CONTENT */
.bd-blog-content h2 {
    font-size: 22px;
    margin-top: 25px;
    color: #111;
}

.bd-blog-content h3 {
    font-size: 18px;
    margin-top: 20px;
}

.bd-blog-content p {
    font-size: 15px;
    color: #444;
    line-height: 1.7;
    margin: 10px 0;
}

.bd-blog-content ul {
    padding-left: 20px;
}

.bd-blog-content ul li {
    margin: 8px 0;
    font-size: 15px;
}

/* BUTTON */
.bd-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 20px;
    background: #ff6600;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.bd-btn:hover {
    background: #e05500;
}

/* CONTACT */
.bd-contact a {
    color: #ff6600;
    font-weight: bold;
}

/* CTA BOX */
.bd-cta-box {
    margin-top: 30px;
    padding: 25px;
    background: #fff4ec;
    border-left: 5px solid #ff6600;
    border-radius: 8px;
}

.bd-cta-box h3 {
    margin-bottom: 10px;
}

/* MOBILE */
@media (max-width: 768px) {
    .bd-container {
        padding: 20px;
    }

    .bd-blog-header h1 {
        font-size: 24px;
    }
}
    