
html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.choose-us-card-body {
  padding: 20px;
}
.choose-us-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .choose-us-cards .col-md-4 {
    margin-bottom: 20px;
  }
}
@media (min-width: 576px) {
  .choose-us-cards .col-sm-6 {
    margin-bottom: 20px;
  }
}
.choose-us-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
img {
  max-width: 100%;
}
.choose-us-card-title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 700;
}
.common-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
:active:focus, :focus, :hover, a {
  text-decoration: none;
  outline: 0 !important;
  outline-offset: 0 !important;
}
.blue-cards {
  background-color: #479fec;
}
.card-title {
  min-height: 50px;
}
.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.common-card {
  border-radius: 12px;
  padding: 6.5px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.card-title {
  min-height: 50px;
}
.card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
.green-card {
  background-color: #bbe677;
}
.yellow-card {
  background-color: #ecac87;
}
.purple-card {
  background-color: #e0ffff;
}
.red-card {
  background-color: #ee90e1;
}
.container {
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 1rem;
}
.secondary_text {
  color: #212529;
}
body, p {
  font-family: Lato, sans-serif;
  font-size: 17px;
  line-height: 1;
}
.title-desc, blockquote p, body, h2, h3, p {
  font-weight: 400;
}
.team-image-section-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
}
.team-image-section {
  background-color: #f9f9f9;
}
.body-inner, .parallax, html, section, ul.circle li {
  position: relative;
}
body, section {
  padding: 0px;
}
.team-intro-left {
  flex: 1;
  padding-right: 30px;
}
.team-intro-left p {
  font-size: 16px;
  color: #212529;
  margin-bottom: 20px;
  opacity: 1;
}
h4 {
  font-size: 18px;
  line-height: 28px;
}
h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
h1 {
  font-size: 36px;
  line-height: 48px;
}
.btn:hover {
  border-color: red;
  color: #fff;
  background-color: red !important;
}
.btn {
  border: 2px solid #fff;
  color: #fff;
  background-color: #080808;
}
.btn, .btns {
  transition: 0.3s;
}
.city-card:hover {
  background-color: #007bff;
  color: #fff;
  transform: translateY(-6px);
}
.team-image-content 
{
    display: flex;
}
.team-image-right {
  flex: 1;
  padding-left: 30px;
}
*, ::after, ::before {
  box-sizing: border-box;
}
.team-image-right img {
  width: 100%;
  height: 460px;
  object-fit: fill;
}
/*
img {
  max-width: 60%;
}*/
.choose-us-section {
  text-align: center;
}
.custom-gallery-section {
  padding: 60px 0;
  background-color: #f9f9f9;
}.custom-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.custom-gallery-item img:hover {
  transform: scale(1.05);
}
.custom-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

  /* Phone icon - Left side */
.phone-icon-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
    text-align: center;
    color: #25D366;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
   
}

.phone-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366; /* Matching the site's yellow */
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}
.phone-icon-container h5{
   font-weight: 600;
    text-align: center;
}

.phone-icon-container a:hover {
    transform: scale(1.1);
}

.phone-icon-container i {
    font-size: 28px;
    color: white;
}

/* WhatsApp icon - Right side */
.whatsapp-icon-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
     color: #25D366;
         display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}
.whatsapp-icon-container h5{
   font-weight: 600;
    text-align: center;
}
.whatsapp-icon-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-icon-container a:hover {
    transform: scale(1.1);
}

.whatsapp-icon-container i {
    font-size: 28px;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .phone-icon-container a,
    .whatsapp-icon-container a {
        width: 40px;
        height: 40px;
    }

    .phone-icon-container i,
    .whatsapp-icon-container i {
        font-size: 24px;
    }

    .phone-icon-container {
        bottom: 15px;
        left: 2px;
    }

    .whatsapp-icon-container {
        bottom: 15px;
        right: 1px;
    }
	.touch-link{
display:inline-block;
padding:12px 18px;
margin:6px;
font-size:16px;
}
}


