body,
html {
    background-color: #FAF8F5;
    font-family: "Roboto", system-ui;
    line-height: 25px;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.section-title {
    padding: 10px 0;
}

p {
    margin-top: 5px;
}

:root {
    --bs-gutter-x: 1.5rem;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 95%;
    /* padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto; */
    margin: auto;
}

form {
    width: 100%;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

section {
    overflow-x: hidden;
    width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-inline-grid {
    display: inline-grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

h1,
h2,
h3,
h4,
h5 {
    padding: 0;
    margin: 0;
}

.img-responsive,
.img-fluid {
    width: 100%;
    height: auto;
}




h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    color: #333;
    font-weight: 700;
    line-height: normal
}

a {
    text-decoration: none;
    transition: all .2s ease 0s
}

a,
a:focus,
a:hover {
    color: #727272;
    text-decoration: none
}

p {
    margin-bottom: 0px
}

.row>* {
    padding-left: 15px;
    padding-right: 15px
}

li,
ul {
    margin: 0;
    padding: 0
}

@keyframes lds-roller {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.custom-ip {
    border: 1px solid #e1e1e1;
    padding: 4px 10px;
    outline: 0;
    box-sizing: border-box;
    width: 200px;
}

.custom-ip.first {
    border-radius: 4px 0 0 4px
}

.custom-btn {
    border-radius: 0 4px 4px 0;
    padding: 9px 30px;
    height: 45px;
    color: #fff
}

.middle-text {
    width: 200px;
    height: auto;
}

.no-padding {
    padding: 0
}

.section-padding {
    padding: 50px 0
}

.section-title {
    margin-bottom: 10px
}

.section-title h2 {
    margin-top: 0;
    position: relative;
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 0;
    color: #6168ff;
}

.section-title {
    position: relative
}

.btn-custom-long {
    margin-left: 10px;
}

.btn-primary {
    width: 100%;
    border-radius: 0px;
    background-color: #4db6ac !important;
}

.error-group {
    background-color: #ffebee;
    font-size: 12px;
    margin-top: 5px;
    color: red;
}

.mob-resize {
    width: 100% !important;
    height: 200px !important;
}

.req {
    color: red;
}

span.bg_title_text {
    line-height: 1;
    top: -10px;
    position: absolute;
    text-transform: uppercase;
    z-index: -1;
    font-weight: 900 !important;
    font-size: 73px;
    color: #efefef;
    left: 50%;
    transform: translateX(-50%);
    width: 100%
}

.section-title p {
    font-size: 27px;
    margin-bottom: 0;
    line-height: 38px;
    color: #333
}

.site-logo {
    width: 147px;
    height: auto;
    margin-top: 16px
}

.bg-faded {
    background-color: transparent;
    transition: all .5s ease 0s
}

.navbar-fixed {
    z-index: 999;
    position: fixed;
    opacity: .98;
    width: 100%;
    padding: 10px 0;
    top: 0;
    -webkit-animation: fadeInDown .8s;
    animation: fadeInDown .8s;
    border-radius: 0;
    background: #6168ff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .07)
}

#navigation {
    border-bottom: 1px solid rgb(247, 243, 243, .4);
    background-color: #fff
}

#navigation.navbar-fixed {
    padding-top: 8px;
    background-color: #fff;
    border-color: #fff
}

.header_right {
    display: flex;
    flex-basis: auto
}

#main-menu ul {
    list-style-type: none
}

#main-menu ul li {
    display: inline-block;
    margin-left: 40px;
    position: relative
}

#main-menu ul li a {
    color: #333;
    font-weight: 700;
    transition: .5s;
    font-size: 17px;
    padding: 24px 0 26px;
    display: block
}

#navigation.navbar-fixed #main-menu ul li a {
    color: #333;
    padding: 22px 0 22px
}

#main-menu ul li a:focus,
#main-menu ul li a:hover,
#navigation.navbar-fixed #main-menu ul li a:focus,
#navigation.navbar-fixed #main-menu ul li a:hover {
    color: #6168ff
}

#main-menu ul li>a:focus,
#main-menu ul li>a:hover {
    color: #6168ff
}

.slicknav_nav_icon {
    color: #6168ff;
    font-size: 24px
}

#mobile_menu {
    display: none
}

#navigation #main-menu ul li ul,
#navigation #main-menu ul li ul li ul {
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, .05);
    left: -55px;
    list-style: outside none none;
    margin: 0;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: left;
    top: 100%;
    transition: all .3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: 999;
    border-radius: 4px;
    border-top: 2px solid #6168ff
}

#navigation #main-menu ul li ul li {
    position: relative
}

#navigation #main-menu ul li ul li ul {
    top: 0;
    right: auto;
    left: 205px
}

#navigation.navbar-fixed #main-menu ul li li a {
    color: #333
}

#navigation #main-menu ul li ul li:hover>ul,
#navigation #main-menu ul li:hover ul {
    opacity: 1;
    visibility: visible
}

#navigation #main-menu ul li ul li {
    display: block;
    margin: 0;
    padding: 0
}

#navigation #main-menu ul li ul li a,
#navigation.navbar-fixed #main-menu ul li ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    padding: 5px 12px;
    position: relative;
    transition: all .3s ease 0s !important;
    visibility: inherit !important;
    opacity: inherit !important;
    text-transform: capitalize
}

#navigation #main-menu ul li ul li a:hover,
#navigation.navbar-fixed #main-menu ul li ul li a:focus,
#navigation.navbar-fixed #main-menu ul li ul li a:hover {
    color: #fff;
    background-color: #6168ff;
    text-decoration: none
}

/*bootstrap */

.accordion-button {
    background-color: #ffffff;
    color: #111B21;
    font-weight: 600;
    padding: 15px 20px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) {
    background-color: #f0f9ff;
    color: #0d6efd;
    border-bottom: 1px solid #d6e9ff;
}

.accordion-button:focus {
    box-shadow: none;
    border: none;
}

.accordion-item {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}

.accordion-body {
    color: #444;
    padding: 18px 20px;
    font-size: 15px;
    line-height: 1.6;
    background: #fbfbfb;
}

.accordion-button::after {
    filter: brightness(0.3);
    /* darker arrow */
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(1.2);
    /* lighter arrow when open */
}

.accordion-item {
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    margin-bottom: 12px;
    overflow: hidden;
    background: #fff;
}

.accordion-button {
    background-color: #ffffff;
    color: #111B21;
    padding: 18px 20px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: left;
}

.accordion-button:hover {
    background-color: #f7faff;
    color: #0d6efd;
}

.accordion-button:not(.collapsed) {
    background-color: #eaf3ff;
    color: #0d6efd;
    border-bottom: 1px solid #dce8ff;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button::after {
    filter: brightness(0.3);
    transition: transform 0.3s ease-in-out, filter 0.3s;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(1.3);
    transform: rotate(-180deg);
}

.accordion-body {
    background: #fbfbfb;
    padding: 20px;
    color: #444;
    line-height: 1.6;
    font-size: 15px;
}

.accordion-body ul {
    padding-left: 20px !important;
}

.accordion-body ul li {
    margin-bottom: 6px;
    /* optional */
}


.heading-text{
    color: #555;
    font-weight: 700;
    margin-right: 5px;
}

.faqs-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    color: #333;
    /* Dark gray for elegance */
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

/* Decorative underline / accent bar */
.faqs-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #25D366;
    /* WhatsApp green accent */
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}



/* ===== HERO CONTAINER ===== */
.hero-container {
    width: 100%;
    position: relative;
}

/* ===== HERO BANNER ===== */
.hero-banner {
    min-height: 83vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}

/* Dark overlay for text readability */
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/* ===== HERO CONTENT ===== */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
    padding: 20px 24px;
    color: #ffffff;
}

/* ===== HEADINGS ===== */
.hero-content h1 {
    font-size: 2.2rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 12px;
     color: #ffffff;
}

.hero-content h2 {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 16px;
    opacity: 0.95;
        color: #e6e6e6;
}

/* ===== VALUE TEXT ===== */
.hero-value {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 22px;
    max-width: 680px;
    opacity: 0.95;
      color: #dcdcdc;
}

/* ===== CTA BUTTON ===== */
.header-btn {
    display: inline-block;
    background: #f4b400; /* Google-style warm CTA */
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
    max-width: 100%;
}

.header-btn:hover {
    background: #e0a800;
    transform: translateY(-1px);
}

/* ===== TRUST TEXT ===== */
.hero-trust small {
    display: block;
    margin-top: 12px;
    font-size: 0.85rem;
    opacity: 0.9;
      color: #cfcfcf;
}


/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {

    .hero-banner {
        min-height: 47vh;
        padding: 20px 17px;
    }

    .hero-content {
        padding: 16px;
    }

    .hero-content h1 {
        font-size: 1.7rem;
    }

    .hero-content h2 {
        font-size: 1.05rem;
    }

    .hero-value {
        font-size: 0.95rem;
    }

    .header-btn {
        width: 100%;
        text-align: center;
         padding: 14px 0px;
    }
}


.hero-proof {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    background: #0b1c2d; /* deep navy */
    color: #eaf0f6;
    padding: 12px 20px;
    font-size: 0.9rem;
    text-align: center;
}

.hero-proof .proof-item {
    white-space: nowrap;
}

@media (max-width: 768px) {
    .hero-proof {
        font-size: 12px;
        gap: 10px;
    }
}



.hero-container {
    width: 100%;
}


.section-heading {

    position: relative;
    padding-bottom: 12px;
}

.section-heading::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #25D366; /* green accent for elegance */
    border-radius: 5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.widget-container {
    transition: all 0.3s ease;
    background-color: #fff;
}

.widget-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08); /* subtle shadow */
}

.widget-title {
    font-size: 20px;
    font-weight: 600;
    color: #111; /* dark neutral color instead of blue */
}


.bhutan-intro {
  background-color: #fff;
  padding: 60px 0;
}

.section-heading {
 font-size: 32px;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

.intro-text, .trust-note {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  max-width: 1100px;
  margin: 0 auto;
}



@media (max-width: 768px) {
  .highlights-inline {
    font-size: 14px;
    line-height: 1.5;
  }
}

@media (max-width: 768px) {
  .bhutan-intro {
    padding: 40px 0;
  }
  .section-heading {
    font-size: 28px;
  }
}


@media only screen and (max-width:767px) {
    .navbar-brand {
        padding-top: 20px
    }
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


/* ===== ACTION BOX CTA ===== */
.action-box {
    background: linear-gradient(135deg, #0b1c2d, #123c2b); /* navy → forest */
    padding: 48px 16px;
    margin: 60px 0;
}

.action-box .container {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

/* Headline text */
.action-box h4 {
    color: #f5f7fa;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 24px;
}

/* CTA Button */
.btn-custom {
    display: inline-block;
    background: #f4b400; /* CTA gold */
    color: #111;
    font-size: 16px;
    padding: 14px 34px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.25s ease;
}

.btn-custom:hover {
    background: #e0a800;
    transform: translateY(-1px);
}

/* Long button variant */
.btn-custom-long {
    min-width: 260px;
}

/* ===== MOBILE OPTIMIZATION ===== */
@media (max-width: 768px) {

    .action-box {
        padding: 36px 14px;
        margin: 40px 0;
    }

    .action-box h4 {
        font-size: 1.15rem;
        margin-bottom: 20px;
    }

    .btn-custom {
        width: 100%;
        padding: 14px;
        font-size: 1rem;
    }

    .btn-custom-long {
        min-width: auto;
    }
}


.btn-home-bg {
    background-color: #6168ff;
    border: 2px solid #6168ff;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    padding: 13px 30px;
    transition: all .3s ease 0s;
    font-weight: 700;
    text-transform: uppercase
}

.btn-home-bg:focus,
.btn-home-bg:hover {
    background: #333;
    border-color: #333;
    color: #fff;
    outline: 0
}

.service {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 35px 35px 20px;
    border-radius: 5px;
    transition: .5s;
    background-color: #f4f9ff
}

.service .icon {
    color: #6168ff;
    transition: all .3s ease 0s;
    margin-right: 20px;
    display: inline-block;
    line-height: 0
}

.service .icon i {
    font-size: 50px
}

.ser_text {
    overflow: hidden
}

.service h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.single_choose .material-icons {
    font-size: 60px;
    color: #6168ff
}

.single_choose h3 {
    font-size: 18px;
    margin-bottom: 15px
}

.mrb40 {
    margin-bottom: 40px
}

.choose_img {
    position: relative;
    margin-left: 30px;
    box-shadow: 18px 18px 26px 0 rgba(0, 1, 1, .2)
}

.choose_img .pbtn {
    background-color: #6168ff;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s
}

.choose_img .pbtn:focus,
.choose_img .pbtn:hover {
    background-color: #212a42;
    color: #fff
}

.choose_img .pbtn i {
    font-size: 45px;
    line-height: 80px
}

#special_package {
    padding-top: 0;
    padding-bottom: 0
}

.single_package {
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .03);
    border-radius: 4px;
    border: 1px solid #ebe6de;
    background-color: #fff;
}

.pack_image {
    position: relative;
    transition: .5s;
    overflow: hidden
}

.btn-custom-long {
    color: #333;
    background-color: transparent;
    padding: 8px 20px;
    border-radius: 0;
}

.pack_price {
    color: #fff;
    font-size: 16px;
    background-color: #ee6e73;
    display: block;
    z-index: 9;
    text-align: center;
    padding: 8px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .03);
    transition: .5s;
    width: 100%;
    border: 1px solid #ee6e73;
    margin-top: 10px;
}

.pack_price.whatsapp {
    background-color: #25D366;
    color: #111B21;
    margin-right: 20px;
    border: 1px solid #25D366;
}

.pack_price:hover {
    color: #d1d1d1;
}

.package-hover {
     line-height: 1.6;
}

/* Duration */
.duration {
  color: #1e3a8a; /* Deep Blue – trust & clarity */
  font-weight: 500;
}

/* Location */
.location {
  color: #2f855a; /* Nature Green – travel & landscape */
  font-weight: 500;
}

/* Inclusion */
.inclusion {
  color: #7c2d12; /* Earth Brown – reliability */
  font-weight: 500;
}

/* Ideal For */
.ideal {
  color: #92400e; /* Warm Gold/Brown – experience & comfort */
  font-style: italic;
}

.package-hover .tour-rating {
    color: #fec42d;
    margin-bottom: 9px
}

.single_package .package-hover {
    padding: 30px;
    position: relative
}

.single_package img {
    width: 100%;
    position: relative
}

.single_package h5 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700
}

.single_package .rating {
    margin-bottom: 3px
}

.single_package .pac-meta i {
    color: #333
}

.psingle-meta {
    margin-right: 5px;
}

.sketch-p {
    color: #4a148c;
    font-weight: bold;
}


h2.fw-bold {
    color: #1f2937;
    /* Dark slate */
    letter-spacing: 1.2px;
}

.lead {
    color: #4b5563;
    /* Medium gray */
}

p {
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.img-fluid {
    filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.img-fluid:hover {
    transform: scale(1.1);
}

.btn-primary {
    background-color: #2563eb;
    border: none;
    padding: 12px 28px;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-radius: 0.375rem;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #1d4ed8;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 576px) {
    p {
        font-size: 0.9rem;
    }

    h2.fw-bold {
        font-size: 1.75rem;
    }
}

.single-gallery {
    position: relative;
    overflow: hidden
}

.single-gallery:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(97, 104, 255, .8);
    transition: .5s;
    opacity: 0
}

.gallery_enlarge_icon {
    opacity: 0
}

.gallery_enlarge_icon {
    background-color: #fff;
    color: #333;
    width: 45px;
    height: 45px;
    line-height: 46px;
    position: absolute;
    right: 0;
    bottom: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 19px;
    transition: .5s
}

.gallery_enlarge_icon:focus,
.gallery_enlarge_icon:hover {
    background-color: #212a42;
    color: #fff
}

.single-gallery:hover h4 {
    opacity: 1;
    top: 50%;
    left: 50%
}

.portfolio-item-container {
    display: flex;
    flex-wrap: wrap
}

.portfolio-item {
    width: 33.33%
}

.portfolio-item img {
    width: 100%
}



.single-gallery:hover:before {
    opacity: .8
}

.single-gallery:hover .gallery_enlarge_icon {
    opacity: 1;
    right: 20px;
    bottom: 20px
}

.padding_0 {
    padding: 0
}

.single-deal {
    border: 1px solid #ebe6de;
    box-shadow: 0 0 20px rgba(0, 0, 0, .03);
    border-radius: 4px;
    overflow: hidden;
    text-align: left;
    margin-bottom: 50px
}


.tour-rating {
    color: #fec42d
}

.tour-rating {
    font-size: 13px
}

.single-deal h4 {
    margin-bottom: 7px;
    font-size: 20px;
    transition: .2s
}

.single-deal h4 {
    display: inline-block
}

.single-deal i {
    font-size: 15px
}


.contact_area {
    padding-bottom: 130px
}

.contact_area {
    position: relative;
    background-size: cover;
    z-index: 99
}

#contact-form {
    background-color: #f4f9ff;
    padding: 55px 40px;
    border-radius: 4px
}

.single-contact-info {
    overflow: hidden;
    padding: 48px 40px;
    position: relative;
    background-color: #f4f9ff;
    border-radius: 4px;
    margin-bottom: 30px;
    margin-right: 10px;
    text-align: center
}

.single-contact-info i {
    color: #fff;
    font-size: 25px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: #6168ff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 15px
}

.single-contact-info p {
    margin-bottom: 0
}

.contact .form-control {
    padding: 13px 23px;
    border-radius: 4px;
    background-color: #fff;
    border-color: #fff;
    border-width: 1px;
    margin-bottom: 30px
}

.contact .form-control:focus {
    border-color: #6168ff;
    box-shadow: none;
    outline: 0 none
}

.contact textarea {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    padding: 5px 15px;
    height: 200px
}

.contact textarea:focus {
    box-shadow: none;
    outline: 0 none
}

.btn-contact-bg {
    background-color: #6168ff;
    border: 2px solid #6168ff;
    color: #fff;
    font-size: 13px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    font-weight: 700;
    border-radius: 4px;
    display: inline-block
}

.btn-contact-bg:focus,
.btn-contact-bg:hover {
    background: #211e3b;
    border: 2px solid #211e3b !important;
    color: #fff;
    box-shadow: inherit
}


.cont_info i {
    margin-right: 20px;
    float: left
}

.cont_info span {
    display: block;
    overflow: hidden
}


.single_tour_details {
    padding-right: 20px
}

.tour_details {
    padding-bottom: 0
}

.tour_title {
    font-size: 22px;
    margin-bottom: 25px
}



.form-control {
    border-radius: 2px
}

.form-control:focus {
    border-color: #6168ff
}

.com-title {
    font-size: 17px
}

.single_service_details h2 {
    margin-bottom: 25px
}

.cslider {
    width: 70%;
    overflow: hidden;
    margin: auto;
}

.listnew {
    font-size: 18px;
}

.listnew p {
    line-height: 28px;
}

.listnew ul li {
    margin-left: 25px;
}

.listnew h5 {
    font-size: 30px;
}

.listnew h6 {
    font-size: 22px;
}

@media only screen and (max-width:1199px) {
    .footer-widget {
        margin-bottom: 30px
    }

    .why_choose .section-title {
        margin-top: 40px
    }
}

@media only screen and (max-width:1024px) {
    #main-menu ul li {
        margin-left: 30px
    }
}

@media only screen and (max-width:991px) {
    #main-menu ul li {
        margin-left: 9px
    }

    #main-menu ul li a {
        font-size: 15px
    }

    #navigation {
        padding: 10px 0 20px
    }

    .choose_img {
        margin-left: 0;
        margin-top: 40px
    }

    .footer-widget,
    .single-contact-info {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {

    .cslider {
        width: 100%;
        overflow: hidden;
        margin: auto;
    }

    .owl-item img {
        width: 100%;
    }

    #main-menu {
        display: none
    }

    #mobile_menu {
        display: block;
        width: 100%
    }

    .slicknav_nav {
        background-color: #211e3b
    }

    #navigation #mobile_menu li a {
        color: #fff;
        font-weight: 400;
    }

    #navigation #mobile_menu li li a {
        color: #222
    }

    #navigation #mobile_menu li i {
        display: none
    }

    #navigation ul,
    #navigation ul li ul {
        transition: 0
    }

    #navigation.navbar-fixed #mobile_menu li a {
        color: #fff
    }

    .slicknav_nav a {
        padding: 1px 0;
        transition: .5s
    }

    #navigation #mobile_menu li a:focus,
    #navigation #mobile_menu li a:hover {
        color: #6168ff
    }

    .slicknav_btn {
        top: 24px
    }

    .why_choose img {
        margin-bottom: 30px
    }

    .single_tour_details {
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:575px) {
    .slicknav_btn {
        margin: 0;
        text-decoration: none;
        position: absolute;
        top: 35px;
        right: 17px
    }
}


.logo-trip {
    height: 50px;
    padding: 8px
}

.box-title {
    padding: 7px 0 0 0;
    display: block
}



.btn-custom {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px
}

.modal-content {
    border-radius: 0
}

.error {
    font-size: 12px;
    color: #b71c1c;
}

input.error {
    border: 1px solid #b71c1c;
}

.qform label {
    display: flex;
}

.modal-header {
    background: #6168ff;
    color: #fff;
    padding: 7px 20px;
    border-radius: 0;
}

.small,
small {
    font-size: 15px;
}

.modal-title {
    color: #fff;
    font-weight: 400
}

.close.closemodal {
    border: 1px solid #e1e1e1;
    width: 41px;
    background: 0 0;
    color: #fff
}

.form-control:focus {
    box-shadow: none
}


.form-top-up {
    position: absolute;
    top: 100px;
    right: 10%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
}


@media only screen and (max-width:600px) {
    .hide-on-mob {
        display: none
    }

    span.bg_title_text {
        font-size: 35px
    }

    .footer {
        padding: 1px 0 40px;
        background-color: #00102a;
        color: #fff;
        clip-path: none
    }

    .site-logo {
        width: 146px;
        height: auto;
        justify-content: center;
        margin: auto
    }

    .single_choose {
        text-align: center
    }

    .btn-custom-long {
        margin-top: 15px;
    }

    .lr-two-box {
        padding-top: 20px;
    }

    .portfolio-item {
        width: 100%
    }

}

.st-footer-divider {
    display: flex;
    height: 10px;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.heading-h4 {
    font-size: 18px;
}


/*small container start from here*/

.styled-select select {
    background: transparent;
    width: 100%;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 0;
    height: 34px;
    position: relative;
}


.styled-select {
    width: 100%;
    height: 34px;
    overflow: visible;
    position: relative;
}

.styled-select .bi {
    position: absolute;
    right: 8px;
    top: 22%;
    z-index: 999;
}

.styled-select select::-ms-expand {
    display: none;
}



.small-container {
    width: 70%;
    margin: auto;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
}

.small-container .row-box {
    display: flex;
}

.small-container .row-box .right {
    width: 30%;
    background-color: #fff8e1;
    border-left: 1px solid #d1d1d1;
    box-sizing: border-box;
}

.small-container .row-box .left {
    width: 70%;
    background: #fff;
    padding: 20px;
}

.form-header {
    background: #e1e1e1;
    padding: 8px 20px;
}

.form-box {
    padding: 20px;
    background: #fff;
}


.col-form-label {
    font-size: 13px;
    color: #333;
    text-align: right;
}


textarea.form-control {
    height: 53px;
    font-size: 14px;
}

.hide-on-desktop {
    display: none;
}

.hide-on-mobile {
    display: flex;
}

.margin-minus {
    margin-top: -145px;
}

.line {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 2px;
    background: #d1d1d1;
}

.grey-text {
    color: #999;
}

.form-group {
    margin-bottom: 10px;
}

.btn.btn-primary {
    color: #fff;
    font-size: 18px;
    background-color: #ee6e73;
    display: block;
    z-index: 9;
    text-align: center;
    padding: 8px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, .03);
    transition: .5s;
    width: 100%;
    border: 1px solid #ee6e73;
    margin-top: 20px;
}

/* form Control*/

.col-form-label {
    font-size: 16px;
    padding: 7px 0;
    display: block;
}

.form-control {
    outline: none;
    display: block;
    width: 96%;
    padding: 6px 2%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}


/*--------------------------------------------------------------
  >>> Main Footer  
  ----------------------------------------------------------------*/

footer li {
    list-style: none;
}

.site-footer {
    background-color: #383838;
    padding-top: 80px;
}

.site-footer .top-footer {
    padding-bottom: 55px;
}

.site-footer .award-img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.site-footer .award-img a {
    width: 50%;
}

.site-footer .award-img a:first-child {
    margin-right: 10px;
}

.site-footer .buttom-footer {
    background-color: #404040;
    padding: 30px 0;
}

.site-footer .copy-right {
    color: #ffffff;
}

.site-footer .copy-right a {
    color: #ffffff;
}

.site-footer .copy-right a:hover {
    color: #2C75BA;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.site-footer .footer-menu ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.site-footer .footer-menu ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 14px;
    color: #B6B6B6;
}

.site-footer .footer-menu ul li:last-child:before {
    display: none;
}

.site-footer .footer-menu ul li a {
    color: #ffffff;
    font-size: 15px;
}

.site-footer .footer-menu ul li a:hover,
.site-footer .footer-menu ul li a:focus {
    color: #2C75BA;
}

@media screen and (max-width: 575px) {
    .site-footer {
        padding-top: 50px;
    }

    .site-footer .top-footer {
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 767px) {
    .site-footer .footer-menu {
        text-align: center;
        margin-bottom: 15px;
    }

    .site-footer .footer-logo {
        margin-bottom: 15px;
    }

    .site-footer .copy-right {
        text-align: center !important;
    }
}

.footer-primary .widget {
    color: #e0e0e0;
}

.footer-primary .widget .widget-title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.footer-primary .widget .widget-title:before {
    background-color: #0791BE;
    content: "";
    height: 18px;
    width: 3px;
    margin-right: 10px;
}

.footer-primary .widget ul li a {
    color: #ffffff;
}

.footer-primary .widget ul li a:hover,
.footer-primary .widget ul li a:focus,
.footer-primary .widget ul li a:active {
    color: #2C75BA;
}

@media screen and (max-width: 991px) {
    .footer-primary .widget {
        margin-bottom: 30px;
    }
}


.sidebar .widget {
    margin-bottom: 50px;
}

.sidebar .widget .widget-title {
    border: 1px solid #0791BE;
    color: #0791BE;
    display: table;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}


.logo {
    padding: 10px 0;
    height: 70px;
    width: 90px;
}

.mnav a {
    display: block;
    padding: 5px 10px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

.map-marker {
    height: 20px;
    width: 20px;
}

.heading-box {
    margin-bottom: 20px;
}

.heading-box .h-small-text {
    text-align: center;
    display: block;
    margin: auto;
}

.heading-h2 {
    text-align: center;
    margin-bottom: 5px;
}

.heading-h2 span {
    color: #e53935;
}

.departure-info {
    padding: 10px 0;
}

.departure-info {
    padding: 10px 0;
    border-bottom: 2px solid #f1f1f1;
    box-sizing: border-box;
}

.advertise-duration {
    font-size: 12px;
    color: #888;
}

.logo-header {
    max-width: 100%;
    height: auto;
    padding-top: 2px;
}


.price {
    text-align: right;
}

.additional-field-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.booknow {
    padding: 5px 0 10px 0;
}

.footer-fixed {
    bottom: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    position: fixed;
}


.footer-fixed .d-flex {
    display: flex !important;
}

.footer-btn {
    padding: 10px;
    display: flex;
    background: #81c784;
    color: #fff;
    font-size: 20px !important;
    font-weight: bold;
}

.footer-btn img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.w-50 {
    width: 50%;
}

.footer-btn.deal {
    background: #ffb74d;
    width: 100%;
}

.rlr-product-card__anchor {
    display: inline-block;
    font-size: 15px;
    letter-spacing: .02em;
    text-align: center;
    transition: .5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px;
    border-radius: 50em;
    margin-bottom: 0.5rem;
    text-decoration: none !important;
    cursor: pointer;
    background-image: linear-gradient(90deg, #52a0fd 0, #00e2fa 51%, #52a0fd);
    transform: scale(.88);
    text-decoration: none;
}


.close.closemodal {
    border: 1px solid #e1e1e1;
    width: 41px;
    background: 0 0;
    color: #fff;
}

.modal-header {
    background: #ee6e73;
    color: #fff;
    padding: 7px 20px;
    border-radius: 0;
}

.small-label {
    font-size: 13px;
}

.small,
small {
    font-size: 11px;
    font-weight: normal;
}

.widget-container p {
    line-height: 24px;
}

.intro-box {
    width: 70%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 30px;
}

.widget_text {
    font-size: 14px;
    line-height: 20px;
}

.text-center {
    text-align: center;
}

.section-title {
    margin-bottom: 10px;
    font-weight: bold;
}

/* tripadvisor*/

.e-con-inner {
    padding: 30px;
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 15px;
}

.logo-rating {

    display: flex;
}

.logo-rating .rating-icon {
    font-size: 18px;
    padding: 3px 10px;
    color: #333;
    display: contents;
    margin-left: 20px;
}

.logo-rating .rating-icon img {
    margin-left: 10px;
    height: 24px;
    width: 110px;
    margin-right: 6px;
    margin-top: 4px;
}

.tripadvisor-button {
    background-color: #00AA6C;
    color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    line-height: 1;
    font-size: 15px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    padding: 10px 20px;
}

.tripadv-inner {
    background-color: #fff;
    padding: 30px;
}


.tripadv-inner .ta-head {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}

.tripadv-inner .ta-head .rating-icon {
    padding: 4px 0;
}

.tripadv-inner .ta-head .rating-icon img {
    width: 85px;
}


.ta-body {
    margin-bottom: 20px;
    font-size: 14px;
    height: 170px;
    overflow: hidden;
}

.ta-body p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #0a0a0a;
}


.ta-footer .profile-icon {
    display: inline-block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    margin-right: 10px;
    border-radius: 50%;
}

.ta-footer {
    display: flex;
}

.ta-footer .profile-icon img {
    width: 100%;
}


.ta-footer .profile-detail .pprofile-name {
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
    font-size: 14px;
}

.ta-footer .profile-detail .pprofile-date {
    font-size: 12px;
    color: #888;
}


.bg-grey {
    background-color: #e1e1e1;
}

p {
    margin-bottom: 0;
}


.btn-group-box {
    position: absolute;
    bottom: 0;
}


.btn-container {
    display: flex;
    justify-content: space-between;
}

.rlr-navigation__menu--main-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.package-heading {
    margin-bottom: 15px;
}



@media (min-width:992px) {
    .rlr-navigation__menu--main-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
}


.bg-maroon {
  background: #ffffff;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.14),
    0 1px 3px rgba(0, 0, 0, 0.10);
    height: 60px;
}


.action {
    display: flex;
    justify-content: flex-end;
}

#tour {
    margin-top: 20px;
}

.rlr-product-card__footer {
    font-size: 13px;
    margin-bottom: 15px;
}

.trip-book-btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 10px 30px;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    background: #ee6e73;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    text-decoration: none;
}

.trip-book-btn:hover,
.trip-book-btn:focus {
    background: #f7595e;
    color: #333;
    text-decoration: none;
}

.trip-book-btn:active {
    background: #f7595e;
}

.listnew h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #ff1d58;
}

a,
a:hover {
    text-transform: none;
    text-decoration: none;
}

.navigation-menu li {
    display: inline-block;
}

.navigation-menu a {
    color: #fff;
    padding: 12px 20px;
    display: block;
    letter-spacing: 1px;
}

.m-right-container {
    padding: 13px 0;
}

.lr-two-box {
    padding-top: 40px;
    padding-bottom: 40px;
}

.form-padding {
    padding-top: 40px;
    padding-bottom: 40px;
}


@media (max-width: 480px) {
    .btn-container {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-container a {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
}

@media only screen and (max-width: 600px) {

    .traveldate {
        text-align: left;
        min-height: 25px;
    }

    body {
        line-height: 28px;
        font-size: 18px;
    }

    .ta-body {
        margin-bottom: 20px;
        font-size: 18px;
        height: auto;
    }

    .tripadv-inner {
        background-color: #fff;
        padding: 20px 20px;
        border-bottom: 2px solid #c1c1c1;
    }

    .ta-body p {
        margin-bottom: 20px;
        font-size: 16px;
        color: #222;
        line-height: 25px;
    }

    .bg-maroon {
        background-color: #fff;
        height: 55px;
    }

    .rating-icon {
        display: none !important
    }


    .form-top-up {
        display: none;
        position: relative;
        top: 100px;
        right: 10%;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px 20px;
    }


    .hide-on-mob {
        display: none;
    }

    span.bg_title_text {
        font-size: 35px;
    }

    .footer {
        padding: 1px 0 40px;
        background-color: #00102A;
        color: #fff;
        clip-path: none;
    }

    .site-logo {
        width: 146px;
        height: auto;
        /* margin-top: 16px; */
        justify-content: center;
        margin: auto;
    }

    .single_choose {
        text-align: center;
    }

    .btn-custom {
        border: 1px solid #fff;
        margin-left: 0;
        color: #fff;
        width: 100%;
        box-sizing: border-box;
    }

    .portfolio-item {
        width: 100%;
    }

    .pd-mobile {
        padding-bottom: 2px;
    }

    .small-container {
        width: 90%;
        margin: auto;
        border: 1px solid #d1d1d1;
        box-sizing: border-box;
    }


    .form-group {
        margin-bottom: 3px;
    }

    .right {
        display: none;
    }

    .left {
        width: 100% !important;
    }

    .left.py-5 {
        padding: 15px !important;
    }

    .form-padding {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .col-form-label {
        font-size: 13px;
        text-align: left;
        padding: 0;
    }

}



.tg-professional {
  padding: 30px 20px;
  background: #ffffff;
}

.tg-container {
  max-width: 1200px;
  margin: 0 auto;
}

.tg-header {
  text-align: center;
  margin-bottom: 30px;
}

.tg-header h2 {
  font-size: 34px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 14px;
  letter-spacing: 0.5px;
}

.tg-header p {
  font-size: 15px;
  color: #555;
  max-width: 650px;
  margin: 0 auto;
}

.tg-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 60px;
}

/* Clean Professional Block */
.tg-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #e6e6e6;
}

.tg-item h3 {
  font-size: 18px;
  font-weight: 600;
  color: #b38b3c; /* muted luxury gold */
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

.tg-item ul {
  margin: 0;
  padding-left: 18px;
}

.tg-item ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

/* Elegant Table */
.tg-item table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.tg-item th,
.tg-item td {
  text-align: left;
  padding: 12px 0;
  font-size: 14px;
  border-bottom: 1px solid #ececec;
}

.tg-item th {
  font-weight: 600;
  color: #1e1e1e;
}

@media (max-width: 768px) {
  .tg-header h2 {
    font-size: 24px;
  }

  .tg-grid {
    gap: 40px;
  }
}


/* SECTION */
.itinerary-section {
  padding: 40px 20px;
  background: #ffffff;
}

.itinerary-section .container {
  margin: 0 auto;
}

/* Main Title */
.itinerary-section h2 {
  font-size: 34px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}

/* Day Block */
.day-block {
  padding: 20px 0;
  border-bottom: 1px solid #e8e8e8;
}

/* Remove bottom border from last item */
.day-block:last-child {
  border-bottom: none;
}

/* Day Title */
.day-block h3 {
  font-size: 20px;
  font-weight: 600;
  color: #b38b3c; /* Muted luxury gold */
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}

/* Bullet List */
.day-block ul {
  margin: 0 0 15px 0;
  padding-left: 20px;
}

.day-block ul li {
  line-height: 1.8;
  color: #333;
  margin-bottom: 6px;
}

/* Overnight Text */
.day-block p {
  color: #555;
  margin-top: 10px;
}

.day-block p strong {
  font-weight: 600;
  color: #1e1e1e;
}

/* Option labels */
.day-block p strong + br {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .itinerary-section h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }

  .day-block {
    padding: 30px 0;
  }

  .day-block h3 {
    font-size: 18px;
  }

  .day-block ul li {
    font-size: 14px;
  }
}


/* Base Button Style */
.btn-clean-primary,
.btn-clean-outline {
    display: inline-block;
    padding: 12px 26px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #1e1e1e;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Primary Button */
.btn-clean-primary {
    background-color: #b38b3c;
    border: 1px solid #b38b3c;
    color: #ffffff;
}

.btn-clean-primary:hover {
    background-color: #9a762f;
    border-color: #9a762f;
}

/* Outline Button */
.btn-clean-outline {
    background-color: transparent;
    color: #1e1e1e;
}

.btn-clean-outline:hover {
    background-color: #1e1e1e;
    color: #ffffff;
}

/* Spacing Helper */
.btn-group {
    margin-top: 30px;
}

.btn-group a {
    margin-right: 12px;
}