/***06-08-25***/
.step { display: none; }
.step.active { display: block; }
.wpcf7-not-valid {
  border: 2px solid red !important;
}
.cf7-error-message {
  color: red;
  font-size: 13px;
  margin-top: 4px;
}
.prev-step, .next-step, .btn-submit  {
    background-color: #D6AB60;
    color: #ffffff;
    padding: 13px 25px;
    display: inline-block;
    border-radius: 5px;
    border-color: #D6AB60;
}
.prev-step:hover, .next-step:hover, .btn-submit:hover {
    background-color: #0f3041;
    color: #ffffff;
}
/***/
/**05-08-25 Start**/
/***/

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.header-btn a.btn {
    padding: 10px 20px;
    background-color:#D6AB60; /* Customize */
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s ease;
}

.header-btn a.btn:hover {
    background-color:#0f3041; /* Customize hover */
}

@media (max-width: 768px) {
    .header-wrap {
        flex-direction: row;
        justify-content: space-between;
        padding: 10px 0;
    }

    .site-logo img {
        max-height: 50px;
    }

    .header-btn a.btn {
        font-size: 14px;
        padding: 8px 15px;
    }
}

/**/
/***End 05-08-25**/
  /* Container fixed vertically on the right side */
  .vertical-fixed-buttons {
    position: fixed;
    right: 0;          /* stick to the right edge */
    top: 0;
    height: 100vh;     /* full viewport height */
    display: flex;
    flex-direction: column;
    justify-content: center; /* center vertically */
    gap: 15px;
    padding-right: 0px;
    z-index: 9999;
  }
  .landing-box-time-share-first ul {
      list-style: none;
      padding-left: 0;
    }
    .landing-box-time-share-second ul {
      list-style: none;
      padding-left: 0;
    }
    .landing-box-time-share-first ul li{
        line-height:2em;
    }
    .landing-box-time-share-second ul li{
        line-height:2em;
    }
   .landing-box-time-share-first ul li::before {
      content: "❌";
      color: red;
      margin-right: 8px;
    }
    .landing-box-time-share-second ul li::before {
      content: "✓";
      color:green;
      margin-right: 8px;
    }
  .landing-box-time-share-first{
      border-top:4px solid #EE412A;
      padding: 20px;
      border-radius: 20px;
  }

  .landing-box-time-share-second{
      border-top:4px solid #2CAB4E;
      padding: 20px;
      border-radius: 20px;
  }

  /* Style for each button */
  .vertical-fixed-buttons button {
    writing-mode: vertical-rl;
transform: rotate(180deg);

    background-color:#A52A2A;
    color: white;
    border: none;
    padding: 20px 7px;
    border-radius:0px 10px 11px 3px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
  }

  .vertical-fixed-buttons button:hover {
    background-color: #A52A2A;
  }
.footer-bottom p.footer-disclaimer{
	padding:0px;
}
.form-check .wpcf7-list-item{
	margin:0px;
}
.form-check {
	padding-left:0px;
}
.form-check .wpcf7-list-item span{
	padding-left:10px;
}
.contact-cta-btn{
	  position: relative;
    top: 30%;
    display:flex;
	  justify-content:center;
	 align-items:center;
}

.who-we-area{
	position: relative;
	 z-index: 1;
}
./*who-we-area::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
  background: #ffffff; /* Background of the next section */
  /*clip-path: path("M 0 100 Q 250 0 500 100 T 1000 100 L 1000 200 L 0 200 Z");*}*/
.blurb{
	padding:calc(1245px * 0.03);
}
.blurb h4{
	line-height:34px;
}
.our-service-card h3 a{
	color:#2d2d2d !important;
}
.ewd-ufaq-post-active .ewd-ufaq-faq-title.ewd-ufaq-faq-toggle{
	background:#A52A2A !important;
}
.ewd-ufaq-post-active .ewd-ufaq-faq-body{
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}	
.ewd-ufaq-faq-div{
	margin:2px 0px 15px 0px !important;  
	background:#f5f5ff;
}
a#current-menu-item,.wp-block-heading a{
	color:#D6AB60 !important;
}
.ewd-ufaq-post-active .ewd-ufaq-faq-title h4{
	color:#ffff;
}
.ewd-ufaq-post-active .ewd-ufaq-post-margin-symbol.ewd-ufaq-{
	margin:0px;
	color:#ffff;
	padding:0px !important;
}
.ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span{
	font-size:18px !important;
	margin:6px !important;
	color:#C4A484 !important;
}
.ewd-ufaq-faq-title h4{
	margin:0px !important;
	font-size:16px !important;
}


#menu-services a#current-menu-item, .wp-block-heading a {
    color: #fff !important;
}

.contact-form.popup .form-group textarea.form-control{
	height:55px;
}
 .contact-form.popup .form-group .form-control{
	height:40px;
}
.contact-form.popup .form-group.textarea i{
	line-height:55px;
	height:55px;
}
.contact-form.popup .form-group i{
	height:40px;
	line-height:40px;
}
 /* Sidebar Form */
  .sidebar-form {
    position: fixed;
    top:160px;
    right: 0;
    width: 300px;
    background-color:#fff;
    color: #fff;
    display: none; /* Initially hidden */
    z-index: 9999;
    padding: 20px;
		border-radius:5px;
  }
.contact-form.popup .default-btn-one{
	width:100%;
}
  /*.form-container {
    margin-top:15px;
  }*/
.form-container h2{
	margin-bottom:20px;
	text-align:center;
	font-size:20px;
}

  /* Close Button */
  .close-btn {
    font-size: 30px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
		color:#252525;
  }

  /* Button to show the form (Positioned vertically centered on the right side with rotation) */
  .show-form-btn {
    position: fixed;
    top: 50%; /* Vertically center the button */
    right: -24px; /* Align the button directly to the right edge with no gap */
    transform: translateY(-50%) rotate(270deg); /* Rotate 270 degrees and center it */
    background-color:#D6AB60;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    z-index: 9999;
    margin: 0; /* Ensure there's no margin causing the gap */
    box-sizing: border-box; /* Include padding in the element’s total width/height */
  }

  .show-form-btn:hover {
    background-color:#06131A ;
  }

.slider-content ul li {
    color: #fff;
    line-height:2em;
	  font-weight:500;
}

ul.accordion-content{
	margin-left:0px !important;
}
ul.accordion-content li{
	margin-left:1.5em;
	line-height:30px;
}
            /* Fixed height for tab content */
.tab-content {
    /*height: 400px; Adjust as necessary */
    /*overflow-x: auto; /* Add scrolling if content overflows */
    padding-top:0px;
}
.faq-accordion{
    max-width:100%;
}
a.nav-link.active{
    color:#C4A484 !important;
}
a.nav-link{
    color:#2d2d2d !important;
}
.nav-tabs {
    margin-bottom:20px;
}    
/* Optional: Styling for tab content */
.tab-pane {
    padding: 15px;
    border-radius: 5px;
}

/* Ensure accordion doesn't affect tab height */
.accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-item {
    border-bottom: 1px solid #e2e2e2;
}

.accordion-title {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
}

.accordion-content {
    display: none;
    padding: 10px;
    background-color: #f4f4f4;
}

.accordion-content.show {
    display: block;
}
.accordion-title.active{
    background:#143141;
    color:#fff !important;
}
.accordion-content.show,.active .accordion-content{
    background:#fff;
}
.accordion-title.active i {
    transform: rotate(45deg); /* Rotate icon when expanded */
}

/* Optional: Adding style for accordion icon */
.accordion-title i {
    margin-right: 10px;
    transition: transform 0.3s;
}

.sidebar-form .wpcf7-response-output {
    color: #252525 !important;
}
.contact-form .wpcf7-response-output,.about-contact-right .wpcf7-response-output,.side-bar .side-bar-box .wpcf7-response-output{
    color: #ffff !important;
}

h3.ccontact-number a {
    color: #000 !important;
}
