
.blog-card:hover {
  transform: translateY(-5px);
  transition: 0.3s ease-in-out;
}

.blog-card img {
  object-fit: cover;
  height: 300px;
}
.ad-video {
      top: 0;
      left: 0;
      width: 100vw;
      height: 80vh;
      border: none;
      z-index: 0;
      pointer-events: none;
}
.icon-img {
    width: 80px;
    margin-bottom: 10px;
     
    
}
.single-feature h3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    
}
.single-feature p {
  padding: 10px;
    
}

.about-img img {
    width: 100%;
}

.service.section {
    padding-bottom: 10px;
}
/*section-header*/
.section-header {
    margin-bottom: 60px;
    display: inline-block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
}
.section-header h2 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.section-header h2:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #444;
    bottom: 1.5px;
    left: 0;
    margin-left: -17px;
}
.section-header h2:after {
    content: '';
    position: absolute;
    width: 50%;
    height: 2px;
    background-color: #444;
    bottom: 1.5px;
    right: 0;
    margin-right: -16px;
}
.section-separator {
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #FF0000;
    border-radius: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
}
.section-separator:before {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #444;
    border-radius: 50%;
    left: -8px;
    bottom: 0.5px;
}
.section-separator:after {
    content: '';
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #444;
    border-radius: 50%;
    right: -8px;
    bottom: 0.5px;
}
/*.section-header h2:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -107px;
    bottom: 0;
    width: 215px;
    height: 1px;
    background-color: #333;
}*/
.section-header.white h2 {
    color: #fff;
}
.section-header.white h2:before,
.section-header.white h2:after,
.white .section-separator:before,
.white .section-separator:after {
    background-color: #e4dfdf;
}
/*=== Service ===*/
.service.section {
    padding-bottom: 10px;
}
.service .section-header {
    margin-bottom: 40px;
}
.service {
    background-image: url(../service-bg.webp);
    background-position: center center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.single-service {
    position: relative;
    
    margin-bottom: 40px;
}
.blur{
    backdrop-filter: blur(1px);
    border: 1px solid #ffffff94;
    border-radius: 10px;
    padding: 10px !important;
    background-color: #ffffff14;
    
}

.single-service h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.75px;
}
.single-service p {
    color: #EDEDED;
    line-height: 25px;
}

 .guide-overlay {
                position: absolute;
                top: 0;bottom:0;
                left: 0;right:0;
                width: 100%;
                height: 100%;
                background-color:#fff;
                display: flex;
                justify-content: center;
                align-items: center;
                flex-direction: column;
                text-align: center;
                z-index: 999; 
            }
            .guide-overlay h2 {
                font-size: 24px;
                margin-bottom: 10px;
            }
            .guide-overlay p {
                font-size: 18px;
                margin-bottom: 20px;
            }
            .guide-btn {
                background: #ff9800;
                padding: 10px 20px;
                font-size: 18px;
                border: none;
                color: white;
                cursor: pointer;
                margin-top: 20px;
                border-radius: 5px;
            }
.pdf-body {
                display: flex;
                justify-content: center;
                align-items: center;
                height: 100vh;
            }
            #flipbook {
                width: 800px;
                height: 500px;
            }
            .page {
                width: 400px; /* Half of flipbook width */
                height: 500px;
                background-color: white;
                border: 1px solid #ccc;
                display: flex;
                justify-content: center;
                align-items: center;
                overflow: hidden;
            }
            .page img {
                width: 100%;
                height: 100%;
                object-fit: contain;
            }
    
            /* Responsive Design */
            @media (max-width: 900px) {
                #flipbook {
                    width: 600px;
                    height: 400px;
                }
                .page {
                    width: 300px;
                    height: 400px;
                }
            }
    
            @media (max-width: 600px) {
                .ad-video { 
      height: 40vh;}
                #flipbook {
                    width: 400px;
                    height: 300px;
                }
                .page {
                    width: 200px;
                    height: 300px;
                }
            }
