 /* Header */

.header-transparent {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.header-transparent.scrolled {
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Header Row */
.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  height: 70px;
}

/* Logo */
.logo-img {
  height: 100px;
  width: 100px;
  margin-top: -35px;
  transition: transform 0.3s ease;
}

.logo-img:hover {
  transform: scale(1.05); /* Subtle hover effect */
}

/* Right Section (Social Icons, Contact, Nav) */
.header-right {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* Social Icons */
.social-icon-header {
  width: 28px;
  height: 28px;
  background: #039394;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-icon-header:hover {
  transform: scale(1.1);
}

/* Contact Number */
.contact-number {
  font-weight: 600;
  color: #57595c;
  font-size: 0.9rem;
  white-space: nowrap;
}

/* Navbar */
.navbar-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.navigation-link {
  color: #57595c !important;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition: color 0.3s ease;
  text-decoration: none !important;
}

.navigation-link:hover,
.navigation-link.active {
  color: #039394 !important;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-toggle:hover {
  color: #039394 !important;
}

.dropdown-menu {
  display: none;
  padding: 0.5rem 0;
  margin: 0;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
  padding: 0.5rem 1rem;
  color: #57595c;
  transition: all 0.3s ease;
}

.dropdown-item:hover {
  background-color: #039394;
  color: white;
}

/* Avatar Button */
.avatar-btn {
  width: 28px;
  padding: 16px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, #039394, #026f6f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 2px 8px rgba(0, 147, 148, 0.3);
  transition: all 0.3s ease;
}

.avatar-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 147, 148, 0.4);
}

.avatar-btn i {
  font-size: 1rem;
}

/* Footer  */

.footer{
    background: #039394;
}

.social-links {
    margin-top: 1.5rem !important;
}
.social-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.facebook { background-color: #3b5998; }
.twitter { background-color: #1da1f2; }
.linkedin { background-color: #0077b5; }
.instagram { 
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
.social-links h5 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.profile-social {
    position: absolute;
    left: 10%;
    text-align: left;
    padding: 20px 0 10px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.agent-2:hover .profile-social {
    bottom: 0;
    opacity: 1;
}

.profile-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 16px;
    color: #fff;
    margin: 0 4px;
    border-radius: 50%;
    transition: all 0.3s ease;
    text-decoration: none !important;
    background: rgba(255, 255, 255, 0.2);
}

.profile-social a:hover {
    transform: translateY(-3px) scale(1.1);
    text-decoration: none !important;
}

.profile-social .facebook-bg {
    background-color: #3b5998;
}

.profile-social .twitter-bg {
    background-color: #1da1f2;
}

.profile-social .linkedin-bg {
    background-color: #0077b5;
}

.profile-social .instagram-bg {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}

.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 6px;
    font-size: 13px;
}

.contact-info a {
    color: #6c757d;
    text-decoration: none;
    transition: color 0.2s;
}

.contact-info a:hover {
    color: #4e66f8;
    text-decoration: none;
}

.contact-info i {
    width: 16px;
    color: #4e66f8;
    font-size: 14px;
}

.main-title {
    margin-bottom: 30px;
    text-align: center;
}

.main-title h1 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.main-title p {
    color: #6c757d;
    font-size: 15px;
}

.footer-discover-title {
    margin-bottom: 10px;
    padding-left: 0;
}

.footer-discover-links {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-discover-links li {
    margin-bottom: 8px;
}

.footer-discover-link {
    display: block;
    padding-left: 0;
    text-decoration: none;
    color: #C5CDD9;
}

.footer-discover-link:hover {
    color: #fff;
}

/* office show */
.profile-social-office {
    position: absolute;
    bottom: 0;
    left: 4%;
    text-align: left;
    padding: 20px 0 10px;
    transition: all 0.3s ease-in-out;
    opacity: 1;
}

.office-page .detail h2 {
    color: #2d3436;
    font-weight: 600;
    margin-bottom: 15px;
}

.office-page .detail h4 {
    color: #2d3436;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1.25rem;
}

.office-page .contact ul li {
    margin-bottom: 10px;
    color: #636e72;
    line-height: 1.6;
}

.office-page .manager-info {
    border-left: 3px solid #4e66f8;
}

.office-page .btn-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s;
}

.office-page .btn-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.property-item-2 {
    margin-bottom: 20px;
    transition: all 0.3s;
}

.property-item-2:hover {
    transform: translateY(-5px);
}

.property-item-2 .card {
    border: none;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.property-item-2 .card:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
}


/* Contact Form Styles */
.contact-widget {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 25px;
    margin-top: 30px;
}

.contact-widget .sidebar-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #2d3436;
    position: relative;
    padding-bottom: 10px;
}

.contact-widget .s-border,
.contact-widget .m-border {
    height: 2px;
    display: block;
    margin: 5px 0 20px;
    position: relative;
}

.contact-widget .s-border {
    width: 40px;
    background-color: #4e66f8;
}

.contact-widget .m-border {
    width: 80px;
    background-color: #4e66f8;
    opacity: 0.7;
    margin-top: -2px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form .form-control {
    height: 45px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
    transition: all 0.3s;
    width: 100%;
}

.contact-form .form-control:focus {
    border-color: #4e66f8;
    box-shadow: 0 0 0 0.2rem rgba(78, 102, 248, 0.25);
}

.contact-form textarea.form-control {
    height: auto;
    min-height: 120px;
    resize: vertical;
}

.contact-form .btn-primary {
    background-color: #4e66f8;
    border: none;
    padding: 12px 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s;
}

.contact-form .btn-primary:hover {
    background-color: #3a4fd8;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(78, 102, 248, 0.3);
}

.contact-form .btn-block {
    display: block;
    width: 100%;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .contact-widget {
        margin-top: 40px;
    }
}

/* Crew Card */
.crew-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.crew-card:hover {
    transform: translateY(-10px);
}

.crew-image {
    margin-bottom: 15px;
}

.crew-image img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 50%;
}

.crew-name {
    font-size: 18px;
    font-weight: bold;
    color: #039394;
}

.crew-title {
    font-size: 14px;
    color: #777;
    margin-top: 0;
    margin-bottom: 2px;
}

.crew-location {
    font-size: 14px;
    color: #777;
}

.btn-primary {
    background-color: #039394;
    border: none;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
}

.btn-primary:hover {
    background-color: #027f7f;
}

/* Media Upload */
.custom-file-upload {
    border: 2px dashed #d1d5db;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    background-color: #f9fafb;
    transition: all 0.3s ease;
    margin-bottom: 1rem;
}

.custom-file-upload:hover {
    border-color: #9ca3af;
    background-color: #f3f4f6;
}

.custom-file-upload.drag-over {
    border-color: #3b82f6;
    background-color: #e0e7ff;
}

.custom-file-upload-label {
    display: block;
    font-size: 1.125rem;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 1rem;
    cursor: pointer;
}

.custom-file-input {
    display: none;
}

.custom-file-browse-btn {
    display: inline-block;
    padding: 0.5rem;
    border-radius: 6px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.2s ease;
}

.video-upload-tabs {
    display: flex;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1rem;
}

.video-upload-tab {
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
}

.video-upload-tab.active {
    border-bottom-color: #3b82f6;
    color: #3b82f6;
    font-weight: 500;
}

.video-upload-tab-content {
    display: none;
}

.video-upload-tab-content.active {
    display: block;
}

/* Our Client */
.testimonial-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-10px);
}

.client-image {
    margin-bottom: 15px;
}

.client-image img {
    width: 180px;
    height: 180px;
    object-fit: cover;
}

.testimonial-text {
    font-style: italic;
    color: #555;
    margin-bottom: 10px;
}

.client-name {
    font-weight: bold;
    color: #039394;
}

/* News Event Card */
.featured-properties {
    padding: 40px 0;
}

.event-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(3, 147, 148, 0.15);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 480px;
    transition: box-shadow 0.3s ease;
    width: 100%;
}

.event-card:hover {
    box-shadow: 0 10px 25px rgba(3, 147, 148, 0.3);
    cursor: pointer;
}

.event-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.event-content {
    flex: 1;
    padding: 20px 25px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.event-date-box {
    background-color: #039394;
    color: #fff;
    width: 85px;
    border-radius: 10px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    user-select: none;
    box-shadow: 0 4px 10px rgba(3, 147, 148, 0.4);
    flex-shrink: 0;
}

.event-date-box .month {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.event-date-box .day {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.event-date-box .year {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.85;
}

.event-details {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.event-description {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
    margin-bottom: 15px;

    /* truncate if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* max 3 lines */
    -webkit-box-orient: vertical;
}

.frontend-top-margin {
    margin-top: 70px;
}

.detailTop-margin {
    margin-top: 120px;
}

.custom-button {
    background-color: #039394;
    border: none;
    padding: 4px 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 0.3rem; /* Bootstrap's btn border-radius */
    font-weight: 600; /* slightly lighter than bold */
    font-size: 1.25rem; /* bigger font size */
    line-height: 1.5; /* vertical alignment */
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-button:hover,
.custom-button:focus {
    background-color: #0a6969;
    color: #fff;
    text-decoration: none;
    outline: none;
}

/* Blog Page Styling */
/* Header */
.blogpage-header-title {
    font-weight: 900;
    font-size: 3.5rem;
    color: #1E293B; /* slate-800 */
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    line-height: 1.1;
    text-align: center;
}
.blogpage-header-subtitle {
    color: #475569; /* slate-600 */
    font-size: 1.125rem;
    max-width: 600px;
    margin: 0 auto 5rem auto;
    line-height: 1.6;
    text-align: center;
}

/* Blog Categories */
.blogpage-categories-list {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 3.5rem;
    list-style: none;
}
.blogpage-categories-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    text-decoration: none;
    color: #475569;
    background-color: #f3f4f6;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.05);
}
.blogpage-categories-link:hover {
    background-color: #2563eb;
    color: white;
    box-shadow: 0 6px 15px rgb(37 99 235 / 0.4);
}
.blogpage-active,
.blogpage-active:hover {
    background-color: #2563eb;
    color: white;
    box-shadow: 0 8px 20px rgb(37 99 235 / 0.5);
    cursor: default;
}
.blogpage-icon {
    font-size: 1.25rem;
    vertical-align: middle;
}

/* Blog Grid */
.blogpage-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* always 3 equal columns */
    gap: 2.5rem;
    min-height: 500px; /* optional, to keep height consistent */
}

/* Articles */
.blogpage-article {
    background-color: white;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 20px rgb(0 0 0 / 0.08);
    transition: box-shadow 0.35s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 500px; /* Fixed height for uniformity */
}
.blogpage-article:hover {
    box-shadow: 0 12px 40px rgb(0 0 0 / 0.15);
}

/* Images */
.blogpage-article-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Featured article image bigger */
.blogpage-article-featured .blogpage-article-img {
    height: 320px;
}

/* Content */
.blogpage-article-content {
    padding: 2.5rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Tags */
.blogpage-tag-featured {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #bfdbfe; /* blue-200 */
    color: #1e40af; /* blue-900 */
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    user-select: none;
    margin-bottom: 1.25rem;
    width: max-content;
}
.blogpage-tag-category {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    background-color: #bfdbfe;
    color: #1e40af;
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.4rem 0.8rem;
    border-radius: 9999px;
    user-select: none;
}

/* Titles */
.blogpage-article-title,
.blogpage-article-subtitle {
    color: #1e293b;
    font-weight: 800;
    margin-bottom: 1.25rem;
    line-height: 1.15;
    transition: color 0.3s ease;
}
.blogpage-article-title:hover,
.blogpage-article-subtitle:hover {
    color: #2563eb;
}
.blogpage-article-title {
    font-size: 2.25rem;
}
.blogpage-article-subtitle {
    font-size: 1.25rem;
}

/* Paragraph */
.blogpage-article-excerpt {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Line clamp */
.blogpage-article-featured .blogpage-article-excerpt {
    -webkit-line-clamp: 5;
}
.blogpage-article-regular .blogpage-article-excerpt {
    -webkit-line-clamp: 3;
}

/* Article header (for regular posts) */
.blogpage-article-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

/* Footer meta */
.blogpage-post-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #64748b;
    font-size: 0.875rem;
    font-weight: 600;
}
.blogpage-post-meta time {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}
.blogpage-read-more {
    color: #2563eb;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    text-decoration: none;
    transition: color 0.3s ease;
}
.blogpage-read-more:hover {
    color: #1e40af;
}

.blogshow-container {
    max-width: 800px;
    margin: 3rem auto 6rem;
    padding: 0 1.5rem;
    margin-top: 150px;
}

.blogshow-article {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.blogshow-title {
    font-size: 2.75rem;
    font-weight: 900;
    color: #1e293b; /* slate-800 */
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

.blogshow-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    border-radius: 0.75rem;
}

.blogshow-meta {
    display: flex;
    gap: 1.5rem;
    color: #64748b; /* slate-500 */
    font-weight: 600;
    font-size: 0.875rem;
    align-items: center;
}

.blogshow-category i,
.blogshow-date i {
    margin-right: 0.3rem;
    font-size: 1.1rem;
    vertical-align: middle;
}

.blogshow-category {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    text-transform: capitalize;
}

.blogshow-content {
    color: #334155; /* slate-700 */
    font-size: 1.125rem;
    line-height: 1.8;
}

/* Optional: style links inside content */
.blogshow-content a {
    color: #2563eb; /* blue-600 */
    text-decoration: underline;
}
.blogshow-content a:hover {
    color: #1e40af; /* blue-800 */
}


/* Feature List */
.slick-custom-img {
    height: 330px;
    object-fit: cover;
}

.slick-info-patch {
    background: #039394;
    padding: 12px 16px;
    color: #fff !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-sizing: border-box;
    height: 100px;
}

.slick-boat-name {
    margin: 0 0 6px;
    font-size: 1.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff !important;
    text-decoration: none !important;
}

.slick-info-row {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    white-space: nowrap;
}

.slick-price {
    font-weight: 700;
    flex: 1;
    text-align: left;
    color: #fff !important;
}

.slick-measurement {
    flex: 1;
    text-align: center;
    color: #fff !important;
}

.slick-modal-name {
    flex: 1;
    text-align: right;
    color: #fff !important;
}

.slick-slide-item:hover .property-box-3 {
    transform: translateY(-6px);
    transition: transform 0.3s ease;
}

.search-filter-wrapper {
  position: fixed;
  top: 115px;
  left: 0;
  right: 0;
  background-color: #fff;
  padding: 10px 15px;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Container for search and filter button */
.search-filter-bar {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
}

/* Search form takes available space */
.search-filter-form {
  flex-grow: 1;
}

/* Search input styling */
.search-input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #ced4da;
  transition: border-color 0.3s ease;
  margin-top: 10px;
}

.search-input:focus {
  border-color: #0a6969;
  box-shadow: 0 0 0 0.2rem rgba(59,130,246,.25);
  outline: none;
}

/* Search button styling */
.search-btn {
  height: 40px;
  border-radius: 4px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}

.search-letterspacing {
    letter-spacing: 3px;
}

/* Filter button styling */
.filter-btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  white-space: nowrap;
  user-select: none;
  margin-top: 10px;
}

/* Icon spacing in buttons */
.search-btn i,
.filter-btn i {
  font-size: 16px;
}

.global-site-color {
    color: #039394 !important;
}

.global-site-color:hover {
    color: #027a7a !important;
}

.global-site-color-border {
    border-color: #039394 !important;
}

.global-site-color-bg {
    background-color: #039394 !important;
}

.custom-outline-button {
    background-color: transparent;
    border: 2px solid #039394;
    padding: 4px 10px;
    color: #039394;
    text-decoration: none;
    border-radius: 0.3rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.custom-outline-button:hover,
.custom-outline-button:focus {
    background-color: #039394;
    color: #fff;
    text-decoration: none;
    outline: none;
}

.testimonial-card {
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

.testimonial-card:hover {
        transform: translateY(-5px);
}

.client-image .img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #444;
}
.pagination .page-link {
    color: #039394;
    background-color: #fff;
    border: 1px solid #039394;
}

.pagination .page-link:hover {
    background-color: #039394 !important;
    color: white;
    border-color: #039394;
}

.pagination .page-item.active .page-link {
    background-color: #039394;
    border-color: #039394;
    color: white;
}
.pagination .page-item {
    margin: 0 5px;
}
.small {
    display: none !important;
}
