.od-faq-heading{
    text-align:center;
    margin-bottom:0px;
}
.item_border1 {
    height: auto;
}
.shortcode_title.title-center {
    margin-bottom: 10px;
}
.content-area {
    padding-top: 10px;
    padding-bottom: 10px;
}
.odisha-land-section{
    background:#f7efd7;
    padding:10px 20px;
}

.odisha-land-heading{
    text-align:center;
    margin-bottom:35px;
}

.odisha-land-heading h2{
    color:#a92d14;
    font-size:40px;
    font-weight:700;
    margin-bottom:8px;
    text-transform:uppercase;
}

.odisha-land-heading p{
    color:#7b6b5c;
    font-size:15px;
}

.odisha-land-heading span{
    width:60px;
    height:3px;
    background:#a92d14;
    display:block;
    margin:15px auto 0;
}

.odisha-land-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.odisha-land-card{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    height:180px;
}

.odisha-land-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.odisha-land-card:hover img{
    transform:scale(1.08);
}

.odisha-land-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:20px;
    color:#fff;
    background:linear-gradient(
        to top,
        rgba(120,35,10,.90),
        rgba(120,35,10,.20)
    );
}

.odisha-land-overlay h3{
    margin:0;
    font-size:24px;
    font-weight:700;
}

.odisha-land-overlay p{
    margin:4px 0 0;
    font-size:13px;
}

@media(max-width:991px){

    .odisha-land-grid{
        grid-template-columns:repeat(2,1fr);
    }

}

@media(max-width:767px){

    .odisha-land-grid{
        grid-template-columns:1fr;
    }

    .odisha-land-heading h2{
        font-size:28px;
    }

    .odisha-land-card{
        height:220px;
    }

}
    /*reviewcode*/
.od-review-section1{
    background:#f8eed0;
    padding:10px 20px;
}

.od-review-header1{
    text-align:center;
    margin-bottom:40px;
}

.od-review-header1 h2{
    color:#b23a16;
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
    text-transform:uppercase;
}

.od-review-header1 p{
    color:#666;
    margin-bottom:15px;
}

.od-review-line1{
    width:60px;
    height:3px;
    background:#b23a16;
    display:inline-block;
}

.od-review-container1{
    max-width:1200px;
    margin:auto;
    position:relative;
}

.od-review-slider1{
    display:flex;
    gap:25px;
    overflow:hidden;
    scroll-behavior:smooth;
}

.od-review-card1{
    flex:0 0 calc(33.33% - 17px);
    background:#fff8e8;
    border-radius:15px;
    padding:30px;
    box-shadow:0 3px 15px rgba(0,0,0,0.08);
}

.od-review-stars1{
    color:#ff9900;
    font-size:18px;
    margin-bottom:15px;
}

.od-review-card1 p{
    color:#555;
    line-height:1.9;
    margin-bottom:25px;
    min-height:150px;
}

.od-review-user1{
    display:flex;
    align-items:center;
    gap:15px;
}

.od-review-avatar1{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#b23a16;
    color:#fff;
    font-weight:bold;
    display:flex;
    align-items:center;
    justify-content:center;
}

.od-review-user1 h4{
    margin:0;
    font-size:16px;
}

.od-review-user1 span{
    color:#777;
    font-size:13px;
}

.od-review-btn1{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:#b23a16;
    color:#fff;
    font-size:22px;
    cursor:pointer;
    z-index:10;
}

.od-review-prev1{
    left:-20px;
}

.od-review-next1{
    right:-20px;
}

@media(max-width:991px){

    .od-review-card1{
        flex:0 0 calc(50% - 13px);
    }

}

@media(max-width:767px){

    .od-review-header1 h2{
        font-size:28px;
    }

    .od-review-card1{
        flex:0 0 100%;
    }

    .od-review-btn1{
        width:40px;
        height:40px;
    }

    .od-review-prev1{
        left:5px;
    }

    .od-review-next1{
        right:5px;
    }

}
.odisha-destination-section{
    padding:20px 15px;
    background:#f7f7f7;
}

.odisha-container{
    max-width:1200px;
    margin:auto;
}

.odisha-heading{
    text-align:center;
    margin-bottom:10px;
}

.odisha-heading h2{
    margin:0;
    font-size:32px;
    font-weight:700;
    color:#8a3f1f;
    text-transform:uppercase;
}

.odisha-heading p{
    margin:8px 0 15px;
    color:#777;
    font-size:14px;
}

.odisha-heading span{
    width:60px;
    height:3px;
    background:#b4532a;
    display:inline-block;
    border-radius:10px;
}

.odisha-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.odisha-card{
    position:relative;
    overflow:hidden;
    border-radius:10px;
    display:block;
    box-shadow:0 4px 12px rgba(0,0,0,.12);
}

.odisha-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.odisha-card:hover img{
    transform:scale(1.08);
}

.odisha-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    padding:15px 10px;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.85),
        rgba(0,0,0,.2),
        transparent
    );
    text-align:center;
}

.odisha-overlay h3{
    margin:0;
    color:#fff;
    font-size:15px;
    font-weight:600;
}

/* Tablet */
@media(max-width:991px){
    .odisha-grid{
        grid-template-columns:repeat(3,1fr);
    }
}

/* Mobile */
@media(max-width:767px){

    .odisha-destination-section{
        padding:40px 12px;
    }

    .odisha-heading h2{
        font-size:22px;
        line-height:1.4;
    }

    .odisha-grid{
        grid-template-columns:repeat(2,1fr);
        gap:12px;
    }

    .odisha-card{
        height:120px;
        border-radius:8px;
    }

    .odisha-overlay h3{
        font-size:13px;
    }
}

/* Small Mobile */
@media(max-width:480px){

    .odisha-grid{
        gap:10px;
    }

    .odisha-card{
        height:105px;
    }

    .odisha-overlay{
        padding:10px 6px;
    }
}
/*-----------24/7---------*/
.odisha-why-us{
    padding:10px 15px;
    background:#f7f4f2;
}

.odisha-container{
    max-width:1200px;
    margin:auto;
}

.why-heading{
    text-align:center;
    margin-bottom:40px;
}

.why-heading h2{
    margin:0;
    color:#a33409;
    font-size:34px;
    font-weight:700;
    text-transform:uppercase;
}

.why-heading p{
    margin:10px 0;
    color:#666;
    font-size:15px;
}

.why-heading span{
    display:inline-block;
    width:50px;
    height:3px;
    background:#a33409;
    border-radius:10px;
}

.why-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:35px;
}

.why-card{
    background:#fff;
    padding:20px;
    border-radius:8px;
    border-left:4px solid #a33409;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
    transition:.3s;
}

.why-card:hover{
    transform:translateY(-3px);
}

.why-card h3{
    margin:0 0 10px;
    color:#a33409;
    font-size:18px;
}

.why-card p{
    margin:0;
    color:#666;
    line-height:1.7;
    font-size:14px;
}

.stats-section{
    background:#a33409;
    border-radius:12px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    overflow:hidden;
}

.stat-box{
    text-align:center;
    padding:28px 15px;
    color:#fff;
    border-right:1px solid rgba(255,255,255,.2);
}

.stat-box:last-child{
    border-right:none;
}

.stat-box h3{
    color: #fff;
    margin:0;
    font-size:42px;
    font-weight:700;
}

.stat-box span{
    display:block;
    margin-top:8px;
    font-size:14px;
}

/* Tablet */
@media(max-width:991px){

    .stats-section{
        grid-template-columns:repeat(2,1fr);
    }

    .stat-box:nth-child(2){
        border-right:none;
    }

    .stat-box:nth-child(1),
    .stat-box:nth-child(2){
        border-bottom:1px solid rgba(255,255,255,.2);
    }
}

/* Mobile */
@media(max-width:767px){

    .odisha-why-us{
        padding:50px 15px;
    }

    .why-heading h2{
        font-size:24px;
        line-height:1.5;
    }

    .why-grid{
        grid-template-columns:1fr;
        gap:15px;
    }

    .why-card{
        padding:18px;
    }

    .why-card h3{
        font-size:16px;
    }

    .stats-section{
        grid-template-columns:1fr 1fr;
    }

    .stat-box h3{
        font-size:30px;
    }

    .stat-box{
        padding:20px 10px;
    }
}

@media(max-width:480px){

    .stats-section{
        grid-template-columns:1fr;
    }

    .stat-box{
        border-right:none;
        border-bottom:1px solid rgba(255,255,255,.15);
    }

    .stat-box:last-child{
        border-bottom:none;
    }
}



/*--------------FAq section----------*/
.od-faq-section{
    padding:10px 15px;
    background:#fef8e7;
}

.od-faq-heading{
    text-align:center;
    margin-bottom:0px;
}

.od-faq-heading h2{
    margin:0;
    font-size:36px;
    font-weight:700;
    color:#a7330d;
}

.od-faq-heading p{
    margin:10px 0 15px;
    color:#7a6f6a;
    font-size:16px;
}

.od-faq-heading span{
    display:inline-block;
    width:55px;
    height:3px;
    background:#a7330d;
    border-radius:20px;
}

.od-faq-wrap{
    max-width:1100px;
    margin:auto;
}

.od-faq-item{
    margin-bottom:12px;
    border:1px solid #f0c9a7;
    border-radius:8px;
    overflow:hidden;
    background:#fff7df;
}

.od-faq-btn{
    width:100%;
    border:none;
    background:none;
    padding:13px 18px;
    text-align:left;
    font-size:18px;
    font-weight:600;
    cursor:pointer;
    color:#222;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.od-faq-btn span{
    color:#c14a1f;
    font-size:28px;
    transition:.3s;
}

.od-faq-content{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
    background:#fff;
}

.od-faq-content p{
    margin:0;
    padding:0 18px 18px;
    line-height:1.8;
    color:#555;
}

.od-faq-item.active .od-faq-content{
    max-height:250px;
}

.od-faq-item.active .od-faq-btn span{
    transform:rotate(45deg);
}

/* Mobile */
@media(max-width:767px){

    .od-faq-section{
        padding:50px 12px;
    }

    .od-faq-heading h2{
        font-size:26px;
        line-height:1.4;
    }

    .od-faq-heading p{
        font-size:14px;
    }

    .od-faq-btn{
        padding:16px;
        font-size:15px;
        line-height:1.5;
    }

    .od-faq-btn span{
        font-size:24px;
        margin-left:10px;
    }

    .od-faq-content p{
        font-size:14px;
    }
}