 .breadcrumb a {
        transition: color 0.3s ease;
    }

    .breadcrumb a:hover {
        color: #F2B100;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        content: "/";
        color: #999;
        padding: 0 5px;
    }

.gallery-wrapper {
    display: flex;
    gap: 15px;
}

    .gallery-main {
        position: relative;
        flex: 1;
    }

    .gallery-main img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        object-fit: cover;
    }

    .see-all-btn {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background: #F2B100;
        border-radius: 10px;
        padding: 8px 15px;
        font-weight: bold;
        display: flex;
        align-items: center;
        gap: 6px;
        text-decoration: none;
        color: #fff;
        box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
    }

    .gallery-thumbs {
        flex: 1;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
    }

    .gallery-thumbs img, .gallery-thumbs video {
        width: 100%;
        height: 300px;
        border-radius: 15px;
        object-fit: cover;
    }

	.author-box {
        background: #f9f9f9;
        border: 1px solid #ddd;
        border-radius: 12px;
        padding: 15px 16px;
        text-align: center;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .author-box .author-text {
        font-size: 15px;
        color: #333;
    }

	.banner-section-two {
		padding: 0px 0px 120px;
	}
	.gallery-three {
		padding: 50px 0px 10px;
	}
    .social-title {
        font-size: 1.1rem;
        margin-bottom: 12px;
        font-weight: bold;
        text-align: right;
    }

    .social-box {
        list-style: none;
        padding: 0;
        margin: 0;
        display: flex;
        gap: 12px;
        justify-content: flex-end;
    }

    .social-box li {
        display: inline-block;
    }

    .social-box a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        background: #f1f1f1;
        color: #555;
        font-size: 18px;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    .social-box a:hover {
        color: #fff;
        transform: translateY(-4px);
    }

    .gm-style .review-box {
        display: none;
    }

    /* Custom colors per network */
    .social-box a.twitter:hover   { background: #1da1f2; }
    .social-box a.snapchat:hover  { background: #fffc00; color: #000; }
    .social-box a.dribbble:hover  { background: #ea4c89; }

    .section-title {
      font-weight: 700;
      font-size: 1.5rem;
      margin-bottom: 1rem;
      padding-left: 10px;
      text-align: center
    }
    .map-card {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .info-card {
      background: #fff;
      border-radius: 15px;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    .social-icons i {
      font-size: 2.5rem;
      gap: 20px;
      margin: 0 10px;
      color: #000;
      transition: 0.3s;
      cursor: pointer;
    }
    .social-icons i:hover {
      color: #f7c948;
      transform: translateY(-3px);
    }

    .social-icons svg {
      font-size: 2.5rem;
      gap: 20px;
      margin: 0 10px;
      color: #000;
      transition: 0.3s;
      cursor: pointer;
    }
    .social-icons svg:hover {
      color: #f7c948;
      transform: translateY(-3px);
    }

    .contact-icon {
      color: #f7c948;
      margin-left: 8px;
      font-size: 25px;
    }
    .map-link {
      color: #000;
      font-weight: 500;
      text-decoration: none;
    }
    .map-link:hover {
      text-decoration: underline;
    }
    .google-maps-link{
        display: none!important;
    }
