@font-face {
    font-family: Archivio;
    src: url(archivio.ttf);
}

/* NAV SECTION */

.nav-pos {
    background-color: #ffd166;
    color: #2d3142;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12000; 
}

.nav-pos:hover {
background-color: #ffd166;

}  

.img-logo {
    height: 30px;
}

.glass-navbar{
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-radius: 15px;
    border: 1px solid rgba(255,255,255,0.3);

    box-shadow: 0 8px 32px rgba(0,0,0,0.2);

    padding: 10px 25px;
}

/*MY HERO SECTION */

.my-font {
    font-family: Archivio;
}


.hero-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.hero-background {
    color: white;
    position: relative;
    height: 80vh; 
    min-height: 500px;
    overflow: hidden;
}

.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.hero-row {
    height: 100%;
    align-items: flex-start;   
    padding-top: 150px;        
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.28);
    z-index: 2;
}

.hero-content {
    position: relative;
    z-index: 3;
}

.hero-title {
    font-size: 110px;
    font-weight: 900;
    line-height: 0.95;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 760px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff7e6;
    margin-bottom: 20px;
}

/*MY HERO BUTTON SECTION */

.hero-btn {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: oblique;
    background-color:#ff6b35;
    color: #fff7e6;
    border: none;
    padding: 14px 34px;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 8px;
    text-transform: uppercase;

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.hero-btn:hover {
    background-color: #ffd166;
    color: #2d3142;

    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.4);
}

.coiny-regular {
  font-family: "Coiny", system-ui;
  font-weight: 400;
  font-style: oblique;
}

/* DOM SECTION */

.dom-back {
    background-color: #fff7e6;
    color: #2d3142;
}

.dom-tit {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
}

.dom-subtit {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 50px;
    font-weight: normal;
    line-height: 1.6;
   
    margin-bottom: 20px;
}

.dom-para {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
   
    margin-bottom: 20px;
}

.dom-extra {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
   
    margin-bottom: 0px;
}

.img-container {
    position: relative;
    min-height: 520px;
}

.img-back {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 200;

    width: 85%;
    height: 95%;
    object-fit: cover;
    border-radius: 12px;
}

.img-back:hover {
    z-index: 400;
}

.img-front {
    position: absolute;
    bottom: -30px;
    left: -15px;
    z-index: 300;
    border-radius: 12px;

    width: 40%;
    height: 40%;
    object-fit: cover;
}

/* BLOG SECTION */

.my-blog {
    background-color: #fff7e6;
    color: #2d3142;
}

.blog-pos {
    position: relative;
    min-height: 720px;
}

.guide-img-main {
    position: relative;   
    width: 78%;
    height: 620px;
    object-fit: cover;
    z-index: 200;
    border-radius: 15px;
}

.guide-img-main:hover {
    z-index: 400;
}

.guide-img-overlay:hover {
    z-index: 500;
}

.guide-img-overlay {
    position: absolute;
    width: 44%;
    height: 380px;
    object-fit: cover;
    right: 20px;
    bottom: -40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    z-index: 300;
    border-radius: 15px;
}

.guide-tit {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;  
}

.guide-subtit {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 50px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 20px;
}

.guide-para {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 20px;
}

.guide-list {
    font-size: 18px;
    line-height: 1.7;
    padding-left: 22px;
    max-width: 700px;
}

/* TRAVEL SECTION */

.travel-sec {
    background-color: #2d3142;
    color: #fff7e6;
}
.travel-tit {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 80px;
    font-weight: normal;
    line-height: 1.2;
}
.travel-subtit {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 40px;
    font-weight: normal;
    line-height: 1.6;
   
    margin-bottom: 20px;
}

.travel-para {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    max-width: 750px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6;
   
    margin-bottom: 20px;
}

.img-fit {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

/* MOTTO SECTION */

.motto-back{
    position: relative;
    background-color:#fff7e6;
    overflow: hidden;
}

.cit-text {
    font-size: 84px;
    font-weight: 900;
    line-height: 1;
    color: #2d3142;
}

.text-2 {
    margin-left: 30%;
    margin-right: 10px;
    width: 60%;
}

.text-3 {
    margin-left:0;
    margin-right: 10%;
    width: 100%;
}

.motto-wrap {
    min-height: 220px;
}

.motto-line {
    margin: 0;
    font-family: "Coiny", system-ui, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.motto-logo {
    width: 330px;
    position: absolute;
    top: -30px;
    right: 30px;
}

.line-safer {
    display: block;
    width: 60%;
    margin-left: 48%;
    padding-right: 10%;
    text-align: right;
    font-size: inherit;
    line-height: 1;
    white-space: normal;
}

.text-red {
    color: #ff6b35;
}

.text-back {
    background-color: #fff7e6;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .cit-text {
        font-size: 56px;
    }

    .motto-wrap {
        min-height: 170px;
    }

    .text-2 {
        width: 78%;
        margin-left: 18%;
    }

    .line-safer {
        position: static;
        display: block;
        margin-left: 18%;
        white-space: normal;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .cit-text {
        font-size: 72px;
    }

    .motto-wrap {
        min-height: 200px;
    }

    .text-2 {
        width: 68%;
        margin-left: 25%;
    }

    .line-safer {
        right: 10px;
        bottom: -22px;
    }
}

@media (min-width: 1200px) {
    .cit-text {
        font-size: 84px;
    }

    .motto-wrap {
        min-height: 230px;
    }
}


/* CONTACT SECTION */
.my-input {
    width: 100%;
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid #ffd166;
    color: grey;
    padding: 5px 3px;
    color-scheme: inherit;

    resize: none;
}

.gallery-kicker {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.gallery-title {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase;
    max-width: 1200px;
    margin-bottom: 20px;
}

.gallery-img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.gallery-img-small {
    height: 350px;
}

.gallery-img-medium {
    height: 350px;
}

.gallery-img-large {
    height: 470px;
}

/* CONTACT SECTION*/ 

.contact-back {
    background-color: #fff7e6;
    color: #2d3142;
}

.img-cnt {
    position: relative;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

/* PHOTOGRAPHY */

.img-cont {
    overflow: hidden;
    position: relative;
}

.chip{
    font-family: "Coiny", system-ui;
    font-size: 30px;
    font-weight: 100;
    border-radius: 12px;
    background-color: #fff7e6;
    color: #2d3142;
    text-align: center;
    padding: 5px 20px;

    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
}

.img-cont:hover .chip{
    bottom: 15px;
}

.shop-btn:hover {
 bottom: 20px;
 background-color: green;
 color: white;
 font-weight: 700;
}

/* SHOP SECTION */ 
.nav-pos-shop {
    
    color: #2d3142;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 12000; 
}

.nav-pos-shop:hover {
background-color: #c97a40;

}  

.shop-back {
    background-color: #fff7e6;
    color: #2d3142;
}

.card-tit {
    font-family: "Coiny", system-ui;
    font-style: oblique;
    font-size: 50px;
    font-weight: normal;
    line-height: 1.2;
    align-items: center;
    text-align: center;
    text-shadow: -2px -2px 4px #ffd166; 
}

.card-subtit {
    font-family: "Coiny", system-ui;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    align-items: center;
    text-align: center;
    text-shadow: -2px -2px 4px #ffd166; 
    letter-spacing: 25%;
    font-style: normal;
}

.card-one {
    background-color: #f5e6ca;
    color: #2d3142;
    border-radius: 5%;
    position: relative;
    bottom: 10px;
    left: -30px; 
    -webkit-box-shadow: -2px -2px 10px 4px #2d3142; 
    box-shadow: -2px -2px 10px 4px #2d3142;
}

.card-two {
    background-color: #f5e6ca;
    color: #2d3142;
    border-radius: 5%;
    position: relative;
    bottom: 10px;
    left: 20px;
   -webkit-box-shadow: -2px -2px 10px 4px #2d3142; 
    box-shadow: -2px -2px 10px 4px #2d3142;
}

.card-img {
   
    position: relative;
    bottom: -35px;
    left: 35px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%;
}

/* ABOUT SECTION */ 

.about-back {
    background-color: #2d3142;
    padding: 120px 0;

    display: flex;
    justify-content: center;   
    align-items: center;       
}

.about-card {
    background-color:#fff7e6;
    color: #2d3142;

    max-width: 700px;
    padding: 25px 30px;

    border-radius: 12px;

    font-size: 22px;
    line-height: 1.4;
    text-align: center;

    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.card-tit-shop {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    align-items: center;
    text-align: center;
    text-shadow: -2px -2px 4px #c97a40; 
    color: #4a3a2a;
}
.card-subtit-shop {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    align-items: center;
    text-align: center;
    text-shadow: -2px -2px 4px #c97a40; 
    letter-spacing: 25%;
    font-style: oblique;
    color: #4a3a2a;
}
.buy-back {
    background-color: #c97a40;
    padding: 120px 0;

    display: flex;
    justify-content: center;   
    align-items: center;       
}

.buy-card {
    font-family: "Coiny", system-ui;
    font-style: oblique;
    background-color:#f5e6ca;
    color: #4a3a2a;
    width: 450px;
    padding: 25px 30px;
    border-radius: 12px;
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.buy-btn {
    font-family: "Coiny", system-ui;
    background-color: #4a3a2a;
    border: 2px solid #4a3a2a;
    color: white;
    border-radius: 20px;
    padding: 7px 16px;
    letter-spacing: 0.7px;

    transition: all 0.3s ease-in-out;
}

.buy-btn:hover {
    background-color: #f5e6ca;
    color: #4a3a2a;
    transform: scale(1.2) rotate(360deg);
}

/* FOOTER SECTION */ 

.footer {
    background-color: #2d3142;
    color: #fff7e6;
}

.footer-logo {
    font-size: 28px;
    margin-bottom: 15px;
}

.footer-text {
    font-size: 16px;
    line-height: 1.6;
    max-width: 300px;
}

.footer-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 8px;
    font-size: 15px;
}

.footer-links a {
    color: #fff7e6;
    text-decoration: none;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #ff6b35;
}

.footer-social a {
    display: block;
    margin-bottom: 8px;
    color: #fff7e6;
    text-decoration: none;
}

.footer-social a:hover {
    color: #ff6b35;
}

.footer-bottom {
    font-size: 14px;
    opacity: 0.7;
}

/* EXTRA */ 
.red {
border: 5px solid red;
}

.green {
    border: 5px solid green;   
}

.blue {
   border: 5px solid blue;
}

.text-col{
    color: #fff7e6;
}

.shop-header {
    background-color: #f5e6ca;
}

.postcard-section {
    background-color: #f5e6ca;
}

/* SHOP FLIP CARD */
.flip-card {
    width: min(900px, 100%);
    aspect-ratio: 16 / 11;
    perspective: 1400px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.9s ease;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.flip-card-front {
    background-color: #f3cb63;
}

.flip-card-back {
    background-color: #f3cb63;
    transform: rotateY(180deg);
}

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

.footer-shop {
    background-color: #4a3a2a;
    color: #f5e6ca;
}



.album-back {
    background-color: #fff7e6;
    color: #2d3142;
}

.album-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.15;
    text-transform: uppercase;
    max-width: 1000px;
    margin-bottom: 0;
}

.album-carousel {
    position: relative;
    max-width: 1200px;
    margin-inline: auto;
}

.album-main-img {
    width: 100%;
    height: 750px;
    object-fit: scale-down;
    border-radius: 12px;
    display: block;
}

.album-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(45, 49, 66, 0.75);
    color: #fff7e6;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.album-arrow:hover {
    background-color: #ff6b35;
}

.album-prev {
    left: 16px;
}

.album-next {
    right: 16px;
}

.album-thumbs {
    display: grid;
    grid-template-columns: repeat(6, minmax(90px, 1fr));
    gap: 12px;
}

.album-thumb {
    width: 100%;
    height: 95px;
    object-fit: cover;
    border-radius: 8px;
    border: 3px solid transparent;
    cursor: pointer;
}

.album-thumb.is-active {
    border-color: #ff6b35;
}

@media (max-width: 991.98px) {
    .album-title {
        font-size: 32px;
    }

    .album-main-img {
        height: 420px;
    }

    .album-thumbs {
        grid-template-columns: repeat(3, minmax(90px, 1fr));
    }
}

@media (max-width: 575.98px) {
    .album-main-img {
        height: 280px;
    }

    .album-arrow {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }
}
a {
    text-decoration: none;
    color: inherit;
} 
/*
.album-caption {
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: rgba(255, 247, 230, 0.45);
    border: 1px solid rgba(45, 49, 66, 0.18);
    color: #2d3142;
    border-radius: 10px;
    padding: 6px 14px;
    font-size: 22px;
    font-weight: 700;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    transform: translateY(-8px);
    transition: opacity 0.25s ease, transform 0.25s ease;
}
*/
.album-carousel:hover .album-caption {
    opacity: 1;
    transform: translateY(0);
}

@media (hover: none) {
    .album-caption {
        opacity: 1;
        transform: translateY(0);
    }
}

/* TRAVEL SECTION */

.tra-back {
    background-color: #fff7e6;
    color: #2d3142;
}

.tra-tit {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-style: italic;
   
    font-size: 30px;
    font-weight: normal;
    line-height: 1.2;
}

.tra-subtit {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    font-size: 40px;
    font-weight: bold;
    line-height: 1.6;
   
    margin-bottom: 20px;
}

.tra-para {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
    font-size: 22px;
    font-weight: normal;
    line-height: 1.6;
   
    margin-bottom: 20px;
}

/* DISCOVER TABS SECTION */

.discover-back {
    background-color: #ffd166;
}

.discover-wrap {
    background-color: #ffd166;
    min-height: 680px;
}

.discover-left {
    background-color: #ffd166;
    height: 100%;
}

.discover-copy {
    padding: 48px 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.discover-image {
    width: 100%;
    height: 680px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199.98px) {
    .discover-wrap {
        min-height: 620px;
    }

    .discover-image {
        height: 620px;
    }
}

@media (max-width: 991.98px) {
    .discover-image {
        height: 380px;
    }

    .discover-wrap {
        min-height: auto;
    }
}

.discover-menu-col {
    border-right: 2px solid #8f765a;
}

.discover-menu {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 48px 26px;
}

.discover-item {
    border: none;
    background: transparent;
    text-align: left;
    font-size: 28px;
    font-weight: bolder;
    line-height: 1.1;
    color: #2d3142;
    cursor: pointer;
    opacity: 0.85;
    transition: color 0.2s ease, opacity 0.2s ease;
}

.discover-item:hover,
.discover-item.is-active {
    color: #ff6b35;
    opacity: 1;
}

.discover-copy {
    padding: 48px 56px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.discover-title {
    font-size: 52px;
    margin-bottom: 18px;
    color: #2d3142;
}

.discover-text {
    font-size: 22px;
    line-height: 1.65;
    color: #2d3142;
    margin: 0;
}

.discover-image {
    width: 100%;
    height: 680px;
    object-fit: cover;
    display: block;
}

@media (max-width: 1199.98px) {
    .discover-item { font-size: 32px; }
    .discover-title { font-size: 44px; }
    .discover-text { font-size: 20px; }
}

@media (max-width: 991.98px) {
    .discover-menu-col {
        border-right: none;
        border-bottom: 2px solid #ff6b35;
    }

    .discover-menu {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 24px 20px;
        gap: 12px 24px;
    }

    .discover-item { font-size: 28px; }
    .discover-copy { padding: 28px 20px; }
    .discover-title { font-size: 38px; }
    .discover-image { min-height: 380px; }
}

/* COUNTRIES SECTION */
.country-coming-soon {
    margin: 0;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.3px;
    color: #fff7e6;
}

.countries-section {
    background-color: #fff7e6;
    color: #2d3142;
    overflow: hidden;
}

.countries-kicker {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode',
        Geneva, Verdana, sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.countries-title {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode',
        Geneva, Verdana, sans-serif;
    font-size: 52px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 15px;
}

.countries-subtitle {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode',
        Geneva, Verdana, sans-serif;
    font-size: 18px;
    margin-bottom: 0;
}

/* CARD LAYOUT */
.countries-stack {
    position: relative;
    min-height: 540px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 0;
}

/* SINGLE CARD */
.country-card {
    position: relative;
    width: 280px;
    height: 460px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    transition: transform 0.35s ease, box-shadow 0.35s ease, z-index 0.35s ease;
    cursor: pointer;
    background-color: #ddd;
    flex-shrink: 0;
}

/* IMAGE */
.country-card-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    display: block;
}

/* OVERLAY */
.country-overlay {
    position: absolute;
    inset: auto 0 0 0;
    background: linear-gradient(to top, rgba(45, 49, 66, 0.95), rgba(45, 49, 66, 0.15));
    color: #fff7e6;
    padding: 28px 22px 24px;
    transform: translateY(62%);
    transition: transform 0.35s ease;
}

.country-name {
    font-family: "Coiny", system-ui;
    font-size: 34px;
    margin-bottom: 18px;
    color: #ffd166;
}

.country-city-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.country-city-list li {
    margin-bottom: 10px;
}

.country-city-list a {
    color: #fff7e6;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.25s ease;
}

.country-city-list a:hover {
    color: #ff6b35;
}

/* HOVER */
.country-card:hover {
    transform: translateY(-18px) rotate(0deg) !important;
    z-index: 50 !important;
    box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

.country-card:hover .country-overlay {
    transform: translateY(0);
}

/* STACKED / FLOATING LOOK */
.country-card-1 {
    transform: rotate(-5deg);
    z-index: 1;
    margin-right: -55px;
}

.country-card-2 {
    transform: rotate(-2deg);
    z-index: 2;
    margin-right: -55px;
    margin-top: 28px;
}

.country-card-3 {
    transform: rotate(0deg);
    z-index: 3;
    margin-right: -55px;
    margin-top: 10px;
}

.country-card-4 {
    transform: rotate(2deg);
    z-index: 4;
    margin-right: -55px;
    margin-top: 34px;
}

.country-card-5 {
    transform: rotate(4deg);
    z-index: 5;
    margin-right: -55px;
    margin-top: 14px;
}

.country-card-6 {
    transform: rotate(6deg);
    z-index: 6;
    margin-top: 36px;
}

.text-left1{
   
    font-weight: bold;
    font-size: 50px;
    text-align: left;
    color: #ff6b35; 
}


/* CONTINENT MAP SECTION */
.continent-map-section {
    background: #fff;
    color: #2d3142;
}

.continent-map-title {
    font-family: "Coiny", system-ui;
    font-size: 42px;
    color: #ff6b35;
    margin-bottom: 8px;
}

.continent-map-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.continent-map-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 22px;
}

.continent-chip {
    border: 2px solid #ffd166;
    border-radius: 999px;
    background: #fff7e6;
    color: #2d3142;
    padding: 10px 18px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.continent-chip.is-active,
.continent-chip:hover {
    background: #ff6b35;
    border-color: #ff6b35;
    color: #fff;
}

.continent-country-output {
    background: #fff7e6;
    border-radius: 14px;
    padding: 16px;
    margin-bottom: 20px;
}

.continent-country-title,
.country-master-title {
    font-family: "Coiny", system-ui;
    color: #2d3142;
    font-size: 28px;
    margin-bottom: 12px;
}

.continent-country-preview,
.country-master-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 8px;
}

.continent-country-preview li,
.country-master-list li {
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 8px 10px;
    font-weight: 600;
}

.country-master-list li.is-highlighted {
    background: #ff6b35;
    border-color: #ff6b35;
    color: #fff;
}

.hero-map {
    background-image: url(https://i.pinimg.com/1200x/4d/67/b0/4d67b085dfa9deb4595eda18e726c0c1.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.guide-img{
position: absolute;
    bottom: -30px;
    left: -15px;
    z-index: 300;
    border-radius: 12px;

    width: 40%;
    height: 40%;
    object-fit:cover;
}


/* GUIDE TRIP PLANNER */
.guide-trip-wrap {
    background: #fff;
    border: 2px solid #ffd166;
    border-radius: 18px;
    padding: 18px;
    box-shadow: 0 12px 24px rgba(45, 49, 66, 0.08);
}

.guide-trip-controls {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 16px;
}

.guide-trip-chip {
    border: 2px solid #ffd166;
    border-radius: 999px;
    background: #fff7e6;
    color: #2d3142;
    padding: 8px 16px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.guide-trip-chip:hover,
.guide-trip-chip.is-active {
    background: #ff6b35;
    border-color: #ff6b35;
    color: #fff7e6;
}

.guide-trip-card {
    background: #fff7e6;
    border: 1px solid #f1dfc1;
    border-radius: 14px;
    padding: 20px;
}

.guide-trip-title {
    font-family: "Coiny", system-ui;
    color: #ff6b35;
    margin-bottom: 8px;
}

.guide-trip-intro {
    font-size: 17px;
    margin-bottom: 14px;
}

.guide-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 12px;
    margin-bottom: 14px;
}

.guide-blog-card {
    background: #fff;
    border: 1px solid #efd8b3;
    border-radius: 12px;
    padding: 12px;
}

.guide-blog-card h5 {
    margin: 0 0 6px;
    color: #2d3142;
    font-size: 17px;
    font-weight: 700;
}

.guide-blog-card p {
    margin: 0;
    font-size: 18px;
    color: #2d3142;
}

.guide-places-label {
    margin-bottom: 8px;
    color: #2d3142;
    font-size: 19px;
}

.guide-places-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.guide-place-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #efd8b3;
    border-radius: 999px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 14px;
}

.guide-place-pill::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background: #ff6b35;
}

.postcard-shop-card {
    max-width: 860px;
    margin: 0 auto;
}

.postcard-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
}

.postcard-option {
    background: #fff7e6;
    border: 1px solid #d8b98a;
    border-radius: 12px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: left;
}

.postcard-option input[type="radio"] {
    accent-color: #ff6b35;
}

.postcard-option-label {
    font-weight: 700;
    color: #2d3142;
}

.selected-postcard-pill {
    display: inline-flex;
    background: #fff7e6;
    border: 2px solid #ffd166;
    border-radius: 999px;
    padding: 6px 14px;
    font-weight: 700;
    color: #2d3142;
}

.apps-section {
    overflow: hidden;
}

.apps-title {
    font-family: "Coiny", system-ui;
    color: #2d3142;
}

.apps-marquee {
    display: flex;
    gap: 14px;
    overflow: hidden;
    width: 100%;
    mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.apps-track {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: max-content;
    animation: apps-scroll 40s linear infinite;
}

.app-logo-card {
    width: 90px;
    height: 90px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    background: #fff;
    display: grid;
    place-items: center;
    padding: 12px;
    flex-shrink: 0;
    box-shadow: 0 8px 16px rgba(45, 49, 66, 0.08);
}

.app-logo-card img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes apps-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - 14px));
    }
}









