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

.expertise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.expertise-card .icon {
    font-size: 35px;
    margin-bottom: 15px;
    color: #aa0000; /* premium gold tone */
}

.expertise-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-button{
	display: inline-block;
    -webkit-transition: color .2s ease, border .2s ease;
    -o-transition: color .2s ease, border .2s ease;
    transition: color .2s ease, border .2s ease;
    border-bottom: 2px solid #383c50;
    color: #383c50;
    font-family: "Woodford Bourne", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 1.8;
    text-decoration: none;
    text-transform: uppercase;
}
.response_error{
	color: #ff0000;
}
#loader-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5); /* Semi-transparent white background */
	z-index: 9999; /* Ensure the loader is on top of everything */
  }
  
  .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  .loader img {
	width:200px; /* Adjust the width and height as needed */
	height: 200px;
  }
div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	border: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
	border: 2px solid #f7e700;
}

.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	color: #f00;
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	border: 1px solid #ff0000;
	background: #fff;
	padding: .2em .8em;
}

span.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 .ajax-loader {
	visibility: hidden;
	display: inline-block;
	background-image: url('../../images/ajax-loader.gif');
	width: 16px;
	height: 16px;
	border: none;
	padding: 0;
	margin: 0 0 0 4px;
	vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
	visibility: visible;
}

div.wpcf7 div.ajax-error {
	display: none;
}

div.wpcf7 .placeheld {
	color: #888;
}

div.wpcf7 input[type="file"] {
	cursor: pointer;
}

div.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}
/* ABOUT SECTION FIX */
.about-image-adjust {
    margin-top: 40px;
}

.cs-heading__content p {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 15px;
}

.cs-heading__title {
    line-height: 1.3;
}

.cs-heading__subtitle {
    letter-spacing: 1px;
}

.column-inner {
    padding-right: 15px;
}

@media (min-width: 768px) {
    .column-inner {
        padding-right: 30px;
    }
}

.single_image-wrapper {
    margin-bottom: 20px;
}

.align_right {
    margin-top: 30px;
}

.align_left {
    margin-top: 0px;
}
/* ABOUT IMAGE ALIGN FIX */
.about-img {
    margin-top: 20px;
}

.about-img-2 {
    margin-top: 40px; /* pushes 2nd image slightly down */
}

.single_image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
/* ===== INTERIOR SECTION PERFECT ALIGN ===== */

.cs-heading__content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.cs-heading__content p {
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.9;
    margin-bottom: 18px;
}

.cs-heading__title {
      max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* optional: better spacing on mobile */
@media (max-width: 767px) {
    .cs-heading__content,
    .cs-heading__title {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.whatsapp-float,
.call-float{
    position: fixed;
    width: 60px;
    height: 60px;
    right: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

/* WhatsApp */
.whatsapp-float{
    bottom: 58px;
    background: #25d366;
}

.whatsapp-float:hover,
.call-float:hover{
    color: #fff;
    transform: scale(1.1);
}

