/* Hero Contact Form */
.apbc-contact-form-wrap {
    background: rgba(0, 0, 0, 0.65);
    padding: 25px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
}

.apbc-contact-form label {
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.apbc-contact-form .form-group {
    margin-bottom: 18px;
}

.apbc-contact-form input,
.apbc-contact-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.3);
    color: #ffffff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
}

.apbc-contact-form input::placeholder,
.apbc-contact-form textarea::placeholder {
    color: rgba(255,255,255,0.6);
}

.apbc-contact-form input:focus,
.apbc-contact-form textarea:focus {
    outline: none;
    border-color: #ffffff;      
}

.apbc-form-btn {
    display: inline-block;
    width: auto;
    background: #d62828; /* red theme */
    color: #ffffff;
    border: none;
    padding: 8px 22px;   /* smaller button */
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.apbc-form-btn:hover {
    background: #b81f1f;
	color: #ffffff;
}

.apbc-hero-slider .apbc-single-item {
  padding: 290px 0 100px 0;
		}
.apbc-about-section {
  padding: 100px 0 35px 0;
}
		@media (max-width: 768px) {
    iframe {
        width: 300px !important;
        height: 300px !important; /* Adjust height as needed */
    }
}

.call-button {
    position: fixed;
    bottom: 45%;
    left: 18px; /* Change to right: 20px if needed */
    background-color: rgb(142, 214, 255); /* Light Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999;
    visibility: visible !important;
    opacity: 1 !important;
    
}

/* Ensure the image fits inside the button */
.call-button img {
    width: 35px;  /* Reduce size if overlapping */
    height: 35px;
}

/* Hide Bootstrap icon if it's causing overlap */
.call-button .bi.bi-telephone {
    display: none !important;
}

.whatsapp-button {
    position: fixed;
    bottom: 2%;
    left: 18px; /* Change to right: 20px if needed */
    background-color: #2ab540; /* Light Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999;
    visibility: visible !important;
    opacity: 1 !important;
    
}

/* Ensure the image fits inside the button */
.whatsapp-button img {
    width: 55px;  /* Reduce size if overlapping */
	height: auto;
}

/* Hide Bootstrap icon if it's causing overlap */
.whatsapp-button .bi.bi-telephone {
    display: none !important;
}
