body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #29293a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.4;
	margin-top: 0;
}

.logo img {
	padding: 8px 0;
}

.sf-menu li li:hover > a {
	background: #444;
}

.headline {
	margin-bottom: 13px;
}

.headline h2 {
	text-transform: uppercase;
}

.headline:before,
.headline:after,
.headline h2:before {
	display: none;
}

.main-headline p {
	font-size: 16px;
}

.text-animated p {
	font-size: 16px;
}

.service-item h4 {
	font-size: 22px;
}

.featured-photo .price {
	background: #333;
}

.featured-text h4 a {
	color: #444;
}

.featured-text h4 a:hover {
	color: #3367c1;
}

.featured-carousel .owl-nav .owl-prev:hover,
.featured-carousel .owl-nav .owl-next:hover {
	background: #444;
	color: #fff;
}

.portpage-menu li {
	padding: 8px 25px;
}

.portpage-menu li:hover,
.portpage-menu li.filtr-active {
	background: #444;
	border: 2px solid #444;
	color: #fff;
}

.portfolio-bg {
	background: #444;
}

.team-bg {
	background: #444;
}

.team-text a:hover {
	color: #3367c1;
}

.button a:hover {
	background: #444;
}

/*.blog-item a.b-head{
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
}*/

.blog-item a.b-head:hover {
	color: #3367c1;
}

.blog-text ul li i {
	color: #444;
}

.blog-carousel .owl-nav .owl-prev:hover,
.blog-carousel .owl-nav .owl-next:hover {
	background: #444;
	color: #fff;
}

.newsletter-bg {
	background: #444;
}

.newsletter-submit input[type='submit'] {
	background: #3367c1;
}

.newsletter-submit input[type='submit']:hover {
	background: #444;
}

.footer-item h3 {
	font-weight: 600;
	padding-bottom: 0;
	margin-bottom: 30px;
}

.footer-item h3:before,
.footer-item h3:after {
	display: none;
}

.footer-item ul li a {
	padding-left: 20px;
}

.footer-item ul li a:before {
	position: absolute;
	content: '\f0a9';
	font-family: fontawesome;
	color: #c7c7c7;
	top: 0;
	left: 0;
}

.footer-item ul li a:hover {
	color: #3367c1;
}

.footer-item ul.footer-social li a:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #3367c1;
}

.brand-item {
	border: 1px solid #ddd;
	padding: 5px;
}

/*Dashboard*/
.detail-dashboard h1{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 25px;
}
/*Add Car*/
.clear {
    clear: both;
}
.information-form h2 {
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
    margin-bottom: 30px;
}
.form-group label {
    font-weight: 600;
}
.form-group input {
    height: 40px;
    transition: all 0.3s;
}
.form-group select {
    height: 40px;
}
.form-group textarea {
    height: 250px;
    transition: all 0.3s;
}
.information-form .form-group button[type='submit'] {
    margin-top: 15px;
}
.information-form .other-function {
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
}
.information-form .other-function h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 15px 0;
}
.information-form .other-function label {
    font-weight: 600;
}
.information-form .form-check-label {
    margin-right: 30px;
    margin-bottom: 15px;
}

/*View*/
.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    border: 1px solid #ddd;
    text-indent: 10px;
    font-size: 14px;
    font-weight: 400;
}
table.dataTable thead {
    background: #555;
    color: #fff;
}
.dataTables_length select {
    border: 1px solid #ddd;
}
.rTable {
    display: table;
    width: 100%;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableHead {
    width: 40%;
}
.rTableCell,
.rTableHead {
    display: table-cell;
    vertical-align: top;
    padding: 6px 10px;
    border: 1px solid #d3d3d3;
    border-collapse: collapse;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}
.rTable iframe {
    width: 300px!important;
    height: 250px!important;
}
.error {
    color: red!important;
}
.success {
    color: green!important;
}
div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}
div.pagination a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    text-decoration: none;
    /* no underline */
    
    background-color: #4a4a4a;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination a:hover,
div.pagination a:active {
    border: 1px solid #4a4a4a;
    color: #FFF;
    background-color: #a0a0a0;
    font-size: 16px;
}
div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a;
    font-weight: bold;
    background-color: #a0a0a0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}
div.pagination span.disabled {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
    font-size: 16px;
}

.chosen-container-single .chosen-default {
    color: #555!important;
}
.chosen-container-single .chosen-single {
    background-color: #fff!important;
}


.child {
    display: none;
}
.load-more {
    text-align: center;
    margin-top: 30px;
}
.load-more a {
    background: #dddddd;
    color:  #333;
    padding: 10px 20px;
    border-radius: 26px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

/* ═══════════════════════════════════════════════════════════════════════
   COUNTRY PROFILE PAGE  (.cp-wrap)
   ═══════════════════════════════════════════════════════════════════════ */

/* ── Google Font ── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap');

/* ── Root variables ── */
:root {
    --cp-indigo: #4f46e5;
    --cp-slate:  #1e293b;
    --cp-muted:  #64748b;
    --cp-light:  #f8fafc;
    --cp-border: #e2e8f0;
    --cp-radius: 14px;
    --skin: var(--skin-color, #e74c3c);
}

/* ── Base ── */
.cp-wrap { font-family: 'Inter', system-ui, sans-serif; }
.cp-wrap * { box-sizing: border-box; }
.cp-wrap input, .cp-wrap button, .cp-wrap textarea, .cp-wrap select { font-family: inherit; }

/* ── Hero Banner ── */
.cp-hero {
    position: relative;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a6e 60%, #1d4ed8 100%);
    overflow: hidden;
    padding: 28px 0 24px;
}
.cp-hero::before {
    content: '';
    position: absolute; inset: 0;
    opacity: .06;
}
.cp-hero-inner { position: relative; z-index: 1; }

/* Hero horizontal layout */
.cp-hero-row {
    display: flex; align-items: center; gap: 20px;
    flex-wrap: wrap;
}
.cp-hero-flag {
    width: 56px; height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,.4);
    flex-shrink: 0;
}
.cp-hero-info { flex: 1; min-width: 200px; }
.cp-hero-title {
    font-size: clamp(1.35rem, 3vw, 1.8rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.15;
    margin: 0 0 4px;
}
.cp-hero-sub {
    color: rgba(255,255,255,.6);
    font-size: .78rem;
    font-weight: 500;
    margin: 0;
    display: flex; align-items: center; gap: 6px;
}
.cp-hero-sub-sep { color: rgba(255,255,255,.3); }
.cp-hero-right {
    display: flex; flex-direction: column; align-items: flex-end; gap: 8px;
    flex-shrink: 0;
}
.cp-vs-pill {
    display: inline-flex; align-items: center; gap: 7px;
    border-radius: 30px; padding: 5px 14px;
    font-size: .75rem; font-weight: 700;
}
.cp-crumbs {
    display: flex; align-items: center; gap: 6px;
    flex-wrap: wrap; flex-direction: row !important;
    margin-top: 12px;
}
.cp-crumbs a { color: rgba(255,255,255,.55); font-size: .72rem; text-decoration: none; }
.cp-crumbs a:hover { color: #fff; }
.cp-crumbs .cp-sep { color: rgba(255,255,255,.3); font-size: .72rem; }
.cp-crumbs .cp-cur { color: rgba(255,255,255,.85); font-size: .72rem; font-weight: 600; }
@media (max-width: 640px) {
    .cp-hero-row { flex-direction: column; align-items: flex-start; }
    .cp-hero-right { align-items: flex-start; }
}

/* ── Sticky Tab Nav ── */
.cp-tabs-wrap {
    background: #fff;
    border-bottom: 2px solid var(--cp-border);
    position: sticky; top: 0; z-index: 80;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}
.cp-tabs {
    display: flex; gap: 0; overflow-x: auto;
    scrollbar-width: none;
}
.cp-tabs::-webkit-scrollbar { display: none; }
.cp-tab {
    display: flex; align-items: center; gap: 6px;
    padding: 14px 22px;
    font-size: .82rem; font-weight: 700; color: var(--cp-muted);
    border: none; background: none; cursor: pointer;
    border-bottom: 2.5px solid transparent; margin-bottom: -2px;
    white-space: nowrap; text-decoration: none;
    transition: all .15s;
}
.cp-tab:hover { color: var(--cp-slate); background: var(--cp-light); }
.cp-tab.active { color: var(--cp-indigo); border-bottom-color: var(--cp-indigo); }
.cp-tab i { font-size: 1rem; }

/* ── Main Layout ── */
.cp-layout {
    display: grid;
    grid-template-columns: 3fr 6fr 3fr;
    gap: 28px;
    align-items: start;
    padding: 36px 0 48px;
}
@media (min-width: 1200px) {
    .cp-layout { grid-template-columns: 280px 1fr 340px; }
}
@media (max-width: 1024px) {
    .cp-layout { grid-template-columns: 1fr; }
}

/* ── Tab Panels ── */
.cp-panel { display: none; }
.cp-panel.active { display: block; }

/* ── Content Typography ── */
.cp-content {
    background: #fff;
    border-radius: var(--cp-radius);
    border: 1px solid var(--cp-border);
    padding: 32px 36px;
    line-height: 1.85;
    color: #374151;
    font-size: 15px;
    min-height: 300px;
}
.cp-content h1, .cp-content h2, .cp-content h3, .cp-content h4 {
    color: var(--cp-slate); font-weight: 700; margin-top: 1.6em; margin-bottom: .5em;
}
.cp-content ul, .cp-content ol { padding-left: 1.4em; margin-bottom: 1em; }
.cp-content li { margin-bottom: .35em; }
.cp-content strong { color: var(--cp-slate); }
.cp-content p { margin-bottom: 1em; }

/* ── Video ── */
.cp-video-wrap {
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;
    border-radius: 12px; margin-top: 28px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
}
.cp-video-wrap iframe { position: absolute; top:0; left:0; width:100%; height:100%; border:0; }

/* ── Sidebar ── */
.cp-sidebar { display: flex; flex-direction: column; gap: 20px; }

/* ── Enquiry Card ── */
.cp-card {
    background: #fff;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    overflow: hidden;
}
.cp-card-head {
    background: linear-gradient(135deg, #1e293b, #334155);
    padding: 18px 22px;
}
.cp-card-head h5 {
    color: #fff; font-size: .95rem; font-weight: 800;
    margin: 0 0 2px;
}
.cp-card-head p { color: rgba(255,255,255,.6); font-size: .72rem; margin: 0; }
.cp-card-body { padding: 20px 22px; }

/* ── Form ── */
.cp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cp-field { margin-bottom: 12px; }
.cp-label {
    display: block; font-size: .68rem; font-weight: 700;
    color: var(--cp-muted); text-transform: uppercase;
    letter-spacing: .4px; margin-bottom: 5px;
}
.cp-input {
    width: 100%; height: 38px; padding: 0 12px;
    border: 1.5px solid var(--cp-border); border-radius: 8px;
    font-size: .82rem; color: var(--cp-slate); background: #f8fafc;
    transition: border-color .15s; outline: none;
}
.cp-input:focus { border-color: var(--cp-indigo); background: #fff; }
.cp-textarea {
    width: 100%; padding: 10px 12px; resize: vertical;
    border: 1.5px solid var(--cp-border); border-radius: 8px;
    font-size: .82rem; color: var(--cp-slate); background: #f8fafc;
    transition: border-color .15s; outline: none; min-height: 80px;
}
.cp-textarea:focus { border-color: var(--cp-indigo); background: #fff; }
.cp-btn-submit {
    width: 100%; height: 42px; border: none; border-radius: 10px;
    background: var(--skin); color: #fff;
    font-size: .85rem; font-weight: 800; cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    transition: all .2s;
}
.cp-btn-submit:hover { filter: brightness(1.1); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,.2); }

/* ── Info Card ── */
.cp-info-card {
    background: #fff;
    border: 1px solid var(--cp-border);
    border-radius: var(--cp-radius);
    overflow: hidden;
}
.cp-info-head {
    display: flex; align-items: center; gap: 16px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--cp-border);
}
.cp-info-flag {
    width: 60px; border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,.2);
}
.cp-info-name { font-size: 1.05rem; font-weight: 800; color: var(--cp-slate); }
.cp-info-region { font-size: .78rem; color: var(--cp-muted); margin-top: 2px; }
.cp-info-rows { padding: 8px 0; }
.cp-info-row {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 22px; border-bottom: 1px solid #f1f5f9;
}
.cp-info-row:last-child { border-bottom: none; }
.cp-ir-label { display: flex; align-items: center; gap: 8px; font-size: .8rem; color: var(--cp-muted); font-weight: 600; }
.cp-ir-label i { font-size: 1rem; }
.cp-ir-value { font-size: .82rem; font-weight: 700; color: var(--cp-slate); }

/* ── Insurance Banner ── */
.cp-insurance {
    background: linear-gradient(135deg, #1e3a6e 0%, #2563eb 100%);
    border-radius: var(--cp-radius);
    padding: 22px;
    margin-top: 20px;
    display: flex; gap: 14px; align-items: flex-start;
}
.cp-ins-ic {
    width: 44px; height: 44px; border-radius: 10px;
    background: rgba(255,255,255,.12);
    display: flex; align-items: center; justify-content: center;
    font-size: 1.4rem; color: #fff; flex-shrink: 0;
}
.cp-ins-title { font-size: .88rem; font-weight: 800; color: #fff; margin-bottom: 4px; }
.cp-ins-sub { font-size: .73rem; color: rgba(255,255,255,.7); }
.cp-ins-btn {
    display: block; margin-top: 12px;
    background: #fff; color: #1e3a6e;
    padding: 8px 16px; border-radius: 8px;
    font-size: .72rem; font-weight: 800;
    text-decoration: none; text-align: center;
    transition: all .2s;
}
.cp-ins-btn:hover { background: #f0f7ff; color: #1d4ed8; }

/* ── Destinations Marquee ── */
.cp-destinations {
    background: var(--cp-light);
    border-top: 1px solid var(--cp-border);
    padding: 36px 0;
}
.cp-dest-title {
    text-align: center; font-size: .7rem; font-weight: 800;
    text-transform: uppercase; letter-spacing: 1.5px;
    color: var(--cp-muted); margin-bottom: 20px;
}
.cp-marquee-outer { position: relative; overflow: hidden; }
.cp-marquee-inner {
    display: flex; gap: 12px; width: max-content;
    animation: cpMarquee 240s linear infinite;
}
.cp-marquee-inner:hover { animation-play-state: paused; }
.cp-dest-chip {
    display: flex; align-items: center; gap: 8px;
    background: #fff; border: 1px solid var(--cp-border);
    border-radius: 10px; padding: 9px 16px;
    text-decoration: none; white-space: nowrap;
    transition: all .2s;
}
.cp-dest-chip:hover { border-color: var(--cp-indigo); box-shadow: 0 4px 12px rgba(79,70,229,.1); transform: translateY(-1px); }
.cp-dest-chip img { width: 22px; border-radius: 3px; box-shadow: 0 1px 3px rgba(0,0,0,.12); }
.cp-dest-chip span { font-size: .8rem; font-weight: 700; color: #4a5568; }
@keyframes cpMarquee {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* ── Empty State ── */
.cp-empty {
    text-align: center; padding: 60px 20px; color: var(--cp-muted);
}
.cp-empty i { font-size: 2.5rem; display: block; margin-bottom: 12px; opacity: .3; }

/* ── Alert ── */
.cp-alert-success {
    background: #dcfce7; border: 1px solid #86efac; color: #166534;
    border-radius: 10px; padding: 14px 18px; margin-bottom: 24px;
    font-size: .85rem; font-weight: 600;
    display: flex; align-items: center; gap: 10px;
    transition: opacity .4s;
}

/* ── Full-width container override (main content only) ── */
.cp-main-section > .container { max-width: 100%; width: 90%; padding-left: 30px; padding-right: 30px; }