@charset "UTF-8";
/***!  /templates/ja_purity_iv/local/css/custom.css?264ea987434ae8e15926a7d84323d493  !***/

#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;      
  height: 100vh;    
  object-fit: cover;   
  filter: brightness(0.8);   
}
body { 
    font-family: "Times New Roman", Times, serif;
 }
.header-block,
.header-wrap,
.t4-header-l,
nav.navbar {
  overflow-x: hidden;
}
#t4-megamenu-mainmenu {
  max-width: 100%;
}
#t4-section-4 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#t4-section-4 {
  overflow-x: hidden;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 30s linear infinite;
  will-change: transform;
}

@media (max-width: 768px) {
  .logo-track {
    transform: translateX(0) !important;
  }
}


 * { min-width: 0; }
@font-face {src: url('https://www.ultimateholidayguide.co.uk/templates/ja_purity_iv/local/css/SebastianBobby.eot'); src: local('SebastianBobby'),
        url('https://ultimateholidayguide.co.uk//templates/ja_purity_iv/fonts/SebastianBobby.eot#iefix') format('embedded-opentype'),
        url('https://ultimateholidayguide.co.uk//templates/ja_purity_iv/fonts/SebastianBobby.woff2') format('woff2'),
        url('https://ultimateholidayguide.co.uk//templates/ja_purity_iv/fonts/SebastianBobby.woff') format('woff'),
        url('https://ultimateholidayguide.co.uk//templates/ja_purity_iv/fonts/SebastianBobby.ttf') format('truetype'),
        url('https://ultimateholidayguide.co.uk//templates/ja_purity_iv/fonts/SebastianBobby.svg#SebastianBobby') format('svg'); font-family: 'Sebastian Bobby'; font-weight: normal; font-style: normal; font-display: swap}

.t4-megamenu .navbar-nav > li.active > a, .t4-megamenu .navbar-nav > li.active > .nav-link {
    color:#000!important;
}
body, p {
  font-family: "Times New Roman", Times, serif;
  font-size: 1rem;
  line-height: 1.7;
}
.slidercontainer {
    min-height: 90vh;
    width: 100%;
    background-size: cover;
}
.text-containers {
  z-index: 1;
    position: absolute;
    left: 0px;
    top: 50px;
    max-width: 900px;
    text-align: center;
    right: 0px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6 {
      font-family: "Times New Roman", Times, serif;
}

.slide-head {
    color:#fff;
        font-size: 55px;
}
p#slide {
color:#fff;
font-size:20px;
}
.header-wrap .py-3 {
    padding-top:5px!important;
     padding-bottom:5px!important;
}
.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link {
    padding: 0px 1rem;
    height: 38px;
}
.t4-header .header-wrap {
    min-height: 50px;
}
.navbar-brand.logo-text .site-name {
    margin-bottom: 0px;
    letter-spacing: 1.5px;
}
  .t4-offcanvas-toggle {
    font-size:26px;
}
.navbar-brand {
    padding-top: 0px;
}
.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}

.hero-image {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.5); /* Optional: darkens image for better text contrast */
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color:#fff;
}

.hero-content p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.hero-button {
  background: #fcd34d;
  color: #111;
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.hero-button:hover {
  background: #fbbf24;
}
.arrow-down {
  width: 1px;
  height: 24px;
  margin: 0px auto;
  animation: bounce 2s infinite;
  z-index: 3;
  position: absolute;
bottom:50px;
}
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.2rem;
  }

  .hero-content p {
    font-size: 1rem;
  }
  .arrow-down {
    bottom:15px;
  }
}

.arrow-down span {
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: rotate(-45deg);
  transform-origin: bottom left;
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
#t4-section-1 .custom {
    position: relative;
    top: -0px;
    left: 0px;
    right: 0px;
}
.not-at-top #t4-header.t4-sticky {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
#t4-header {
 background-color: rgba(255, 255, 255, 0.5);
 border-bottom: none !important;
}
@media (max-width: 600px) {
  .hero-banner {
    height: 40vh;
    padding: 0 10px;
  }
  .text-containers {
    left: 10px;
    top: 10px;
    max-width:95%;
}
.slide-head {
    font-size: 37px;
    margin-top:0px;
}
}
.bg-purple {
    background-color: #2f342e!important;
}
  .contact-info-box {
    background-color: #fff;
    padding: 10%;
  }
  .item-168 .com-content-category-blog__items.blog-items.masonry-3 {
    display: none;
  }

.bottom-article-info .article-inner .row .col-12.col-md-3 {
    display: none;
}
.bottom-article-info .article-inner .row .col-12.col-md-9 {
    width:100%;
}
.category-item, .blog-item, .item-container {
  position: relative;
  overflow: hidden;
}
.com-content-category-blog__child {
  position: relative;
  overflow: hidden;
}

/* Make the image fill the block responsively */
.com-content-category-blog__description img {
  width: 100%;
  height: auto;
  display: block;
}

/* Overlay the title over the image */
.com-content-category-blog__child .item-title {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    /* background: rgba(0, 0, 0, 0.6); */
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 2;
    transition: background 0.3s ease;
    height: 100%;
    padding: 80px;
}

/* Optional: increase visibility on hover */
.com-content-category-blog__child:hover .item-title {
  background: rgba(0, 0, 0, 0.75);
}
.slide-head {
opacity: 0;
  transform: translateY(40px);
  animation: fadeSlideUp 1.5s ease-out forwards;
  animation-delay: 0.3s;
  }
@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.category-desc {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0.25rem;
}
.com-content-category-blog__child {
    padding:0px;
}
.com-content-category-blog__description.category-desc p {
    margin-bottom:0px;
}
.com-content-category-blog__child:hover .item-title a {
    color:#fff;
    z-index: 9;
}
.image-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.image-card img {
  width: 100%;
  height: auto;
  display: block;
}

.image-card .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.5); /* dark overlay */
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  transition: background 0.3s;
font-family: "Times New Roman", Times, serif;
}

.image-card:hover .overlay-text {
  background: rgba(0, 0, 0, 0.7);
}
.no-pad {
    padding:0px!important;
}
#t4-service {
        margin-top: -53px;
}

.item-136 #t4-section-1 {
    overflow: hidden;
    height: 100vh;
}
.navbar-nav > li > a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.navbar-nav > li > a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 100%;
  background-color: #000; /* Choose your colour */
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.navbar-nav > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar-nav > li > a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  padding: 10px;
}
.navbar-nav .nav-icon {
    width: auto;
    height: 28px;
    margin: 5px auto;
    display: block;
}
.tab-row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.tab-link {
  padding: 10px 27px; 
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
  color:#fff!important;
      font-family: "Times New Roman", Times, serif;
}

.slider-bar {
  position: absolute;
  bottom: 0;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
  width: 0;
  left: 0;
}



.tab-link.active {
  color: #fff;
}
.tab-link:hover {
    color:#fff;
}

.nav-icon {
  height: 30px;
  width: auto;
  margin-bottom: 4px;
}

.tab-link.text-center img {
    height:30px;
    width:auto;
      filter: invert(1) brightness(2);

}
.t4-footer {
    background-color: #f7f9fc!important;
}
.footer1 {
    color:#333;
}
.social-list-sm li i, .social-list-sm li span {
    color:#333;
}
#t4-icon-menu {
position: absolute;
    top: 83vh;
    left: 0px;
    right: 0px;
    width: 900px;
    text-align: center;
    margin: 0 auto;
    border-bottom:2px solid #fff;
}
.t4-megamenu .navbar-nav > li > a:hover, .t4-megamenu .navbar-nav > li > a:focus, .t4-megamenu .navbar-nav > li > a:active, .t4-megamenu .navbar-nav > li > .nav-link:hover, .t4-megamenu .navbar-nav > li > .nav-link:focus, .t4-megamenu .navbar-nav > li > .nav-link:active {
    color: #333;
}
.header-block {
  transition: opacity 0.3s ease;
}
#t4-service {
    overflow-x: hidden;
}
.featured-properties-container {
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 2rem 0rem;
  background: #f8f8f8;
 max-width: 1280px;
    margin: 0 auto;
}

.featured-properties-carousel {
  display: flex;
  gap: 1rem;
  transition: all 0.4s ease;
}
.featured-properties-carousel {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 1rem;
}

.property-item {
  flex: 0 0 clamp(180px, 40vw, 240px);
  scroll-snap-align: center;
}

.property-item {
  flex: 0 0 clamp(180px, 40vw, 240px);
  background: white;
  border: 10px solid white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  text-align: center;
  transform: scale(0.9);
  opacity: 0.5;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.property-item.active {
  transform: scale(1.1);
  opacity: 1;
  z-index: 2;
}
.item-136 #t4-main-body {
    display: none;
} 
.sponsored-banner {
  padding: 1rem 2rem;
  text-align: center;
  font-size: 1rem;
  color: #555;
}

.sponsored-banner img {
  max-height: 100px;
  margin-left: 10px;
  vertical-align: middle;
}
#t4-sponsor {
    border-top:1px solid #fff;
    background:#f7f9fc!important;
    margin-bottom:-20px;
}
.header-block {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.4s ease-in-out;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: #fff;
}

.header-block.menu-hidden {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  pointer-events: none;
}
@media (max-width: 900px) {
.tab-link {
    padding: 10px 15px;
}
#t4-icon-menu {
    width:100%;
}
.text-containers {
    top:20px;
}
}
@media (max-width: 768px) {
  .tab-row {
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
  }
p#slide {
    color: #fff;
    font-size: 20px;
    line-height: 29px;
}
  .tab-link {
    flex: 1 0 33.33%; /* 3-column grid; adjust as needed */
    max-width: 33.33%;
    padding: 1rem 0.5rem;
  }

  .slider-bar {
    display: none;
  }
  #t4-icon-menu {
    position: absolute;
    top: 64vh;
    left: 0px;
    right: 0px;
    width: auto;
    text-align: center;
    margin: 0 auto;
    border-bottom: none;
}
.sponsored-banner img {
    margin-left: 0px;
}
}
.com-content-category-blog__child {
  position: relative;
}

.com-content-category-blog__child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}
.com-content-category-blog__child {
  cursor: pointer;
}
.property-item h5 {
        font-family: 'Sebastian Bobby', serif!important;
         
    font-size: 52px;
    font-weight: 500;
}
.vintage-postcard {
  max-width: 800px;
  margin: 2rem auto;
  background: #fef9f1;
  border: 2px solid #d6c7b0;
  border-radius: 3px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  padding: 2rem;
  position: relative;
  font-family: 'Georgia', serif;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(0, 0, 0, 0.02) 10px,
    rgba(0, 0, 0, 0.02) 20px
  )
}
.vintage-postcard::after {
    clear:both;
}
.postcard-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.left h2, .left h3, .left h4 {
 font-size: 46px;
    font-weight: 900;
    color: #000;
    margin: 0 0 0.5rem;
    font-family: 'Sebastian Bobby', serif !important;
}

.location {
  font-size: 1rem;
  color: #867b6b;
  margin-bottom: 1rem;
}

.review {
  font-family: 'Dancing Script', cursive;
  font-size: 1.1rem;
  color: #4a3b2c;
}

.left {
  padding-right: 1rem;
  border-right: 1px solid #d6c7b0;
}

.right {
  padding-left: 1rem;
  font-size: 0.95rem;
  color: #2f2f2f;
  line-height: 1.6;
  padding-top: 66px;
}

.stamp {
  background: url('https://ultimateholidayguide.co.uk/images/postcard-stamp.webp') no-repeat center/contain;
width: 140px;
    height: 100px;
    position: absolute;
    top: 0px;
    right: 75px;
    opacity: 0.7;
    transform: rotate(-5deg);
}
.stamp-box {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  border: 2px dashed #c4b8a2;
  background: transparent;
  z-index: 1;
}
.lined-text {
  list-style: none;
  padding:0px;
}
#fivestar img {
float: left;
width: 20%;
}
    .carousel {
      background: transparent;
      max-width: 100%;
      margin: 40px auto;
    }

    .carousel-cell {
      width: 33.33%;
      height: 300px;
      margin-right: 0px;
      background-size: cover;
      background-position: center;
      border-radius: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: white;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    }

    .carousel-cell-content {
      background: rgba(0, 0, 0, 0.5);
      padding: 20px;
      border-radius: 8px;
      max-width: 80%;
      text-align: center;
    }

    .carousel-cell-content h3 {
      font-size: 1.3rem;
      margin: 0 0 10px;
      color:#fff;
    }

    .carousel-cell-content p {
      font-size: 1rem;
      margin-bottom: 10px;
    }

    .carousel-cell-content a {
      color: #ffdca8;
      text-decoration: underline;
    }

    .flickity-page-dots {
      bottom: -25px;
    }

    .flickity-page-dots .dot {
      width: 10px;
      height: 10px;
      margin: 0 5px;
      background: #d6a77a;
      opacity: 0.6;
      border-radius: 50%;
    }

    .flickity-page-dots .dot.is-selected {
      opacity: 1;
      background: #a45d00;
    }
.bg-light {
    background-color: #fff;
}
.property-item img {
    min-height:190px;
}
.flickity-page-dots .dot.is-selected {
 background: #F7E7CE!important;   
}
/* Ensure the slider container scales */
.carousel {
  width: 100%;
  margin: 0 auto;
}

/* Scale cell images responsively */
.carousel-cell img {
  width: 100%;
  height: auto;
  display: block;
}

/* Optional: tweak cell width per screen size */
@media (max-width: 768px) {
  .carousel-cell {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .carousel-cell {
    width: 100%;
  }
}
@media (max-width: 500px) {
    #t4-icon-menu {
        top: 60vh;
    }
    .text-containers img {
    width: 171px;
}
}
.star-rating {
  margin: 10px 0;
}

.star-rating img {
  width: 100px; /* adjust as needed */
  height: auto;
  display: block;
}
.t4-offcanvas .t4-off-canvas-body {
    padding:0px;
}
@media screen and (max-width: 768px) {
  .vintage-postcard,
  .postcard-content {
    flex-direction: column;
  }
  .vintage-postcard .left,
  .vintage-postcard .right {
    width: 100%;
  }
  .vintage-postcard .left h2 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 480px) {
  .vintage-postcard {
    padding: 10px;
  }
  .vintage-postcard .left h2 {
    font-size: 1.2rem;
  }
  .vintage-postcard .left,
  .vintage-postcard .right {
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .location {
    font-size: 23px;
}
    .vintage-postcard .left h2 {
        font-size: 45px;
    }
        .vintage-postcard .left, .vintage-postcard .right {
        padding: 120px 8px 8px 8px;
    }
    .vintage-postcard, .postcard-content {
        display: block!important;
}
  .vintage-postcard .left,
  .vintage-postcard .right {
    padding: 8px; 
    display: block;
    width:100%;
    float:left;
  }
  .vintage-postcard, .postcard-content {
    display: block !important;
    float: left;
   padding-top:70px;
  }
  }
.slidercontainer {
  position: relative;
  overflow: hidden;
}

/* Dark overlay */
.slidercontainer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.32);
  z-index: 1; /* above video, below text */
  pointer-events: none;
}

/* Video */
#myVideo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}

/* Text + image (absolute) */
.text-containers {
  z-index: 2;
}
#tabSection {
    z-index: 9;
}
@media (max-width: 768px) {
#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;      
  height: 120vh!important;    
  object-fit: cover;   
  filter: brightness(0.5);   
}
}
#t4-polaroids {
background: #f8f8f8;
}
/* Overall section styling */
#t4-section-2 {
  background: #f7f9fc!important; /* soft, clean travel-friendly tone */
  padding: 80px 0;
}

/* Container refinement */
#t4-section-2 .t4-section-inner {
  max-width: 900px;
  margin: 0 auto;
}

/* Typography for the About section */
#t4-section-2 h3#about {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  letter-spacing: 0.5px;
}

/* Paragraph styling */
#t4-section-2 .custom p {
  font-size: 1.1rem;
  line-height: 1.75;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
}

/* Highlighted strong text */
#t4-section-2 .custom p strong {
  color: #000;
  font-weight: 600;
}

/* Optional: subtle fade-in animation */
#t4-section-2 .custom {
  animation: fadeIn 0.8s ease-out;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.formed {
    padding:10%;
    background:#000;
    margin-bottom:0px!important;
}
.contact-info-box {
    margin-bottom:0px!important;
}
#userForm input {
    background: #fff;
}
.text-primary {
    color:#000!important;
}
.btn.btn-primary {
    background: #00bcd4; 
    color: #fff;
    border:none;
}
#userForm input {
    max-width: 100%;
}
/* Turn the header into a 3‑column layout */
.t4-header-l {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: 100%;
}

/* Left column: burger + logo stay as they are */
.t4-header-l > span,
.t4-header-l > .navbar-brand {
  grid-column: 1;
}

/* Centre column: the nav */
.t4-header-l nav.navbar {
  grid-column: 2;
  display: flex;
  justify-content: center;
}

/* Right column: empty balancing space */
.t4-header-l::after {
  content: "";
  grid-column: 3;
  width: 1px; /* auto-balances with column 1 */
}

/* Centre the menu items */
#t4-megamenu-mainmenu .nav.navbar-nav.level0 {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Remove Bootstrap float */
#t4-megamenu-mainmenu .nav-item {
  float: none;
}
.navbar.navbar-expand-lg {
    position: absolute;
    left:0px;
    right:0px;
}
.logo-scroller {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;
}

.logo-track {
  display: flex;
  width: max-content;
  animation: scroll-logos 30s linear infinite;
}

.logo-item {
  flex: 0 0 auto;
  padding: 0 40px; /* spacing between logos */
}

.logo-item img {
  max-height: 60px;      /* adjust to suit */
  width: auto;
  display: block;
  filter: grayscale(100%);
  opacity: 0.8;
}

/* hover effect (optional) */
.logo-item img:hover {
  filter: none;
  opacity: 1;
}

@keyframes scroll-logos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.t4-wrapper .btn, .t4-wrapper .blog-list .item-readmore a, .blog-list .item-readmore .t4-wrapper a {
z-index:99999;    
}
/* Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Modal box */
.modal-box {
  background: #fff;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  border-radius: 10px;
  position: relative;
}

/* Close button */
.close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 28px;
  cursor: pointer;
}

/* Optional button styling */
.open-modal-btn {
  padding: 12px 24px;
  background: #0077ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
/* Follow Us on Instagram block */
.uhg-instagram-promo {
  padding: 3rem 1.5rem;
  background: #fff;
  max-width: 420px;
  margin: 0 auto 2.5rem auto;
}

.uhg-instagram-inner {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.uhg-instagram-icon {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 24px;
  background: radial-gradient(circle at 30% 30%, #ffd86f, #f56040, #d62976, #962fbf, #4f5bd5);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.uhg-ig-circle,
.uhg-ig-square,
.uhg-ig-dot {
  position: absolute;
  box-sizing: border-box;
}

.uhg-ig-square {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 2px solid #fff;
}

.uhg-ig-circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.uhg-ig-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  top: 18px;
  right: 18px;
}

.uhg-instagram-content {
  flex: 1;
}

.uhg-instagram-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  color: #888;
  margin: 0 0 0.4rem 0;
}

.uhg-instagram-handle {
  font-size: 1.6rem;
  margin: 0 0 0.75rem 0;
  color: #111;
}

.uhg-instagram-text {
  margin: 0 0 0.9rem 0;
  color: #444;
  line-height: 1.5;
}

.uhg-instagram-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3rem 0;
  color: #444;
  font-size: 0.95rem;
}

.uhg-instagram-highlights li + li {
  margin-top: 0.35rem;
}

.uhg-instagram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f56040, #d62976, #4f5bd5);
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.uhg-instagram-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
  filter: brightness(1.03);
  color:#fff;
}

/* Responsive */
@media (max-width: 720px) {
  .uhg-instagram-inner {
    flex-direction: column;
    text-align: center;
  }

  .uhg-instagram-icon {
    margin-bottom: 0.5rem;
  }

  .uhg-instagram-content {
    width: 100%;
  }

  .uhg-instagram-highlights {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
  }
}

