@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css');
body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
  }
  .maninav li.nav-item{
    padding: 20px 8px;
  }
  .maninav li .nav-link{
   color: #fff;
   font-size: 18px;
  }
  .maninav .btn-info{
    border-radius: 30px;
    width: 108px;    
  }
  .maninav .shopping-cart-nav a{
    width: 24px;
    background: url('../img/icons/shopping-cart.png') center no-repeat;
    height: 24px;
  }
  .header-txt{
    font-size: 32px;
  }  
  .mega-dropdown .dropdown-item {
    font-size: 0.95rem;
    color: #333;
  }
  
  .mega-dropdown .dropdown-item:hover {
    background-color: transparent;
    color: #007bff;
  }
  
  .preview-panel img {
    border-radius: 8px;
    object-fit: cover;
  }
  .carousel-indicators {
    justify-content: end;
    margin-right: 8%;
    bottom: 31px;
    z-index: 999;
  } 
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #D9D9D9;
    background-color: transparent;
    opacity: 1;
    margin: 0 6px;
    transition: background-color 0.3s ease;
  }  
  .carousel-indicators .active {
    background-color: #D9D9D9; /* Or the exact color from Figma */
  }
  .search-panel{
    position: absolute;
    bottom:0;
    width: 100%;
    z-index: 99;
  }
  img{
    max-width: 100%;
    height: auto;
  }
.innerbanner{
  margin-top: 98px;
  text-align: center;
  display: flex;
}
  .mainHeader{
    transition: all 0.3s ease;
    position: absolute;
    z-index: 999;
    top:0;
    width: 100%;
  }
  .innerHeader{
    background: #000;
  }
  /* .innerHeader .btn-info{
    background: #fff;
    color: #000!important;
  } */
  .stickyHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff; /* or any solid background */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  .stickyHeader .maninav li .nav-link{
    color: #000;
  }
  .stickyHeader .maninav li.nav-item{
    padding: 6px 8px;
  }
  .stickylogo{
    display: none;
  }
  .stickyHeader .stickylogo{
    display: block;
    width: 150px;
  }
  .stickyHeader .normallogo{
    display: none;
  }
  .logoimg img path {
    fill: #333;
    stroke: #555;
  }
  .navbar-toggler-icon {
    filter: brightness(0) invert(1); /* Turns it white */
  }
  .stickyHeader  .navbar-toggler-icon {
    filter: brightness(0) invert(0); /* Turns it white */
  }
  .stickyHeader .maninav .shopping-cart-nav a,
  .cart-icon{
    background: url('../img/icons/shopping-cart-black.png') center no-repeat;
  }
  /* .hero-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  } */
  .hero-header {
    position: relative;
    z-index: 2;
  }
  .headeroverlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
    transition: 0.3s ease;
    z-index: 2;
  }
  .search-wrapper {
    width: 900px;
    max-width: 90%;
  }
  .search-input {
    background-image: url('../img/icons/search-icon.png'); 
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 16px 16px;
    padding-left: 35px;
    font-weight: 500;
  }
  .search-input::placeholder {
    font-size: 18px;       
    color: #000;
    font-family: 'Inter', sans-serif;
  }  
  .search-wrapper input:focus{
    box-shadow: none;
    outline: none;
    border: none;
  }
  .custom-dropdown-toggle {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background-color: transparent;
    color: #000;
  } 
.custom-dropdown-toggle:focus,
.custom-dropdown-toggle:active,
.custom-dropdown-toggle.show,
.custom-dropdown-toggle:hover {
  box-shadow: none !important;
  outline: none !important;
  background: none !important;
  border: none !important;
}
.search-wrapper .dropdown-menu {
    left:inherit!important;
    right: -14px!important;  
    border: none;
    margin: 0;  
}
.search-select-dropdown li a{
    font-size: 14px;
    padding: 6px;
}
.search_imgicon{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('../img/icons/ic_menu_01.png') no-repeat left center;
    margin-right: 10px;
    background-size: 100%;
}
.search_img01{
  background: url('../img/icons/ic_menu_07.png') no-repeat left center;
}
.search_img02{
  background: url('../img/icons/ic_menu_02.png') no-repeat left center;
}
.search_img03{
  background: url('../img/icons/ic_menu_03.png') no-repeat left center;
}
.search_img06{
  background: url('../img/icons/ic_menu_04.png') no-repeat left center;
  background-size: 100%;
}
.search_img04{
  background: url('../img/icons/ic_menu_05.png') no-repeat left center;
}
.search_img05{
  background: url('../img/icons/ic_menu_06.png') no-repeat left center;
}
.search_img07{
  background: url('../img/icons/lang.png') no-repeat left center;
  background-size: 100%;
}
.search-select-dropdown li a:hover{
    background-color: #ccc;
    color: #000;
}
.category-nav{
    background-color: #F3F4F8;
    border-radius: 30px;
}
.category-nav li{
    padding: 0 13px;
}
.category-nav li:first-child{
  padding-left: 0;
}
.category-nav li:last-child{
  padding-right: 0;
}
.category-nav li a{
    font-size: 18px;
    color: #000;
    border-radius: 40px;
    padding: 8px 25px;
}
.category-nav li a:hover,.category-nav li a.active{
    background-color: #00A4B4;
    color: #fff;
}
.subtitle{
    color: #3B5D7E;
    font-size: 25px;
}

.collections-container {
  font-family: 'Inter', sans-serif;
}

.collections-title {
  font-weight: 600;
  font-size: 18px;
  color: #3B5D7E;
}
.collections-info {
  font-size: 0.9rem;
  color: #6c757d; /* muted gray */
}
.collection-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Desktop default */
  gap: 16px;
}
.collection-card {
  background: #fff;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
}
.top-image img,
.bottom-images img {
  width: 100%;
  height: auto;
}
.bottom-images {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
.bottom-images img {
  width: 100%;
}
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  padding: 10px 0;
  line-height: 17px;
}

/* Hover Overlay */
.hover-container {
  position: relative;
  z-index: 1;
}
.imgoverlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: 0.3s ease;
  z-index: 2;
}
.hover-container:hover .imgoverlay {
  opacity: 1;
}

/* Icon positions */
.top-left,
.top-right,
.bottom-right {
  position: absolute;
  display: flex;
  gap: 6px;
}
.top-left {
  top: 8px;
  left: 8px;
}
.top-right {
  top: 8px;
  right: 8px;
}
.bottom-right {
  bottom: 8px;
  right: 8px;
}
/* Icon styles */
.actionicon {
  width: 28px;
  height: 28px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: transform 0.2s ease;
  text-indent: -9999px; /* Hide text */
}
.actionicon:hover,.readmore-icon a:hover {
  transform: scale(1.1);
}
.add-icon {
  background-size: 36px 36px;
  background-image: url('../img/icons/add-to-collection.png');
}
.fav-icon {
  background-size: 36px 36px;
  background-image: url('../img/icons/fav.png');
}
.view-icon {
  background-size: 20px 19px;
  background-image: url('../img/icons/Rf_Icon.svg');
}
.download-icon {
  width: 16px;
  height: 16px;
  background-image: url('../img/icons/download.png');
}
.collection-title {
  font-weight: 600;
  font-size: 14px;
  color: #000;
}
.readmore-icon a {
 background: url('../img/icons/readmore.png') no-repeat center center/cover;
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: transform 0.2s ease;
  text-indent: -9999px;
}
.industry-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Desktop default */
  gap: 20px;
  padding: 40px 0;
}
.industry-card {
  display: flex;
  flex-direction: column;
}
.card-content {
  display: flex;
  gap: 10px;
}
.left-image {
  flex: 2;
}
.right-images {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.left-image img,
.right-images img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0px 0 40px; 
}
.hero-image {
  width: 100%;
  object-fit: cover;
  display: block;
}
.hero-content {
  position: absolute;
  top: 30%;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
}
.hero-content h2 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.hero-content p {
  font-size: 16px;
  margin-bottom: 20px;
}
.hero-button {
  font-size: 14px;
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s ease, color 0.3s ease;
  min-width: 180px;
  background-color: transparent;
}
.hero-button:hover {
  background-color: #00A4B4;
}
.curated-sets {
  padding: 20px 0;
}
.curated-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.curated-header h2 {
  font-size: 18px;
  font-weight: 600;
}
.curated-header a {
  font-size: 14px;
  text-decoration: none;
  color: #000;
  text-decoration: underline;
}
.curated-header a:hover {
  color: #007bff;
  text-decoration: none;
}

.curated-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Default: desktop */
  gap: 15px;
  margin-bottom: 20px;
}

.curated-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.curated-card img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-right: -12px;
}
.image-item {
  margin-right: 12px; 
  box-sizing: border-box;
  margin-bottom: 0; 
}
.image-item img {
  width: 100%;
  display: block;
}
.shots-layout{
  margin-bottom: 40px;
}
.findgreatcontent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 40px;
}
.greatcontent-card {
  display: flex;
  flex-direction: column;
}
.card-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.card-images img {
  width: 100%;
  height: auto;
  display: block;
}
.image-wrapper {
  position: relative;
  overflow: hidden;
}

.image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

.imgmask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* adjust opacity as needed */
  opacity: 0;
  transition: opacity 0.3s ease;
}

.image-wrapper:hover .imgmask {
  opacity: 1;
}
.newsletter-section .input-group-text{
  background: url('../img/icons/send.png') 4px 1px no-repeat;
  width: 25px;
  height: 22px;
  margin: 9px 0 0 10px;
}
.newsletter-section .input-group-text,.newsletter-section .form-control{
  background-color: #fff;
  border: none;
  font-size: 13px;
  line-height: 28px;
}
.newsletter-section .input-group{
  border: #00A4B4 1px solid;
  border-radius: 10px;
}
.newsletter-section .input-group-text,.newsletter-section .form-control{
  border-radius: 10px;
}
.newsletter-section input.form-control:focus {
  box-shadow: none;
  border-color: transparent;
  outline: none;
}
.newsletter-section  .btn{
  color: #fff;
  font-size: 14px;
  padding: 9.5px 0;
  border-radius: 10px;
  background: #00A4B4;
  border: #00A4B4 1px solid;
}
.newsletter-text{
  margin-left: 30px;
}
.newsletter-form{
  margin-left: 40px;
}
.footer{
  font-size: 13px;
}
.assets-bg{
  background-color: #0D121B;
}
.footer h6{
  font-weight: 500;
}
.footer .list-unstyled li{
  padding-bottom: 8px;
}
.footer .list-unstyled li a{
  text-decoration: none;
}
.footer .list-unstyled li a:hover,
.footer .list-unstyled li.active a{
  text-decoration: underline;
}
.social-list a{
  line-height: 10px;
}
.f-logo-description{
  padding-top: 10px;
  font-size: 13px;
  line-height: 21px;
}

/*mega menu css start*/
.mega-dropdown {    
  transform: translateX(-50%);
  border-radius: 0;
  border: none;
  background: none;
  z-index: 999;
  padding: 0;
}
.left-mega{
  padding-left: 0;
  padding-right: 0.25rem;
}
.right-mega{
  padding-right: 0;
  padding-left: 0.25rem;
}
.mega-dropdown > .row {
  display: flex;
}
.left-mega, .right-mega {
  display: flex;
  flex-direction: column;
}
.mega-bg {
  flex-grow: 1;
  height: 100%;
  background-color: #fff;
  padding: 15px;
}
.pr-0{
  padding-right: 0;
}
.pr-5{
  padding-right: 3rem !important;
}
.daily-right,.daily-left{
  padding-left: .25rem;
}
.daily-collect{
  position: relative;
}
.daily-collect .badge{
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 11px;
  font-weight: normal;
  z-index: 9;
}
.popular-item h6{
  font-weight: normal;
  font-size: 14px;
}
.popular-item p{
  font-size: 13px;
}
.popular-item img{
  width: 102px;
}
.left-mega .mega-bg{
  padding-left: 24px;
}
.daily-bottom-text{
  position: absolute;
  bottom: 0;
  left: 16px;
  color: #fff;
  font-size: 14px;
  width: 190px;
}
.daily-bottom-text h6{
  margin: 0 0 5px;
  font-weight: normal;
}
.daily-bottom-text p{
  font-size: 12px;
  line-height: 15px;
}
.imgmaskwrap{
  position: relative;
}
.imgmaskwrap .imgmask{
  opacity: 1;
}
.right-mega .list-unstyled li:last-child{
  padding-bottom: 0;
}
.right-mega .list-unstyled li a{
  font-size: 14px;
  line-height: 23px;
}
.innerTitle{
  position: absolute;
  z-index: 9;
  text-align: center;
  width: 100%;
  font-weight: 400;
  top: 50%;
}
.breadcrumb-container{
  position: absolute;
  bottom: 20px;
  z-index: 99;
  width: 100%;
}
.breadcrumb-container .container{
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.breadcrumb-container a {
   color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.breadcrumb-container .separator {
  background: url('../img/icons/arrow.png') no-repeat;
  width: 15px;
  height: 11px;
}
.breadcrumb-container span:last-child {
  font-weight: 400;
}
.inner-contentArea p{
  color: #3F3F3F;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
}
.feature-icon {
  background-color: #4DB9F9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px;
}
.feature-icon img {
  width: 60px;
}
p{
  font-size: 16px;
  line-height: 25px;
}
.section-bg {
  background: url('../img/about-snapshots.png') top center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.ctabg{
  background: #00A4B4;
}
.discover-panel h6{
  font-size: 11px;
}
.discover-panel h4{
  color: #00A4B4;
}
.circle-badge {
  background-color: #00A4B4;
  color: #fff;
  border-top-left-radius: 50%;
   border-top-right-radius: 50%;
  width: 170px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  position: absolute;
  right: -20px;
  bottom:0px;
  font-size: 20px;
}
.circle-badge strong{
  font-weight: 800;
}
.premiumimg{
  padding-right: 90px;
}
.premiumimg img{
  max-width: 300px;
}
.section-bg1 {
  background: url('../img/path-by-numbers.png') top center no-repeat;
  background-size: cover;
}
.section-bg1 h4{
  text-align: center;
}
.stats-box {
  background: rgba(2, 44, 73, 0.8);
  color: #fff;
  padding: 50px;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  font-size: 23px;
}
.stats-box span{
  color: #00E8FF;
  font-weight: 800;
}

.section-bg2 {
  background: url('../img/signup-newsletter.png') top center no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 250px 0;
}
.section-bg2 .form-control {
  height: 48px;
  border-radius: 0;
  background: #D9D9D9;
}
.section-bg2 .btn {
  border-radius: 0;
  background-color: #00a9c9; /* your arrow background */
  border: none;
}
.section-bg2 .bi-chevron-right::before {
  font-weight: bold !important;
  font-size: 25px;
}
.section-bg2 .row{
  padding-left: 20%;
}

.blog-card {
   background-color: #F5F5F5;
}
.blog-meta i {
  font-size: 0.9rem;
  vertical-align: middle;
}
.blog-card h3{ 
  color: #00A4B4;
  font-size: 18px;
}
.blog-card h5{ 
 font-size: 16px;
}
.blog-card p{
  font-size: 14px;
  line-height: 20px;
}
.blog-meta,.blog-meta span{
  font-size: 12px;
}
.blog-tabs a {
  text-decoration: none;
   color: #00A4B4;
   font-size: 18px
}
.blog-tabs a:hover {
  text-decoration: underline;
}
.blog-title{
  font-size: 18px;
}
/* Blog css */
.blogpage-card {
transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12); /* More visible shadow */
  cursor: pointer;
}
.blogpage-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); /* On hover: slightly more lift */
}
.blog-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  object-fit: cover;
}
.arrow-link {
  line-height: 0;
  padding: 8px;
  text-decoration: none;
  background-color: #E6E6E6;
  color: #000; 
}
.blogpagination{
  z-index: 1;
}
.arrow-link .bi-chevron-right::before,
.blogpagination .bi-chevron-right::before,
.blogpagination .bi-chevron-left::before{
  font-size: 18px;
  font-weight: bold!important;
}
.arrow-link:hover {
   background-color: #6f42c1;
   color: #fff;
}
.blogdate{
  white-space: nowrap;
  text-align: right;
  color: #00A4B4;
}
.blogpagination .page-item {
  margin: 0 5px;
}
.blogpagination .page-link {
  color: #6c757d;
  padding: 5px 14px;
}
.blogpagination .page-item:first-child .page-link,
.blogpagination .page-item:last-child .page-link{
  padding: 5px 9px;
}
.blogpagination .page-item.active .page-link,
.blogpagination .page-item .page-link:hover {
  background-color: #0dcaf0;
  color: #fff;
  border-color: #06adce;
}

.blog-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.blogdeatils-meta{
  font-weight: 500;
}
.blogdeatils-meta span {
  font-size: 13px;
  color: #666;
}
.blogdeatils-meta span.bg-primary{
  background: #4DB9F9!important;
  font-weight: 400!important;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 20px;
}
.profileName,.viewedcount{
  padding-right: 15px;
  border-right: #929292 1px solid;
  min-height: 23px;
}
.viewedcount{
 padding-top: 2px;
 padding-bottom: 2px;
}
.popular-post p {
  font-size: 13px;
  line-height: 18px;
}
.popular-post h5{
  font-size: 15px;
  line-height: 16px;
}
.search-box {
  background-color: #f5f5f5;
  padding: 8px 12px;
  border-radius: 6px;
  position: relative;
}
.blogsearch-input {
  border: none;
  background: transparent;
  width: 100%;
  padding-right: 30px; /* prevent text under the icon */
  font-size: 15px;
}
.blogsearch-input::placeholder {
  font-size: 14px;
}
.blogsearch-input:focus {
  outline: none;
  box-shadow: none;
  background-color: #f5f5f5;
}
.search-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 18px;
  pointer-events: none;
}
.blogsidebar ul li {
  font-size: 0.875rem;
  padding: 6px 0;
}
.blogsidebar h6{
  padding-bottom: 10px;
  border-bottom: #000 1px solid;
}
.blogsidebar input[type="checkbox"] {
  margin-right: 6px;
}
.popularDate{
  font-weight: 500;
  font-size: 12px;
}
.commentsarea .border{
  border-top: none!important;
  border-left: none!important;
}
.leavecomment-form a{
  text-decoration: none;
}
.comment-link{
  color: #000;
}
.leavecomment-form h5 .border-danger{
  border-bottom-width: 3px!important;
}
.tagslist a{
  text-decoration: none;
}
.blogdetails-share a{
  width: 32px;
  height: 32px;
}
.blogdetails-share {
    line-height: 30px;
  }
  .print-card{
    position: relative;
  }
  .print-card-des{
    position: absolute;
    left: 15px;
    width: 100%;
    bottom: 20px;
    color: #fff;
  }
  .print-card-des p{
    font-weight: 400;
    margin: 0 0 5px;
  }
  .print-card-des h2{
    font-size: 22px;
    margin: 0;
  }
  .print-card-des h2 span{
     display: inline-block;
     padding-right: 20px;
  }
.print-card-des h2 a {
  background: url('../img/icons/rightarrow.png') no-repeat;
  background-size: 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  transition: transform 0.2s ease;
  text-indent: -9999px;
  vertical-align: text-bottom;
}
.keyword-badge {
    border: 1px solid #ccc;
    border-radius: 0.5rem;
    padding: 0.3rem 0.75rem;
    margin-right: 0.5rem;
    font-size: 0.9rem;
    cursor: pointer;
    margin-bottom: 3px;
  }
  .related-keywords-container {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
  }
  .imageDetails-right .divider-bottom{
      border-bottom: #000 1px solid; 
  }
   .imageDetails-right .divider-bottom h5{
      font-size: 16px;
  }
   .subscriptionLink{
    font-size: 15px;
   }
  .subscriptionLink a{
    color: #000;
    font-weight: 600;
  }
  .imageinfo-table{
    font-size: 12px;
  }
 .imageinfo-table tbody, .imageinfo-table td, .imageinfo-table tfoot, .imageinfo-table th, .imageinfo-table thead, .imageinfo-table tr{
  border: none;
       background: none;
    }
  .imageinfo-table tbody,
  .imageinfo-table thead{
    border-bottom: #000 1px solid; 
  }  
  .cart-icon{
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: bottom;
  }
  .image-ctas button{
    background: #D9D9D9;
    border-radius: 4px;
    color: #000;
    font-weight: 600;
    border: none;
    font-size: 14px;
    padding: 5px 10px;
  }
    .image-ctas button.cloud-icon{
      padding: 0;
      line-height: 0;
      background: none;
    }
  .image-ctas button.cloud-icon span{
    background:#D9D9D9 url('../img/icons/cloud-icon.png') center no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: inline-block;
  }

  .icon-btn {
      background: #f8f9fa;
      border: 1px solid #ddd;
      border-radius: 0.5rem;
      padding: 2px 15px;
      margin-right: 8px;
      font-size: 14px;
    }
     .icon-btn i{
      font-size: 18px;
     }
   .cycle-icon{
    display: inline-block;
    background: url('../img/icons/cycle.png') center no-repeat;
    width: 24px;
    height: 24px;
    border-radius: 100%;
   } 
    .image-info {
      font-size: 0.9rem;
      line-height: 1.8;
    }
    .image-info {
      color: #080808;
    }
     .image-info  span{
      color: #474747;
     }
    .category-link a {
      text-decoration: underline;
      margin-right: 0.5rem;
      color: #474747;
    }
    .addimg-info{
       color: #474747;
    }
  .addimg-info strong{
     color: #080808;
     font-weight: 500;
  }
  .cursor-pointer{
    cursor: pointer;
  }
  .imageModal .modal-content{
    border-radius: 0;
  }
  .imageModal .modal-header{
    position: absolute;
    z-index: 99;
    width: 100%;
    top: 15px;
    right: 15px;
}
.imageModal .modal-header .btn-close{
  background: url('../img/icons/close.png') no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  padding: 0;
  opacity: 1;
}
.premium-ads .print-card-des{
  bottom: 30%;
  left: 105px;
  width: auto;
  font-size: 20px;
}
.premium-ads .print-card-des h3{
  font-size: 20px;
}
.premium-ads .print-card-des h3 a{
  background: #00C2F3;
  color: #000;
  border-radius: 20px;
  padding: 8px 20px;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
}
.freebies-shots-tag{
  border-bottom: none;
  border-top: 1px solid #000;
  padding-bottom: 0;
  padding-top: 20px;
}
.custom-border{
  border-color: #000!important;
}
.contact-wrapper{
  background: url('../img/contact-bg.png') top right no-repeat;
  backdrop-filter: blur(10px);
  background-size: 700px 583px;
  padding: 20px;
}
  .contact-wrapper .form-control,
  .contact-wrapper .form-select {
    border-radius: 0.5rem;
  }
  .bg-white-50 {
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 100%;

      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
  .btn-submit {
    background-color: #00b5b8;
    color: white;
    border-radius: 0.5rem;
  }
  .map-wrapper iframe {
    border: 0;
    width: 100%;
    height: 250px;
    border-radius: 0.5rem;
  }
   /* .signup-wrapper {
      min-height: 100vh;
    } */
    .signup-form {
      padding: 3rem;
    }
    .brand {
      color: #0d6efd;
      font-weight: 700;
    }
    .form-control:focus {
      box-shadow: none;
      border-color: #00A4B4;
    }
    .btn-submit {
      background-color: #00A4B4;
      color: white;
    }
    .btn-submit:hover {
      background-color: #02757f;
      color:#fff;
    }
    .signup-image img {
      height: 100%;
      width: 100%;
      border-radius: 6px;
    }
    .signup-form .top-50 {
    top: 51px !important;
}


  .login-container {
      max-width: 400px;
      margin: 40px auto;
      padding: 20px;
    }
    /* .btn-tab {
      border-radius: 30px;
      padding: 8px 25px;
      font-weight: 500;
      border: 2px solid #00a5ad;
    }

    .btn-tab.active {
      background-color: #00a5ad;
      color: white;
    } */
    .form-control {
      border-radius: 10px;
    }
    .btn-social {
      background-color: #f2f2f2;
      border-radius: 10px;
      padding: 10px;
    }
    .btn-social:hover {
      background-color: #ebebeb;
    }
    .btn-social i {
      margin-right: 8px;
    }
    .divider {
      display: flex;
      align-items: center;
      text-align: center;
      margin: 20px 0;
    }
    .divider::before,
    .divider::after {
      content: '';
      flex: 1;
      border-bottom: 1px solid #ddd;
    }
    .divider::before {
      margin-right: .25em;
    }
    .divider::after {
      margin-left: .25em;
    }
    .text-small {
      font-size: 0.9rem;
    }
    .form-fields label{
      padding-bottom: 0;
      margin-bottom: 5px;
    }
   .btn-social img{
    width: 20px;
    margin-right: 10px;
   }
   .mobileOnly{
    display: none;
   }