:root {
    --font-color: #363636;
    --theme-color: #d6242a;
    --dark-color: #000;
}
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}
/* body {
    font-family: "Poppins", sans-serif !important;
    font-size: 14px;
    color: var(--font-color)
} */
.color-theme {
    color: var(--theme-color)
}
/* .main-primary-btn, .main-primary-sub-btn, .navbar-light .navbar-nav .nav-link, .sticked .nav-pills .nav-link.active, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
} */

.pagebannersection {
    position: relative;
}

    .pagebannersection::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.3);
    }

.pagebannertxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
}

    .pagebannertxt .pagetitle {
        font-size: 32px;
        font-weight: 600;
        color: #fff
    }

.common-section {
    padding: 50px 0;
}

.titleblock {
    margin-bottom: 20px
}

    .titleblock .title-head {
        font-weight: 600;
        font-size: 24px;
        color: var(--dark-color)
    }

.font-16 {
    font-size: 16px;
}

.smalltitle {
    font-weight: 700;
    margin-bottom: 15px;
}
.smalltitle1 {
    font-weight: 700;
    margin-bottom: 15px;
	font-size:16px;
}
.g-commonbtn{
    padding:10px 15px;
    background:var(--theme-color);
    color:#fff;
    margin-top:15px;
    font-weight:500;
    border-radius:8px;
}
/****travel guide style*/
.container-fluid {
    padding: 0 35px;
}

.guide-list-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.guide-list-block {
    width: 20%;
}

.guide-list-block ul {
    position: sticky;
    top: 0;
    padding: 30px 0px;
    border-right: 1px solid #DEDEDE;
    list-style: none;
    height: 100vh;
    }

.guide-list-block ul li {
    border-bottom: 1px solid #eee;
    }

.guide-list-block ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    padding: 5px 0;
    padding-left: 10px;
    }

.guide-list-block ul li a:hover {
    color: var(--theme-color);
    border-left: 4px solid var(--theme-color);
    background: #ffe5e6
}

.guide-list-block ul li a.current {
    color: var(--theme-color);
    border-left: 4px solid var(--theme-color);
    background: #ffe5e6
 }

.guide-list-info {
    width: 80%
}

.commonblock {
    padding: 25px 15px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
}
.flex-ul-block{
    display:flex;
    gap:15px;
    justify-content:space-between
}
    .flex-ul-block .ul-block {
        margin-bottom: 0;
        width: -webkit-fill-available;
    }
.ul-block {
    padding: 25px;
    background: rgba(0, 0, 0, 0.08);
    border-radius: 15px;
    margin-bottom: 25px;
}

.ul-block ul li {
    margin-bottom: 7px
}

.ul-block ul li:last-child {
    margin-bottom: 0px
}

.destinationblock {
    position: relative;
}
.destination-image img {
    border-radius: 20px; /* Adjust the value for more or less curve */
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
}
/* Add some left margin to the text */
.destination-info {
    margin-left: 15px; /* Adjust the value as needed */
}

/* Optional: adjust spacing on smaller screens */
@media (max-width: 768px) {
    .destination-info {
        margin-left: 0; /* Remove margin for mobile for better layout */
        margin-top: 10px;
    }
}
.destinationblock .destination-image {
    }

.destination-info {
    padding: 15px 0;
}

.destination-info .destination-name i {
    margin-right: 10px;
}

.destination-info .destination-name {
    font-size: 16px;
    font-weight: 600
}

.destination-info .destination-rating {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
}

.destination-info .destination-rating {
    color: #FFB21D
}

.other-destination-block {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 0
}

.other-destination-block li:before {
    content: '';
    height: 5px;
    width: 5px;
    border-radius: 5px;
    background: #c7bde2;
    position: absolute;
    left: 10px;
    top: 15px;
}

.other-destination-block li {
        padding: 5px 10px 5px 25px;
        border-radius: 30px;
        position: relative;
        background: #eee;
        font-size: 12px;
    }
/***** explorer-block *****/
.explorer-section {
    background: #fff6f6;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
    justify-content: space-between
}

.explorer-block {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
    width:49%;
}

.explorer-block .image {
        border-radius: 10px;
        overflow: hidden;
        height: 120px;
        width: 120px;
        min-width: 120px;
    }

.explorer-block .image img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }

  
.explorer-block .content .explorer-title {
        font-weight: 600;
        color: var(--theme-color);
        font-size: 16px;
        margin-bottom: 10px;
    }

.explorer-block .content p {
        margin-bottom: 0
    }

.row-explorer-section {
    background: #fff6f6;
    padding: 15px;
    border-radius: 10px;
     
}

.row-explorer-block {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
   
}

.row-explorer-block .image {
        border-radius: 10px;
        overflow: hidden;         
        width: 25%;
        min-width: 25%;
        max-width:25%
    }

.row-explorer-block .image img {
            width: 100%;
            height: 100%;
            object-fit: cover
        }
.row-explorer-block .content {
        width: 75%;
        min-width: 75%;
        max-width: 75%
    }

.row-explorer-block .content .explorer-title {
        font-weight: 600;
        color: var(--theme-color);
        font-size: 16px;
        margin-bottom: 10px;
    }

.row-explorer-block .content p {
        margin-bottom: 0
    }

/**-----know-info-section-------*/
.know-info-section {
    padding: 20px;
    background: #eee;
    display: flex;
    gap: 10px;
    justify-content: space-between
}

.know-info-section .info-block {
        background: #fff;
        padding: 20px;
        width: 100%;
        text-align: center;
    }

.know-info-section .info-block img {
            margin: 0 auto 15px auto;
            height: 50px;
            width: auto;
        }

.know-info-section .info-block p {
            margin-bottom: 5px;
        }


/*-------------- flex-fearture-block    ---------*/
.flex-fearture-block {
    display: flex;
}

.flex-fearture-block .flex-feature-image {
        width: 50%;
        display: flex;
        height: 100%;
        object-fit: cover
    }
.flex-fearture-block .flex-feature-image img{
            width:100%
        }

.flex-feature-block {
            width: 50%;
            display: flex;
            flex-direction: column;
            padding: 20px;
        }

.flex-feature-block p {
        margin-bottom: 8px;
    }

.flex-feature-block .feature-title {
        font-weight: 600;
        font-size: 18px;
        color: var(--theme-color);
        margin-bottom: 10px;
    }

.flex-fearture-block:nth-child(odd) .flex-feature-block {
    order: 2;
}

.flex-fearture-block:nth-child(even) .flex-feature-image {
    order: 1;
}
/********carousel style --**/
.owl-carousel .owl-stage {
    padding-bottom: 20px;
}

.owl-carousel .owl-controls .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel .owl-controls .owl-dot {
    height: 8px;
    border-radius: 5px;
    opacity: .5;
    width: 8px;
    background: #106eea;
    margin: 0 2px;
    display: inline-block;
    transition: .3s ease-in
}

.owl-carousel .owl-controls .owl-dot.active {
        opacity: 1;
        width: 8px;
    }

/*---------- media -screen*/

@media (max-width:767px) {
    .guide-list-block {
        display: none;
    }

    .guide-list-info {
        width: 100%
    }

    .container-fluid {
        padding: 0 15px;
    }

    .commonblock {
        padding: 20px 0;
    }

    .know-info-section {
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px;
    }

    .know-info-section .info-block {
            width: 48%;
        }

    .flex-fearture-block {
        flex-direction: column
    }

    .flex-fearture-block .flex-feature-image, .flex-feature-image img, .flex-feature-block {
            width: 100%;
        }

    .flex-fearture-block:nth-child(odd) .flex-feature-block, .flex-fearture-block:nth-child(even) .flex-feature-image {
            order: inherit;
        }

    .explorer-block {
        width: 100%
    }

    .flex-ul-block {
        flex-wrap: wrap
    }

    .row-explorer-block {
        flex-wrap: wrap
    }

    .row-explorer-block .image, .row-explorer-block .content {
            width: 100%;
            min-width: 100%;
            max-width: 100%
        }

    .pagebannersection img {
        height: 180px;
        object-fit:cover
    }
    .pagebannertxt {
        width: 100%;
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .guide-list-block{
        display:none
    }
    .guide-list-info{width:100%}
    .know-info-section{
        flex-wrap:wrap;
        justify-content:center;
    }
        .know-info-section .info-block{
            width:32%;
        }
    .flex-ul-block{
        flex-wrap:wrap;
    }
}
.g-commonbtn{
    padding:10px 15px;
    background:#d6242a;
    color:#fff;
    margin-top:15px;
    font-weight:500;
    border-radius:8px;
}
.g-commonbtn:hover {
    background-color: #000 !important;
    color: #fff !important;
}
.flex-ul-block .ul-block {
    border: 1px solid #e2e2e2;   /* Soft border */
    padding: 25px;
    border-radius: 20px;         /* Same round corner as your design */        
    margin-bottom: 25px;
}
/* Mobile Fix */
@media (max-width: 576px) {
  .pagebannertxt {
    top: 55%;
    padding: 0 10px;
  }

  .pagebannertxt h1 {
    font-size: 24px !important;
    line-height: 1.3 !important;
	margin-top:20px;
  }

  .pagebannertxt p {
    font-size: 14px !important;
    line-height: 1.4 !important;
    margin-top: 5px !important;
  }
}
b{
	font-weight:600;
}
.banner-breadcrumb {
    position: relative;
    background: url('images/germany-visa-inner-page-banner.webp') center/cover no-repeat;
    padding: 80px 0;
    z-index: 1;
}

.banner-breadcrumb .breadcrumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 0;
}

.banner-breadcrumb h1,
.banner-breadcrumb .breadcrumb {
    position: relative;
    z-index: 2;
}

.banner-breadcrumb .breadcrumb-item a {
    color: #fff !important;
    font-weight: 500;
}
.banner-breadcrumb .breadcrumb-item{
	 color: #000 !important;
    font-weight: 500;
}
/* Wrapper with flex layout */
.content-image-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    margin-top: 50px;
}

/* Text content */
.text-content {
    flex: 1;
    color: #1a1a1a;
    line-height: 1.8;
}

.text-content ul.ul-block {
    list-style: disc outside; /* Bullets outside the box */
    padding-left: 25px;       /* Space between bullet and text */
    margin: 0;
}

.text-content ul.ul-block li {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.5; /* makes text easier to read */
}

/* Image content */
.image-content {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-content img {
    width: 100%;
    max-width: 500px;
    height: 550px;           
    border-radius: 15px;     
    object-fit: cover;       
    transition: transform 0.3s ease; 
	margin-top:10px;
}

/* Optional: hover zoom effect */
.image-content img:hover {
    transform: scale(1.03);
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .image-content img {
        height: 250px; /* smaller for tablets */
    }
}

@media (max-width: 576px) {
    .image-content img {
        height: 200px; /* smaller for mobile */
    }
}
