@import url('https://fonts.googleapis.com/css?family=Abel');
@import url('https://fonts.googleapis.com/css?family=Anton');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

a{
    text-decoration:none;
    color:#000;
}
#hotels-body a {
    color: green;
    
}
#total-header
{
    width:100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
    font-family: "Roboto", sans-serif;
}
#inner-header
{
    width:85%;
    padding-top:8px;
}
#inner-total-header
{
    width:100%;
    display:table;
}
#left-header
{
    width:50%;
    display:table-cell;
    text-align: left;
}
#right-header
{
    width:50%;
    display:table-cell;
    text-align:right;
    vertical-align: bottom;
}
#right-inner
{
    display:table;
    width: 100%;
}
#middle-header
{
    display:table-cell;
    text-align: left;
    vertical-align: bottom;
    width: 50%;
}
#middle-header-right
{
    display:table-cell;
    text-align:right;
    width: 50%;
}
#middle-header-total
{
    display:table;
    width: 100%;
}
#location-img
{
    display:table-cell;
    width: 10%;
}
#location-text
{
    display:table-cell;
    vertical-align: bottom;
    width: 90%;
}
#logo-img img
{
    width:6vw;
    height:auto;
}
#l-text1
{
    color: #1e1e1e;
    font-size:16px;
    margin:0 0 0 0;
    font-weight: 500;
}
#l-text2
{
    color: #777676;
    font-size:14px;
    margin:0 0 0 0;
}
#contact-icon img
{
    width:16px;
    height:auto;
}
#contact-icon a
{
    font-size: 14px;
    color:#777676;
    text-decoration:none;
}
#total-menu
{
    width:100%;
}
#inner-menu
{
    width:85%;
}
#inner-menu-total
{
    width:100%;
    display:table;
    padding: 10px 0;
}
#left-menu
{
    width:85%;
    display:table-cell;
    text-align:left;
}
#right-button
{
    width:20%;
    display:table-cell;
    text-align:right;
    vertical-align: middle;
}
#right-button button
{
    background-color:#038374;
    border:0;
    padding:10px 40px;
    border-radius:4px;
    color:#fff;
    font-size:14px;
    font-family: "Roboto", sans-serif;
}
#contact-icon
{
    margin-right:45px;
}
#total-home
{
    width:100%;
    margin-top: 20px;
}
#inner-home
{
    width:85%;
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
    padding: 30px 0 30px 0;
}
#banner img {
    width: 100%;
}
#total-card
{
    width:100%;
    display:table;
}
.card-row {
    display: table;
    width: 100%;
    margin-bottom: 30px; /* দুই রো-এর মধ্যে গ্যাপ */
}
#part-card
{
    display: table-cell;
    width: 33.33%;
}
#inner-part-card
{
    padding: 10px 10px;
    text-align: left;
    border: 2px solid #CDCFE8;
    margin: 0 10px;
}
#part-card img
{
    width: 100%;
}
#inner-part-card h4
{
    color: #00B4FD;
    font-size: 20px;
    font-family: "Roboto Condensed";
    font-weight: normal;
    margin: 10px 0;
}
#inner-part-card p
{
    color: #333;
    text-decoration: none !important;
    line-height: 22px;
    font-size: 14px;
    margin: 0 0 10px 0;
}
button
{
    background-color: #FF4500;
    border-radius: 3px;
    padding: 6px 6px;
    border: none;
    color: #ffffff;
}

#map
{
    width: 100%;
    margin-top: 20px;
}
#total-footer
{
    width: 100%;
    background-color: #000;
    padding: 20px 0;
    font-family: "Roboto", sans-serif;
}
#inner-footer
{
    width: 85%;
}
#inner-total-footer
{
    width: 100%;
    display: table;
    color: #fff;
    font-size: 14px;
}
#left-footer
{
    width: 50%;
    display: table-cell;
    text-align: left;
}
#right-footer
{
    width: 50%;
    display: table-cell;
    text-align: right;
}
#right-footer a
{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
#total-inside
{
    width: 100%;
    line-height: 26px;
    font-size: 14px;
        margin-top: 15px;

}
#inner-inside
{
    width: 85%;
}
#total-inner-inside
{
    width: 100%;
    text-align: left;
    font-family: "Roboto", sans-serif;
}
.page-header {
    background: #ccc;
    width: 100%;
    padding: 20px 0;
        margin-top: 5px;
}
.page-header-inner {
    width: 85%;
    margin: 0 auto;
}
.breadcrumb {
    font-size: 14px;
    margin-bottom: 10px;
}
.breadcrumb a {
    text-decoration: none;
    color: #333;
}
.breadcrumb span {
    color: #666;
    margin: 0 5px;
}
.page-title {
    font-size: 24px;
    font-weight: bold;
    color: #004766;
    font-family: 'Lato', sans-serif;
}
#contact-total
{
    width: 100%;
    display: table;
}
#contact-left
{
    width: 50%;
    display: table-cell;
    text-align: left;
}
#contact-right
{
    width: 50%;
    display: table-cell;
    text-align: left;
}
#inner-form
{
    padding: 0 20px 6px 20px;
    border: 1px solid #e6e6e6;
}
#inner-form p
{
    font-size: 18px;
}
#inner-form input[type="text"], input[type="email"], input[type="number"], input[type="date"], input[type="time"], textarea, select
{
    width: 91%;
    font-size: 15px;
    line-height: 1;
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 8px;
    background-color: #fff;
}
#inner-form input[type="submit"]
{
    background: #345936;
    color: #ffffff;
    padding: 10px 26px;
    border: none;
    font-size: 19px;
    cursor: pointer;
    border-radius: 3px;
    width: 100%;
    margin-top: 7px;
    font-family: "Roboto", sans-serif;
}
::placeholder
{
    font-size:14px;
}
#hotels-body img
{
    width:100%;
    height:auto;
}
#gallery-button img {
    width: auto;
    vertical-align: middle;
}
#gallery-button a {
  text-decoration: none;
}
#room-table
{
    border:1px solid #ddd;
    text-align:left;
    width: 50%;
}
#room-table th
{
    padding: 5px 5px;
    background-color: #00abff;
    color: #fff;
}
#room-table td
{
    padding: 5px 5px;
    font-weight:normal;
    font-size:14px;
}
#first
{
    background-color:#e9e9e9;
}
#hotels-body p img
{
    width:28px;
    height:auto;
}
#website
{
    margin-top:10px;
}
#website a
{
    text-decoration:none;
    color: #319d3a;
    font-weight: 600;
    font-size: 15px;
}
#hotels-body h3
{
    border-top: 2px solid #7C1415;
    border-bottom: 2px solid #7C1415;
    color: #009500;
}
#gallery {
    padding-top: 10px;
    width: 85%;
}
#gallery_row {
    width: 100%;
    max-width: 91.5vw;
    display: table;
    margin-bottom: 5px;
}
#gallery_col {
    display: table-cell;
}
#gallery_inn_col {
    padding: 6px 6px 6px 6px;
    border: 2px solid #ddd;
    width: 92%;
}
#gallery_col img {
    width: 100%;
    height: auto;
}
#gallery h2
{
    padding: 20px 25px;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: #000000;
    border-left: 5px solid #61852e;
    background: #f7f7f7;
    border-radius: 4px;
    font-family: 'Poppins';
    text-align:left;
}
#hotels-total
{
    display:table;
    width:100%;
    margin-top:20px;
}
#left-hotels
{
    display:table-cell;
    width:70%;
    text-align:left;
    vertical-align:top;
}
#right-hotels
{
    display:table-cell;
    width:30%;
    text-align:right;
        padding: 0px 15px;
}
#right-hotels img
{
    width:100%;
}
#left-hotels p
{
    text-align:justify;
}
.itinerary-container {
  max-width: 800px;
  margin: auto;
}

h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.timeline {
  position: relative;
  padding-left: 50px;
  border-left: 2px solid #ddd;
}

.timeline-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  position: relative;
}

.day-circle {
  position: absolute;
  left: -77px;
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.timeline-content {
  background: #f7f9fc;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px 20px;
  width: 90%;
}

.timeline-content h3 {
  background: #d9ebff;
  margin: -15px -20px 10px -20px;
  padding: 10px 15px;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.timeline-content ul {
  margin: 0;
  padding-left: 20px;
}

.timeline-content li {
  margin-bottom: 5px;
  line-height: 1.6;
}

.tour-details {
 
  margin: 40px auto;
  background: linear-gradient(135deg, #e9f3ff, #f8fbff);
  border: 1px solid #cfe0f5;
  border-radius: 14px;
  padding: 25px 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.tour-details:hover {
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.tour-header h2 {
  color: #004a99;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: left;
  border-bottom: 2px solid #cfe0f5;
  padding-bottom: 10px;
}

.tour-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 25px;
  margin-top: 15px;
}

.tour-info p {
  margin: 0;
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}

.tour-info strong {
  color: #004a99;
}
.inclusion-exclusion-container {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 40px auto;
  font-family: 'Poppins', sans-serif;
}

/* Common Card Style */
.card {
  flex: 1;
  max-width: 300px;
  border-radius: 10px;
  padding: 15px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  border: 2px solid transparent;
  height: 240px;
  overflow-y: auto;
  transition: all 0.3s ease;
}

/* Inclusions */
.inclusions {
  background: #e8f7e8;
  border-color: #5cb85c;
}

.inclusions h3 {
  color: #046e04;
  border-bottom: 2px solid #8cd98c;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.inclusions ul {
  margin: 0;
  padding-left: 20px;
}

.inclusions li {
  margin-bottom: 8px;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.inclusions li::before {
  content: "✔";
  color: #00b300;
  font-weight: bold;
  margin-right: 8px;
}

/* Exclusions */
.exclusions {
  background: #fdeaea;
  border-color: #ff4c4c;
}

.exclusions h3 {
  color: #b30000;
  border-bottom: 2px solid #ff9999;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.exclusions ul {
  margin: 0;
  padding-left: 20px;
}

.exclusions li {
  margin-bottom: 8px;
  line-height: 1.5;
  list-style: none;
  position: relative;
}

.exclusions li::before {
  content: "✖";
  color: #e60000;
  font-weight: bold;
  margin-right: 8px;
}

/* Scrollbar Style */
.card::-webkit-scrollbar {
  width: 6px;
}

.card::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
}


/* Contact & Documents Section - styling */
.cs-contact-docs {
 
  margin: 40px auto;
  padding: 0 0px 60px;
  font-family: 'Poppins', sans-serif;
  color: #222;
}

.cs-wrap {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* Card common */
.cs-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  border: 1px solid rgba(3, 63, 138, 0.06);
  padding: 20px;
  flex: 1 1 480px;  
  width: 90%;
      margin-bottom: 20px;
}

/* Headings */
.cs-card h3 {
  margin: 0 0 12px 0;
  font-size: 20px;
  color: #063b78;
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 2px solid rgba(6,59,120,0.08);
}

/* Contact card specifics */
.contact-card .contact-lines p {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.55;
}

.contact-card a {
  color: #064e9a;
  text-decoration: none;
}

.contact-cta {
  margin-top: 14px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-whatsapp, .btn-call {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  box-shadow: 0 3px 8px rgba(6,75,155,0.08);
}

.btn-whatsapp {
  background: #25D366;
  color: #fff;
}

.btn-call {
  background: #0666c8;
  color: #fff;
}

/* Documents card specifics */
.docs-card .docs-intro p {
  margin: 6px 0 12px;
  font-size: 15px;
  line-height: 1.55;
}

.docs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  margin-bottom: 12px;
}

.docs-block h4 {
  margin: 0 0 8px;
  font-size: 15px;
  color: #0b4f86;
}

.docs-block ul {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
}

.docs-block li {
  margin-bottom: 8px;
}

/* 'Not valid' badge */
.not-valid {
  display: inline-block;
  color: #b03a3a;
  background: rgba(176,58,58,0.06);
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 600;
  margin-left: 6px;
  font-size: 13px;
}

/* docs final note */
.docs-note p {
  margin: 12px 0 0;
  font-size: 14px;
  color: #222;
}





/* Responsive */
@media (max-width: 860px) {
  .cs-wrap {
    
    gap: 18px;
  }
  .docs-grid {
    grid-template-columns: 1fr;
  }
}



/* Responsive */
@media (max-width: 768px) {
  .inclusion-exclusion-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .card {
    width: 90%;
    
    height: auto;
    overflow: visible;
  }
}

@media only screen and (max-width: 768px)
{
    #left-header
    {
        width:40%;
    }
    #right-header
    {
        right:60%;
    }
    #middle-header
    {
        width:65%;
    }
    #middle-header-right
    {
        width:35%;
    }
    #logo-img img
    {
        width:8vw;
    }
    #contact-icon
    {
        margin-right:20px;
    }
    #l-text1{font-size: 12px; margin-left: 2px;}
    #l-text2{font-size: 11px; margin-left: 2px;}
    #location-img img{width: 28px;}
    #contact-icon img
    {
        width: 12px;
        height: auto;
    }
    #right-button button
    {
        padding: 8px 34px;
        font-size:12px;
    }
    #contact-icon a
    {
        font-size:12px;
    }
    #hotels-body
    {
        text-align:justify;
    }
    #room-table
    {
    border:1px solid #ddd;
    text-align:left;
    width: 100%;
    }
    #hotels-total
    {
    display:block;
    margin-bottom:10px;
    }
    #left-hotels
    {
    display:inline-block;
    width:100%;
    }
    #right-hotels
    {
    display:inline-block;
    width:100%;
    text-align:left;
            padding: 0px;
            margin-top: 20px;
    }
}
@media only screen and (max-width: 425px)
{
    #inner-header
    {
        width:92%;
    }
    #left-header
    {
        width:60%;
    }
    #right-header
    {
        width:40%;
    }
    #right-inner
    {
        display:block;
    }
    #middle-header
    {
        display:inline-block;
        width: 100%;
        text-align: left;
        margin-bottom: 12px;
    }
    #middle-header-right
    {
        display:inline-block;
        width: 100%;
        text-align: right;
    }
    #contact-icon
    {
        margin-right:0px;
    }
    #logo-img img
    {
        width:19vw;
    }
    #inner-menu
    {
        width:92%;
    }
    #left-menu
    {
        width:60%;
    }
    #right-button
    {
        width:40%;
    }
    #inner-home
    {
        width:92%;
    }
    #total-card
    {
        display:block;
    }
    #part-card
    {
    display: inline-block;
    width: 100%;
    margin-bottom:20px;
    }
    #inner-footer
    {
        width: 92%;
    }
    #inner-total-footer
    {
    display: block;
    font-size:12px;
    }
    #left-footer
    {
    width: 100%;
    display: inline-block;
    text-align: left;
    }
    #right-footer
    {
    width: 100%;
    display: inline-block;
    text-align: left;
    }
    #l-text1
    {
        font-size:11px;
    }
    #l-text2
    {
        font-size:9px;
    }
    #contact-total
    {
        display:block;
    }
    #contact-left
    {
        display:inline-block;
        width:100%;
    }
    #contact-right
    {
        display:inline-block;
        width:100%;
    }
    #total-inner-inside h2
    {
        font-size: 16px;
    }
    #gallery
    {
        width:92%;
    }
    #gallery_row
    {
        display:block;
    }
    #gallery_col
    {
        display:inline-block;
        width:100%;
        margin-bottom: 10px;
    }
    #gallery h2
    {
        font-size: 16px;
    }
}
@media only screen and (max-width: 320px)
{
    
}










