@media screen and (min-width: 1200px) and (max-width: 1450px) {

	.main-image {
	  height: 741px;
	  flex: 0 0 73%;
	}

	.thmp-inner {
	  flex: 0 0 25%;
	  height: 606px;
	}

	.slider-container {
		column-gap: 15px;
	}

	.header-main {
	  grid-template-columns: 48% auto;
	}

	.selected-country10::after {
		right: 10px;
	}

	.selected-country10 {
		padding: 13px 15px 13px 10px;
	}

	.main-nav ul {
		column-gap: 40px;
	}



/*==*/
}


/*FOR-SMALL-DESKTOP-START*/
@media screen and (min-width: 992px) and (max-width: 1199px) {

  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .main-content-main {
    grid-template-columns: 230px auto;
    column-gap: 16px;
  }

  .header-main {
    grid-template-columns: 45% auto;
  }

  .main-nav ul {
    column-gap: 30px;
  }

  .header-left {
    column-gap: 40px;
  }

  .footer-main {
    column-gap: 40px;
  }

  .stories-item {
    width: 58px;
    height: 58px;
  }

  .stories-item img {
    width: 58px;
    height: 58px;
  }

  .patner-btm-wrap h2 {
    font-size: 30px;
  }

  .patner-title h2 {
    font-size: 24px;
  }

  .best-item-main {
    grid-template-columns: repeat(3,1fr);
  }

  .agency-grid {
    grid-template-columns: repeat(2, 1fr);
  }

/*=small-desktop=*/
}


/*FOR-TABLATE-START*/
@media screen and (min-width: 768px) and (max-width: 991px) {

.menu-btn {
  	display: block;
}

.main-nav {
	display: none;
}

.sidebar-menu {
	display: block;
}

.main-content-main {
	grid-template-columns: 100%;
}

.main-content-left100 {
	display: block !important;
	padding: 0;
}

.main-content-left100 .nearby-box,
.main-content-left100 .content-left-box {
	display: none;
}

.angels-layout {
	flex-direction: column;
	gap: 20px;
}

.angels-contact-card {
	flex: none;
	width: 100%;
}

.agency-grid {
    grid-template-columns: repeat(2, 1fr);
}

.agency-detail-layout {
    flex-direction: column;
    gap: 20px;
}
.agency-detail-layout .angels-contact-card {
    flex: none;
    width: 100%;
}

.contact-layout {
    grid-template-columns: 100%;
}
.contact-page {
    padding: 30px 0 40px;
}

/*=laptop=*/
}

/*FOR-MOBIL-START*/
@media screen and (max-width: 767px) {

.header-main {
	display: grid;
    grid-template-columns: 30% auto;
    align-items: center;
}

.menu-btn {
  	display: block;
}

.sidebar-menu {
	display: block;
}

.main-nav {
	display: none;
}

.mobil-header-wrap {
  display: block;
}

.header-right-flex {
	display: none;
}

.logo-item img {
  max-width: 42px;
}

.header-area {
	padding: 10px 0;
}

.popup-box10 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  transform: initial;
  background: #1B1F3D;
  max-width: initial;
  width: 100%;
  height: 100%;
  border-radius: 0;
  padding: 24px;
} 

@keyframes slideUp10 {
    from {
        opacity: 0;
        transform: initial;
    }

    to {
        opacity: 1;
        transform: initial;
    }
}

.search-icon {
	width: 10px;
	height: 10px;
	background: none;
}

.search-box {
  right: 0;
  left: initial;
  bottom: -60px;
}

.search-box input {
  padding: 10px 30px 10px 10px;
}

.search-box {
	width: 235px;
}

.search-submit button img {
  width: 16px;
}

.close-btn10 {
  top: 5px;
  right: 5px;
}

.language-item {
	margin-bottom: 20px;
}

.selected-country10 {
	padding: 10px 18px;
}

.container {
	padding: 0 12px;
}

.main-content-main {
	grid-template-columns: 100%;
	width: 100%;
}

.main-content-wrapper {
  	padding: 12px 0 20px 0;
}

.stories-item-wrap h2 {
	font-size: 18px;
}

.best-item-main {
	grid-template-columns: repeat(2,1fr);
	column-gap: 9px;
	row-gap: 9px;
	margin-top: 15px;
}

.best-item-cnt ul {
	column-gap: 4px;
}

.best-bord2 {
	font-size: 10px;
}

.best-bord {
	font-size: 10px;
	left: 12px;
	top: 11px;
}

.best-bord2 {
  top: 8px;
  left: -50px;
}

.best-item-cnt ul li {
	font-size: 8px;
}

.best-item-cnt ul li img {
	width: 6px;
}

.best-item-cnt h2 {
	font-size: 14px;
	margin-top: 2px;
}

.best-item-cnt {
	padding: 6px 7px;
}

.best-item-cnt p {
	font-size: 10px;
}

.pagination-wrap {
	margin-top: 26px;
}

.pagination-left h3 {
	font-size: 12px;
}

.pagination-right ul {
	column-gap: 12px;
}

.pagination-right ul li a {
  font-size: 14px;
}

.pagination-right ul li svg {
	width: 31px;
	height: auto;
}

.stories-flex {
	display: none;
	column-gap: 6px;
}

.filter-wrap {
	display: none;
}

.quick-filters {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	gap: 6px;
	padding-bottom: 4px;
	margin-top: 10px;
	scrollbar-width: none;
}

.quick-filters::-webkit-scrollbar {
	display: none;
}

.quick-filter {
	flex-shrink: 0;
	font-size: 11px;
	padding: 5px 8px;
	white-space: nowrap;
}

.patner-area {
  	padding: 38px 0;
}

.patner-title h2 {
	font-size: 25px;
}

.patner-main {
	grid-template-columns: repeat(4, 1fr);
	column-gap: 8px;
	row-gap: 8px;
	margin-top: 15px;
}

.patner-btm-wrap h2 {
	font-size: 25px;
}

.patner-btm-wrap {
	margin-top: 60px;
} 

.patner-btm-wrap h3 {
	font-size: 16px;
	margin-top: 12px;
}

.patner-btm-wrap p {
	font-size: 12px;
	margin-top: 10px;
} 

.patner-item img {
	border-radius: 8px;
}

.footer-left p {
	font-size: 13px;
	margin-top: 18px;
	line-height: 15px;
}

.footer-right > h4 {
	font-size: 15px;
}

.footer-lang-wrap1 ul {
	grid-template-columns: repeat(2, 1fr);
	column-gap: 8px;
	row-gap: 6px;
	margin-top: 11px;
}

.footer-lang-cnt {
	font-size: 12px;
}

.vm-box7 {
	column-gap: 20px;
	row-gap: 12px;
}

.vm-btn7 {
	font-size: 14px;
}

.footer-lang-wrap2 ul {
	column-gap: 20px;
	row-gap: 12px;
}

.footer-lang-img {
	width: 21px;
	height: 21px;
}

.footer-lang-img img {
  width: 12px;
}

.footer-main {
	grid-template-columns: 100%;
	row-gap: 20px;
}

.copyright-right ul li a {
	font-size: 12px;
}

.copyright-right ul li span {
  width: 2px;
  height: 20px;
}

.copyright-left p {
	font-size: 12px;
}

.footer-area {
	padding: 28px 0 14px 0;
	overflow: hidden;
}

.custom-lang-picker__selected {
	font-size: 10px;
	padding: 7px;
	border-radius: 6px;
}

.custom-lang-picker__option {
	font-size: 10px;
	padding: 6px 5px;
}

.footer-countri-wrap h3 {
	font-size: 15px;
}

.footer-logo img {
  max-width: 62px;
}

.custom-lang-picker__flag {
  width: 14px;
}

.custom-lang-picker__selected::after {
	right: 5px;
	background: url('../images/angle-top-m.svg') no-repeat;
	width: 7px;
	height: 5px;
}

.custom-lang-picker {
	margin-top: 12px;
	max-width: 90px;
}

.copyright-main {
	flex-direction: column;
	gap: 8px;
	margin-top: 20px;
	padding: 12px 0;
	text-align: center;
}

.copyright-right {
	order: -1;
}

.footer-lang-wrap1 ul li {
	column-gap: 5px;
}

.copyright-left {
	order: 2;
	text-align: center;
}

.copyright-right ul {
	justify-content: center;
}

.mobil-none {
	display: none;
}

.vm-box7 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 12px;
  }

  .vm-btn7 {
    order: 99;
    width: 100%;
  }

  .scrolltotop {
	  right: 20px;
	  bottom: 100px;
	}

  .main-content-left100:not(:has(.profile-nav)) {
  	display: none !important;
  }

  .main-content-left {
  	padding: 26px;
  }

  .mobil-filter-wrapper {
	  display: block;
	  margin-top: 12px;
	}

	.mobil-filter-dropdown {
		padding: 8px;
		background: #FFF;
		margin-top: 10px;
		display: grid;
		grid-template-columns: 100%;
		row-gap: 8px;
	}

	.mobil-filter-flex {
		display: flex;
		align-items: center;
		column-gap: 8px;
		width: 100%;
	}

	.mobil-filter-flex .filter-item {
		flex: 1;
		min-width: 0;
	}

	.mobil-filter-flex .filter-item .filter-dropdown {
		width: 100%;
	}

	.mobil-filter-flex .filter-item .filter-btn {
		width: 100%;
		justify-content: space-between;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.filter-btn {
		font-size: 11px;
		padding: 10px 10px;
	}

	.arrow img {
		width: 10px;
	}

	.filter-menu label {
		font-size: 12px;
	}

	.filter-menu input[type="checkbox"] {
		width: 20px;
		height: 20px;
	}

	.filter-menu {
		width: 190px;
	}

	.stories-item-wrap {
		display: none;
	}

	.stories-item {
		width: 46px;
		height: 46px;
		margin: 4px 0 4px 0;
	}

	.stories-item img {
		width: 46px;
		height: 46px;
	}

	.item-bord {
		width: 16px;
		height: 16px;
		font-size: 10px;
	}

	.stories-mobil-slider {
		padding-left: 0;
		padding: 0 12px;
		display: block;
	}

	.mobil-stori-title h2 {
		font-weight: 700;
		font-size: 15px;
		color: #000000;
		margin-bottom: 8px;
	}

	.thumbnial-area {
	  padding: 20px 0 29px 0;
	}

	/* Profile page: thumbnial/angels/information/review areas sit inside
	   .main-content-right which is already inside the outer .container.
	   Remove padding from their nested .container to avoid double gutters
	   that cut off content on narrow viewports (iPhone SE 375px). */
	.main-content-right .thumbnial-area .container,
	.main-content-right .angels-area .container,
	.main-content-right .information-area .container,
	.main-content-right .review-area .container {
		padding: 0;
	}

	.main-content-right {
		min-width: 0;
		overflow-x: hidden;
	}

.slider-container {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }

  .main-image {
    height: auto;
    aspect-ratio: 3 / 4;
    flex: none;
    order: 1;
    margin-bottom: 10px;
    border-radius: 18px;
    overflow: hidden;
  }

  .main-image img {
  	border-radius: 18px;
  }

  .main-image img.active {
    position: relative;
  }

  .thmp-inner {
    flex: none;
    height: auto;
    order: 2;
    display: grid;
    grid-template-columns: 8% auto 8%;
    column-gap: 7px;
    align-items: center;
  }

  .thumbnail-container {
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    height: auto;
    gap: 7px;
  }

  .thumbnail {
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .thumbnail:last-child {
    margin-right: 0;
  }

  .thumb-nav-button {
  	position: static;
  	width: auto;
  	height: 80px;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	background: none;
  	border: none;
  	padding: 0 2px;
  }

  .thumb-prev-button {
    margin: 0;
    background: none;
  }

  .thumb-next-button {
    margin: 0;
    background: none;
  }

  .image-counter {
    bottom: 5px;
    font-size: 12px;
    padding: 3px 8px;
  }

  .desk-none {
  	display: block;
  }

  .information-main {
  	grid-template-columns: 100%;
  	row-gap: 37px;
  }

  .information-img img {
	 max-width: 34px;
   } 

   .information-item-wrap ul li {
   	column-gap: 9px;
   	grid-template-columns: 34px auto;
   }

   .information-text h4 {
   		font-size: 12px;
   }

   .information-text h3 {
   		font-size: 16px;
   }

   .information-item-wrap ul {
   		row-gap: 20px;
   }

   .information-box-title h2 {
   		font-size: 18px;
   }

   .information-box-title {
   		padding: 22px;
   }

   .information-box2 {
	  margin-top: 15px;
	}

	.information-item-wrap {
		padding: 22px 22px;
	}

	.information-box2 ul {
		grid-template-columns: 100%;
	}

	.duration-item {
		font-size: 12px;
	}

	.duration-item {
		padding: 8px 0;
	}

	.duration-flex {
	  grid-template-columns: 43% 37% auto;
	}

	.duration-box-wrap {
		margin-top: 19px;
	}

	 .duration-item img {
	 	max-width: 8px;
	 }

	 .duration-box-wrap2 .duration-flex {
	  grid-template-columns: 52% 36% auto;
	}

	.duration-flex {
		padding: 0 12px;
	}

	.patner-btm-wrap2 {
	  margin-top: 0;
	}

	.reviews-text-btm h4 {
		font-size: 14px;
	}

	.reviews-text-btm h3 {
		font-size: 16px;
	}

	.Reviews-box-left ul li:nth-of-type(1) img {
	  width: 40px;
	  height: 40px;
	}

	.Reviews-box-left ul {
		grid-template-columns: 40px auto;
		column-gap: 10px;
	}

	.Reviews-box-left ul li:nth-of-type(2) h4 {
		font-size: 16px;
	}

	.Reviews-box-flex {
		grid-template-columns: 100%;
		row-gap: 20px;
	}

	.time-text h4 {
		font-size: 16px;
	}

	.reviews-text-btm {
	  margin-top: 15px;
	}

	.service-review {
	  margin-top: 15px;
	}

	.review-title {
		padding: 22px;
	}

	.Reviews-box-wrap {
		padding: 22px;
	}

	.Reviews-box-left ul li:nth-of-type(2) img {
	  max-width: 100px;
	}

	.review-title h2 {
		font-size: 18px;
	}

	.information-area {
	  padding-bottom: 40px;
	}

	.angels-left h2 {
		font-size: 25px;
	}

	.angels-left h4 {
		font-size: 12px;
	}

	.angels-left span {
		font-size: 12px;
		margin-top: 10px;
	}

	.angels-right button {
		font-size: 12px;
		padding: 10px 16px;
		border-radius: 10px;
	}

	.angels-pg p {
		font-size: 12px;
		line-height: 14px;
		margin-top: 18px;
	}

	.angels-area {
	  padding-bottom: 40px;
	}

	.duration-flex1 {
		padding: 0 12px;
	}

	.modal-input-flex {
		grid-template-columns: 100%;
		row-gap: 20px;
	}

	.modal-box-ad {
		border-radius: 10px;
	}

	.modal-title {
		padding: 20px;
	}

	.modal-input-wrap {
		padding: 20px;
	}
	 
	.modal-close-ad img {
	  max-width: 35px;
	}

	.modal-title h2 {
		font-size: 18px;
	}

	.modal-input h4 {
		font-size: 16px;
	}

	.modal-input-space {
		margin-top: 20px;
	}

	.modal-input input {
		padding: 14px 22px;
		font-size: 16px;
		border-radius: 10px;
	}

	.modal-input input::placeholder {
		font-size: 16px;
	}

	.modal-input textarea {
		font-size: 16px;
	}

	.modal-input textarea::placeholder {
		font-size: 16px;
	}

	.modal-submit button {
		font-size: 16px;
	}
	

	/* Profile page navigation - show on mobile above content */
	.main-content-left100:has(.profile-nav) {
		display: block !important;
		padding: 0;
	}

	.main-content-left100:has(.profile-nav) .nearby-box,
	.main-content-left100:has(.profile-nav) .content-left-box {
		display: none;
	}

	.profile-nav {
		padding: 8px 12px;
		margin-bottom: 10px;
		border-radius: 8px;
	}

	.profile-nav-back {
		font-size: 12px;
	}

	.profile-nav-arrow {
		width: 28px;
		height: 28px;
	}

	/* Angels layout - stack on mobile */
	.angels-layout {
		flex-direction: column;
		gap: 16px;
	}

	.angels-contact-card {
		flex: none;
		width: 100%;
		padding: 16px;
	}

	.angels-booking-btn {
		padding: 12px 0;
		font-size: 15px;
		border-radius: 10px;
	}

	.angels-contact-links a {
		padding: 9px 12px;
		gap: 10px;
	}

	.angels-contact-links a span {
		font-size: 13px;
	}

	.angels-card-actions {
		flex-direction: row;
		gap: 8px;
	}

	.angels-card-actions button {
		font-size: 11px;
		padding: 8px 12px;
	}

	/* Profile stories - use same styles as homepage */
	.angels-content .stories-item-wrap {
		display: block;
	}

	.angels-content .stories-flex {
		display: flex;
		overflow-x: auto;
		scrollbar-width: none;
		flex-wrap: nowrap;
	}

	.angels-content .stories-flex::-webkit-scrollbar {
		display: none;
	}

	/* Modal adjustments */
	.modal-box-ad {
		width: 95%;
		margin: auto;
	}

	.modal-dropzone {
		padding: 20px 14px;
	}

	.modal-dropzone p {
		font-size: 13px;
	}

.agency-grid {
    grid-template-columns: 100%;
}

.agency-page-title h1 {
    font-size: 22px;
}

.agency-card {
    padding: 16px;
}

.agency-card-info h3 {
    font-size: 14px;
}

.agency-card-stat strong {
    font-size: 16px;
}

.agency-detail-cover {
    height: 120px;
}
.agency-detail-header {
    padding: 0 16px 16px;
    margin-top: -30px;
    gap: 12px;
}
.agency-detail-logo {
    width: 60px;
    height: 60px;
    border-radius: 12px;
}
.agency-detail-logo img {
    width: 28px;
    height: 28px;
}
.agency-detail-info h1 {
    font-size: 18px;
}
.agency-detail-layout {
    flex-direction: column;
    gap: 16px;
}
.agency-detail-layout .angels-contact-card {
    flex: none;
    width: 100%;
}
.agency-detail-stat strong {
    font-size: 18px;
}
.agency-detail-section-title h2 {
    font-size: 18px;
}

.contact-layout {
    grid-template-columns: 100%;
}
.contact-page {
    padding: 20px 0 30px;
}
.contact-hero h1 {
    font-size: 24px;
}
.contact-hero {
    margin-bottom: 24px;
}
.contact-form-wrap,
.contact-info-wrap {
    padding: 20px;
}
.contact-form-wrap h2,
.contact-info-wrap h2 {
    font-size: 18px;
}

/*=mobil=*/
}

/* ── Schedule / Availability Responsive ── */
@media (max-width: 768px) {
  .mp-schedule-row {
    flex-wrap: wrap;
    gap: 8px;
    align-items: flex-start;
  }
  .mp-day-name {
    width: auto;
    min-width: 90px;
    flex: 0 0 auto;
  }
  .mp-schedule-times {
    flex: 0 0 100%;
    gap: 10px;
    flex-wrap: wrap;
  }
  .mp-time-select {
    width: 110px;
    min-width: 0;
  }
  .mp-schedule-closed-label {
    flex: 0 0 100%;
  }
  .mp-special-date-entry {
    border-radius: 10px;
    gap: 10px;
  }
  .mp-special-date-add {
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 10px;
  }
  .mp-date-input,
  .mp-note-input {
    flex: 1 1 auto;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .mp-schedule-row {
    flex-direction: column;
    gap: 8px;
    align-items: stretch;
  }
  .mp-day-name {
    width: 100%;
    min-width: 0;
  }
  .mp-schedule-times {
    flex: 0 0 100%;
    flex-direction: row;
    gap: 8px;
  }
  .mp-time-select {
    flex: 1 1 0;
    width: 100%;
    min-width: 0;
  }
  .mp-schedule-closed-label {
    width: 100%;
  }
  .mp-special-date-entry {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    border-radius: 10px;
  }
  .mp-special-date-add {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    border-radius: 10px;
  }
  .mp-date-input,
  .mp-note-input {
    width: 100%;
    box-sizing: border-box;
  }
  .mp-special-date-add button {
    width: 100%;
    border-radius: 10px;
  }
}




		
		         
