/** @format */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: #000000;
    font-family: "Manrope", sans-serif;
	line-height: 120%;
}

body {
	font-size: 16px;
	overflow-x: hidden;
}
		
img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
}

.breadcrumb-item {
    font-weight: 600;
    font-size: 12px;
}

.breadcrumb-item a {
    color: #000000;
    font-size: 12px;
}

.breadcrumb-item.active {
    color: #828282;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 0.2rem;
}

.hero_section {
    padding: 0.5rem 0 0;
}

.heading_wrapper {
    margin: 1rem 0;
}

.heading_wrapper img {
    margin: 0 0 2.5rem 0.5rem;
}

h1 {
    font-size: 48px;
    font-weight: 800;
    color: #0f6464;
    display: inline;
}

.sub_text {
    font-size: 34px;
    font-weight: bold;
    color: #0f6464;
}

.sub_text span {
    color: #27bdbe;
}

.new_top {
    display: flex;
    align-items: center;
    justify-content: unset;
    align-items: stretch;
    max-width: 75%;
    margin: 0 auto;
}

.new_top picture img {
    border-radius: 16px;
}

.srilanka-office {
    width: 148px;
    height: 141px;
    object-fit: cover;
    border-radius: 6px 0 0 6px;
}

.float_whatsapp,
.btns_row .quote_btn {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.heading_wrapper img {
    transition: transform 0.4s ease;
}

.green_text {
    font-weight: 700;
    color: #0F6464;
    max-width: 420px;
    margin: 2rem 0 0 auto;
}

.gray_section {
    background: #f5f5f5;
    border-radius: 16px;
    padding: 2rem 1.5rem 0 2rem;
    background-image: url("../images/new-top-symbol.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #D5CB2C;
}

.rate_row {
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 2rem;
    margin-top: 2rem;
}

.rate_wrapper {
    margin-top: 1.5rem;
}

.lable {
    font-weight: bold;
}

.rate {
    font-size: 24px;
    font-weight: bold;
}

.rate sub {
    font-size: 16px;
    bottom: -0.05em;
}

.more_deals {
    background-color: #ffffff;
    padding: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 0.5rem;
    font-weight: bold;
    color: #000000;
    border: 1px solid #d5cb2c;
}

.float_whatsapp {
    width: 150px;
    height: 116px;
    border-radius: 6px;
    background-color: #0f6464;
    position: relative;
}

.float_whatsapp::after {
    content: "";
    display: block;
    width: 37px;
    height: 38px;
    background-color: #0f6464;
    position: absolute;
    top: 99%;
    left: 50%;
    translate: -50%;
    clip-path: polygon(53% 81%, 0 0, 99% 0);
}

.float_whatsapp>* {
    display: block;
}

.float_whatsapp span {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    max-width: 105px;
    margin: 2.5rem auto 0;
}

.float_whatsapp img {
    position: absolute;
    left: 50%;
    translate: -50%;
    top: -39px;
}

.hor_striped_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
}

.hor_striped_table th,
.hor_striped_table td {
    border-bottom: 8px solid #ffffff;
    border-left: none;
    border-right: none;
    padding: 8px 12px;
    font-size: 14px;
}

.hor_striped_table.rates th,
.hor_striped_table.rates td {
    width: 10%;
}

.hor_striped_table tr:last-child td {
    border-bottom: 0;
}

.hor_striped_table thead th {
    background-color: #8ad4df;
    font-weight: 600;
}

.hor_striped_table tbody td {
    background-color: #f5f5f5;
    max-width: 280px;
}

.table_wrapper {
    overflow-x: auto;
    padding-bottom: 1rem;
}

.table_wrapper::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.table_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.table_wrapper::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 10px;
}

.hor_striped_table {
    min-width: 965px;
}

.office_card {
    border-radius: 6px;
    display: flex;
    align-items: unset;
    justify-content: unset;
}

.oc_content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.oc_right {
    background-color: #d9d9d9;
    border-radius: 0 6px 6px 0;
    padding: 0.5rem;
    display: flex;
    align-items: unset;
    justify-content: space-evenly;
    flex-direction: column;
}

.oc_right .location {
    text-align: center;
    font-size: 12px;
}

.ratings {
    font-size: 24px;
    font-weight: bold;
}

.raview_label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.reviews_count {
    font-size: 12px;
    font-weight: 600;
    color: #828282;
    margin-bottom: 0.2rem;
}

.office_location {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

.btns_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: fixed;
    right: 1rem;
    bottom: 2.5rem;
    z-index: 999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	transform: translateY(20px);
}

.btns_row.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.quote_btn {
    background: #27bdbe;
    border-radius: 6px;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 1rem;
    font-weight: bold;
    color: #000000;
    width: fit-content;
}

h2 {
    font-size: 34px;
    font-weight: bold;
    color: #0f6464;
}

main section {
    margin-top: 4rem;
}

main section:first-child {
    margin-top: 7rem;
}

.package_card {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
}

.package_card_content {
    background-color: #f5f5f5;
    padding: 0.8rem;
}

.package_card_content hr {
    opacity: 1;
    color: #d9d9d9;
    margin: 0.5rem 0;
}

.card_num {
    font-weight: 600;
}

.package_title {
    font-size: 22px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0.2rem;
}

.package_highlight {
    font-size: 15px;
    font-weight: bold;
    color: #828282;
}

.package_highlight span {
    color: #f89420;
}

.more_details {
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url("../images/package-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: 0.6rem;
    right: 0.6rem;
}

.custom_table {
    margin-top: 2rem;
}

.custom_table .custom_table_title {
    font-weight: 600;
}

.custom_table .custom_table_title::after {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background-image: url("../images/table-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 0.2rem;
}

.custom_table ul {
    margin: 0;
}

.custom_table ul li {
    margin-bottom: 0.3rem;
}

.custom_table ul li::marker {
    font-size: 14px;
}

.custom_table .row {
    border-bottom: 1px solid #d9d9d9;
    padding: 1.5rem 0;
}

.custom_table .row:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.custom_table .row:first-child {
    padding-top: 0;
}

.nav-tabs {
  margin-top: 2rem;
}

.nav-tabs>* {
  flex: 1 1 25%;
}

.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 0 6px 0 0;
  border-width: 1px 1px 1px 0;
}

.nav-tabs .nav-item:first-child .nav-link.active .gray_wrap {
  padding-left: 0;
}

.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 6px 0 0 0;
  border-width: 1px 0 1px 1px;
}

.nav-link {
  font-weight: 600;
  color: #000000;
  text-align: left;
  font-size: 14px;
  width: 100%;
  margin: 0.1rem;
  padding: 0 !important;
  overflow: hidden;
  padding: 0 0.1rem;
  position: relative;
}

.nav-link .gray_wrap {
  background-color: #f5f5f5;
  padding: 12px 10px;
  border-radius: 6px 6px 0 0;
	font-size:14px;
	font-weight: 600;
}

.nav-link br.mob {
  display: none;
}

.nav-link.active .gray_wrap {
  background-color: #ffffff;
  color: #27bdbe !important;
}

.nav-link.active .gray_wrap span {
  color: inherit;
}

.nav-link.active::after {
  background-image: url("../images/tab-act-arrow.svg");
}

.nav-link:hover .gray_wrap {
  color: #27bdbe !important;
}

.nav-link:hover .gray_wrap span {
  color: inherit;
}

.nav-link::after {
  content: "";
  display: block;
  width: 13px;
  height: 14px;
  background-image: url("../images/tab-def-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
}

.itinerary_title {
  display: none;
}

.tab-pane {
  padding: 1rem 0;
}

.day_list {
  margin: 0;
  padding: 0;
}

.day_list li {
  list-style-type: none;
  margin-bottom: 0.6rem;
}

.day_list li strong {
  font-weight: 600;
}

.gray_box {
    background-color: #f5f5f5;
    padding: 24px;
    border-radius: 6px;
    height: 100%;
}

.gray_box p {
    color: #0f6464;
    margin-bottom: 0;
}

.gray_box ol {
    margin: 1rem 0 0;
}

.gray_box ol li {
    color: #0f6464;
    margin-bottom: 0.8rem;
}

.gray_box ol li:last-child {
    margin-bottom: 0;
}

.top {
    height: 235px;
}

.top .visa_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.bottom {
    height: 254px;
}

.bottom .visa_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.gray_box_title {
    font-size: 16px;
    font-weight: 600;
    color: #0f6464;
    margin: 0.6rem 0 1.8rem;
}

.payment_card {
    padding: 1.5rem 2rem;
    border-radius: 6px;
    background-color: #8ad4df;
    display: flex;
    align-items: unset;
    justify-content: space-between;
    flex-direction: column;
    min-height: 200px;
    position: relative;
}

.payment_card::after {
    content: "";
    display: block;
    width: 147px;
    height: 127px;
    background-image: url("../images/lg-arrow.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0.5rem;
    bottom: 0;
}

.payment_card.yellow {
    background-color: #fff273;
}

.payment_card.orange {
    background-color: #fdc26b;
}

.payment_card p {
    margin-bottom: 0;
    color: #0f6464;
}

.payment_card p span {
    font-weight: 600;
    color: inherit;
}

.payment_title {
    font-size: 20px;
    font-weight: bold;
    color: #0f6464;
}

.accordion {
    max-width: 80%;
    margin: 2rem auto 0;
}

.accordion-item {
    margin-bottom: 1rem;
    border-radius: 6px !important;
    border: 1px solid #d9d9d9 !important;
}

.accordion-button {
    border-radius: 6px !important;
    padding: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
}

.accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #000000;
    border-radius: 6px 6px 0 0 !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("../images/minus.png");
    background-size: contain;
    background-position: center;
}

.accordion-button::after {
    width: 15px;
    height: 15px;
    background-image: url("../images/plus.png");
    background-size: contain;
}

.accordion-body {
    background-color: #f5f5f5;
    border-radius: 0 0 6px 6px !important;
    padding-top: 0;
}

.package_cards {
    display: flex;
    justify-content: unset;
    gap: 1rem;
    flex-wrap: wrap;
}

.package_cards>* {
    flex: 1 1 calc(25% - 1rem);
    max-width: calc(25% - 1rem);
    position: relative;
}

.package_cards hr {
    opacity: 1;
    color: #d9d9d9;
}

.p_card_img {
    border-radius: 6px 6px 0 0;
}

.p_card_content {
    background-color: #f5f5f5;
    padding: 0.8rem;
    border-radius: 0 0 6px 6px;
}

.p_card_title {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
}

.price_row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.price_type {
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 0.5rem;
    font-size: 14px;
    font-weight: bold;
}

.package_price {
    display: flex;
    align-items: flex-start;
    justify-content: unset;
    gap: 0.5rem;
}

.price_lable {
    font-size: 14px;
}

.price {
    font-size: 20px;
    font-weight: bold;
}

.tick_list {
    margin: 0;
    padding: 0;
}

.tick_list li {
    list-style-type: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: unset;
    gap: 0.2rem;
}

.tick_list li::before {
    content: "";
    display: block;
    width: 12px;
    height: 15px;
    background-image: url("../images/tick.png");
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}

.p_card_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.best_time {
    display: flex;
    align-items: flex-start;
    justify-content: unset;
}

.best_time_text {
    font-size: 14px;
}

.best_time_text span {
    font-weight: 600;
}

.number {
    background-color: #f5f5f5;
    border-radius: 6px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
}

.float_whatsapp {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.heading_wrapper img {
    transition: transform 0.4s ease;
    /* smooth movement */
}

.scrollTop{display:none !important;}

@media screen and (max-width: 1400px) {
	.price {
		font-size: 16px;
		font-weight: 600;
	}
	h1 {
		font-size: 40px;
	}

	.heading_wrapper img {
		margin-bottom: 1.5rem;
		max-width: 35px;
	}
}

@media screen and (max-width: 1200px) {
	.package_cards {
		overflow-x: auto;
		flex-wrap: nowrap;
	}

	.package_cards>* {
		flex: unset;
		max-width: unset;
		flex-shrink: 0;
		max-width: 80%;
	}
}

@media screen and (max-width: 992px) {
    .float_whatsapp:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .heading_wrapper:hover img {
        transform: translate(10px, -10px) rotate(5deg);
        /* move up-right and slightly rotate */
    }

    .new_top {
        flex-direction: column;
        max-width: 100%;
    }

    .gray_section {
        background-size: contain;
        padding: 1rem;
        border-radius: 0;
    }

    .new_top img {
        border-radius: 16px 16px 10px 10px;
    }

    .rate_wrapper {
        text-align: center;
        margin-top: 0.8rem;
    }

    .heading_wrapper {
        position: relative;
        margin-top: 0;
        max-width: 300px;
        margin: 0 auto;
    }

    .heading_wrapper img {
        margin: 0;
        max-width: 28px;
        position: absolute;
        right: 0;
        bottom: 30px;
    }

    .float_whatsapp {
        width: 96px;
        height: 78px;
    }

    .float_whatsapp span {
        font-size: 12px;
        max-width: 80px;
        margin-top: 1.8rem;
    }

    .float_whatsapp img {
        max-width: 50px;
        top: -25px;
    }

    .float_whatsapp::after {
        clip-path: polygon(51% 40%, 23% 0%, 72% 0);
    }

    .hero_section {
        height: auto;
    }

    .btns_row {
        align-items: flex-start;
		bottom: 1.2rem;
    }

    .p_card_img {
        width: 100%;
    }

    .p_card_title {
        font-size: 16px;
    }

    .price_type,
    .price_lable,
    .tick_list li,
    .best_time_text {
        font-size: 12px;
    }

    .price {
        font-size: 14px;
    }

    .more img {
        max-width: 40px;
    }

    .package_cards hr {
        margin: 0.6rem 0;
    }

    .best_time img {
        max-width: 32px;
    }

    .p_card_content {
        min-height: auto;
    }

    h1 {
        font-size: 28px;
        text-align: center;
        display: block;
    }

    .sub_text {
        font-size: 22px;
        font-weight: bold;
        text-align: center;
    }

    .sub_text span {
        display: inline-block;
    }

    .quote_btn {
        padding: 14px 18px;
    }

    .heading_section p {
        text-align: center;
    }

    .rate_row {
        margin-top: 1rem;
        justify-content: space-between;
        flex-direction: column;
        row-gap: 1rem;
    }

    .lable,
    .rate sub {
        font-size: 14px;
    }

    .rate {
        font-size: 20px;
    }

    .office_card {
        margin: 0 auto;
        justify-content: center;
    }

    .oc_right {
        padding: 0.5rem 1rem;
    }

    .whatsapp {
        max-width: 70px;
    }

    main section {
        margin-top: 2.5rem;
    }

    main section:first-child {
        margin-top: 2.5rem;
    }

    h2 {
        font-size: 22px;
        margin-bottom: 1rem;
    }

    .package_card img {
        width: 100%;
    }

    .package_title {
        font-size: 20px;
    }

    .package_highlight {
        font-size: 16px;
    }

    .payment_card {
        padding: 0.8rem 1.2rem;
        min-height: 180px;
    }

    .payment_card::after {
        width: 127px;
        height: 111px;
    }

    .payment_title {
        font-size: 18px;
    }

    .nav-link {
        height: 100%;
        padding: 0.05px;
    }

    .nav-link .gray_wrap {
        height: 100%;
        padding: 5px;
    }

    .nav-link .gray_wrap span {
        display: none;
    }

    .nav-link br.mob {
        display: block;
    }

    .itinerary_title {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #27bdbe;
    }

    .day_list li {
        line-height: 150%;
    }

    .tab-pane {
        padding-bottom: 0;
    }

    .custom_table {
        margin-top: 1rem;
    }

    .custom_table .row {
        padding: 1rem 0;
    }

    .custom_table .row:last-child {
        border-bottom: 0;
    }

    .accordion {
        max-width: 100%;
    }

    .accordion-button,
    .accordion-body {
        font-size: 14px;
    }

    .accordion-button {
        gap: 1rem;
        align-items: flex-start;
    }
}

@media screen and (max-width: 380px) {
	.btns_row {
		left: 0.75rem;
		right: 0.75rem;
	}
	.quote_btn {
		padding: 10px 8px; 
		font-size: 12px;
	}
	.float_whatsapp {
		width: 90px;
		height: 65px;
	}
	.float_whatsapp img {
		max-width: 40px;
		top: -20px;
	}
	.float_whatsapp span {
		font-size: 10px;
		margin-top: 1.6rem;
	}
}

@media (min-width: 992px) {

    .float_whatsapp:hover,
    .btns_row .quote_btn:hover {
        transform: translateY(-5px) scale(1.05);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    }

    .heading_wrapper:hover img {
        transform: translate(10px, -10px) rotate(5deg);
        /* move up-right and slightly rotate */
    }

    .new_top {
        max-width: 68%;
    }
}

.btns_row {
    left: 1rem;
    align-items: flex-end;
}

@media (min-width: 992px) {
	.new_top {
		max-width: 960px; /* lg */
	}

	.gray_section {
		padding-bottom: 2rem;
	}

	.new_top picture img {
		width: 100%; height: 100%; 
		object-fit: cover;
	}
}

@media (min-width: 1200px) {
	.new_top {
		max-width: 1140px; /* xl */
	}
}

@media (min-width: 1400px) {
	.new_top {
		max-width: 1320px; /* xxl */
	}
}

/*# sourceMappingURL=style.css.map */