.elementor-77 .elementor-element.elementor-element-f60e333{--display:flex;--min-height:400px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.9;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-77 .elementor-element.elementor-element-f60e333:not(.elementor-motion-effects-element-type-background), .elementor-77 .elementor-element.elementor-element-f60e333 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://demo.bosathemes.com/bosa/plumber-pro/wp-content/uploads/sites/121/2024/06/inner-banner.jpg");background-position:top center;background-repeat:no-repeat;background-size:cover;}.elementor-77 .elementor-element.elementor-element-f60e333::before, .elementor-77 .elementor-element.elementor-element-f60e333 > .elementor-background-video-container::before, .elementor-77 .elementor-element.elementor-element-f60e333 > .e-con-inner > .elementor-background-video-container::before, .elementor-77 .elementor-element.elementor-element-f60e333 > .elementor-background-slideshow::before, .elementor-77 .elementor-element.elementor-element-f60e333 > .e-con-inner > .elementor-background-slideshow::before, .elementor-77 .elementor-element.elementor-element-f60e333 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#082D53;--background-overlay:'';}.elementor-77 .elementor-element.elementor-element-b83a3ed{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-77 .elementor-element.elementor-element-7cb9906{text-align:center;}.elementor-77 .elementor-element.elementor-element-7cb9906 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:60px;font-weight:800;color:#FFFFFF;}.elementor-77 .elementor-element.elementor-element-5e44dda{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--padding-top:100px;--padding-bottom:100px;--padding-left:15px;--padding-right:15px;}.elementor-77 .elementor-element.elementor-element-5e44dda:not(.elementor-motion-effects-element-type-background), .elementor-77 .elementor-element.elementor-element-5e44dda > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}.elementor-77 .elementor-element.elementor-element-b854c79{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-77 .elementor-element.elementor-element-b854c79:not(.elementor-motion-effects-element-type-background), .elementor-77 .elementor-element.elementor-element-b854c79 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-77 .elementor-element.elementor-element-2e664f0{--display:flex;}.elementor-77 .elementor-element.elementor-element-1cb6467{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-77 .elementor-element.elementor-element-f60e333{--min-height:250px;}.elementor-77 .elementor-element.elementor-element-7cb9906 .elementor-heading-title{font-size:35px;}.elementor-77 .elementor-element.elementor-element-5e44dda{--padding-top:50px;--padding-bottom:50px;--padding-left:5px;--padding-right:5px;}}/* Start custom CSS for html, class: .elementor-element-5f3bd04 */<style>
/* Định nghĩa biến màu sắc (Nên đặt trong thẻ <head> hoặc file CSS chung của bạn) */
:root {
  --primary-blue: #0A66C2;
  --dark-blue: #031A36;
  --icon-color: #082D53;
  --light-grey: #f9f9f9;
  --white: #ffffff;
  --text-color: #333;
  --secondary-text-color: #555;
  --box-shadow-light: 0 4px 12px rgba(0, 0, 0, 0.08);
  --box-shadow-hover: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Các Styles liên quan trực tiếp đến Section này */
.why-us-section {
  padding: 60px 20px;
  clear: both;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* Áp dụng box-sizing cho tất cả các phần tử con trong section */
.why-us-section *,
.why-us-section *:before,
.why-us-section *:after {
    box-sizing: border-box;
}

/* Quy tắc h2 chung */
.why-us-section h2 {
  font-size: 2.2em;
  font-weight: 700;
  color: var(--dark-blue);
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 10px;
}

/* Loại bỏ đường gạch dưới cho tiêu đề cụ thể của section này */
.why-us-section .why-us-section-title::after {
  content: none !important;
  background-color: transparent !important;
  height: 0 !important;
  width: 0 !important;
}

.why-us-section .why-us-section-title {
  padding-bottom: 0 !important;
  margin-bottom: 40px;
}

.why-us-intro {
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.why-us-intro p {
  font-size: 15px;
  color: var(--secondary-text-color);
}

.why-us-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.why-us-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.why-us-item {
  background-color: var(--light-grey);
  padding: 30px;
  border-radius: 12px;
  box-shadow: var(--box-shadow-light);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%; /* Đảm bảo các thẻ cùng hàng có chiều cao bằng nhau */
}

.why-us-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--box-shadow-hover);
}

.why-us-item i {
  font-size: 3em;
  color: var(--icon-color);
  margin-bottom: 20px;
}

.why-us-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--dark-blue);
}

.why-us-item p {
  font-size: 15px;
  color: var(--secondary-text-color);
  flex-grow: 1; /* Cho phép đoạn văn chiếm hết không gian còn lại để căng chiều cao thẻ */
  display: -webkit-box;
  -webkit-line-clamp: 4; /* Giới hạn số dòng hiển thị trên desktop */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.why-us-highlight {
  background-color: var(--primary-blue);
  color: var(--white);
  padding: 40px;
  border-radius: 15px;
  box-shadow: var(--box-shadow-hover);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.why-us-highlight i {
  font-size: 4em;
  color: #ffffff;
  margin-bottom: 20px;
}

.why-us-highlight h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.why-us-highlight p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  margin: auto;
}

.btn-primary {
  display: inline-block;
  background-color: var(--white);
  color: var(--primary-blue);
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  margin-top: 20px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

/* Media Queries */

/* Desktop & Large Tablet (>= 992px) */
@media (min-width: 992px) {
  .why-us-content {
    grid-template-columns: 2fr 1fr;
    gap: 40px;
  }
  .why-us-highlight {
    grid-column: 2 / 3;
    grid-row: 1 / span 2;
  }
}

/* Tablet devices (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .why-us-section {
    padding: 50px 20px;
  }
  .why-us-section h2 {
    font-size: 2em;
  }
  .why-us-intro p {
    font-size: 14px;
  }
  .why-us-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* Có thể là 2 hoặc 3 cột tùy nội dung */
    gap: 20px;
  }
  .why-us-item {
    padding: 20px; /* Giảm padding một chút */
  }
  .why-us-item i {
    font-size: 2.5em; /* Giảm icon */
    margin-bottom: 15px;
  }
  .why-us-item h3 {
    font-size: 17px; /* Giảm tiêu đề */
  }
  .why-us-item p {
    font-size: 13px; /* Giảm mô tả */
    -webkit-line-clamp: 5; /* Tăng giới hạn dòng cho tablet nếu cần */
  }
  .why-us-highlight {
    padding: 30px;
  }
  .why-us-highlight i {
    font-size: 3.5em;
  }
  .why-us-highlight h3 {
    font-size: 17px;
  }
  .why-us-highlight p {
    font-size: 13px;
  }
  .btn-primary {
    padding: 10px 25px;
    font-size: 0.95em;
  }
}


/* Mobile devices (<= 767px) - Giao diện chung cho mobile */
@media (max-width: 767px) {
  .why-us-section {
    padding: 40px 15px; /* Giảm padding tổng thể */
  }
  .why-us-section h2 {
    font-size: 1.8em; /* Giảm kích thước tiêu đề chính */
    margin-bottom: 30px;
  }
  .why-us-intro p {
    font-size: 14px; /* Giảm kích thước font intro */
    margin-bottom: 30px;
  }

  .why-us-content {
    /* Đặt lại bố cục cho mobile: Phần highlight sẽ nằm dưới lưới */
    grid-template-columns: 1fr; /* 1 cột duy nhất cho phần layout chính */
    gap: 30px; /* Khoảng cách giữa lưới và highlight */
  }

  .why-us-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 CỘT cho mobile */
    gap: 15px; /* Giảm khoảng cách giữa các item */
  }

  .why-us-item {
    padding: 15px; /* Giảm padding cho các thẻ con */
    border-radius: 8px; /* Giảm bo góc nhẹ */
  }

  .why-us-item i {
    font-size: 2.2em; /* Giảm kích thước icon */
    margin-bottom: 10px;
  }

  .why-us-item h3 {
    font-size: 14px; /* Giảm kích thước tiêu đề item */
    margin-bottom: 5px;
    line-height: 1.3;
    word-break: break-word; /* Cho phép từ dài ngắt dòng */
  }

  .why-us-item p {
    font-size: 12px; /* Giảm kích thước font mô tả item */
    -webkit-line-clamp: 3; /* Giới hạn 3 dòng cho mô tả trên mobile để giữ chiều cao ổn định */
  }

  .why-us-highlight {
    padding: 25px; /* Giảm padding cho khối highlight */
    border-radius: 10px; /* Giảm bo góc */
  }

  .why-us-highlight i {
    font-size: 3em; /* Giảm kích thước icon highlight */
    margin-bottom: 15px;
  }

  .why-us-highlight h3 {
    font-size: 16px; /* Giảm kích thước tiêu đề highlight */
    margin-bottom: 8px;
  }

  .why-us-highlight p {
    font-size: 13px; /* Giảm kích thước font mô tả highlight */
    max-width: none; /* Cho phép chiếm toàn bộ chiều rộng */
  }

  .btn-primary {
    padding: 10px 20px; /* Giảm padding nút */
    font-size: 14px; /* Giảm font nút */
  }
}

/* Mobile devices (<= 480px) - Điều chỉnh cụ thể cho màn hình 480px trở xuống */
@media (max-width: 480px) {
  .why-us-section {
    padding: 30px 10px; /* Giảm padding tổng thể cho màn hình rất nhỏ */
  }
  .why-us-section h2 {
    font-size: 1.5em; /* Giảm kích thước tiêu đề chính */
    margin-bottom: 20px;
  }
  .why-us-intro p {
    font-size: 12px; /* Giảm kích thước font intro */
    margin-bottom: 20px;
  }

  .why-us-grid {
    grid-template-columns: repeat(2, 1fr); /* Giữ 2 CỘT cho 480px, nhưng với tinh chỉnh bên dưới */
    gap: 10px; /* Giảm khoảng cách giữa các item để chúng vừa vặn hơn */
  }

  .why-us-item {
    padding: 10px; /* Giảm padding cho các thẻ con để tiết kiệm không gian */
    border-radius: 6px; /* Bo góc nhỏ hơn */
  }

  .why-us-item i {
    font-size: 1.8em; /* Giảm kích thước icon */
    margin-bottom: 6px;
  }

  .why-us-item h3 {
    font-size: 12px; /* Giảm kích thước tiêu đề item */
    margin-bottom: 3px;
    line-height: 1.1; /* Giảm line height để tiết kiệm không gian */
  }

  .why-us-item p {
    font-size: 10px; /* Giảm kích thước font mô tả item */
    -webkit-line-clamp: 3; /* Giữ 3 dòng */
  }

  .why-us-highlight {
    padding: 18px; /* Giảm padding cho khối highlight */
    border-radius: 8px;
  }

  .why-us-highlight i {
    font-size: 2.2em; /* Giảm kích thước icon highlight */
    margin-bottom: 10px;
  }

  .why-us-highlight h3 {
    font-size: 13px; /* Giảm kích thước tiêu đề highlight */
    margin-bottom: 5px;
  }

  .why-us-highlight p {
    font-size: 11px; /* Giảm kích thước font mô tả highlight */
  }

  .btn-primary {
    padding: 7px 15px; /* Giảm padding nút */
    font-size: 12px; /* Giảm font nút */
  }
}

/* Optional: Smallest Mobile devices (<= 320px) - Nếu cần tối ưu cho màn hình cực nhỏ */
@media (max-width: 320px) {
  .why-us-grid {
    grid-template-columns: 1fr; /* Chuyển về 1 cột cho màn hình rất nhỏ nếu 2 cột quá chật */
    gap: 10px;
  }
  .why-us-item {
    padding: 12px; /* Có thể tăng padding nếu 1 cột có nhiều không gian hơn */
  }
  .why-us-item i {
    font-size: 2em;
  }
  .why-us-item h3 {
    font-size: 13px;
  }
  .why-us-item p {
    font-size: 11px;
    -webkit-line-clamp: 4; /* Có thể tăng dòng nếu 1 cột có nhiều không gian hơn */
  }
}
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-46d87c3 */<style>
/* Đặt box-sizing global để dễ tính toán flex-basis và width */
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

/* Base styles for contact section */
.contact-cta-section {
    font-family: 'Roboto', sans-serif;
    padding: 40px 20px;
    /* Đảm bảo section không bị ảnh hưởng bởi các phần tử bên ngoài */
    clear: both; /* Ngăn chặn section bị float bởi các phần tử khác */
    overflow: hidden; /* Chứa các floats bên trong nếu có */
    position: relative; /* Đảm bảo z-index hoạt động đúng nếu cần */
    z-index: 1; /* Đặt z-index cơ bản */
}

/* Áp dụng box-sizing cho tất cả các phần tử con trong section.
   Lưu ý: Nếu bạn đã đặt box-sizing: border-box; global, có thể bỏ qua block này,
   nhưng giữ lại để đảm bảo tính độc lập của section. */
.contact-cta-section *,
.contact-cta-section *:before,
.contact-cta-section *:after {
    box-sizing: border-box;
}

.contact-cta-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Quy tắc h2 cho tiêu đề chính của section */
.contact-cta-section h2 {
    text-align: center;
    color: #082D53; /* Có thể dùng biến CSS nếu bạn đã định nghĩa: var(--dark-blue) */
    font-size: 2em;
    margin-bottom: 20px;
    transition: opacity 0.5s ease;
    /* Loại bỏ padding-bottom nếu bạn không muốn đường gạch dưới */
    /* position: relative; (chỉ cần nếu có pseudo-element ::after với position: absolute) */
}

/* Loại bỏ đường gạch dưới cho tiêu đề có class contact-section-title */
/* Đảm bảo class này được gắn vào thẻ h2 trong HTML của bạn nếu bạn muốn loại bỏ gạch dưới */
.contact-cta-section .contact-section-title::after {
    content: none !important; /* Quan trọng: Loại bỏ pseudo-element */
    /* Đảm bảo không còn bất kỳ kiểu dáng nào từ pseudo-element */
    background-color: transparent !important;
    height: 0 !important;
    width: 0 !important;
}

.contact-cta-section .contact-section-title {
    padding-bottom: 0 !important; /* Đảm bảo không có padding dưới còn sót lại từ ::after */
    margin-bottom: 20px; /* Giữ nguyên margin-bottom như thiết kế ban đầu */
}


.contact-cta-section p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px;
    font-size: 1.1em;
    color: #555;
    transition: opacity 0.5s ease;
}

.contact-methods {
    display: flex;
    flex-wrap: wrap; /* Cho phép các item xuống dòng */
    gap: 20px;
    justify-content: center;
    transition: all 0.4s ease;
    align-items: stretch; /* Đảm bảo tất cả các thẻ có cùng chiều cao trong một hàng */
}

.contact-item {
    flex: 1 1 300px; /* Base flex-basis for desktop/larger screens */
    max-width: 400px; /* Base max-width for desktop/larger screens */
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-start; (Không cần thiết nếu dùng align-items: stretch trên flex container) */
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-item i {
    font-size: 2em;
    color: #082D53;
    margin-bottom: 10px; /* Add margin below icon */
}

.contact-item h3 {
    margin-top: 0; /* Remove top margin from h3 as icon provides space */
    color: #082D53;
    margin-bottom: 10px; /* Add margin below h3 */
}

/* Added specific classes for better targeting */
.contact-item p.contact-link {
    font-weight: bold;
    margin-top: 0; /* Remove default top margin */
    margin-bottom: 10px; /* Space between link and description */
}

.contact-item p.contact-link a {
    color: #0A66C2; /* Có thể dùng biến CSS: var(--primary-blue) */
    text-decoration: none;
}
.contact-item p.contact-link a:hover {
    color: #082D53; /* Có thể dùng biến CSS: var(--dark-blue) */
}

.contact-item p.contact-description {
    /* Style for the descriptive text */
    color: #555; /* Default color for descriptive text */
    margin-top: auto; /* Push this paragraph to the bottom if space allows */
}


/* Specific style for the map contact item */
.contact-map-item {
    margin-top: 40px;
    flex: 1 1 100%;
    max-width: 100%;
}

.contact-map-item .map-iframe-wrapper {
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.contact-map-item iframe {
    border:0;
    transition: all 0.4s ease;
    display: block;
}


/* ========================================= */
/* MEDIA QUERIES FOR RESPONSIVENESS */
/* ========================================= */

/* Mobile devices (<= 480px) */
@media (max-width: 480px) {
    .contact-cta-section {
        padding: 20px 10px;
    }

    .contact-cta-section h2 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
    .contact-cta-section p {
        font-size: 0.95em;
        margin-bottom: 20px;
    }

    .contact-methods {
        flex-direction: row;
        flex-wrap: wrap; /* Giữ flex-wrap để nếu nhiều item hơn 2 thì vẫn xuống dòng */
        gap: 10px;
        padding: 0 5px;
        /* align-items: stretch; đã đặt ở trên container chính */
    }

    .contact-methods .contact-item {
        flex: 0 0 calc(50% - 5px); /* Đảm bảo 2 cột với khoảng cách */
        max-width: unset; /* Ghi đè max-width mặc định */
        padding: 15px 10px; /* Điều chỉnh padding cho nhỏ gọn hơn */
        /*
           XÓA height CỐ ĐỊNH: Thay vì đặt height cố định, chúng ta sẽ dựa vào
           `align-items: stretch` trên `.contact-methods` và `flex-grow: 1`
           trên `contact-description` để các thẻ tự động căng chiều cao.
           Nếu vẫn có vấn đề về chiều cao, có thể do nội dung quá ít hoặc quá nhiều
           ở một số thẻ, hoặc cần điều chỉnh `flex-grow` thêm.
        */
        /* Xóa: height: 200px; */
        justify-content: flex-start; /* Giữ các phần tử ở trên cùng */
    }

    .contact-methods .contact-item i {
        font-size: 1.5em;
        margin-bottom: 5px; /* Giảm margin cho icon trên mobile */
    }
    .contact-methods .contact-item h3 {
        font-size: 1em;
        margin-bottom: 5px; /* Giảm margin cho h3 trên mobile */
    }
    
    .contact-item p.contact-link {
        font-size: 0.95em;
        margin-bottom: 8px; /* Giảm khoảng cách */
        word-break: break-all; /* Cho phép từ dài (như email) xuống dòng ở bất kỳ ký tự nào */
        overflow: hidden; /* Dùng hidden thay vì visible để kết hợp với text-overflow */
        text-overflow: ellipsis; /* Thêm dấu ... nếu bị tràn (chủ yếu cho link dài) */
        display: -webkit-box; /* Bật lại để line-clamp có hiệu lực nếu link quá dài */
        -webkit-line-clamp: 2; /* Giới hạn 2 dòng cho link */
        -webkit-box-orient: vertical;
    }

    .contact-item p.contact-description {
        font-size: 0.85em;
        flex-grow: 1; /* Cho phép đoạn mô tả chiếm không gian còn lại */
        display: -webkit-box; /* Dùng WebKit box để giới hạn dòng */
        -webkit-line-clamp: 3; /* Giới hạn 3 dòng cho mô tả */
        -webkit-box-orient: vertical;
        overflow: hidden; /* Ẩn nếu tràn */
        text-overflow: ellipsis; /* Thêm dấu ... nếu bị ẩn */
        text-align: center; /* Đảm bảo text-align: center */
    }
    
    .contact-map-item {
        margin-top: 20px;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px;
    }
    .contact-map-item h3 {
        font-size: 1em;
    }
    .contact-map-item p {
        font-size: 0.95em;
    }
    .contact-map-item iframe {
        height: 180px;
    }
}

/* Tablet devices (between 481px and 768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .contact-cta-section {
        padding: 30px 15px;
    }

    .contact-cta-section h2 {
        font-size: 1.8em;
    }
    .contact-cta-section p {
        font-size: 1em;
        margin-bottom: 25px;
    }
    .contact-methods {
        gap: 15px;
        /* align-items: stretch; đã đặt ở trên container chính */
    }
    .contact-methods .contact-item {
        flex: 1 1 calc(50% - 7.5px);
        max-width: unset;
        padding: 18px;
        display: flex;
        flex-direction: column;
        /* Xóa: height: 220px; */
        justify-content: flex-start; /* Giữ các phần tử ở trên cùng */
    }
    
    .contact-item p.contact-link {
        font-size: 0.9em;
        word-break: break-all;
        overflow: hidden; /* Dùng hidden thay vì visible */
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .contact-item p.contact-description {
        font-size: 0.8em;
        flex-grow: 1;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }

    .contact-methods .contact-item i {
        font-size: 1.8em;
    }
    .contact-methods .contact-item h3 {
        font-size: 1.1em;
    }

    .contact-map-item {
        margin-top: 30px;
        flex: 1 1 100%;
        max-width: 100%;
    }
    .contact-map-item iframe {
        height: 250px;
    }
}
</style>/* End custom CSS */