
body {
  font-family: "Open Sans", Arial, sans-serif;
  line-height: 1.6;
  font-size: 16px;
  background: #fff;
  color: #848484;
  font-weight: 300;
  overflow-x: hidden;
}
body.tb-offcanvas {
  overflow: hidden;
}

section{
  padding: 80px 0 50px;
}

a {
  color: #F78536;
  -webkit-transition: 0.5s, ease;
  -o-transition: 0.5s, ease;
  transition: 0.5s, ease;
}
a:hover {
  text-decoration: none;
  color: #F78536;
}

p, ul, ol {
  margin-bottom: 1.5em;
  font-size: 16px;
  color: #848484;
  font-family: "Open Sans", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #5a5a5a;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

figure {
  margin-bottom: 2em;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #F78536;
}

::-moz-selection {
  color: #fcfcfc;
  background: #F78536;
}

::selection {
  color: #fcfcfc;
  background: #F78536;
}


}

.pl-50{
  padding-left: 50px; 
}

@media screen and (max-width: 768px) {
  .tb-cover .desc .desc2 {
    display: none;
  }
}






.tabulation {
  width: 100%;
  float: left;
  margin-top: -7em;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -ms-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  -o-box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 43px 83px -20px rgba(0, 0, 0, 0.41);
}
.tabulation label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .tabulation label {
    width: 40%;
  }
}
.tabulation input[type="text"] {
  background: rgba(0, 0, 0, 0.05);
  border: none;
  box-shadow: none;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  color: #F78536 !important;
}
.tabulation input[type="text"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F78536 !important;
}
.tabulation input[type="text"]::-moz-placeholder {
  /* Firefox 19+ */
  color: #F78536 !important;
}
.tabulation input[type="text"]:-ms-input-placeholder {
  /* IE 10+ */
  color: #F78536 !important;
}
.tabulation input[type="text"]:-moz-placeholder {
  /* Firefox 18- */
  color: #F78536 !important;
}
@media screen and (max-width: 480px) {
  .tabulation input[type="text"] {
    width: 55%;
    float: right;
  }
}
@media screen and (max-width: 480px) {
  .tabulation .cs-select {
    width: 55%;
    float: right;
  }
}



.tab-content {
  padding: 30px;
}
.tab-content .btn {
  border: 1px solid red !important;
}

.nav-tabs {
  border: none;
}
.nav-tabs a {
  border: none !important;
  font-weight: bold;
  padding: 15px 20px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
@media screen and (max-width: 768px) {
  .nav-tabs a {
    font-weight: normal;
    font-size: 13px;
    padding: 15px 10px !important;
  }
}
.nav-tabs .active a {
  border: none !important;
  background: #F78536 !important;
  color: #fff !important;
  font-weight: bold;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.nav-tabs:hover a, .nav-tabs:focus a {
  border: none !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.no-pd{
  padding: 0;
}
.mt {
  margin-bottom: 20px;
}

div.cs-select span {
  padding: 10px 10px;
}

.cs-skin-border {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 829px) {
  .cs-skin-border {
    max-width: 829px !important;
  }
}
@media screen and (max-width: 30em) {
  .cs-skin-border {
    font-size: 16px;
  }
}
.cs-skin-border span {
  font-size: 13px;
}
.cs-skin-border span:hover {
  background: rgba(0, 0, 0, 0.05) !important;
}
.cs-skin-border > span {
  border: transparent;
  background: rgba(0, 0, 0, 0.05);
  color: #F78536;
}
.cs-skin-border > span::after {
  font-size: 14px !important;
  content: '\e94d' !important;
  font-family: "icomoon";
}
.cs-skin-border .cs-selected > span::after {
  font-size: 14px !important;
}

.cs-skin-border.cs-active > span {
  background: rgba(0, 0, 0, 0.05) !important;
  color: #F78536;
}

.cs-select .cs-options {
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}




.text-white{
  color: #fff;
}
.single-travel {
    background: #ffffff none repeat scroll 0 0;
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    transition: all ease-in-out 0.5s;
    margin-bottom: 30px;
}
.single-travel .travel-number {
    float: left;
    margin-right: 5px;
    margin-top: -5px;
}
.single-travel .travel-number span {
    color: #f78536;
    font-weight: 500;
    font-size: 33px;
}
.single-travel .travel-content h4 {
    font-size: 20px;
    color: #5a5a5a;
    font-weight: 600;
}
.single-travel .travel-content p {
    margin: 0;
    width: 90%;
    line-height: 24px;
}




.group-title {
    margin-bottom: 20px;
    text-align: left;
}
.text{
  color: #848484;
}
.group-title .main-title{
    color: #5a5a5a;
    font-size: 40px;
    font-weight: 400;
}

.group-button .btn:first-child {
    margin-right: 15px;
}
















footer {
  background: #393e46;
  
}
.footer-main {
    padding: 80px 0 50px;
    font-size: 12px;
    text-align: center;    
    background-color: #ffffff;
}
.logo-footer {
    display: inline-block;
    font-size: 40px;
    font-weight: 400;
}
footer .widget {
    text-align: left;
}

.contact-us-widget.widget p {
    margin-bottom: 10px;
    color: black;
}

.contact-us-widget.widget a {
    color: black;
}
.explore-widget{
  padding-left: 60px;
}


.form-email .text {
    line-height: 20px;
    margin-bottom: 18px;
    font-size: 14px;
    font-weight: 500;
}
.form-email.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.form-email .form-email-widget {
    font-size: 14px;
    height: 33px;
    border: none;
    border-radius: 0;
    background-color: #f5f5f5;
    box-shadow: none;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.form-email .btn-email {
    background-color: #f78536;
}
.form-email .btn-email {
    font-size: 14px;
    line-height: 33px;
    width: 39px;
    padding: 0 14px;
    text-align: center;
    color: #121212;
    border: none;
    border-radius: 0 !important;
}
.booking-widget {
    text-align: center !important;
}
footer .widget .title-widget {
        font-size: 24px;
    margin-bottom: 13px;
    text-transform: capitalize;
    color: #05426d;
    font-weight: 600;
    border-bottom: 1px solid;
    width: max-content;
}
.booking-widget ul {
    margin-bottom: 0;
    margin-left: 45px;
    text-align: left;
}
.booking-widget ul li {
    width: 100%;
    padding: 0;
    border: none;

}
.booking-widget ul li:hover .link {
    color: #f78536;
}
.booking-widget ul li .link {
    position: relative;
    display: block;
    padding: 0 0 12px 0px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 500;
}
.tb_clr{
  color: #f78536;
  font-weight: bolder;
  padding-right: 10px;
}

.explore-widget ul, .top-deals-widget ul, .top-deals-widget ul {
    margin-bottom: 0;
}
.explore-widget ul li, .top-deals-widget ul li, .top-deals-widget ul li{
    width: 100%;
    padding: 0;
    border: none;
}
.explore-widget ul li .link, .top-deals-widget ul li .link, .top-deals-widget ul li .link {
    position: relative;
    display: block;
    padding: 0 0 12px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 500;
}



.copyright1{
    padding-top: 10px; 
    padding-bottom: 10px; 
}
.bottom_footer_info p{
  margin-bottom: 0 !important;
  font-weight: 500;
  font-size: 14px;
}
.copyright1 .bottom_footer_info p span{
    color: #fff;
}
.bottom_footer_logo ul{
  margin-bottom: 0 !important;
}
.copyright1 .bottom_footer_logo ul li a i{
    font-size: 24px;
    color: #b7b7b7; 
}


.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #F78536;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #F78536;
  color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
.btn.btn-outline {
  background: transparent;
  color: #F78536;
  border: 2px solid #F78536 !important;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active {
  background: #F78536 !important;
  color: #fff !important;
}

.tab-content .btn {
  letter-spacing: 0;
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
}

.js .animate-box {
  opacity: 0;
}



.tb-offcanvas {
  overflow: hidden;
}


@media screen and (max-width: 768px) {
  #tb-menu-wrap {
    display: none;
  }
}

#offcanvas-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 99;
  background: #222;
  right: -240px;
  width: 240px;
  padding: 20px;
  overflow-y: scroll !important;
  display: none;
}
@media screen and (max-width: 768px) {
  #offcanvas-menu {
    display: block;
  }
}
#offcanvas-menu ul {
  padding: 0;
  margin: 0;
}
#offcanvas-menu ul li {
  padding: 0;
  margin: 0 0 10px 0;
  list-style: none;
}
#offcanvas-menu ul li a {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}
#offcanvas-menu ul li a:hover {
  color: #F78536;
}
#offcanvas-menu ul li > .tb-sub-menu {
  margin-top: 9px;
  padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
  color: #F78536;
}
#offcanvas-menu ul .tb-sub-menu {
  display: block !important;
}

.tb-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.tb-nav-toggle.active i::before, .tb-nav-toggle.active i::after {
  background: #fff;
}
.tb-nav-toggle.dark.active i::before, .tb-nav-toggle.dark.active i::after {
  background: #fff;
}
.tb-nav-toggle:hover, .tb-nav-toggle:focus, .tb-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.tb-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #fff;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #fff;
  transition: all .2s ease-out;
}
.tb-nav-toggle i::before, .tb-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.tb-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.tb-nav-toggle.dark i::before, .tb-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.tb-nav-toggle i::before {
  top: -7px;
}

.tb-nav-toggle i::after {
  bottom: -7px;
}

.tb-nav-toggle:hover i::before {
  top: -10px;
}

.tb-nav-toggle:hover i::after {
  bottom: -10px;
}

.tb-nav-toggle.active i {
  background: transparent;
}

.tb-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.tb-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.tb-nav-toggle {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 9999;
  display: block;
  margin: 0 auto;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tb-nav-toggle {
    display: block;
    top: 0px;
    margin-top: 2em;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
  .explore-widget {
    padding-left: 0px;
  }
  footer .widget .title-widget {
    margin-top: 30px;
  }
}

@media screen and (max-width: 600px) {
  .explore-widget {
    padding-left: 0px;
  }
  footer .widget .title-widget {
    margin-top: 30px;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-top-padded-lg {
  padding-top: 7em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-lg {
    padding-top: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-top-padded-md {
  padding-top: 4em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-md {
    padding-top: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.row-top-padded-sm {
  padding-top: 2em;
}
@media screen and (max-width: 768px) {
  .row-top-padded-sm {
    padding-top: 2em;
  }
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
  line-height: 1.8;
}

.align-items-center{
	display:flex;
	align-items:center;
}
@media(max-width:767px){
	.align-items-center{
		display:block;
	}
}




@media(max-width:768px){

    .olandewbdcmb-bg img{
        object-position:65% center;
    }

}
/* ===== Main Wrapper ===== */
.tphobrfonw-wrapper{
    width:100%;
    font-family:Arial, sans-serif;
}

/* ===== Top Bar ===== */
.tphobrfonw-topbar{
    background: #f9482b;
    color:#fff;
    padding:10px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.tphobrfonw-top-item{
        display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
}

.tphobrfonw-top-item a{
    color:#fff;
    text-decoration:none;
}

.tphobrfonw-top-item svg{
    width:18px;
    height:18px;
        fill: #ffffff;
}

/* ===== Navbar ===== */
.tphobrfonw-navbar{
    padding:15px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.tphobrfonw-logo{
    font-size:28px;
    font-weight:bold;
    color:#111827;
}

/* Replace Existing Button CSS With This */

.tphobrfonw-btn{
    background:linear-gradient(135deg, #ff6a00, #ee0979);
    color:#fff;
    border:none;
    padding:12px 24px;
    border-radius:50px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
    transition:all 0.35s ease;
    box-shadow:0 6px 18px rgba(238, 9, 121, 0.25);
}

.tphobrfonw-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 24px rgba(238, 9, 121, 0.35);
    background:linear-gradient(135deg, #ff7b00, #ff0080);
}

.tphobrfonw-btn:active{
    transform:scale(0.98);
}

/* ===== Modal ===== */
.tphobrfonw-modal{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.tphobrfonw-modal-content{
    background:#fff;
    width:90%;
    max-width:450px;
    padding:30px;
    border-radius:10px;
    position:relative;
}

.tphobrfonw-close{
    position:absolute;
    top:12px;
    right:15px;
    font-size:24px;
    cursor:pointer;
}

.tphobrfonw-form-group{
    margin-bottom:15px;
}

.tphobrfonw-form-group input,
.tphobrfonw-form-group textarea{
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    border-radius:5px;
    font-size:14px;
    outline:none;
}

.tphobrfonw-form-group textarea{
    resize:none;
    height:120px;
}

.tphobrfonw-submit{
    width:100%;
    background:#111827;
    color:#fff;
    border:none;
    padding:14px;
    border-radius:6px;
    cursor:pointer;
    font-size:15px;
}

/* ===== Mobile Responsive ===== */
@media(max-width:768px){

    .tphobrfonw-topbar{
        flex-direction:column;
        text-align:center;
        gap:10px;
    }

    .tphobrfonw-navbar{
        padding:15px 20px;
    }

    .tphobrfonw-logo{
        font-size:22px;
    }

    .tphobrfonw-btn{
        padding:10px 18px;
        font-size:14px;
    }
}
.tphobrfonw-logo-img{
    max-height:60px;
    width:auto;
    display:block;
}

@media(max-width:768px){
    .tphobrfonw-logo-img{
        max-height:50px;
    }
}


/* ===== SECTION ===== */
.olandewbdcmb-hero{
    position:relative;
    width:100%;
    min-height:72vh;
    display:flex;
    align-items:center;
    overflow:hidden;
    background:#000;
    font-family:Arial, sans-serif;
}

/* ===== BACKGROUND ===== */
.olandewbdcmb-bg{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
}

.olandewbdcmb-bg img{
    width:100%;
    height:100%;
        object-fit: inherit;
}
/* ===== MOBILE BANNER IMAGE OPTIMIZATION ===== */

@media(max-width:768px){

    .olandewbdcmb-hero{
        min-height:650px;
        align-items:flex-start;
    }

    .olandewbdcmb-bg img{
        object-fit:cover;
        object-position:center center;
    }

    .olandewbdcmb-overlay{
        background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.82) 0%,
            rgba(0,0,0,0.68) 45%,
            rgba(0,0,0,0.60) 100%
        );
    }

    .olandewbdcmb-container{
        padding-top:90px;
        position:relative;
        z-index:2;
    }
}
/* ===== OVERLAY ===== */
.olandewbdcmb-overlay{
    position:absolute;
    inset:0;
    background:
    linear-gradient(
        90deg,
        rgba(0,0,0,0.82) 0%,
        rgba(0,0,0,0.60) 38%,
        rgba(0,0,0,0.20) 100%
    );
}

/* ===== CONTAINER ===== */
.olandewbdcmb-container{
    position:relative;
    z-index:2;
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:70px 40px;
}

/* ===== CONTENT ===== */
.olandewbdcmb-content{
    max-width:650px;
    color:#fff;
}

/* ===== TOP TAG ===== */
.olandewbdcmb-tag{
    display:inline-flex;
    align-items:center;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(255,255,255,0.10);
    border:1px solid rgba(255,255,255,0.12);
    backdrop-filter:blur(10px);
    margin-bottom:20px;
    font-size:13px;
    font-weight:600;
    letter-spacing:0.4px;
}

/* ===== TITLE ===== */
.olandewbdcmb-title{
    font-size:52px;
    line-height:1.15;
    font-weight:800;
    margin:0 0 18px;
    color:white;
}

.olandewbdcmb-title span{
        background: linear-gradient(135deg, #ff7905, #fff1f7);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

/* ===== DESCRIPTION ===== */
.olandewbdcmb-desc{
    font-size:16px;
    line-height:1.8;
    color:rgba(255,255,255,0.92);
    margin-bottom:28px;
    max-width:580px;
}

/* ===== BUTTONS ===== */
.olandewbdcmb-actions{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}

.olandewbdcmb-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    border:none;
    padding:15px 28px;
    border-radius:10px;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    transition:all .35s ease;
}

/* PRIMARY BUTTON */
.olandewbdcmb-btn-primary{
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    color:#fff;
    box-shadow:0 10px 28px rgba(238,9,121,0.30);
}

.olandewbdcmb-btn-primary:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 35px rgba(238,9,121,0.42);
}

/* SECONDARY BUTTON */
.olandewbdcmb-btn-secondary{
    border:1px solid rgba(255,255,255,0.18);
    background:rgba(255,255,255,0.10);
    backdrop-filter:blur(10px);
    color:#fff;
}

.olandewbdcmb-btn-secondary:hover{
    background:rgba(255,255,255,0.18);
    transform:translateY(-3px);
}

/* ===== FEATURES ===== */
.olandewbdcmb-features{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:24px;
}

.olandewbdcmb-feature{
    padding:10px 16px;
    border-radius:100px;
    background:rgba(255,255,255,0.10);
    border:1px solid rgba(255,255,255,0.12);
    color:#fff;
    font-size:13px;
    backdrop-filter:blur(8px);
}

/* ===== FLOATING CARD ===== */
.olandewbdcmb-card{
    position:absolute;
    right:50px;
    bottom:50px;
    z-index:3;
    width:280px;
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(14px);
    border:1px solid rgba(255,255,255,0.15);
    border-radius:20px;
    padding:22px;
    color:#fff;
}

.olandewbdcmb-card h3{
    margin:0 0 10px;
    font-size:22px;
    color:white;
}

.olandewbdcmb-card p{
    margin:0 0 18px;
    line-height:1.7;
    font-size:14px;
    color:rgba(255,255,255,0.88);
}

.olandewbdcmb-card-btn{
    display:inline-block;
    background:#fff;
    color:#111;
    border:none;
    padding:12px 20px;
    border-radius:8px;
    font-weight:700;
    cursor:pointer;
    transition:0.3s ease;
}

.olandewbdcmb-card-btn:hover{
    transform:translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media(max-width:992px){

    .olandewbdcmb-title{
        font-size:44px;
    }

    .olandewbdcmb-card{
        right:30px;
        bottom:30px;
    }
}

@media(max-width:768px){

    .olandewbdcmb-hero{
        min-height:auto;
    }

    .olandewbdcmb-container{
        padding:70px 20px 50px;
    }

    .olandewbdcmb-title{
        font-size:34px;
    }

    .olandewbdcmb-desc{
        font-size:15px;
        line-height:1.7;
    }

    .olandewbdcmb-actions{
        flex-direction:column;
    }

    .olandewbdcmb-btn{
        width:100%;
    }

    .olandewbdcmb-card{
        position:relative;
        width:100%;
        right:auto;
        bottom:auto;
        margin-top:28px;
    }

    .olandewbdcmb-overlay{
        background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.80) 0%,
            rgba(0,0,0,0.65) 100%
        );
    }
}

@media(max-width:480px){

    .olandewbdcmb-title{
        font-size:30px;
    }

    .olandewbdcmb-tag{
        font-size:12px;
    }
}



/* ===== SECTION ===== */
.newpgsfogoads-section{
    padding:80px 0;
    background:#f8fafc;
    font-family:Arial, sans-serif;
    position:relative;
    overflow:hidden;
}

/* ===== CONTAINER ===== */
.newpgsfogoads-container{
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:0 40px;
}

/* ===== GRID ===== */
.newpgsfogoads-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:60px;
    align-items:center;
}

/* ===== IMAGE SIDE ===== */
.newpgsfogoads-image-wrap{
    position:relative;
}

.newpgsfogoads-image{
    width:100%;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

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

/* FLOAT CARD */
.newpgsfogoads-card{
    position:absolute;
    left:-20px;
    bottom:30px;
    background:#fff;
    padding:24px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,0.12);
    max-width:240px;
}

.newpgsfogoads-card h3{
    margin:0 0 8px;
    font-size:34px;
    color:#111827;
}

.newpgsfogoads-card p{
    margin:0;
    color:#4b5563;
    line-height:1.6;
    font-size:14px;
}

/* ===== CONTENT SIDE ===== */
.newpgsfogoads-content{
    position:relative;
}

.newpgsfogoads-tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(238,9,121,0.08);
    color:#ee0979;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.5px;
    margin-bottom:22px;
}

.newpgsfogoads-title{
    font-size:46px;
    line-height:1.2;
    font-weight:800;
    color:#111827;
    margin:0 0 22px;
}

.newpgsfogoads-title span{
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.newpgsfogoads-desc{
    font-size:16px;
    line-height:1.9;
    color:#4b5563;
    margin-bottom:32px;
}

/* ===== FEATURES ===== */
.newpgsfogoads-features{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
    margin-bottom:35px;
}

.newpgsfogoads-feature{
    background:#fff;
    border-radius:16px;
    padding:18px;
    box-shadow:0 8px 25px rgba(0,0,0,0.06);
    transition:0.3s ease;
}

.newpgsfogoads-feature:hover{
    transform:translateY(-4px);
}

.newpgsfogoads-feature h4{
    margin:0 0 8px;
    font-size:17px;
    color:#111827;
}

.newpgsfogoads-feature p{
    margin:0;
    color:#6b7280;
    line-height:1.7;
    font-size:14px;
}

/* ===== BUTTON ===== */
.newpgsfogoads-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:none;
    cursor:pointer;
    padding:16px 30px;
    border-radius:10px;
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    color:#fff;
    font-size:15px;
    font-weight:700;
    transition:0.35s ease;
    box-shadow:0 10px 30px rgba(238,9,121,0.25);
}

.newpgsfogoads-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 16px 38px rgba(238,9,121,0.35);
}

/* ===== RESPONSIVE ===== */
@media(max-width:992px){

    .newpgsfogoads-grid{
        gap:40px;
    }

    .newpgsfogoads-title{
        font-size:38px;
    }
}

@media(max-width:768px){

    .newpgsfogoads-section{
        padding:60px 0;
    }

    .newpgsfogoads-container{
        padding:0 20px;
    }

    .newpgsfogoads-grid{
        grid-template-columns:1fr;
    }

    .newpgsfogoads-title{
        font-size:30px;
    }

    .newpgsfogoads-desc{
        font-size:15px;
        line-height:1.8;
    }

    .newpgsfogoads-features{
        grid-template-columns:1fr;
    }

    .newpgsfogoads-card{
        left:15px;
        bottom:15px;
        padding:18px;
        max-width:200px;
    }

    .newpgsfogoads-card h3{
        font-size:28px;
    }

    .newpgsfogoads-btn{
        width:100%;
    }
}



/* ===== SECTION ===== */
.plswisbipkglst-section{
    padding:80px 0;
    background:#ffffff;
    font-family:Arial, sans-serif;
}

/* ===== CONTAINER ===== */
.plswisbipkglst-container{
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:0 40px;
}

/* ===== HEADING ===== */
.plswisbipkglst-heading{
    text-align:center;
    margin-bottom:55px;
}

.plswisbipkglst-tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(238,9,121,0.08);
    color:#ee0979;
    font-size:13px;
    font-weight:700;
    margin-bottom:18px;
    letter-spacing:0.5px;
}

.plswisbipkglst-title{
    font-size:44px;
    font-weight:800;
    color:#111827;
    margin:0 0 15px;
}

.plswisbipkglst-title span{
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.plswisbipkglst-desc{
    max-width:760px;
    margin:auto;
    color:#6b7280;
    line-height:1.8;
    font-size:16px;
}

/* ===== GRID ===== */
.plswisbipkglst-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

/* ===== CARD ===== */
.plswisbipkglst-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 12px 35px rgba(0,0,0,0.08);
    transition:0.35s ease;
    display:flex;
    flex-direction:column;
}

.plswisbipkglst-card:hover{
    transform:translateY(-6px);
}

/* IMAGE */
.plswisbipkglst-image{
    position:relative;
    overflow:hidden;
}

.plswisbipkglst-image img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:0.4s ease;
}

.plswisbipkglst-card:hover .plswisbipkglst-image img{
    transform:scale(1.05);
}

/* CONTENT */
.plswisbipkglst-content{
    padding:22px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.plswisbipkglst-package-title{
    font-size:22px;
    font-weight:800;
    color:#111827;
    margin:0 0 18px;
    line-height:1.4;
}

/* INFO */
.plswisbipkglst-info{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:16px;
    color:#4b5563;
    font-size:14px;
    line-height:1.6;
}

.plswisbipkglst-info svg{
    width:20px;
    height:20px;
    flex-shrink:0;
    fill: #000000;
}

/* BUTTONS */
.plswisbipkglst-buttons{
    margin-top:auto;
    display:flex;
    flex-direction:column;
    gap:12px;
}

/* COMMON BUTTON */
.plswisbipkglst-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    text-decoration:none;
    border:none;
    cursor:pointer;
    padding:14px 16px;
    border-radius:10px;
    font-size:14px;
    font-weight:700;
    transition:0.3s ease;
}

.plswisbipkglst-btn svg{
    width:18px;
    height:18px;
}

/* CALL BUTTON */
.plswisbipkglst-call{
    background:#111827;
    color:#fff;
}

.plswisbipkglst-call:hover{
    background:#000;
    transform:translateY(-2px);
}

/* WHATSAPP */
.plswisbipkglst-whatsapp{
    background:#25D366;
    color:#fff;
}

.plswisbipkglst-whatsapp:hover{
    background:#1daa56;
    transform:translateY(-2px);
}

/* ENQUIRY */
.plswisbipkglst-enquiry{
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    color:#fff;
    box-shadow:0 10px 24px rgba(238,9,121,0.20);
}

.plswisbipkglst-enquiry:hover{
    transform:translateY(-2px);
}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px){

    .plswisbipkglst-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .plswisbipkglst-section{
        padding:60px 0;
    }

    .plswisbipkglst-container{
        padding:0 20px;
    }

    .plswisbipkglst-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .plswisbipkglst-title{
        font-size:32px;
    }

    .plswisbipkglst-desc{
        font-size:15px;
    }

    .plswisbipkglst-image img{
        height:220px;
    }
}
/* ===== PRICE SECTION ===== */

.plswisbipkglst-price-wrap{
    margin-bottom:18px;
}

.plswisbipkglst-cut-price{
    display:block;
    font-size:15px;
    color:#9ca3af;
    text-decoration:line-through;
    margin-bottom:6px;
    font-weight:600;
}

.plswisbipkglst-main-price{
    font-size:30px;
    font-weight:800;
    line-height:1;
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.plswisbipkglst-main-price span{
    font-size:14px;
    font-weight:600;
    color:#6b7280;
    -webkit-text-fill-color:#6b7280;
    margin-left:5px;
}


/* ===== SECTION ===== */
.whgouwtne-section{
    padding:80px 0;
    background:#f8fafc;
    font-family:Arial, sans-serif;
    overflow:hidden;
}

/* ===== CONTAINER ===== */
.whgouwtne-container{
    width:100%;
    max-width:1280px;
    margin:auto;
    padding:0 40px;
}

/* ===== HEADING ===== */
.whgouwtne-heading{
    text-align:center;
    margin-bottom:55px;
}

.whgouwtne-tag{
    display:inline-block;
    padding:10px 18px;
    border-radius:100px;
    background:rgba(238,9,121,0.08);
    color:#ee0979;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.5px;
    margin-bottom:18px;
}

.whgouwtne-title{
    font-size:44px;
    font-weight:800;
    color:#111827;
    line-height:1.2;
    margin:0 0 16px;
}

.whgouwtne-title span{
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.whgouwtne-desc{
    max-width:760px;
    margin:auto;
    color:#6b7280;
    line-height:1.8;
    font-size:16px;
}

/* ===== GRID ===== */
.whgouwtne-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

/* ===== CARD ===== */
.whgouwtne-card{
    background:#fff;
    border-radius:24px;
    padding:32px 24px;
    box-shadow:0 12px 35px rgba(0,0,0,0.06);
    transition:0.35s ease;
    position:relative;
    overflow:hidden;
}

.whgouwtne-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 45px rgba(0,0,0,0.10);
}

/* TOP GRADIENT */
.whgouwtne-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(135deg,#ff6a00,#ee0979);
}

/* ICON */
.whgouwtne-icon{
    width:72px;
    height:72px;
    border-radius:18px;
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:24px;
    box-shadow:0 10px 25px rgba(238,9,121,0.25);
}

.whgouwtne-icon svg{
    width:34px;
    height:34px;
    fill:#fff;
}

/* CARD TITLE */
.whgouwtne-card h3{
    margin:0 0 14px;
    font-size:22px;
    color:#111827;
    line-height:1.4;
}

/* CARD TEXT */
.whgouwtne-card p{
    margin:0;
    color:#6b7280;
    line-height:1.8;
    font-size:15px;
}

/* ===== CTA BOX ===== */
.whgouwtne-cta{
    margin-top:60px;
    border-radius:28px;
    padding:50px;
    background:
    linear-gradient(
        135deg,
        #111827,
        #1f2937
    );
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    flex-wrap:wrap;
}

.whgouwtne-cta-content h3{
    margin:0 0 14px;
    color:#fff;
    font-size:38px;
    line-height:1.2;
}

.whgouwtne-cta-content p{
    margin:0;
    color:rgba(255,255,255,0.82);
    font-size:16px;
    line-height:1.8;
    max-width:650px;
}

/* BUTTON */
.whgouwtne-btn{
    border:none;
    cursor:pointer;
    padding:16px 32px;
    border-radius:12px;
    background:linear-gradient(135deg,#ff6a00,#ee0979);
    color:#fff;
    font-size:15px;
    font-weight:700;
    transition:0.35s ease;
    box-shadow:0 10px 28px rgba(238,9,121,0.25);
    white-space:nowrap;
}

.whgouwtne-btn:hover{
    transform:translateY(-3px);
    box-shadow:0 14px 35px rgba(238,9,121,0.40);
}

/* ===== RESPONSIVE ===== */
@media(max-width:1100px){

    .whgouwtne-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){

    .whgouwtne-section{
        padding:60px 0;
    }

    .whgouwtne-container{
        padding:0 20px;
    }

    .whgouwtne-grid{
        grid-template-columns:1fr;
        gap:22px;
    }

    .whgouwtne-title{
        font-size:32px;
    }

    .whgouwtne-desc{
        font-size:15px;
    }

    .whgouwtne-card{
        padding:28px 22px;
    }

    .whgouwtne-cta{
        padding:35px 25px;
    }

    .whgouwtne-cta-content h3{
        font-size:28px;
    }

    .whgouwtne-cta-content p{
        font-size:15px;
    }

    .whgouwtne-btn{
        width:100%;
    }
}

