

:root{
--primary: #0B5ED7;   /* Ocean Blue */
--secondary: #2E7D32; /* Tropical Green */
--lightgeen:#e8f5e9; /* Light green*/
/* --accent: #FFC107;   Offer Yellow */
--bg-light: #F5F9FF;
--text-dark: #1F2937;


       --tour-gray: #6c757d;
       --tour-golden:#ffa000;
--tour-red:#e74c3c;


--border-shad:rgba(0, 0, 0, 0.08);
--radius:16px;
--radiusx:6px;
}


 a {
    /* text-decoration: none !important;
    color: var(--text-dark) !important; */
}





.inside-article ol, .inside-article ul {
    margin:0 0 1.5em 1em !important;
}


.site-logo img{
  width:12rem;
}
.main-navigation .main-nav ul li a{
      padding-right: 0 !important;
}

.menu-item-has-children .dropdown-menu-toggle{
  padding-right: 0px!important;
    padding-left: 2px!important;
}




@media (min-width: 992px) {
  
.main-navigation ul ul{
      width: 250px!important;
}
}











/* Header */
.inside-header {
    padding: 4px 20px !important;
}


/* Header End */













.separate-containers .inside-article, .widget-area .widget{
    padding: 20px !important;
}
.sidebar .widget {
     padding: 15px !important;
}



















/* Make the inside-right-sidebar sticky */
/* @media (min-width: 992px) {
  .inside-right-sidebar {
    position: sticky;
    top: 20px; 
  }
} */

/* @media (min-width: 992px) {
  .inside-right-sidebar {
    position: sticky;
    top: 20px;
  }
} */


@media (min-width: 768px) {
 .inside-right-sidebar {
    position: sticky;
    top: 20px; 

 }
}

.inside-right-sidebar aside{
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-radius: var(--radiusx);
}















/* FORCE smaller headings in GeneratePress */

body h1 {
  font-size: clamp(24px, 3vw, 34px) !important;
  line-height: 1.25;
}

body h2 {
  font-size: clamp(20px, 2.4vw, 28px) !important;
  line-height: 1.3;
}

body h3 {
  font-size: clamp(17px, 2vw, 22px) !important;
  line-height: 1.35;
}

body h4 {
  font-size: clamp(15px, 1.6vw, 18px) !important;
}

body h5 {
  font-size: clamp(14px, 1.3vw, 16px) !important;
}

body h6 {
  font-size: clamp(13px, 1.1vw, 15px) !important;
}

/* Reduce extra spacing */
h1, h2, h3 {
  margin-bottom: 0.6em;
}



p,
li {
  font-size: clamp(15px, 1.1vw, 17px);
}

small,
.meta,
.package-meta {
  font-size: clamp(13px, 0.9vw, 14px);
}






























.gp-rating {
font-size: 16px;
  color: var(--tour-gray);
      margin: 10px 0 25px;
}
/* .gp-rating .locat_{
        margin-left: 1em;
} */
.gp-rating .locat_, .gp-rating  .icon-clock2{
    margin-bottom: -4px;
}











.mar2{
        margin-top: 3rem;

}



.include__ ul,
.include__ li {
    list-style: none !important;
    margin-left: 0 !important;
}





.include__ li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
      font-size: 15px;
    line-height: 1.6;
}




.include__ ul:first-of-type li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #2e7d32;
  font-weight: bold;
  margin-right: 6px;
}

.include__ ul:nth-of-type(2) li::before {
  content: "✖";
  position: absolute;
  left: 0;
  top: 0;
  color: #d32f2f;
  font-weight: bold;
  margin-right: 6px;
}




/* .include__ .wp-block-heading:nth-of-type(2) {
    margin-top: 3rem;
} */








































/* Simple Travel Accordion */

.itinery_ .wp-block-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Each Item */
.itinery_ .wp-block-accordion-item {
    border: 1px solid var(--lightgeen);
}

/* Heading Button */
.itinery_ .wp-block-accordion-heading__toggle {
    background: var(--bg-light);
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
}

/* Open Item */
.itinery_ .wp-block-accordion-item.is-open .wp-block-accordion-heading__toggle {
    background: var(--lightgeen);
}

/* Content Area */
.itinery_ .wp-block-accordion-panel {
    padding: 14px 16px;
}

/* Text */
.itinery_ .wp-block-accordion-panel p {
    margin-bottom: 10px;
    line-height: 1.6;
}

/* Small Plus Icon */
.itinery_ .wp-block-accordion-heading__toggle-icon {
    font-size: 18px;
}



.itinery_ .wp-block-accordion-heading{
margin:0 !important;

}


.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title{
text-decoration: none !important;
}

.itinery_ button:hover, .itinery_ button:focus{
  color: inherit !important;
}



.itinery_ h2{
margin-bottom: 20px;
}







/* .inc_icons{
    text-align: center;
    margin: 0;
        margin-top: 2rem;
}

.inc_icons li img {
  width: 30px;
}

@media (max-width: 768px) {
.inc_icons li {
    width: auto !important;
}
} */














































/* =========================
   ARTICLE BASE
========================= */
.inside-article {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.entry-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .entry-title {
    font-size: 24px;
  }
}

/* =========================
   RATING + LOCATION BAR
========================= */
.gp-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-dark);
  border-bottom: 1px solid var(--border-shad);
  padding-bottom: 15px;
}



.gp-rating a {
  font-weight: 600;
    color: var(--primary);
    text-decoration: none;
}

.rating {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
}

.rating::before {
  content: "★★★★★";
  color: #ddd;
}

.rating-fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.rating-fill::before {
  content: "★★★★★";
  color: var(--tour-golden);
}




/* =========================
   SECTION HEADINGS
========================= */
.entry-content h2.wp-block-heading {
      font-size: 24px !important;
    font-weight: 700;
    position: relative;
}

.entry-content h2.wp-block-heading::after {
      content: "";
    display: block;
    width: 40px;
    height: 4px;
    margin-top: 6px;
    background: linear-gradient(90deg, var(--primary), var(--secondary));
    border-radius: var(--radius);
}










.entry-content h3 {
  font-size: 18px !important;
  margin-top: 25px;
  font-weight: 700;
}

/* =========================
   PARAGRAPHS
========================= */
.entry-content p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-dark);
  margin-bottom: 12px;
}

/* =========================
   TOUR SNAPSHOT (ICONS GRID)
========================= */
.inc_icons {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  gap: 14px;
  list-style: none;
  padding: 0;
  text-align: center;
  margin: 2rem 0rem 2rem;
}

.inc_icons li {
  background: var(--bg-light);
  border-radius: var(--radius);
  padding: 14px 10px;
}

.inc_icons li:hover {
  transform: translateY(-3px);
}

.inc_icons img {
  width: 40px;
}

.inc_icons div {
  font-size: 13px;
  font-weight: 600;
}

/* =========================
   MOBILE TWEAKS
========================= */
@media (max-width: 768px) {

  .gp-rating {
    font-size: 13px;
  }

  .entry-content h2.wp-block-heading {
    font-size: 20px;
  }

  .entry-content p {
    font-size: 14px;
  }
}









/* Buttons */
.bookBtn {
  display: block;
  background: var(--secondary);
  color: #fff !important;
  text-align: center;
  padding: 14px;
  border-radius: var(--radiusx);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.bookBtn:hover{
  color: #fff;
}


.queryBtn {
  display: block;
  background: #fff;
  border: 2px solid var(--primary);
  color: var(--primary);
  text-align: center;
  padding: 12px;
  border-radius: var(--radiusx);
  font-weight: 600;
  margin-bottom: 10px;
  text-decoration: none;
}





































































































































/* ********************************************************** Start Gride View travle list************************************************* */
/* /////////////////////////////////////////////////////////////////////////////Tour Gride  */
.archive .site-content .content-area{
    width:100% !important;
}
.archive .is-right-sidebar{
    display:none !important;
}





.page-header{
margin-top: 20px;
padding: 10px!important;
background-color:var(--base-2)!important;
}
.one-container .site-main>:last-child, .separate-containers .site-main>:last-child {
    margin-bottom: 20px!important;
}
.category .page-header ,.tax-package-types .page-header{
  /* display: none; */
}
.category .site-main ,.tax-package-types .site-main{
    /* display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 16px; */
}




.site-main {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  /* margin: 0 !important; */
}





 .site-main a{
    text-decoration:none;
    color: inherit;
}
/* Card */
.tour-card-modern {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  border: 2px solid var(--border-shad);
}




/* Image */
.tour-img {
  position: relative;
}

.tour-img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

/* Rating badge */
.tour-rating {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #fff;
  padding: 6px 12px;
  border-radius: var(--radius);
  font-size: 13px;
  font-weight: 600;
}
/* .rating{
    font-size:13px;
} */
/* Body */
.tour-body {
  padding: 4px 14px 20px;
}
.tour-body svg{
margin-bottom: -4px
}

.tour-title {
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 6px;
}

.tour-location {
  font-size: 14px;
  margin-bottom: 8px;
}

.tour-desc {
  font-size: 14px;
  line-height: 1.5;
  color: var(--text-dark);
  margin-bottom: 14px;
}

/* Meta info */
.tour-meta {
  display: flex;
  justify-content: space-between;
  text-align: center;
  border-top: 1px solid var(--border-shad);
  padding-top: 12px;
}

.tour-meta span {
  font-size: 12px;
  color: var(--contrast-2);
  display: block;
}

.tour-meta strong {
  font-size: 14px;
}


/* Mobile tweaks */
@media (max-width: 576px) {
  .tour-img img {
    height: 180px;
  }

  .tour-title {
    font-size: 16px;
  }

  .tour-meta strong {
    font-size: 14px;
  }
}


/* .water-sports small{display:none !important;} */

/* ********************************************************** End Gride View travle list************************************************* */









.fact_cio_{
    margin: 2em 0em;
}

.fact_cio_ .wp-block-group__inner-container{
  padding:0 !important;
}

.fact_cio_ .wp-block-columns {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  gap: 1rem !important;
  align-items: start !important;
  text-align: center !important;
}
.fact_cio_ .wp-block-column {
  width: 100% !important;
  max-width: 100% !important;
  flex: unset !important;
}
.icon_text .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    align-items: start;
    text-align: center;
}
.wp-block-latest-posts__list.is-grid.columns-3,
.wp-block-latest-posts__list.is-grid.columns-4 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
    align-items: start;
}
@media (min-width: 600px) {
    .wp-block-latest-posts__list.is-grid.columns-3 {
        grid-template-columns: repeat(2, 1fr);
    }
    .wp-block-latest-posts__list.is-grid.columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
       .icon_text .wp-block-columns {
        grid-template-columns: repeat(2, 1fr);
    }
     .fact_cio_ .wp-block-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 900px) {
    .wp-block-latest-posts__list.is-grid.columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .wp-block-latest-posts__list.is-grid.columns-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .icon_text .wp-block-columns {
        grid-template-columns: repeat(3, 1fr);
    }
    .fact_cio_ .wp-block-columns {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
@media (min-width: 1200px) {
    .wp-block-latest-posts__list.is-grid.columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }
    .icon_text .wp-block-columns {
        grid-template-columns: repeat(4, 1fr);
    }
}
 .wp-block-latest-posts__list.is-grid.columns-3 > li,
.wp-block-latest-posts__list.is-grid.columns-4 > li {
    min-width: 0;
    width: 100%;
}
.wp-block-latest-posts__list.is-grid.columns-3 img,
.wp-block-latest-posts__list.is-grid.columns-4 img {
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
































/* ================================
   PORT BLAIR – AT A GLANCE UI
================================ */

/* Turn columns into modern grid */
/* .glance_sec_ {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  background: linear-gradient(135deg, #f7fbff, #ffffff);
  border-radius: 18px;
} */


:where(.fact_cio_ .wp-block-columns) {
  margin-bottom: 1em;
}

/* Tablet */
@media (min-width: 600px) {
  .glance_sec_ {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* Desktop */
@media (min-width: 900px) {
  .glance_sec_ {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Card style */
.glance_sec_ .wp-block-column {
  padding: 20px 10px;
  text-align: center;
      border: 2px solid var(--border-shad);
    border-radius: var(--radiusx);
}


/* Icon container */
/* .glance_sec_ .wp-block-column p:first-child {
  width: 56px;
  height: 56px;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e90ff, #00bcd4);
  border-radius: 50%;
} */

/* Emoji icon */
/* .glance_sec_ img.emoji {
  width: 26px;
  height: 26px;
  filter: brightness(0) invert(1);
} */

/* Text */
.glance_sec_ .wp-block-column p:last-child {
  margin: 0;
}

/* Prevent Gutenberg conflicts */
.glance_sec_ .wp-block-column {
  flex: unset;
  max-width: 100% ;
}





















/* Category wise css start */

.category-destinations .entry-content{
  margin-top: 0 !important;
}


.category-destinations .entry-content h2{
  margin-top: 2em !important;
}

.category-destinations .inside-article ul {
   margin:0 1em 1em !important;
   list-style: none;
}




.category-destinations .inside-article  li::before {
    content: "➤";
    font-size: 16px;
    color: var(--tour-golden);
    margin-right: 10px;
}
/* Category wise css end */















































/* Post Gallery */

@media (max-width: 600px) {
    .wp-block-gallery.is-layout-flex {
        flex-direction: column;
    }

    .wp-block-gallery.is-layout-flex figure.wp-block-image {
        width: 100% !important;
        margin: 0 0 16px 0;
    }

    .wp-block-gallery.is-layout-flex img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}















/* Lightbox base */
.lightbox {
    position: fixed;
    inset: 0;
    background:rgba(0,0,0,.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}



.lightbox.active {
    display: flex;
}

.lightbox-img {
    max-width: 90%;
    max-height: 90%;
}

.lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
}

/* Navigation */
.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 16px;
    user-select: none;
}

.lightbox-nav.prev { left: 15px; }
.lightbox-nav.next { right: 15px; }

/* Cursor hint */
.wp-block-gallery img {
    cursor: pointer;
}

/* Post Gallery End */



















































/* Hero Section Start */



/* LEFT CONTENT */
.hero-left {
    color: #fff;
}

/* RIGHT EMPTY SPACE */
.hero-right {
    pointer-events: none; /* so sidebar clickable */
}


/* TITLE */
.hero-left h1 {
    font-size: 36px;
    margin: 0;
    font-weight: 800;
}


@media (max-width: 767px) {
    /* HERO FULL WIDTH */
    .and_cont {
        grid-template-columns: 1fr;
        justify-items: center; /* center left content */
        text-align: center;
        padding: 100px 16px;
    }
    .andaman_click {
    min-height: 300px;
}

    /* HIDE RIGHT SPACE */
    .hero-right {
        display: none;
    }

    /* TITLE FONT SIZE ADJUST */
    .hero-left h1 {
        font-size: 28px;
    }
}

@media (max-width: 768px) {

    #right-sidebar {
        order: -1; /* moves sidebar to top */
        margin-bottom: -10px;
    }

    #primary {
        order: 1;
    }

}
@media (min-width: 769px) {

    .site-content {
        display: block;
    }

}

/* Hero Section End */

















/* Forms */




.field {
    position: relative;
    margin-bottom: 10px;
}
.field label {
    position: absolute;
    top: 6px;
    left: 12px;
    font-size: 11px;
    color: var(--tour-gray);
}
.field input, .field select, .field textarea {
    width: 100%;
    padding: 26px 12px 6px !important;
    border: 1px solid var(--border-shad) !important;
    border-radius: var(--radiusx) !important;
    font-size: 14px;
}



.tourist-query h3{
  font-weight: 700;
    text-align: center;
}

.tourist-query .bookBtn{
  width:100%
}


















/* Breadcrumbs */

#gp-breadcrumbs{ padding: 16px 0;}



@media (max-width: 768px){

.wp-singular #gp-breadcrumbs{ padding: 10px 20px;}
}
.gp-breadcrumbs { font-size: 14px; color: var(--contrast)!important; font-weight: 500;}.gp-breadcrumbs a { color: var(--contrast-3); text-decoration: none;}.gp-breadcrumbs { color: var(--secondary);}.gp-breadcrumbs a:hover { color: var(--secondary);}.gp-breadcrumbs { display: block;}#gp-breadcrumbs{ max-width: 1320px; margin: auto;}


/* Breadcrumbs end */




























.site-footer .site-info{
    background-color: var(--base-2);
}
.site-footer a{
  text-decoration: none;
      color: var(--contrast-2);
}