.elementor-570 .elementor-element.elementor-element-68481dbe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-314e4b18 *//*============================

GOA OVERVIEW

=============================*/

.goa-overview{

padding:100px 20px;

}

.overview-heading{

text-align:center;

margin-bottom:60px;

}

.section-tag{

display:inline-block;

padding:8px 18px;

background:#E8F5F0;

color:#1E6B52;

border-radius:50px;

font-size:13px;

font-weight:600;

letter-spacing:1px;

margin-bottom:20px;

}

.overview-wrapper{

display:grid;

grid-template-columns:1.2fr .8fr;

gap:45px;

align-items:center;

}

.overview-image{

overflow:hidden;

border-radius:28px;

box-shadow:0 25px 60px rgba(0,0,0,.08);

}

.overview-image img{

width:100%;

height:100%;

display:block;

object-fit:cover;

transition:.5s;

}

.overview-image:hover img{

transform:scale(1.05);

}

.overview-card{

background:#fff;

padding:40px;

border-radius:28px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

margin-left:-80px;

position:relative;

z-index:5;

}

.price-box{

margin-bottom:35px;

padding-bottom:25px;

border-bottom:1px solid #ECECEC;

}

.price-box span{

color:#777;

font-size:15px;

}

.price-box h3{

font-size:46px;

color:#1E6B52;

margin:8px 0;

}

.price-box small{

color:#999;

}

.overview-item{

display:flex;

gap:18px;

margin-bottom:22px;

align-items:flex-start;

}

.overview-item span{

font-size:26px;

}

.overview-item strong{

display:block;

margin-bottom:5px;

color:#222;

}

.overview-item p{

margin:0;

color:#666;

}

.overview-features{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:18px;

margin-top:60px;

}

.overview-features span{

background:#fff;

padding:14px 22px;

border-radius:50px;

box-shadow:0 10px 25px rgba(0,0,0,.06);

font-weight:500;

transition:.3s;

}

.overview-features span:hover{

background:#1E6B52;

color:#fff;

transform:translateY(-4px);

}

@media(max-width:991px){

.overview-wrapper{

grid-template-columns:1fr;

}

.overview-card{

margin-left:0;

margin-top:-40px;

}

}

@media(max-width:768px){

.goa-overview{

padding:70px 20px;

}

.overview-card{

padding:28px;

}

.price-box h3{

font-size:36px;

}

.overview-features{

justify-content:flex-start;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e97aec1 *//*====================================

TRIP HIGHLIGHTS

====================================*/

.trip-highlights{
    padding:100px 20px;
}

.heading-center{
    text-align:center;
    margin-bottom:60px;
}

.highlight-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.highlight-card{
    background:#fff;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
    transition:all .35s ease;
    border:1px solid #f2f2f2;
}

.highlight-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.highlight-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:transform .6s ease;
}

.highlight-card:hover img{
    transform:scale(1.08);
}

.highlight-content{
    padding:28px;
}

.highlight-content h3{
    margin:0 0 12px;
    font-size:24px;
    color:#222;
}

.highlight-content p{
    margin:0;
    color:#666;
    line-height:1.8;
    font-size:15px;
}

/* Tablet */

@media(max-width:991px){

.highlight-grid{
grid-template-columns:repeat(2,1fr);
}

}

/* Mobile */

@media(max-width:768px){

.trip-highlights{
padding:70px 20px;
}

.highlight-grid{
grid-template-columns:1fr;
gap:22px;
}

.highlight-card img{
height:220px;
}

.highlight-content{
padding:22px;
}

.highlight-content h3{
font-size:21px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-62b53d98 *//*====================================

GOA ITINERARY

====================================*/

.goa-itinerary{
    padding:100px 20px;
}

.timeline{
    position:relative;
    max-width:900px;
    margin:70px auto 0;
}

.timeline::before{
    content:'';
    position:absolute;
    left:18px;
    top:0;
    width:3px;
    height:100%;
    background:#d9e6e1;
}

.timeline-item{
    position:relative;
    padding-left:70px;
    margin-bottom:55px;
}

.timeline-item:last-child{
    margin-bottom:0;
}

.timeline-dot{
    position:absolute;
    left:6px;
    top:8px;
    width:26px;
    height:26px;
    background:#1E6B52;
    border:5px solid #fff;
    border-radius:50%;
    box-shadow:0 0 0 4px rgba(30,107,82,.15);
}

.timeline-content{
    background:#fff;
    padding:30px;
    border-radius:22px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s ease;
    border:1px solid #f3f3f3;
}

.timeline-content:hover{
    transform:translateY(-6px);
    box-shadow:0 22px 55px rgba(0,0,0,.12);
}

.day{
    display:inline-block;
    background:#E8F5F0;
    color:#1E6B52;
    padding:7px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:15px;
}

.timeline-content h3{
    margin:0 0 15px;
    color:#222;
    font-size:28px;
}

.timeline-content p{
    margin:0;
    color:#666;
    line-height:1.8;
}

@media(max-width:768px){

.goa-itinerary{
padding:70px 20px;
}

.timeline{
margin-top:50px;
}

.timeline::before{
left:14px;
}

.timeline-item{
padding-left:55px;
}

.timeline-dot{
width:22px;
height:22px;
left:4px;
}

.timeline-content{
padding:22px;
}

.timeline-content h3{
font-size:22px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7829c04d *//*====================================

PACKAGE DETAILS

====================================*/

.package-section{
    padding:100px 20px;
}

.package-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    margin-top:60px;
}

.package-card{
    background:#fff;
    border-radius:24px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid #f1f1f1;
}

.package-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.card-header{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:30px;
}

.card-icon{
    width:60px;
    height:60px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
}

.include-card .card-icon{
    background:#EAF8F1;
}

.exclude-card .card-icon{
    background:#FFF1F1;
}

.card-header h3{
    margin:0;
    font-size:28px;
    color:#222;
}

.package-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.package-card li{
    position:relative;
    padding:16px 0 16px 34px;
    border-bottom:1px solid #F2F2F2;
    color:#555;
    line-height:1.6;
}

.package-card li:last-child{
    border:none;
}

.include-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#1E6B52;
    font-weight:700;
    font-size:18px;
}

.exclude-card li::before{
    content:"✕";
    position:absolute;
    left:0;
    color:#D9534F;
    font-weight:700;
    font-size:18px;
}

@media(max-width:991px){

.package-grid{
grid-template-columns:1fr;
}

}

@media(max-width:768px){

.package-section{
padding:70px 20px;
}

.package-card{
padding:28px;
}

.card-header h3{
font-size:24px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b1a7185 *//*====================================
GOA GALLERY
====================================*/

.goa-gallery{
    padding:100px 20px;
}

.gallery-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:60px;
}

.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:24px;
    height:280px;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
}

.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.gallery-item:hover img{
    transform:scale(1.08);
}

.gallery-item::after{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(to top,
        rgba(0,0,0,.35),
        transparent 60%);
    opacity:0;
    transition:.3s;
}

.gallery-item:hover::after{
    opacity:1;
}

@media(max-width:991px){

.gallery-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.gallery-grid{
grid-template-columns:1fr;
}

.gallery-item{
height:240px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-652e7b96 *//*====================================

FINAL CTA

====================================*/

.goa-cta{

position:relative;

padding:120px 20px;

border-radius:30px;

overflow:hidden;

background:url("https://traveldump.online/wp-content/uploads/2026/08/sarang-pande-IijeyJbmrec-unsplash-scaled.jpg") center center/cover no-repeat;

}

.cta-overlay{

position:absolute;

inset:0;

background:rgba(20,28,32,.65);

}

.cta-content{

position:relative;

z-index:2;

max-width:760px;

margin:auto;

text-align:center;

color:#fff;

}

.light-tag{

background:rgba(255,255,255,.18);

color:#fff;

}

.cta-content h2{

font-size:52px;

margin:20px 0;

color:#fff;

}

.cta-content p{

font-size:18px;

line-height:1.8;

color:#ececec;

max-width:650px;

margin:0 auto 35px;

}

.cta-features{

display:flex;

justify-content:center;

flex-wrap:wrap;

gap:14px;

margin-bottom:35px;

}

.cta-features span{

background:rgba(255,255,255,.15);

padding:12px 20px;

border-radius:50px;

backdrop-filter:blur(8px);

}

.cta-price{

margin-bottom:35px;

}

.cta-price small{

display:block;

color:#ddd;

margin-bottom:8px;

}

.cta-price h3{

font-size:44px;

color:#FFD24A;

margin:0;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:18px;

flex-wrap:wrap;

}

.cta-buttons a{

padding:16px 34px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.quote-btn{

background:#1E6B52;

color:#fff;

}

.quote-btn:hover{

background:#15513e;

}

.call-btn{

border:2px solid #fff;

color:#fff;

}

.call-btn:hover{

background:#fff;

color:#222;

}

@media(max-width:768px){

.goa-cta{

padding:80px 20px;

}

.cta-content h2{

font-size:34px;

}

.cta-price h3{

font-size:34px;

}

.cta-content p{

font-size:16px;

}

.cta-buttons{

flex-direction:column;

}

.cta-buttons a{

text-align:center;

}

}/* End custom CSS */