

.rg-contact-info-section {
  padding: 4rem 0;
}

.link{
    font-weight: 700;
    color: #2c7849;
    text-decoration: none;
}



.rg-contact-info-section .rg-info-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
  background: #ffffff;
  border: 1px solid #e3e6eb;
  border-radius: 12px;
  padding: 26px 24px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
 
.rg-contact-info-section .rg-info-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
  border-color: #d8dde1;
}
 
.rg-contact-info-section .rg-info-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 58px;
  height: 58px;
  border-radius: 12px;
}
 
.rg-contact-info-section .rg-info-icon svg {
  width: 26px;
  height: 26px;
}
 
.rg-contact-info-section .rg-info-icon--blue {
  background: rgba(11, 29, 89, 0.08);
  color: var(--rg-blue);
}
 
.rg-contact-info-section .rg-info-icon--orange {
  background: rgba(233, 126, 18, 0.1);
  color: var(--rg-orange);
}
 
.rg-contact-info-section .rg-info-icon--green {
  background: rgba(44, 120, 73, 0.1);
  color: var(--rg-green);
}
 
.rg-contact-info-section .rg-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
 
.rg-contact-info-section .rg-info-list li + li {
  margin-top: 6px;
}
 
.rg-contact-info-section .rg-info-list a {
  font-size: 15.5px;
  font-weight: 600;
  color: #101828;
  text-decoration: none;
  transition: color 0.25s ease;
}
 
.rg-contact-info-section .rg-info-card:hover .rg-info-list a {
  color: var(--rg-blue);
}





.rg-contact-section .row {
  row-gap: 24px;
}
 .rg-contact-section {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: center;
  padding: 90px 0;
  background:
    linear-gradient(90deg, rgba(10, 14, 22, 0.15) 0%, rgba(10, 14, 22, 0.55) 55%, rgba(10, 14, 22, 0.75) 100%),
    url("../image/home/heavy-commercial-vehicle.webp") center/cover no-repeat;
}

.rg-contact-section .rg-contact-heading {
  position: absolute;
  left: 48px;
  bottom: 48px;
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  margin: 0;
  z-index: 2;
}

.rg-contact-section .rg-contact-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 0 48px;
  z-index: 2;
}

.rg-contact-section .contact-form-card {
  background: #fff;
  backdrop-filter: blur(6px);
  border-radius: 18px;
  padding: 46px 52px 40px;
  width: 100%;
    max-width: 850px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
}

.rg-contact-section .form-title {
  font-size: 24px;
  font-weight: 600;
  color: #101828;
  margin: 0 0 34px;
}

.rg-contact-section .input-label {
  display: block;
  font-size: 13.5px;
  color: #565e6c;
  margin-bottom: 8px;
}

.rg-contact-section .rglt-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px dashed #b9bcc4;
  padding: 8px 2px;
  font-size: 15px;
  color: #101828;
  outline: none;
  border-radius: 0;
  transition: border-color 0.25s ease;
}

.rg-contact-section .rglt-input::placeholder {
  color: #98a0ad;
}

.rg-contact-section .rglt-input:focus {
  border-bottom: 1px solid var(--rg-blue, #0b1d59);
}

.rg-contact-section select.rglt-input {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23565e6c' stroke-width='2'><path d='M6 9l6 6 6-6'/></svg>");
  background-repeat: no-repeat;
  background-position: right 2px center;
  background-size: 16px;
  padding-right: 22px;
}

.rg-contact-section .form-submit-area {
  margin-top: 38px;
  text-align: left;
}

/* ---------------- Phone / Country code dropdown (Koncept concept) ---------------- */

.rglt-phone-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 12px;
}

.rglt-country-dropdown {
  position: relative;
  flex: 0 0 108px;
}

.rglt-country-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  border-bottom: 1px dashed #b9bcc4;
  padding: 8px 2px;
  font-size: 15px;
  color: #101828;
  cursor: pointer;
}

.rglt-dd-arrow {
  font-size: 11px;
  color: #565e6c;
  margin-left: 6px;
}

.rglt-country-panel {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 260px;
  max-height: 280px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.18);
  border: 1px solid #e6e8ee;
  z-index: 20;
  overflow: hidden;
}

.rglt-country-dropdown.open .rglt-country-panel {
  display: block;
}

.rglt-country-search {
  width: 100%;
  border: none;
  border-bottom: 1px solid #eceef2;
  padding: 12px 14px;
  font-size: 14px;
  outline: none;
  color: #101828;
}

.rglt-country-list {
  max-height: 220px;
  overflow-y: auto;
}

.rglt-country-option {
  padding: 10px 14px;
  font-size: 14px;
  color: #333a45;
  cursor: pointer;
}

.rglt-country-option:hover {
  background: #f4f5f7;
}

.rglt-phone-wrap .rglt-input {
  flex: 1;
}

.detail-page-intro.services-listtt .intro-btn-grp{
    margin-top:30px;
}
.rg-services-sec.services-listing-cardssss .rg-service-grid {
    grid-template-columns: repeat(3, 1fr);
}

/*.rg-services-sec.services-listing-cardssss img{*/
/*    height:360px;*/
/*}*/
.rg-services-sec.services-listing-cardssss .srv-info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
}

.rg-services-sec.services-listing-cardssss .srv-info h4 {
    margin-bottom: 10px;
    font-size:20px;
}

.rg-services-sec.services-listing-cardssss .srv-info p {
    margin: 0 0 14px;
}

    .rg-break-bulk-sec.seriv-listin-busss{
    background-color: #fff;
    padding: 1rem 0 5rem;
    }
.rg-break-bulk-sec.seriv-listin-busss .rg-bb-list-wrapper {
    padding: 0;
}