/**
* Template Name: Silver Envoy css By justin
* Updated: Jun 14 2024 with Bootstrap v5.3.3

*/

.grecaptcha-badge {
  visibility: hidden;
}
.hero {
  --background-color: var(--hero-background-color);
  --default-color: var(--hero-color);
  --heading-color: var(--hero-color);
  --contrast-color: var(--hero-color);
  width: 100%;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 60px 0;
  display: flex;
  align-items: center;
}
section .logo img {
  max-height: 22px;
  margin-right: 8px;
}
.border_1 {
  border: 1px solid black;
  padding: 30px;
  border-radius: 15px;
  padding-bottom: 20px;
}
.mb_30 {
  margin-bottom: 30px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0;
}
.form-control:focus,
.form-control:active {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-bottom: 2px solid #18365d;
  outline: 0;
  box-shadow: unset;
}

.MainBtn {
  color: var(--contrast-color);
  background: var(--accent-color);
  border: 0;
  padding: 5px 20px;
  transition: 0.4s;
  border-radius: 10px;
  width: 90%;
}
.wpcf7-spinner {
  display: block;
  margin: auto;
  margin-top: 10px;
}
.apply-btn {
  color: white;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: -52px;
  z-index: 999;
  background-color: #18365dde;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.4s;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 36px;
  width: 140px;
  transform: rotate(-90deg);
  font-size: 16px;
  font-family: "SF UI Display Regular";
}
.apply-btn:hover {
  background: #7f528a;
  color: white;
}
.apply-btn.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}
.fade {
  opacity: 1;
  background-color: #0000007a;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: unset;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush
  > .accordion-item
  > .accordion-header
  .accordion-button.collapsed {
  position: relative;
  padding: 25px 50px;
  margin-bottom: 0px;
  margin-top: 20px;
  background-color: var(--contrast-color);
  overflow: hidden;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 15px;
}
.accordion-header h5 {
  font-family: "SF UI Display Light";
  font-size: 17px;
  line-height: 24px;
  margin: 0 30px 0 32px;
  transition: 0.3s;
  cursor: pointer;
  color: #2b2b2b;
}
.accordion-button::before {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: 0px;
  content: "+";
  /*background-image: var(--bs-accordion-btn-icon); */
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  font-size: 40px;
  line-height: 15px;
}
.accordion-button:not(.collapsed)::before {
  content: "-";
  /* background-image: var(--bs-accordion-btn-active-icon);*/
  /*  transform: var(--bs-accordion-btn-icon-transform); */
  opacity: 1;
  transition: opacity 250ms 300ms;
  font-size: 50px;
  line-height: 10px;
}
.accordion-button::after {
  display: none;
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  background: #36507205;
  border-radius: 20px;
  color: black;
}
/*	.services .content:hover{
	 background: rgb(0,0,0);
	        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(55,81,126,1) 100%);
			border-radius:10px;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
		&:hover {
          .service-icon {
          background: #d7d8d8;
          color: #18365d;
			   bottom: 0;
     
         }
		h4{color:white;}
	    p{color: #d7d8d8;}
       }
	} */
.services .content {
  display: block;
  position: relative;
  border-radius: 10px;
  padding: 32px 24px;
  margin: 12px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;

  /*   &:before {
    content: "";
        position: absolute;
        z-index: -1;
        height: 30px;
        width: 30px;
        border-radius: 32px;
        transform: scale(1);
        transform-origin: 50% 50%;
        transition: transform 0.55s ease-out;
        margin-left: -15px;
        margin-top: 0px;
        background: url(https://dlifeinteriors.com/wp-content/uploads/2024/07/line_process5-desk.png), linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(55, 81, 126, 1) 100%);
        background-size: contain;
        background-position: bottom left;
        background-position-y: 0px;
        background-repeat: no-repeat;    
  }*/
  /*  &:hover:before {
    transform: scale(21);
  }
		&:hover {
          .service-icon {
          background:white;
          color: #18365d;
			   bottom: 0;
			      
         }
		h4{color:white;}
	    p{color: #d7d8d8;}
       } */
}
/*.prograss-desk .content:hover{
		background: url(https://dlifeinteriors.com/wp-content/uploads/2024/07/line_process5.png), linear-gradient(0deg, rgba(0, 0, 0, 1) -50%, rgba(55, 81, 126, 1) 100%);
    background-size: contain;
    background-repeat: no-repeat;
		transition: all 5s;
	}   */

.services img:hover {
  transform: scale(1.05);
  transition: transform 0.7s;
}
.scale {
  animation: 1s scale 3s;
}
@keyframes scale {
  0% {
    transform: scale(0.99);
  }
  50% {
    transform: scale(1.02);
  }
  75% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}
.bnr_img {
  position: absolute;
  z-index: 9;
  bottom: -20px;
  width: 40%;
  right: 145px;
}
.bnr_content {
  position: absolute;
  width: 40%;
  left: 23%;
  bottom: 16%;
  z-index: 99;
  min-width: 480px;
}

.about_content {
  width: 78%;
}

.about_content p {
  font-family: SF UI Display Regular;
  color: #18365d;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 25px;
  text-align: justify;
  text-align-last: center;
}

.hand_card {
  z-index: 9;
  bottom: -20px;
  right: 50px;
  background: url(https://dlifeinteriors.com/wp-content/uploads/2024/07/hand_m.png);
  height: 100%;
  width: 100%;
  position: absolute;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position-y: 20px;
  background-position-x: 82%;
}
.about_content {
  width: 100%;
  padding-left: 12%;
  padding-right: 12%;
}
.testimonial-group h2 {
  text-align: center;
  margin-bottom: 50px;
}
.envoy-program .slider-wraapper {
  border-radius: 15px;
  box-shadow: #959da533 0px 8px 24px;
  padding: 30px 5% 8% 5%;
  margin-right: 4%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) -65%,
    rgba(55, 81, 126, 1) 100%
  );
  text-align: center;
  min-height: 300px;
}
.section-title h2 {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.envoy-program h4 {
  color: white;
  text-transform: uppercase;
  font-family: "SF UI Display Medium";
  font-size: 20px;
  letter-spacing: -0.1px;
}
.envoy-program p {
  color: white;
  font-family: "SF UI Display Light";
  font-size: 15px;
}
.envoy-program img {
  width: 180px;
  padding: 15px 10px 0px 10px;
  opacity: 0.9;
}
.envoy-process-bg {
  opacity: 1 !important;
  position: absolute;
  background: url(https://dlifeinteriors.com/wp-content/uploads/2024/07/line_process5.png);
  background-size: contain;
  left: -22px;
  background-repeat: no-repeat;
  top: -35px;
  height: 330px;
  width: 70%;
}

.envoy-program .mySwiper {
  padding-bottom: 60px;
}
.swiper-wrapper {
  height: auto;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #37517e;
}
.MainBtn:hover,
.MainBtn:active {
  background-color: #7f528a;
}

@media screen and (min-width: 1190px) {
  .hand_card_desk {
    display: block !important;
    position: absolute;
    right: 10%;
    z-index: 9;
    bottom: -190px;
    height: auto;
    max-height: 790px;
  }
  .hand_card {
    z-index: 9;
    bottom: 0px;
    right: 0px;
    background: unset;
    height: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1189px) {
  .hero h1 {
    margin: 0;
    font-family: SF UI Display Bold;
    line-height: 35px;
    letter-spacing: 0px;
    padding-bottom: 30px;
    font-size: calc(1.375rem + 1.5vw);
  }
  .hand_card_desk {
    display: block !important;
    position: absolute;
    right: -5%;
    z-index: 9;
    bottom: -60px;
    max-height: 780px;
    width: auto;
    height: 110%;
  }
  .hand_card {
    z-index: 9;
    bottom: 0px;
    right: 0px;
    background: unset;
    height: 100%;
    width: 100%;
  }
  .homeBg {
    position: absolute;
    top: -10%;
    left: -15%;
    width: 75%;
    opacity: 0.3;
  }
  .bnr_content {
    position: absolute;
    width: 40%;
    left: 20%;
    bottom: 10%;
    z-index: 99;
    min-width: 450px;
  }
  .main .about {
    margin-left: 10%;
    margin-right: 10%;
  }

  .about_content {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }
  .section-title h2 {
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .prograss-desk {
    display: block !important;
  }
  .contact-text {
    font-family: SF UI Display Regular;
    color: #18365d;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 24px;
    text-align: center;
    text-align-last: center;
  }
}
@media screen and (max-width: 959px) {
  .envoy-program {
    display: block !important;
  }
  .hand_card_desk {
    right: 12%;
    bottom: -135px;
    max-height: 780px;
    width: auto;
    height: 130%;
  }
  .homeBg {
    position: absolute;
    top: -50%;
    left: -15%;
    width: 65%;
    opacity: 0.3;
  }
  section,
  .section {
    padding: 80px 0 0 0;
  }
  .section-title h2 {
    font-size: 28px;
    letter-spacing: 0px;
  }
  .services .service-item {
    border: unset;
    padding: 20px 30px;
    text-align: center;
  }
  .services .icon img {
    width: 75px;
    margin-bottom: 5px;
  }
  .services .service-item p {
    font-family: "SF UI Display Light";
    line-height: 24px;
    font-size: 16px;
    letter-spacing: -0.2px;
    text-align: justify;
    text-align-last: center;
  }
  [data-aos-delay] {
    transition-delay: unset !important;
  }
}
@media only screen and (max-width: 800px) {
  .homeBg {
    position: absolute;
    top: -15%;
    left: -28%;
    width: 115%;
    opacity: 0.3;
  }
  .hand_card_desk {
    right: -15%;
    bottom: -80px;
    max-height: 950px;
    width: auto;
    height: 190%;
  }
}
@media only screen and (max-width: 749px) {
  .hand_card_desk {
    right: 5%;
    bottom: -120px;
    max-height: 780px;
    width: auto;
    height: 139%;
  }
  .homeBg {
    position: absolute;
    top: -50%;
    left: -15%;
    width: 65%;
    opacity: 0.3;
  }
}
@media only screen and (max-width: 575px) {
  .hand_card_desk {
    display: none !important;
  }
  .apply-btn {
    height: 34px;
    width: 130px;
    font-size: 15px;
  }
  .homeBg {
    position: absolute;
    top: -5%;
    left: -45%;
    height: 80%;
    opacity: 0.3;
    width: auto;
  }
  .bnr_img {
    position: absolute;
    z-index: 9;
    bottom: 150px;
    right: -165px;
    height: 70%;
    width: auto;
  }
  .bnr_content {
    position: absolute;
    margin-left: 10%;
    bottom: 12.5%;
    z-index: 99;
    margin-right: 10%;
    left: 0%;
    width: 90%;
    min-width: 220px;
  }
  .hand_card {
    background: url(https://dlifeinteriors.com/wp-content/uploads/2024/07/hand_mob1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 115%;
    background-position-y: 170px;
    background-position-x: 35px;
    margin-top: -100%;
    right: 0px;
  }
  .hero h1 {
    font-size: 32px;
    line-height: 30px;
    padding-bottom: 40px;
  }
  .main .about {
    margin-left: 2%;
    margin-right: 2%;
  }

  .about_content {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about .section-title h2 {
    font-size: 22px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 0px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .about_content p {
    font-family: SF UI Display Regular;
    color: #18365d;
    font-size: 16px;
    letter-spacing: -0.9px;
    line-height: 25px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
    text-align-last: left;
  }
  section,
  .section {
    padding: 80px 0 0 0;
  }
  .service-item h4 br {
    display: none;
  }
  .accordion-flush > .accordion-item > .accordion-header .accordion-button,
  .accordion-flush
    > .accordion-item
    > .accordion-header
    .accordion-button.collapsed {
    padding: 15px 15px;
  }
  .accordion-button::before {
    font-size: 35px;
    line-height: 12px;
  }
  .accordion-header h5 {
    font-size: 16px;
    line-height: 24px;
    margin: 0 10px 0 15px;
  }
  .contact-text {
    font-family: SF UI Display Regular;
    color: #18365d;
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 30px;
  }
  .footer {
    font-size: 12px;
  }
}
@media only screen and (max-width: 389px) {
  .homeBg {
    position: absolute;
    top: -8%;
    left: -40%;
    height: 80%;
    opacity: 0.3;
    width: auto;
  }
  .hero h1 {
    font-size: 28px;
    line-height: 26px;
    padding-bottom: 40px;
  }
  .hand_card {
    background: url(https://dlifeinteriors.com/wp-content/uploads/2024/07/hand_mob1.png);
    height: 100%;
    width: 100%;
    position: absolute;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 106%;
    background-position-y: 125px;
    background-position-x: 45px;
    margin-top: -100%;
    right: 0px;
  }
}

.bnr_img {
  position: absolute;
  z-index: 9;
  bottom: -20px;
  width: 40%;
  right: 145px;
}
