.css-carousel.single-pro-portfolio {
  position: relative;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0 12px;
}

.css-carousel.single-pro-portfolio::-webkit-scrollbar {
  display: none;
}

.css-carousel.single-pro-portfolio .css-carousel__item {
  flex: 0 0 calc(100% - 28px);
  width: calc(100% - 28px);
  height: 26vh;
  object-fit: cover;
  background-color: #f5f5f7;
  scroll-snap-align: start;
}

.css-carousel.single-pro-portfolio .css-carousel__item.is-portrait {
  object-fit: cover;
}

.css-carousel.single-pro-portfolio .css-carousel__indicator {
  position: sticky;
  top: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  margin-top: -10px;
  pointer-events: none;
  opacity: 0.6;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.css-carousel.single-pro-portfolio .css-carousel__indicator--left {
  left: 10px;
  margin-left: 10px;
  border-right: 14px solid rgba(0, 0, 0, 0.55);
}

.css-carousel.single-pro-portfolio .css-carousel__indicator--right {
  right: 10px;
  margin-right: 10px;
  border-left: 14px solid rgba(0, 0, 0, 0.55);
}

.apple-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.apple-card .card-body {
  padding: 1.1rem 1.25rem;
}

.apple-card .btn {
  border-radius: 999px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.apple-card .d-flex {
  display: flex;
}

.apple-card .flex-column {
  flex-direction: column;
}

.apple-card .flex-wrap {
  flex-wrap: wrap;
}

.apple-card .align-items-center {
  align-items: center;
}

.apple-card .justify-content-between {
  justify-content: space-between;
}

.apple-card .img-fluid {
  max-width: 100%;
  height: auto;
}

.apple-card .rounded-circle {
  border-radius: 50%;
}

.apple-card .small {
  font-size: 80%;
}

.apple-card .text-muted {
  color: #6c757d;
}

.apple-card .mt-1 {
  margin-top: 0.25rem;
}

.apple-card .mt-2 {
  margin-top: 0.5rem;
}

.apple-card .mt-3 {
  margin-top: 1rem;
}

.apple-card .m-0 {
  margin: 0;
}

.apple-card .p-1 {
  padding: 0.25rem;
}

.apple-card .p-3 {
  padding: 1rem;
}

.apple-card .pr-2 {
  padding-right: 0.5rem;
}

.apple-card .btn-primary {
  background: #111111;
  border-color: #111111;
}

.apple-card .btn-outline-primary {
  color: #111111;
  border-color: #111111;
}

.apple-card .btn-light {
  background: #f5f5f7;
  border-color: transparent;
  color: #111111;
}

.apple-card .apple-accent {
  color: #111111;
}

.apple-card .border {
  border-color: rgba(0, 0, 0, 0.08) !important;
}

.apple-card .shadow-sm {
  box-shadow: none !important;
}

.apple-card .apple-stats {
  gap: 6px 12px;
}

.apple-card .apple-stat {
  white-space: nowrap;
}

.apple-card .apple-stat__value {
  color: #111111;
  font-weight: 600;
}
/*


*/


@font-face {
  font-family: 'iranyekan-light';
  font-style: normal;
  font-weight: 300;
  src: url("/fonts/iranyekanweblight.eot");
  src: url("/fonts/iranyekanweblight.eot?#iefix") format("embedded-opentype"), url("/fonts/iranyekanweblight.woff2") format("woff2"), url("/fonts/iranyekanweblight.woff") format("woff"), url("/fonts/iranyekanweblight.ttf") format("truetype");
}

.features p {
  font-size: 80%;
  line-height: 1.5em;
  color: #5f5f5f;
}
.owl-nav{
  position: absolute;
  width: 100%;
  top: 22%;
}
.owl-nav .owl-prev{
  right: 5px;
  position: absolute;
}
.owl-nav .owl-next{
  position: absolute;
  left: 5px;
}
.owl-nav span{
  font-size: 60px;
}

.owl-theme .owl-nav .disabled{
  opacity: 0.1;
}


html , body , h1,h2,h3,h4,h5,h6,p{
  font-family: "iranyekan-light";
  direction: rtl;
}

.owl-theme .owl-nav [class*=owl-]:hover{
  background: none;
  color: #727272;
}

#how_works strong {
  display: block;
}

@media only screen and (max-width: 600px) {
  html , body ,h2,h3,h4,h5,h6,p , .lead{
    font-size: 95% !important;
  }
  h1 {
    font-size: 1.2em;
  }
  .btn {
    font-size: 80%;
  }
  .shoot-types p {
    margin-top: 1em;
  }
  .owl-theme .owl-nav {
    margin-top: -2em;
  }
  .owl-nav {
    top: -1em;
  }
  .owl-nav .owl-prev{
    right: 0px;
  }
  .owl-nav .owl-next{
    left: 0px;
  }
  .owl-nav span {
    font-size: 32px;
    color: #4186f5;
  }


/* .carousel-item img{
  height: 200px !important;
  object-fit: cover;
} */

#home-expertise figcaption {
  font-size: 0.8rem;
}

}

p{
  text-align: justify;
  direction: rtl;
}
.lead{
  text-align: justify;
}
.btn-group{
  direction: ltr;
}
.carousel-caption{
  font-size: 0.5rem !important;
  background: #ffffffb5;
  position: sticky;
  left: unset;
  right: unset;
  /* right: 0; */
  bottom: -20px;
  z-index: 10;
  padding-top: 4px;
  padding-bottom: 10px;
  color: gray;
  text-align: right;
  line-height: 0em;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label{
  padding-top: 34px !important;
  font-size: 1.1em !important;
}

.parent-link{
  position: absolute;
  left: 1em;
  top: 0em;
}


.move{
  position: relative;
  -webkit-animation-name: var(--type); /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 15s; /* Safari 4.0 - 8.0 */
  -webkit-animation-direction: alternate; /* Safari 4.0 - 8.0 */
  animation-name: var(--type);
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.radius {
  border-radius: 3%;
}

.one-radius {
  border-radius: 5px 5px 0 0;
}

.box-shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.fix-width{
  width: 100%;
}
.fix-height{
  height: 100%;
}

.btn-circle.btn-xl {
  font-size: 20px;
  line-height: 0.9em;
}

.number-text{
  font-size: 0.9em;
  color: #767575;
}

.gallery-frame-heart{
  animation: pulse 1s ease;
  animation-iteration-count: 4;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.col-6-padding{
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.terms h3,h4,h5{
  text-align: right;
  color: rgb(50, 158, 248);
}

.specialty:hover{
  box-shadow:0 8px 14px rgba(0,0,0,0.3);-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);
}
.specialty h5{
  color: gray;
}
.join_steps h3{
  text-align: right;
}

.kadro-hero-search {
  margin: 1.5rem 0 1rem;
}

.kadro-hero-search__form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.kadro-hero-search__field {
  position: relative;
}

.kadro-hero-search__input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #dbe4f3;
  background: #ffffff;
  padding: 0.9rem 2.75rem;
  text-align: right;
  direction: rtl;
  font-size: 14px;
  color: #1f2b3a;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.kadro-hero-search__input:focus {
  outline: none;
  border-color: #4086f5;
  box-shadow: 0 0 0 3px rgba(64, 134, 245, 0.2);
}

.kadro-hero-search__icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #4086f5;
  font-size: 16px;
}

.kadro-hero-search__reset {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 20px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.kadro-hero-search__input:placeholder-shown ~ .kadro-hero-search__reset {
  opacity: 0;
  pointer-events: none;
}

.kadro-hero-search__submit {
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
}

.kadro-hero-search__hint {
  margin: 0.5rem 0 0;
  color: #6b7280;
  font-size: 12px;
  text-align: right;
}

.kadro-how-video {
  padding: 1.25rem 0;
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
}

.kadro-how-video__card {
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12);
}

.kadro-how-video__card .plyr-container {
  width: 100%;
}

.kadro-how-video__eyebrow {
  display: inline-flex;
  padding: 0.2rem 0.75rem;
  border-radius: 999px;
  background: rgba(64, 134, 245, 0.12);
  color: #1d4ed8;
  font-size: 12px;
}

.kadro-how-video__text {
  color: #5b6474;
  font-size: 14px;
}

.kadro-hero-actions {
  margin-top: 1.25rem;
  text-align: right;
}

.kadro-hero-actions__buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
}

.kadro-hero-actions__phone {
  display: inline-flex;
  align-items: center;
  margin-top: 0.75rem;
  font-size: 12px;
  color: #6b7280;
  direction: ltr;
}

.kadro-hero-actions__phone:hover {
  color: #4086f5;
  text-decoration: none;
}

@media (max-width: 576px) {
  .kadro-hero-actions__buttons {
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
  }

  .kadro-hero-actions__btn {
    width: auto;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
  }
}

@media (min-width: 768px) {
  .kadro-hero-search__form {
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .kadro-hero-search__submit {
    height: 48px;
  }

  .kadro-hero-search__input {
    font-size: 15px;
  }

  .kadro-hero-actions__buttons {
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
  }

  .kadro-how-video {
    padding: 2rem 0;
  }
}
.photographer_income span{
  color: #515dff;
}
/* .dropdown-toggle::after {
  display: none;
} */
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.bg-dark-blue{
  background-color: #00133e !important;
}
.fill_imgs img{
  height: 120px;
  object-fit: cover;
  width: 100%;
}

.btn-outline-light-hover{
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.dropdown-menu{
  left: -8em;
}
.dropdown-item {
  line-height: 3em;
}
.header-lead{
  font-size: 22px;
}


.primary_color{
  color:  #4286F5 !important;
}

.secondary_color{
  color:  #5465FF !important;
}

.primarylight_color{
  color:  #33A1FD !important;
}

.on_primary_color{
  color:  #EFEFEF !important;
}
.on_secondary_color{
  color:  #24272B !important;
}
.background_color{
  color:  white !important;
}

.primary_color_bg{
  background-color:  #4286F5 !important;
}

.secondary_color_bg{
  background-color:  #5465FF !important;
}

.primarylight_color_bg{
  background-color:  #33A1FD !important;
}

.on_primary_color_bg{
  background-color:  #EFEFEF !important;
}
.on_secondary_color_bg{
  background-color:  #24272B !important;
}
.background_color_bg{
  background-color:  white !important;
}

.dropdown-toggle::before {
  margin: 0 !important;
}

.package_features .badge {
  text-align: right;
  white-space: unset;
  line-height: 1.4em;
  margin: 0.1em;
}

.cbp-l-grid-projects-title{
  text-align: right;
}
.cbp-l-grid-projects-desc{
  text-align: right;
}
.carousel-indicators li{
  background-color: black;
}

.carousel-indicators .active{
  background-color: blue;
}

.fdb-block .fdb-box{
  box-shadow: none !important;
}

.image-fit-cover {
  object-fit: cover;
}
.filter-columns {
  display: none; /* Hide filter-columnss by default */
}

/* Add a dark background color to the active_filter button */
.btn.active_filter {
  background-color: #7aaaf8;
  color: white;
}

.testimonial{
  height: 9rem;
  object-fit: cover;
}

.type-icon-testimonial {
  width: 5rem !important;
}

.brand-70 {
  height: 70px;
}

.service-icon {
  font-size: 30px;
  color: #4986f5;
}

h2, .h2 {
  font-size: 1.5rem !important;
}

h3, .h3 {
  font-size: 1.25rem !important;
}

.how-works {
  width: 7rem !important;
}

.fix-img-height {
  height: 17rem;
  object-fit: cover;
}
.strikethrough {
  position: relative;
  font-size: 2em
}
.coupon-info{
  font-size: 1.1em;
}
.strikethrough:before {
position: absolute;
  content: "";
  left: 0.2em;
  top: 0.7em;
  right: 0;
  border-top: 2px solid;
  border-color: black;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.zoom {
  transition: transform .4s; /* Animation */
}

.zoom:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/* 
.carousel-item img{
  height: 70vh !important;
  object-fit: cover;
  border-radius: 0px 0px 0px 1em;
} */

#home-expertise figcaption{
  width: 100%;
    overflow: visible;
    white-space: nowrap;
}
mark{
  background-color: #e7e7eb !important;
}

/* Remove letterbox / black bars from Plyr video */
.plyr video {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}

/* Ensure the container scales nicely */
.plyr__video-wrapper {
  background: transparent !important;
}

/* Optional: Remove Plyr’s default background */
.plyr {
  background: transparent !important;
}

/* top locations css */

.shoot-locations-grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.shoot-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.shoot-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.12);
}

.shoot-card__media {
  position: relative;
  height: 220px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
}

.shoot-card__media .carousel,
.shoot-card__media .carousel-inner,
.shoot-card__media .carousel-item {
  height: 100%;
}

.shoot-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shoot-card__media .carousel-control-prev,
.shoot-card__media .carousel-control-next {
  width: 44px;
}

.shoot-card__media .carousel-control-prev-icon,
.shoot-card__media .carousel-control-next-icon {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.shoot-card__tags {
  position: absolute;
  top: 14px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}

.shoot-card__body {
  padding: 18px 18px 16px;
}

.shoot-card__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.shoot-card__thumb {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  overflow: hidden;
  background: #f8f9fa;
  border: 1px solid #f1f3f5;
}

.shoot-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.shoot-card__prices {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-start;
}

.shoot-card__price {
  color: #007bff;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 1rem;
}

@media (max-width: 576px) {
  .shoot-card__media {
    height: 180px;
  }

  .shoot-card__thumb {
    width: 52px;
    height: 52px;
  }
}


/* last discounts partial styles */
.discounts-grid {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.discount-card {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.08);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.discount-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.12);
}

.discount-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.discount-card__avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f1f3f5;
  background: #f8f9fa;
}

.discount-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.discount-card__value {
  font-size: 1.6rem;
  font-weight: 700;
}

.discount-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.discount-pill {
  background: #f8f9fa;
  border: 1px solid #f1f3f5;
  border-radius: 12px;
  padding: 6px 10px;
  font-size: 0.9rem;
}

@media (max-width: 576px) {
  .discount-card__value {
    font-size: 1.4rem;
  }

  .discount-card__avatar {
    width: 56px;
    height: 56px;
  }
}
