.page {
    background: #fff
}

/* layout */
.page .container {
    max-width: 1048px;
    margin: 0 auto;
    padding: 0 20px
}

.breadcrumb ul {
    gap: 6px;
}

.breadcrumb ul a {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.breadcrumb ul li {
    font-size: 12px;
}

/* typography */
.title {
    font-size: 48px;
    text-align: center;
    color: #0f6b68;
    font-weight: 900
}

.section-title {
    font-size: 34px;
    margin: 0 0 14px;
    color: #0f6b68;
    font-weight: 900
}

.section-title.big {
    font-size: 28px;
    line-height: 1.2
}

.center {
    text-align: center
}

.sub-title {
    margin: 0 0 10px;
    color: #0f6b68;
    font-weight: 900
}

.small {
    font-size: 24px;
    color: #828282;
}

.muted {
    color: #777;
    font-size: 14px;
    line-height: 1.6;
    width: 59%;
    margin: 22px auto 0;
}

.red {
    color: #EE778D;
    font-weight: 400;
    font-size: 14px;
}

/* breadcrumb */
.breadcrumb {
    font-size: 12px;
    color: #333;
    margin: 18px 0 22px
}

.breadcrumb span {
    color: #777
}

/* links */
.inline-link {
    color: #1a73e8;
    font-weight: 800;
    text-decoration: none
}

.inline-link:hover {
    text-decoration: underline
}

/* buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 14px 26px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    transition: var(--transition);
}

.btn-primary {
    background: #33b6bb;
    color: #000;
    border: 1px solid var(--primary);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
    padding: 21px 36px;
    max-width: 220px;
}

.btn-outline {
    background: #fff;
    color: #000;
    border: 2px solid #d7ce34;
    box-shadow: 0 10px 22px rgba(0, 0, 0, .06)
}

.btn:hover {
    transform: translateY(-1px);
    filter: brightness(.98)
}

.btn.small {
    padding: 12px 22px
}

.btn.pill {
    border-radius: 999px;
    margin: 0 auto;
    padding: 12px 18px;
    display: block;
    width: max-content;
    color: #0B57D0;
    border: 1px solid #0B57D0;
    font-size: 16px;

}

/* HERO */

.lead {
    margin: 38px 0 56px;
    text-align: center;
    color: #0f6b68;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.8
}

.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 44px
}

.hero-buttons .btn-primary:nth-last-of-type(1) {
    background-color: transparent;
    border: 1px solid;
}

.video-box {
    height: 568px;
    background: #d9d9d9;
    border-radius: 6px;
    position: relative
}

.play-btn {
    width: 74px;
    height: 74px;
    border-radius: 999px;
    border: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .92);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 30px;
    top: 24px;
    width: 0;
    height: 0;
    border-left: 22px solid rgba(0, 0, 0, .35);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
}

.play-btn.small {
    width: 54px;
    height: 54px
}

.play-btn.small::after {
    left: 22px;
    top: 17px;
    border-left-width: 16px;
    border-top-width: 10px;
    border-bottom-width: 10px
}

/* DISCOVER */
.discover {
    padding: 160px 0
}

.discover-grid {
    display: grid;
    grid-template-columns: 1fr 1.35fr;
    gap: 28px;
    align-items: start;
    margin-bottom: 26px
}

.discover-copy p {
    margin: 0 0 12px;
    color: #111;
    font-size: 14px;
    line-height: 1.8
}

.discover-copy strong {
    font-weight: 900
}

.discover-images {
    display: grid;
    grid-template-columns: 1fr 1.55fr;
    gap: 18px;
    align-items: stretch
}

.img-card {
    border-radius: 12px;
    overflow: hidden;
    background: #fff
}

.img-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.overlay-card {
    position: relative
}

.overlay {
    position: absolute;
    left: 37px;
    bottom: 40px;
}

.overlay-mark {
    width: 125px !important;
    height: 135px !important;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .25))
}

.overlay-text {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.05;
    text-shadow: 0 12px 26px rgba(0, 0, 0, .35)
}

/* ABOUT */
.about {
    padding: 0 0 160px
}

.about-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 260px
}

.about-bg {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block
}

.about-content {
    position: absolute;
    inset: 0;
    padding: 44px 40px;
    display: grid;
    align-content: start;
    gap: 6px;
    /* background: linear-gradient(90deg, rgba(244, 251, 255, .92) 0%, rgba(244, 251, 255, .88) 52%, rgba(244, 251, 255, 0) 100%); */
    max-width: 606px;
}

.about-content p {
    margin: 0 0 12px;
    color: #111;
    font-size: 14px;
    line-height: 1.8
}

.about-content .btn-primary {
    width: max-content !important;
}

.tabs {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.tab-link:nth-of-type(1) {
    border-left: none !important;
    border-radius: 0 6px 0 0 !important;
}

.tab-link:nth-of-type(1) span {
    margin-left: 0 !important;
}

.tab-link.active {
    background-color: transparent;
    border: 1px solid #F5F5F5;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}

.tab-link.active span {
    background-color: transparent;
    border-left: none;
    border-bottom: none;
    color: #27BDBE;
    font-weight: 600;
}

.tab-link {
    border-radius: 6px 6px 0 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;

}

.tab-link span {
    display: block;
    background-color: #F5F5F5;
    padding: 11px 13px 24px;
    border-radius: 6px 6px 0 0;
    margin: 0 5px;

}

.tab-link.active:nth-last-of-type(1) {
    border-right: none !important;
}

.tab-link:nth-last-of-type(1) span {
    margin-right: 0;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tab-content .row {
    display: grid;
    grid-template-columns: 660px 1fr;
    gap: 20px;
}

.tab-content h3 {
    margin-bottom: 20px;
}

.tab-content p {
    color: #000000;
    line-height: 160%;
    margin-bottom: 20px;
}

.tab-content .img-box {
    padding-top: 50px;
}
.tab-content .img-box img,
.gallery .img-row img{
  width: 100%;
}


.tab-content {
    margin-top: 60px;
}

/* GALLERY */
.gallery {
    padding: 160px 0 80px
}

.gallery h2 {
    margin-bottom: 50px;
}


/* REVIEW */
.review {
    padding: 80px 0 54px;
    background-color: #F5F5F5;
}

.review-card {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 68px 86px 72px;
    background: #fff
}

.review-small {
    font-size: 24px;
    font-weight: bold;
    color: #777;
}

.review-title {
    font-weight: bold;
    color: #0f6b68;
    font-size: 34px;
    margin: 30px 0 32px;
    line-height: 120%;
}

.review-quote {
    font-size: 20px;
    color: #222;
    line-height: 1.75;
    margin: 0 0 14px;
    font-weight: 700;
}

.reviewer img {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    object-fit: cover;
    margin: 67px auto 14px;
}

.reviewer-name {
    font-weight: bold;
    font-size: 14px;
    color: #828282;
}

.reviewer-meta {
    font-size: 11px;
    color: #777
}

/* stars */
.stars {
    color: #f5c400;
    letter-spacing: 4px;
    font-size: 20px;
    margin-bottom: 14px;
}

/* text */
.review-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #222;
}

/* user */
.review-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.review-avatar {
    width: 60px;
    height: 60px;
    margin: 67px auto 14px;
    border-radius: 999px;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
    margin-top: 8px;
}

.review-name {
    font-size: 14px;
    font-weight: 600;
    color: #828282;
}

/* controls row */
.review-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 52px 0 36px;
}

.nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    border: 1px solid #e6e6e6;
    background: #fff;
    cursor: pointer;
    font-size: 18px;
    color: #0f6b68;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* dots like screenshot (small) */
.dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 6px;
    height: 6px;
    border-radius: 999px;
    background: #d7d7d7;
    cursor: pointer;
}

.dot.active {
    background: #bdbdbd;
}

/* CTA */
.review-cta .btn {
    border: 1px solid #0B57D0;
    color: #0B57D0;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    width: max-content;
    font-size: 16px;
}



/* ICONS */
.icon-section {
    padding: 160px 0;
}

.icon-section .section-title {
    margin-bottom: 55px;
}

.icon-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 70px
}

.icon-card {
    text-align: center
}

.icon-card .icon-box img {
    margin: 0 auto;
}

.icon-title {
    margin: 24px 0;
    color: #0f6b68;
    font-weight: bold;
    font-size: 24px
}

.icon-card p {
    color: #222;
    font-size: 16px;
    line-height: 1.6;
}

/* DINE */
.dine {
    padding: 18px 0 48px
}

.dine-lead {
    max-width: 760px;
    margin: 0 auto 18px;
    color: #222;
    font-size: 12px;
    line-height: 1.75
}

.dine-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 110px;
    text-align: center;
}

.dine-card .content {
    background-color: #F5F5F5;
    padding: 10px 23px 20px;
    border-radius: 0 0 10px 10px;
}

.dine-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    display: block;
}

.dine-card h3 {
    margin: 0 0 6px;
    color: #000000;
    font-weight: bold;
    font-size: 24px;
    margin: 22px 0 27px;
}

.dine-card p {
    line-height: 1.4;
    color: #000000;
}

/* BANNER */
.banner {
    padding: 130px 0 160px
}

.banner-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.banner-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.banner-overlay {
    width: 100%;
    height: 100%;
    padding: 73px 77px 73px 75px;
    position: absolute;
    inset: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.banner-overlay .left-text {
    width: 50%;
}

.banner-overlay .right-text {
    width: 48%;
    text-align: right;
}


.banner-overlay .left-text p {
    margin-bottom: 20px;
    font-size: 15px;
    font-weight: 600;
	color: #fff;
}

.banner-mark {
    width: 125px;
    height: 135px;
    filter: drop-shadow(0 10px 22px rgba(0, 0, 0, .3));
    margin-left: auto;
}

.banner-text div {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 1.05;
    text-shadow: 0 14px 30px rgba(0, 0, 0, .45)
}

/* THINGS */
.things .section-title {
    margin: 30px 0 44px;
}

.things {
    padding: 6px 0 42px
}

.things-head {
    text-align: center;
    margin-bottom: 18px
}

.things-list {
    display: grid;
    gap: 16px
}

.thing-card {
    display: grid;
    grid-template-columns: 440px 1fr 230px;
    border: 1px solid #ededed;
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

.thing-media img {
    width: 100%;
    height: 100%;
    min-height: 160px;
    object-fit: cover;
    display: block
}

.thing-body {
    padding: 46px 15px 35px 20px;
    background: #F5F5F5;
}

.thing-body h3 {
    color: #000000;
    font-weight: bold;
    font-size: 24px
}

.thing-body strong,
.thing-body .star-rating {
    display: block;
    margin: 4px 0;
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.thing-body .star-rating {
    margin-bottom: 27px;
}

.thing-body p {
    margin: 0 0 10px;
    color: #222;
    font-size: 12px;
    line-height: 1.75
}

.meta-grid {
    display: grid;
    grid-template-columns: 50px 55px 1fr 1fr;
    gap: 10px;
    margin-top: 14px
}


.meta span {
    display: block;
    font-size: 12px;
    margin-top: 4px;
}

.meta small {
    display: block;
    font-size: 11px;
    color: #777
}

.thing-cta {
    padding: 46px 23px 35px;
    border-left: 1px solid #e1dfdf;
    gap: 10px;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #F5F5F5;
}

.thing-cta .btn.small {
    width: max-content;
    margin: 0 auto;
}

.price {
    font-weight: bold;
    font-size: 16px;
    color: #111
}

.price small {
    display: block;
    font-weight: 700;
    color: #666;
    margin-top: 2px
}

.things-bottom {
    margin: 70px 0 60px;
}

.note-box {
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 50px;
    align-items: center;
    background: #f8f8f8;
    border: 1px solid #efefef;
    border-radius: 10px;
    padding: 12px
}

.note-box .img-icon {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.note-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    background: #ffeaa7;
    position: relative
}

.note-icon::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid rgba(0, 0, 0, .45)
}

.note-box p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.65
}

/* PRICING */
.pricing {
    padding: 100px 0 160px
}

.pricing .section-title {
    margin-bottom: 74px;
}

.pricing-blocks {
    margin-top: 18px;
    display: grid;
    gap: 18px
}

.pricing-blocks .box {
    margin-bottom: 85px;
}

.pricing-blocks .box:nth-last-of-type(1) {
    margin-bottom: 0;
}

.pricing-blocks .price-box .package-box {
    width: 28%;
    margin: 0 auto;
}

.pricing-blocks .price-box {
    margin-bottom: 6px;
}

.pricing-blocks .price-box .open {
    color: #27BDBE;
    font-size: 14px;
    font-weight: 500;
}

.pricing-blocks .price-box h3 {
    margin-bottom: 0;
}

.pricing-blocks .price-box h4 {
    margin: 22px 0 46px;
    font-size: 20px;
    font-weight: bold;
    color: #828282;
    text-align: center;
}

.package-box {
    border: 1px solid #efefef;
    border-radius: 10px;
    background: #fff;
    padding: 22px 20px 24px;
}

.pricing-title {
    margin-bottom: 40px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    font-size: 24px
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 10px;
    width: 60%;
    margin: 10px auto 0;
}

.pricing-sub {
    font-weight: bold;
    color: #000000;
    font-size: 20px;
    margin-bottom: 22px
}

.pricing-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 16px;
    padding: 6px 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f2f2f2
}

.pricing-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.table-card {
    overflow: hidden;
}

.table-title {
    font-size: 20px;
    margin-bottom: 32px;
    font-weight: bold;
    text-align: center
}

.table-responsive {
    overflow-x: auto
}

.table-responsive table {
    width: 100%;
    border-collapse: collapse;
    max-width: 700px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 0 auto;
}

.table-responsive table th {
    background-color: #D9D9D9;
}

.table-responsive table th,
.table-responsive table td {
    font-size: 16px;
    padding: 16px;
    text-align: left
}

.table-responsive table td {
    border-bottom: 1px solid #ddd;
}

.table-responsive table tr:last-child td {
    border-bottom: none
}

.alert-box {
    margin: 68px auto 0;
    max-width: 860px;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    align-items: center;
    padding: 20px;
    background: #D9D9D9;
    border: 1px solid #efefef;
    border-radius: 10px
}

.alert-box .img-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 6px;
    width: 100px;
    height: 100px;
    display: grid;
    place-items: center;
}

.alert-box .muted {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-top: 0;
}

.alert-icon::after {
    content: "!";
    position: absolute;
    left: 11px;
    top: 4px;
    font-weight: bold;
    color: rgba(0, 0, 0, .55)
}

/* LINK LIST */
.link-section {
    background: #F5F5F5
}

.link-list {
    border-radius: 10px;
    overflow: hidden
}

.link-section .accordion {
    margin: 0;
}

.link-list .acc-item {
    background-color: transparent;
    border: none;
}

.link-list .acc-item:nth-last-of-type(1) {
    border-bottom: none;
}

.link-list .acc-item:nth-last-of-type(1) .acc-btn {
    border-bottom: none;
}

.link-list .acc-btn {
    width: 100%;
    padding: 50px 0;
	border: none;
    border-bottom: 1px solid #dadada;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 34px;
    color: #0f6b68;
    background: transparent !important;
	text-align: left;
}

.acc-content {
    display: none;
    padding: 20px 0;
}

.link-list .acc-item.open .acc-content {
    display: block;
    max-height: 100% !important;
}

.link-list .acc-plus {
    background-color: transparent;
    width: auto;
    height: auto;
    border-radius: unset;
    border: none;
}

.link-item span {
    line-height: 1.3;
}

.link-item:last-child {
    border-bottom: none;
}
.link-section .acc-content h3{
margin-bottom: 16px;

}
.link-section .acc-content p {
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.link-section .acc-content p:nth-last-of-type(1) {
    margin-bottom: 0;
}
.link-section .acc-content ul,
.link-section .acc-content ul li ol{
    padding-left: 30px;
}
.link-section .acc-content ul li{
        list-style: disc;
    margin-bottom: 8px;

}
.chev {
    width: 20px;
    height: 20px;
    position: relative
}

.chev::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    border-right: 2px solid var(--primary);
    border-top: 2px solid var(--primary);
    transform: rotate(45deg)
}

/* BLOGS */
.blogs {
    padding: 160px 0;
}

.sub-tittle {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 34px 0 55px;
    text-align: center;
}

.blog-dis {
    line-height: 1.3;
    color: #000000;
    text-align: center;
    margin-bottom: 43px;
}

.blog-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px
}

.blog-card {
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
    background: #F5F5F5;
    position: relative;
    text-align: center;
}

.blog-card img {
    width: 100%;
    object-fit: cover;
    display: block
}

.blog-card h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
}

.blog-meta {
    font-size: 16px;
    color: #000000;
    line-height: 1.5;
    margin: 20px 0;
}

.blog-meta a {
    color: #0B57D0;
}

.blog-card .content {
    background-color: #F5F5F5;
    padding: 37px 38px;
}

.blog-card .content img {
    width: auto;
    margin: 0 auto;
}

.blog-btn {
    margin-top: 78px;
}

/* faq-sec css */
.accordion-common {
    margin-top: 47px;
}

.accordion-common .at-tab {
    display: none;
    margin-top: 24px;

}

.accordion-common .at-item {
    margin-bottom: 20px;
    border: 1px solid #D9D9D9;
    padding: 30px;
    border-radius: 6px;
}

.accordion-common .at-item.active {
    background-color: #D9D9D9;

}

.accordion-common .at-title {
    cursor: pointer;
    position: relative;
    transition: all 0.5s ease-in-out;
    border-radius: 8px;
}

.accordion-common .at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 30px;
}

.accordion-common .at-title.active:after {
    content: "-";
}


.accordion-common .at-item:nth-last-of-type(1) .at-title {
    margin-bottom: 0;
}

.accordion-common .at-title .tittle-name {
    font-size: 16px;
    font-weight: 600;
}

.accordion-common .at-title .tittle-name span {
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    background-color: #27BDBE;
    border-radius: 6px;
    color: #ffffff;
    padding: 10px;
    margin-right: 10px;
}

.accordion-common .accordion-header {
    text-align: center;
    background-color: #222222;
    color: white;
    padding: 20px 0;
}

.accordion-common .at-tab h4 {
    font-size: 16px;
    margin-bottom: 10px;
}

.accordion-common .at-tab p {
    font-size: 15px;
    margin-bottom: 20px;
}

.accordion-common .at-tab p:nth-last-of-type(1) {
    margin-bottom: 0;
}

.faq .btn.pill {
    margin: 47px auto 72px;
}

/* SOCIAL */
.social {
    padding: 26px 0 50px
}

.social .section-title {
    margin-bottom: 48px;
}

.social .btn.pill {
    width: 162px;
    margin: 82px auto;
}

.social-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px
}

.social-card {
    border: 1px solid #efefef;
    border-radius: 10px;
    overflow: hidden;
    background: #fff
}

.social-media {
    height: 180px;
    background: #d9d9d9;
    position: relative
}

.social-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px
}

.social-user {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: bold;
    font-size: 12px
}

.social-user img {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    object-fit: cover
}

.social-icon {
    width: 26px;
    height: 26px
}

.overflow {
    width: 100%;
    overflow-x: auto;
}

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width:1140px) {
    .section-title {
        font-size: 24px;
    }

    .discover,
    .gallery,
    .banner,
    .blogs,
    .icon-section {
        padding: 60px 0;
    }

    .lead {
        font-size: 14px;
        margin: 20px 0;
    }

    .video-box {
        height: 400px;
    }

    .section-title.big br {
        display: none;
    }

    .discover-grid {
        gap: 14px;
    }

    .discover-grid .section-title.big {
        margin-bottom: 0;
    }

    .about {
        padding: 0 0 60px;
    }

    .dine-grid {
        gap: 20px;
    }

    .link-list .acc-btn {
        padding: 20px 0;
        font-size: 28px;
        text-align: left;
    }

    .pricing .section-title {
        margin-bottom: 40px;
    }

    .blog-btn {
        margin-top: 40px;
    }

    .tabs {
        width: 1100px;
    }

    .faq .btn.pill {
        margin: 40px 0;
    }

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

    .thing-body {
        padding: 24px 15px 24px 15px;
    }

    .thing-card {
        grid-template-columns: 1fr;
    }

    .thing-cta {
        flex-direction: row;
    }

    .icon-grid {
        gap: 20px;
    }

    .banner-text div {
        font-size: 49px;
    }

    .review-card {
        max-width: 740px;
        padding: 30px;
    }.tab-content .img-box img,
	.gallery .img-row img{
	  width:100%;
	}
		
}

@media (max-width:1024px) {

    .about-content {
        max-width: 88%
    }

    .tab-content .row {
        grid-template-columns: 560px 1fr;
    }


    .review {
        padding: 60px 40px;
    }

    .review-title {
        font-size: 30px;
    }

    .blog-card .content {
        padding: 24px 18px;
    }

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

    .icon-grid {
        gap: 20px;
    }

    .banner-text div {
        font-size: 30px;
    }

    .banner-mark {
        width: 80px !important;
        height: 90px !important;
        margin-top: 20px;
    }
}

@media (max-width:992px) {
    .title {
        font-size: 34px;
    }

    .dine {
        padding-bottom: 0;
    }

    .dine-card .content {
        padding: 10px 9px 16px;
    }

    .dine-card h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .dine-card p {
        font-size: 14px;
    }

    .overlay-mark {
        width: 80px !important;
        height: 90px !important;
    }

    .overlay-text {
        font-size: 28px;
    }

    .about-content {
        max-width: 100%;
    }

    .about-content .btn-primary {
        margin-top: 0;
    }

    .link-list .acc-btn {
        font-size: 24px;
    }

    .link-section .acc-content p {
        font-size: 16px;
    }

    .blog-grid {
        gap: 10px;
    }

    .blog-card h3 {
        font-size: 20px;
    }

    .blog-meta {
        font-size: 15px;
        margin: 10px 0;
    }

    .accordion-common .at-item {
        padding: 12px;
        margin-bottom: 14px;
    }

    .faq .btn.pill {
        margin: 40px auto;
    }
}

@media (max-width:850px) {
    .icon-card p {
        font-size: 14px;
    }

    .dine-card p {
        font-size: 13px;
    }

    .banner-overlay {
        padding: 47px 20px 38px 20px;
    }

    .banner-overlay .left-text {
        width: 62%;
    }

    .banner-overlay .right-text {
        width: 36%;
    }

    .things .section-title {
        margin: 16px 0 30px;
    }

    .thing-cta {
        padding: 0px 10px 20px;
    }

    .price {
        font-size: 14px;
        text-align: left;
    }

    .note-box p {
        font-size: 14px;
    }

    .pricing {
        padding: 40px 0;
    }

    .pricing-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pricing-grid {
        width: 80%;
    }

    .package-box {
        padding: 10px;
    }

    .pricing-sub {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pricing-blocks .box {
        margin-bottom: 12px;
    }

    .pricing-blocks .price-box .package-box {
        width: 40%;
    }

    .link-list .acc-btn {
        font-size: 20px;
    }

    .blogs .section-title {
        margin-bottom: 0;
    }

    .blogs .sub-tittle {
        margin: 10px 0 20px;
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .title {
        font-size: 30px
    }

    .video-box {
        height: 220px
    }

    .overlay-text {
        font-size: 30px
    }

    .banner-text {
        font-size: 22px
    }

    .tab-content .row {
        grid-template-columns: 1fr;
    }

    .table-responsive table {
        width: 643px;
        max-width: max-content;
    }

    .alert-box {
        max-width: 520px;
    }

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

    .icon-grid> :last-child {
        grid-column: 1 / -1;
    }

    .discover-grid {
        grid-template-columns: 1fr;
    }

    .overlay-mark {
        width: 40px !important;
        height: 45px !important;
    }

    .overlay-text {
        font-size: 24px;
    }

    .overlay {
        left: 16px;
        bottom: 16px;
    }

    .tab-content p {
        font-size: 15px;
    }

    .review {
        padding: 60px 30px;
    }

    .review-title {
        font-size: 26px;
        margin: 14px 0 20px;
    }

    .review-small {
        font-size: 20px;
    }

    .review-text {
        font-size: 16px;
    }

    .review-controls {
        margin: 20px 0;
    }

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

    .dine-grid> :last-child {
        grid-column: 1 / -1;
    }

    .dine-grid> :last-child img {
        height: 300px;
        object-fit: cover;
    }

    .banner-overlay {
        position: static;
    }

    .banner-text div {
        color: #000000;
        font-size: 24px;
    }

    .banner-overlay .left-text {
        width: 100%;
    }

    .banner-overlay .right-text {
        width: 100%;
    }

    .things-list {
        grid-template-columns: repeat(1, 1fr);
    }

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


@media (max-width:660px) {
    .social-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:580px) {
    .btn {
        padding: 10px 20px;
    }

    .lead br {
        display: none;
    }

    .discover-images {
        grid-template-columns: 1fr;
    }

    .things-bottom {
        margin: 30px 0;
    }

    .pricing-grid {
        width: 100%;
    }

}

@media (max-width:480px) {
    .pricing-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .pricing-blocks .price-box .package-box {
        width: 100%;
    }

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

    .blog-card h3 br {
        display: none;
    }

    .accordion-common .at-title .tittle-name {
        width: 90%;
    }

    .review {
        padding: 60px 0px;
    }

    .icon-grid,
    .dine-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .banner-text div {
        text-shadow: none;
    }

    .banner-mark {
        filter: none;
    }

    .banner-overlay {
        position: static;
        padding: 20px 0 0 0;
    }

    .small {
        font-size: 18px;
    }

    .meta-grid {
        grid-template-columns: 1fr 1fr;
    }

    .thing-cta {
        flex-direction: column;
    }

    .price {
        text-align: center;
    }

    .note-box,
    .alert-box {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .note-box .img-icon,
    .alert-box .img-box {
        margin: 0 auto;
    }

    .pricing .section-title br {
        display: none;
        line-height: 1.5;
    }

    .link-list .acc-btn {
        font-size: 18px;
    }
}