    body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a
{
	color: inherit;
	text-decoration: none;
}

a:hover
{color: inherit;
	text-decoration: none;
	transition: all .6s;
	text-decoration: none;
}
h1,h2,h3{
    font-family: 'Oswald', sans-serif;
}
    
h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
}
p{
	margin:0;
    line-height: 1.6em;
    font-size: 15px;
}

.img-fluid{
    display: block;
}
.list-inline li{
    display: inline-block;
	color:white;
}
.list-inline a{
    display: inline-block;
	color:white;
}
h2 {
    font-size:50px;
    text-transform: uppercase;
}

/* top headr section start here */
.first-nav li a {
    padding: 1px 29px;
    font-size: 17px;
    text-transform:uppercase;
}

.hd-logo {
    margin: 0 auto;
    width: 87%;
    position: relative;
    top: 2px;
}
.dropdown-toggle::after {
    position: relative;
    /*left: -30px;*/
    font-size: 18px;
    top: 2px;
}
a.dropdown-item {
    font-size: 15px !important;
    line-height: 25px;
}
.dropdown-menu.show {
    top: 36px;
    left: 26px;
    padding: 20px 0;
}


.secend-nav li a {
    padding: 1px 29px;
    font-size: 17px;
    text-transform:uppercase;
}
.bg-dark {
    background-color: #00000000 !important;
    padding: 0px 0;
    position: absolute;
    width: 100%;
    top: 27px;
    color: #fff;
    z-index: 99999;
}
/* top headr section start here */

/* london country section start here */


.country-section {
    margin: 80px 0;
}
.cntry-header {
    margin-bottom: 44px;
    text-align: center;
}
.cntry-header {
    margin-bottom: 45px;
    text-align: center;
}
.country-innerdwn {
    position: absolute;
    top: 56px;
    left: 36px;
    z-index: 9999;
    color: #fff;
    width: 58%;
}
.country-innerdwn h3 {
    min-height: 86px;
}

.country-innerdwn a {
    background: #fff;
    color: #000;
    padding: 14px 47px;
    border-radius: 41px;
    position: relative;
    top: 12px;
    transition: 0.3s;
}
.country-innerdwn a:hover{
    background: #f3941e;
    color: #fff;
}
.country-section h2 {
    color: #f3941e;
}
.first-nav li a:hover{
    color: #f3941e;
}
.secend-nav li a:hover{
    color: #f3941e;
}
.banner-fixed {
    position: absolute;
    top:40%;
    z-index: 99999;
    margin: 0 auto;
    width:74%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
} 
a.hdrbnr-phone {
    background: #f3941e;
    padding: 13px 17px;
    border-radius: 50%;
    font-size: 24px;
    margin-left: 9px;
}
.banner-fixed h1 {
    font-weight: 200;
    text-transform: uppercase;
    font-size: 54px;
    margin-bottom: 25px;
        text-shadow: 1px 0px 3px #000;
}
.top-header{
    position: relative;
}
a.bnr-buton {
    background: #ff5722;
    padding: 13px 42px;
    border-radius: 51px;
    font-size: 16px;
}
a.bnr-bkingbtn {
    background: #000;
    padding: 13px 42px;
    border-radius: 51px;
    font-size: 16px;
}

.banner-fixed h4 {
    font-size: 36px;
    margin-right: 26px;
    font-family: 'Shadows Into Light', cursive;
    font-weight: 200;
    margin-bottom: 40px;
}
.cntry-header h5 {
    font-size: 36px;
    margin-right: 26px;
    font-family: 'Shadows Into Light', cursive;
    font-weight: 200;
}
.cntry-headerabt h5 {
    font-size: 36px;
    margin-right: 26px;
    font-family: 'Shadows Into Light', cursive;
    font-weight: 200;
}

.header-form {
    background: #ff5722;
    padding: 30px;
    position: relative;
}


select#exampleFormControlSelect1 {
    background: white;
    width: 100%;
    height: 47px;
}
input#exampleFormControlSelect2 {
    width: 100%;
    height: 48px;
    border-radius: 6px;
    border: none;
    padding: 15px;
}
button.btn.btn-primary {
    width: 100%;
    padding: 12px 0;
    background: #161616;
    border: none;
}

h3.form-hdr {
    position: absolute;
    top: -52px;
    background: #ff5722;
    color: #fff;
    padding: 6px 33px;
    border-radius: 5px;
    font-family: 'Shadows Into Light', cursive;
    font-size: 36px;
}

.slider-lftarw {
    left: -9%;
    width: 13%;
}
.slider-rightarw {
    right: -9%;
    width: 13%;
}
.slider-lftarw img, .slider-rightarw img{
    width: 35%;
}

/* london country section end here */
/* discover section start here */
.discover-section{
    background: url('../image/discover-bg.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
}
.discover-lft h2 {
    color: #f3941e;
    margin-bottom: 45px;
}
.discover-button a{
    background: #f3941e;
    color: #fff;
    padding: 14px 47px;
    border-radius: 41px;
    position: relative;
    top: 12px;
    transition: 0.3s;
}
.discover-button a:hover{
    background: #fff;
    color: #000;
}
.discover-button {
    margin-top:40px;
    margin-bottom:24px;
}
.discover-lft p {
    margin-bottom: 19px;
}

.discover-right h3 {
    color: #000;
    font-size: 50px;
    padding: 8px 0;
    font-weight: 600;
}
.discover-right p {
    font-size: 25px;
    line-height: 26px;
    font-weight: 500;
}
.discover-right {
    background: #f3941e;
    padding: 80px 33px;
    text-align: center;
    border-radius: 50%;
    border: 16px solid #ffffff8c;
    margin: 38px 0;
}
.pickup-section {
    margin: 80px 0;
    text-align: center;
}
.pick-upinr img {
    width: 43%;
    margin: auto;
    padding-bottom: 32px;
}
.pick-upinr h3 {
    font-size: 22px;
    margin-bottom: 18px;
    margin-top: 5px;
}

.travell-inner {
    background: #f3941e;
    color: #fff;
    padding: 31px;
    border-radius: 5px;
    position: relative;
}
.travell-down {
    margin-top:43px;
    color: #333;
}
.travell-down li img {
    float: left;
    margin-right: 13px;
    margin-left: 19px;
    max-width: 67px;
}

.travel-review {
    margin-bottom: 80px;
}
.travell-downmobile{
    display: none;
}

.travell-downinner {
    color: #fff;
    padding:0px;
    border-radius: 5px;
    font-weight: 300;
    position: relative;
}
.travell-inner p {
    margin: 20px 0;
    line-height: 22px;
    min-height: 66px;
}
li.trv-pera {
    margin: 0px 1px 9px;
    position: relative;
    top: 8px;
    font-size: 18px;
    font-weight: 500;
}

.travell-inner h5 {
    color: #000;
}

.travell-inner::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 24px solid #f3941e;
    bottom: -23px;
    position: absolute;
}
.about-lftinr a {
    padding: 15px 33px;
    background: #fff;
    border-radius: 25px;
    color: #000;
    margin-right: 13px;
    transition: 0.3s;
}
.about-lftinr a:hover{
    background: #000;
    color: #fffefe;
}
.about-lftinr ul {
    margin-top: 38px;
}
.about-left p {
    margin-bottom: 22px;
}

.cntry-headerabt {
    text-align: left;
    margin-bottom: 25px;
}
.country-downmobile{
    display: none;
}

/* discover section end here */


/* about us section start here */
.about-us{
    background:#ff5722;
    color: #fff;
    padding:80px 0;
    position: relative;
    overflow:hidden;
}
.about-right img {
    height: 555px;
    border-left: 7px solid;
}
.about-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 49%;
}
.enquery-right img {
    float: left;
    width: 50%;
}
.enquery-right img {
    float: left;
    width: 27%;
    margin-left: 20px;
}
.enquery-mid {
    position: absolute;
    top: -151px;
}
.enquery-section {
    padding: 48px 0;
}

.enquery-innerlft p {
    font-size: 20px;
}
.enquery-innerlft h6 {
    margin-bottom: 8px;
}
.enquery-innerlft p a {
    color: #ff7556;
}
span.anquery-spaner {
    color: #fdac54;
}
.enquery-section {
    padding:48px 0 38px;
}   

/* about us section end here */

/* footer section start here */
.footer-section {
    background: #1c1c1c;
    color: #fff;
    padding: 61px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

img.ftr-downstn {
    position: absolute;
    right: 70px;
    bottom: -10px;
    z-index: 999999;
}
ul.list-inline.ftr-mdleup li {
    padding-left: 23px;
    transition: 0.3s;
}
ul.list-inline.ftr-mdleup li:hover{
    color:#f3941e;
}
ul.list-inline.ftr-mdleup li:first-child {
    padding-left: 0;
}
ul.list-inline.ftr-mdledown {
    margin: 26px 0;
}
ul.list-inline.ftr-mdledown li {
    padding: 0 7px;
}
ul.list-inline.ftr-mdledown li:first-child {
    padding-left: 0;
}

/* footer section start here */

/* booking page css start here */
.booking-form {
    padding: 80px 0;
    background: #e7e3dd;
    margin-bottom: 80px;
}
.sticky-header {
    position: relative;
    background:url('../image/sticky-bg.jpg')no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.form-inner label {
    margin-top: 16px;
}
.form-butonin {
    margin-top: 36px;
}
.form-inner{
    background:url('../image/form-bg.jpg')no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px;
    margin-top: 40px;
    box-shadow: 0px 0px 3px 0px;
}

span.spn-star {
    color: red;
    font-weight: 700;
}
.booking-form h3 {
    margin-bottom: 9px;
    text-transform: uppercase;
}
.sticky-content {
    padding: 231px 0 83px;
    text-align: left;
}
.sticky-content h1 {
    font-weight: 200;
    margin-bottom: 7px;
}
    
/* booking page css start here */
/* about us page inner css start here */
    
.about-innerfst {
    text-align: center;
    margin: 80px 0;
}

.about-innerfst h3 {
    margin-bottom: 22px;
    margin-top: 56px;
}
.about-innerfst p {
    margin-top: 21px;
    
}
.about-innerscnd{
    background:url('../image/about-bg.jpg')no-repeat;
    background-size: cover;
    background-position:center;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
    text-align: center;
    margin-bottom: 80px;
}
.about-button a {
    padding: 15px 33px;
    background: white;
    border-radius: 25px;
    color: #000;
}
.about-button {
    margin-top: 50px;
}
.about-innerscnd h3 {
    margin-bottom: 35px;
}
.about-innerscnd p {
    margin-top: 21px;
}
/* about us page inner css end here */
/* discover page css start here */
.discover-pagefst p {
    margin-top: 20px;
}
.discover-pagefst {
    margin: 80px 0;
}
.discover-btn {
    margin-top:42px;
}
.discover-btn a {
    background: #f3941e;
    color: #fff;
    padding: 15px 23px;
    border-radius: 25px;
    transition: 0.3s;
}
.discover-btn a:hover{
    background: #000;
}
.discover-package {
    padding: 80px 0;
}
.dsc-fstinright{
    background:#e4e3e3;
}

.discover-rgtinner p {
    margin-top: 22px;
}
.dis-inrbtn {
    margin-top: 41px;
}
.dis-inrbtn a {
    padding: 15px 24px;
    background: #000;
    color: #fff;
    border-radius: 25px;
    transition: 0.3s;
}
.dis-inrbtn a:hover{
    background: #f3941e;
}
.discover-rgtinner h3 {
    color: #f3941e;
    margin-bottom: 13px;
}
.discover-rgtinner {
    padding: 40px 0;
}
.discover-rgtinner h6 {
    font-size: 22px;
}
.discover-pagefst img {
    border-radius: 50%;
    height: 270px;
    width: 270px;
}

.dsc-fstinr {
    border-left: 2px solid;
    padding-left: 41px;
}
.discover-package img {
    border-radius: 12px;
}

.dscvr-cntc {
    padding: 80px 0;
    background: #e4e3e3;
    margin-bottom: 80px;
}
.dscvr-cntc .fa {
    font-size: 13px;
    padding-right: 4px;
}
.dscvr-cntc h3 {
    padding-bottom: 12px;
}
.dscvr-cntc ul {
    margin-top: 24px;
}
.dscvr-cntc ul li{
    line-height: 29px;
}

/* discover page css start here */
/* term condition page css start here */
.term-condtion {
    padding: 80px 0;
    background: #e4e3e3;
    margin-bottom: 80px;
}
.term-condtion h2{
    margin-bottom: 21px;
}
.term-condtion p {
    margin:10px 0 31px;
}
p.trmcnd-boldpera {
    font-weight: 600;
    color: #525252;
}
.term-condtion h4 {
    color: #4a4a4a;
    font-size: 22px;
}
.trmcnd-policy p a {
    color: #0079ad;
    font-weight: 500;
}
.term-condtion h3 {
    margin-bottom: 30px;
}
/* term condition page css end here */

/* luxury tour section start here */
.lxrytour-section{
    padding:80px 0;
}
.lxrytour-innerdwn {
    background: #fff;
    padding:30px 20px;
}

.lxrytour-innerdwn p{
    margin-top:25px;
    min-height: 120px;}
.luxury-btn {
    margin-top: 32px;
}
.luxury-btn {
    margin-top: 25px;
}
.luxury-downmobile{
    display: none;
}
.luxury-btn a {
    padding: 11px 27px;
    background: #0e0e0eed;
    color: #fff;
    border-radius: 25px;
    transition: 0.3s;
    font-size: 11px;
}

.lxrytour-innerdwn h3 {
    background: #f3941e;
    background-size: cover;
    background-position: center;
    font-size: 14px;
    padding: 17px 8px;
    width: 90%;
    color: #fff;
    margin-bottom: 13px;
    border-right: 0px solid white;
    position: absolute;
    top: 200px;
    font-weight: 400;
    left: 0;
    right: 0;
    margin: auto;
    font-family: roboto;
    min-height: 66px;
    text-align: center;
}

.lxrytour-inner {
    border: 5px solid #f3941e;
    padding-bottom:12px;
    transition: 0.3s;
}
.lxrytour-innerdwn:hover .luxury-btn a{
    background:#f3941e; 
}
.lxrytour-inner:hover .luxury-btn a{
    background:#f3941e; 
}

.lxrytour-inner:hover{
    border:5px solid #0e0e0eed;
}

.lxrytour-header {
    margin-bottom: 45px;
    text-align: center;
}
.lxrytour-header h5 {
    font-size: 36px;
    margin-right: 26px;
    font-family: 'Shadows Into Light', cursive;
    font-weight: 200;
}
.lxrytour-section h2 {
    color: #f3941e;
}
/* luxury tour section start here */
.tandc{padding:80px 0;}
.tandc h2{
    font-size: 1.85rem;
}
.tandc h2,
.tandc h3,
.tandc h4{padding:10px 0;}
.post-681 .entry-title{display:none;}
/* feedback page section start here */
.client-row {
    background: #f3941e;
    padding: 15px 15px 10px;
    margin-top: 50px;
    border-radius: 10px;
}
.client-content img{border-radius:50%;}
.client-content {
    padding:25px 29px;
    border-radius: 10px;
    background: #fff;
}
.client-content p {
    min-height: 120px;
}
.inner-body-content p {
    line-height: 1.5;
    font-size: 15px;
    margin-bottom: 15px;
    color: #313d38;
    word-wrap: break-word;
}
.client-name {
    padding: 8px 20px 0;
    display: inline-block;
    width: 100%;
}
.client-name span {
    float: left;
    color: #fff;
}
.client-name ul {
    float: right;
    list-style: none;
    margin: 13px 0 0 0;
    padding: 0;
}
.client-name span strong {
    display: block;
}
.client-name ul li {
    display: inline-block;
    margin: 0 1px;
}

.feedback-page {
    padding: 80px 0;
    background: #e4e3e3;
}
.fb-header h3 {
    margin-bottom: 9px;
}
.fb-header {
    text-align: center;
}

/* feedback page section start here */
/* contact inner page css start here */
.contact-page {
    margin: 80px 0;
    text-align: center;
}
.contact-page h3 {
    padding-bottom: 15px;
}
.contact-page p {
    margin-bottom: 46px;
}
.contact-detail {
    margin-bottom: 40px;
}

.map-inner {
    background: #e6e5e5;
    padding: 25px 13px;
    border-radius: 7px;
    transition: 1s ease;
}

p:last-child {
    margin-bottom: 0;
}
.contact-inrpage {
    padding: 70px 0;
    background: #e7e3dd;
    margin-bottom: 80px;
}
.contact-inrpage h3 {
    margin-bottom: 9px;
}
.cll-back-left {
    margin-top: 26px;
}
.cll-back-left .fa {
    font-size: 20px;
    border: 2px solid #fff;
    padding: 12px 15px;
    float: left;
    margin-right: 12px;
    width: 51px;
    text-align: center;
    color: #fff;
}
li.call-backpera {
    font-weight: 600;
    padding-bottom: 3px;
    padding-top: 3px;
}
.contact-inrpage form {
    margin-top: 22px;
}
textarea.form-control.cnt-msg {
    border-radius: 0;
    margin: 2px 0;
    margin: 9px 0;
}
input.form-control.cnt-frmcontrol {
    border-radius: 0;
    margin: 9px 0;
    height: 40px;
    font-size: 14px;
}
input.btn.frm-btn {
    padding: 9px 54px;
    background:#f3941e;
    color: #fff;
    border-radius: 24px;
    transition: 0.5s;
    font-size: 16px;
}
.contactinr-btn {
    margin-top: 18px;
}
.contact-inrpage h4 {
    font-weight: 500;
    margin-bottom: 10px;
}
.cntc-inrpright {
    box-shadow: 0px 1px 14px -4px;
    padding: 38px;
}

.cntc-inrpleft{
    background:url('../image/cntc-side.jpg')no-repeat;
    background-position: center;
    background-size: cover;
    padding:41px 40px;
    color: #fff;
}
.contat-map{
    width:100%;
    margin-top: 50px;
}

/* contact inner page css start here */

/* single page css start here */
.single-page{
    margin: 80px 0;
}
.sngle-left .carousel-item img {
    width: 100%;
}
.sngle-left h6 {
    float: right;
    position: relative;
    top: 11px;
    color: #f3941e;
}
.overight-lftinrpic img {
    margin: 30px 0;
    width: 100%;
}
.op-down {
    margin-top: 27px;
}
.sngle-header h3 {
    float: left;
}
.one-pgeslider {
    clear: both;
    margin-top: 5px;
    position: relative;
    top: 14px;
    border-top: 1px solid #b7b7b7;
    padding-top: 17px;
}
.snle-dwnfc {
    text-align: center;
    padding: 10px 12px;
    border: 1px solid;
    margin-bottom: 20px;
    transition: 0.3s;
}
.snle-dwnfc:hover{
    background:#fff;
    color: #000;
    border-color: #fff;
    cursor: pointer
}
.snle-dwnfc img {
    width: 31%;
    filter: invert(1);
}
.snle-dwnfc p {
    font-size: 14px;
}
.single-downinr {
    background: #dadada;
    padding: 26px;
    color: #fff;
}
.single-downinr {
    background: #f3941e;
    padding: 26px 26px 0 26px;
    color: #fff;
    margin-top: 15px;
}
.tour-phdr {
    background: #f3941e;
    color: #fff;
    padding: 17px 18px;
    margin-bottom: 1px;
}
.tour-phdr h4 {
    font-size: 21px;
    text-transform: uppercase;
}

.tour-price {
    background: #1c1c1c;
    color: #fff;
    padding: 32px 22px 43px;
    margin-bottom: 55px;
    border-bottom: 5px solid #f3941e;
}
.tr-priceinner h6 {
    font-size: 15px;
    font-weight: 300;
    color: #f3941e;
}
.tr-priceinner h5 {
    margin: 6px 0;
}

.price-btn {
    margin-top:35px;
}


.sngle-header{
    clear: both;
}
.sn-parightdownpear{
    margin-top: 20px;
    text-align: center;
}
.overview {
    background:#e7e3dd;
    padding: 80px 0;
}
.ovrview-left h4 {
    margin-bottom: 21px;
}
.ovr-lftinr h6 {
    color: #f3941e;
    padding-bottom: 3px;
}
.ovr-lftinr {
    margin-bottom: 25px;
}
.tourist-view img {
    width: 34%;
}
.tourist-view {
    background: #fff;
    padding: 30px 30px 70px;
    text-align: center;
}
.overight-rightdwn {
    margin-top:30px;
}
.tourist-view h5 {
    margin: 21px 0 12px;
}
.price-btn a,
.price-btn button {
    border: 1px solid #fff;
    padding: 10px 32px;
    border-radius: 27px;
    color: #fff;
    transition: 0.3s;
    background-color:transparent;
}
.price-btn a:hover,
.price-btn button:hover {
    background:#fff;
    color: #000;
}

.carousel-indicators .active {
    background-color:#f3941e;
}
.carousel-indicators li{
    background-color: #000;
}
.other-place img{
    width:47%;
    float: left;
    margin-right: 20px;
}
.other-place h4 {
    margin-bottom: 26px;
}
.other-place {
    margin-top: 35px;
    border-top: 1px solid #b7b7b7;
    padding-top: 30px;
}
.other-placeinr {
    background: white;
    padding: 13px;
    /*float: left;*/
    min-height: 140px;
}
.other-placeinr h6 {
    color: #000;
    padding-bottom: 5px;
}
.other-placeinr p {
    font-size: 13px;
    line-height: 16px;
    color: #828282;
    margin-bottom: 10px;
}
.other-placeinr a{
    color:#f3941e;
}
.wc-stickyhdr{
    position: relative;
    background:url('../image/single-page/wcastel-sheader.jpg')no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
}


/* single page css start here */

@media (max-width: 991.98px) {

  /* Menu is closed by default */
  .navbar-collapse {
    display: none !important;
  }

  /* Menu opens only when Bootstrap adds .show */
  .navbar-collapse.show {
    display: block !important;
    background: rgba(10, 10, 10, 0.92) !important;
    border-radius: 14px;
    margin: 10px 12px;
    padding: 14px 16px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  }

  /* Menu list */
  .navbar-collapse .navbar-nav {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  /* Top level links */
  .navbar-collapse .navbar-nav > li > a {
    display: block !important;
    width: 100% !important;
    color: #fff !important;
    padding: 12px 10px !important;
    border-radius: 10px;
    text-decoration: none !important;
  }

  .navbar-collapse .navbar-nav > li > a:active,
  .navbar-collapse .navbar-nav > li > a:focus {
    background: rgba(255, 255, 255, 0.08) !important;
    outline: none;
  }

  /* Dropdown menus hidden until .show */
  .navbar-collapse ul.dropdown-menu,
  .navbar-collapse ul.sub-menu,
  .navbar-collapse ul.children {
    display: none;
    position: static !important;
    width: 100%;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 6px 0 10px 0 !important;
  }

  .navbar-collapse ul.dropdown-menu.show,
  .navbar-collapse ul.sub-menu.show,
  .navbar-collapse ul.children.show {
    display: block !important;
  }

  /* Dropdown links */
  .navbar-collapse ul.dropdown-menu a,
  .navbar-collapse ul.sub-menu a,
  .navbar-collapse ul.children a {
    display: block !important;
    color: rgba(255, 255, 255, 0.92) !important;
    padding: 10px 10px 10px 18px !important;
    border-radius: 10px;
    text-decoration: none !important;
    background: transparent !important;
  }

  .navbar-collapse ul.dropdown-menu a:active,
  .navbar-collapse ul.sub-menu a:active,
  .navbar-collapse ul.children a:active {
    background: rgba(255, 255, 255, 0.08) !important;
  }
}

@media (min-width: 992px) {

  /* Dropdown container */
  .navbar .dropdown-menu {
    background: rgba(12, 12, 12, 0.96);
    border: 0;
    border-radius: 14px;
    padding: 14px;
    margin-top: 12px;
    min-width: 360px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.45);
  }

  /* Improve readability for long lists */
  .navbar .dropdown-menu li {
    margin: 0;
  }

  .navbar .dropdown-menu a {
    display: block;
    padding: 10px 14px;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.35;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
  }

  /* Hover state */
  .navbar .dropdown-menu a:hover,
  .navbar .dropdown-menu a:focus {
    background: rgba(255, 255, 255, 0.10);
    color: #ffffff;
  }

  /* Add subtle separators for clarity */
  .navbar .dropdown-menu li + li {
    margin-top: 4px;
  }

  /* Optional accent bar on hover */
  .navbar .dropdown-menu a:hover {
    box-shadow: inset 3px 0 0 #ff6a00;
  }

  /* Two column layout for long menus */
  .navbar .dropdown-menu {
    column-count: 2;
    column-gap: 12px;
  }

  .navbar .dropdown-menu li {
    break-inside: avoid;
  }
}







