#our-market-block .our-market-item .our-market-icon-box .elementor-icon,
#our-market-block
  .our-market-item
  .our-market-icon-box
  .elementor-icon
  svg
  path,
#our-market-block .our-market-item .elementor-icon-box-title,
#our-market-block .our-market-item .elementor-icon-box-description,
#our-market-block .our-market-item {
  transition: all 0.3s ease;
}

#our-market-block .our-market-item:hover {
  background: #ad9162;
  cursor: pointer;
}

#our-market-block .our-market-item:hover .our-market-icon-box .elementor-icon {
  background: #fff;
}

#our-market-block
  .our-market-item:hover
  .our-market-icon-box
  .elementor-icon
  svg
  path {
  fill: #231f20;
  stroke: #231f20;
}

#our-market-block .our-market-item:hover .elementor-icon-box-title {
  color: #fff;
}

#our-market-block .our-market-item:hover .elementor-icon-box-description {
  color: #fff;
}

#our-market-block .our-market-item:hover .cmn-black-button .elementor-button,
#our-market-block
  .our-market-item:hover
  .cmn-black-button
  .elementor-button
  .elementor-button-text {
  color: #231f20;
}

#our-market-block
  .our-market-item:hover
  .cmn-black-button
  .elementor-button
  .elementor-button-icon {
  background: #231f20;
}

#our-market-block
  .our-market-item:hover
  .cmn-black-button
  .elementor-button
  .elementor-button-icon
  svg
  path {
  stroke: #fff;
}

#our-market-block
  .our-market-item:hover
  .cmn-black-button
  .elementor-button:before {
  left: 0;
}

/* Contact Page */

.code_numbers span {
  color: #231f20;
  font-weight: 600;
}

.contact-form .elementor-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #211d21;
  border-radius: 50px;
  padding: 10px 12px 10px 24px;
  z-index: 1;
}

/* Sliding background */
.contact-form .elementor-button::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 0;
  background: #ad9162;
  border-radius: 50px;
  transition: width 0.5s ease;
  z-index: -1;
}

.contact-form .elementor-button::after {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #ad9162;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 12H19' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M13 18L19 12L13 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background-color 0.5s ease;
}

/* Hover */
.contact-form .elementor-button:hover::before {
  width: 100%;
}

.contact-form .elementor-button:hover::after {
  background-color: #231f20;
}



.mail-text {
  word-break: break-all;
}

.mail-text a:hover{
     color: #fff;
}

.phone-no-text a:hover{
     color: #fff;
}

.mail-text a:hover,
.phone-no-text a:hover{
     transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    color: #4b5563 !important;
    opacity: 1 !important;
}

.contact-form .elementor-field:focus,
.contact-form .elementor-field:focus-visible,
.contact-form .elementor-field-group textarea:focus,
.contact-form .elementor-field-group select:focus {
    outline: none !important;
    box-shadow: none !important;
}
 
.contact-form .elementor-form input::placeholder,
.contact-form .elementor-form textarea::placeholder {
    opacity: 1 !important;
}

/* Contact Page */

@media (max-width: 880px) {
     .contact-info {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px;
  }
}

@media (max-width: 767px) {

    .contact-form .elementor-field-type-submit {
        justify-content: center !important;
    }

    .mail-text{
     display: block !important;
     text-align: center !important;
    }

    
}

@media (max-width: 576px) {
  #our-market-block .our-market-item {
    max-width: 100%;
  }

  .contact-info {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
