/* WPVibe modern visual refresh — safe CSS-only layer. No URLs, content, or templates changed. */
:root{
  --uwc-navy:#052238;
  --uwc-blue:#0077b6;
  --uwc-cyan:#00b4d8;
  --uwc-aqua:#48cae4;
  --uwc-sand:#fff7ec;
  --uwc-text:#123044;
  --uwc-muted:#5d7484;
  --uwc-radius:22px;
  --uwc-shadow:0 18px 45px rgba(5,34,56,.16);
}
html{scroll-behavior:smooth;}
body{
  color:var(--uwc-text);
  background:linear-gradient(180deg,#f5fbff 0%,#ffffff 38%,#f7fbfc 100%);
  font-size:16px;
  -webkit-font-smoothing:antialiased;
  text-rendering:optimizeLegibility;
}
a{transition:color .22s ease,background-color .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease;}
.center{max-width:1180px;}
.header_wrap{position:relative;z-index:50;}
.head-info-area{
  background:linear-gradient(90deg,var(--uwc-navy),#063b5f);
  color:#e8fbff;
  font-size:14px;
}
.head-info-area .center{min-height:42px;display:flex;align-items:center;justify-content:space-between;}
.head-info-area .left,.head-info-area .right{padding:7px 0;}
.head-info-area .social-icons a,.topbar a{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:32px!important;
  height:32px!important;
  line-height:32px!important;
  border:1px solid rgba(255,255,255,.35)!important;
  border-radius:50%!important;
  color:#fff!important;
  margin-left:8px!important;
  background:rgba(255,255,255,.08)!important;
}
.head-info-area .social-icons a:hover,.topbar a:hover{background:var(--uwc-cyan)!important;border-color:var(--uwc-cyan)!important;color:#052238!important;transform:translateY(-1px);}
.header.type1{
  background:rgba(255,255,255,.94)!important;
  border-bottom:1px solid rgba(5,34,56,.08);
  box-shadow:0 10px 30px rgba(5,34,56,.08);
  backdrop-filter:saturate(140%) blur(10px);
}
.header .head_inner{display:flex;align-items:center;justify-content:space-between;min-height:92px;gap:24px;}
.logo{float:none!important;display:flex;align-items:center;gap:14px;padding-right:0;}
.logo img{max-height:72px;width:auto;border-radius:12px;box-shadow:0 8px 22px rgba(5,34,56,.12);}
.logo .desc{display:block;max-width:360px;color:var(--uwc-muted);font-size:14px;line-height:1.35;margin-top:4px;}
.header-content-right{display:flex;align-items:center;justify-content:flex-end;flex:1;}
#topmenu{float:none!important;text-align:right!important;}
#topmenu ul.menu{display:flex;align-items:center;gap:8px;list-style:none;margin:0;padding:0;}
#topmenu ul.menu>li{float:none!important;position:relative;}
#topmenu ul.menu>li>a{
  color:var(--uwc-navy)!important;
  font-weight:700;
  font-size:14px;
  letter-spacing:.01em;
  padding:12px 15px!important;
  border-radius:999px;
  text-transform:none;
}
#topmenu ul.menu>li>a:hover,#topmenu ul.menu>li.current-menu-item>a,#topmenu ul.menu>li.current_page_item>a{
  color:#fff!important;
  background:linear-gradient(135deg,var(--uwc-blue),var(--uwc-cyan));
  box-shadow:0 10px 24px rgba(0,119,182,.22);
}
#home_slider,.slider-main,.slider-wrapper,.nivoSlider{overflow:hidden;}
.slider-main{background:var(--uwc-navy);}
.nivoSlider img,.nivo-main-image{filter:saturate(1.08) contrast(1.04);}
.slider-wrapper:after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(90deg,rgba(5,34,56,.74),rgba(5,34,56,.26) 46%,rgba(5,34,56,.08));
  z-index:5;
}
.nivo-caption{background:transparent!important;z-index:12!important;}
.nivo-caption-content{
  max-width:760px;
  padding:clamp(20px,4vw,52px)!important;
  margin-left:clamp(10px,5vw,70px);
  border-radius:var(--uwc-radius);
  background:rgba(5,34,56,.38);
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 22px 60px rgba(0,0,0,.26);
  backdrop-filter:blur(8px);
}
.nivo-caption-content .title{
  font-size:clamp(34px,5vw,68px)!important;
  line-height:1.02!important;
  font-weight:800!important;
  letter-spacing:-.04em;
  color:#fff!important;
  text-shadow:0 3px 18px rgba(0,0,0,.28);
}
.nivo-caption-content .slidedesc{
  color:#ecfdff!important;
  font-size:clamp(16px,2vw,22px)!important;
  line-height:1.45!important;
  margin-top:14px!important;
  max-width:680px;
}
.slidebtn{margin-top:24px!important;}
.slidebtn a,.slidelink,.read-more,.more-link,.elementor-button,.wp-block-button__link,input[type="submit"],button[type="submit"]{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:13px 24px!important;
  border-radius:999px!important;
  color:#fff!important;
  background:linear-gradient(135deg,var(--uwc-blue),var(--uwc-cyan))!important;
  border:0!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:0 14px 30px rgba(0,119,182,.28)!important;
}
.slidebtn a:hover,.slidelink:hover,.read-more:hover,.more-link:hover,.elementor-button:hover,.wp-block-button__link:hover,input[type="submit"]:hover,button[type="submit"]:hover{
  transform:translateY(-2px);
  box-shadow:0 18px 38px rgba(0,119,182,.34)!important;
}
.nivo-directionNav a{
  width:46px!important;height:46px!important;border-radius:50%!important;background:rgba(255,255,255,.92)!important;color:var(--uwc-navy)!important;box-shadow:0 10px 30px rgba(0,0,0,.22);text-indent:-9999px;
}
.nivo-directionNav a:before{font-family:FontAwesome;text-indent:0;display:flex;align-items:center;justify-content:center;height:46px;font-size:18px;}
.nivo-prevNav:before{content:"\f104";}.nivo-nextNav:before{content:"\f105";}
.post_block_style1,.post_block_style2,.post_block_style3,.servicebox,.servicesbox,.feature-box,.elementor-widget-container,.news-box,.blog-post,.type-post,.type-page .entry-content > .alignwide{
  border-radius:var(--uwc-radius);
}
.elementor-section,.lay4_wrap,.page_content,.content-area{position:relative;}
.elementor-widget-image img,.post-thumb img,.servicesbox img,.servicebox img,.blog-post img{
  border-radius:18px;
  box-shadow:0 12px 32px rgba(5,34,56,.13);
}
.elementor-widget-heading h1,.elementor-widget-heading h2,.elementor-widget-heading h3,h1,h2,h3{
  color:var(--uwc-navy);
  letter-spacing:-.025em;
}
p,li{color:var(--uwc-text);}
.uwc-seo-intro,
.uwc-tour-cards,
.uwc-why-section,
.uwc-testimonial-section,
.uwc-offer-section{
  padding:72px 0!important;
}
.uwc-seo-intro{
  margin-top:-28px;
  background:radial-gradient(circle at top left,rgba(72,202,228,.24),transparent 34%),linear-gradient(180deg,#ffffff,#eefaff)!important;
}
.uwc-seo-intro .elementor-widget-wrap{
  max-width:980px;
  margin:0 auto;
  padding:42px!important;
  border:1px solid rgba(0,119,182,.12);
  border-radius:30px;
  background:rgba(255,255,255,.82);
  box-shadow:var(--uwc-shadow);
}
.uwc-seo-intro p{
  max-width:850px;
  margin:0 auto 22px!important;
  text-align:center;
  font-size:19px;
  line-height:1.75;
}
.uwc-tour-cards .elementor-container,
.uwc-tour-cards .elementor-row{
  gap:24px;
}
.uwc-tour-cards .elementor-column{
  padding:0 12px;
}
.uwc-tour-cards .elementor-widget-wrap{
  min-height:250px;
  padding:34px 28px!important;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(0,119,182,.12);
  box-shadow:0 16px 38px rgba(5,34,56,.10);
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.uwc-tour-cards .elementor-widget-wrap:hover{
  transform:translateY(-6px);
  border-color:rgba(0,180,216,.42);
  box-shadow:0 24px 54px rgba(5,34,56,.16);
}
.uwc-tour-cards h2{
  font-size:26px!important;
  line-height:1.15!important;
  margin-bottom:12px!important;
}
.uwc-tour-cards p{
  color:var(--uwc-muted);
  font-size:16px;
  line-height:1.7;
}
.uwc-why-section{
  background:linear-gradient(135deg,#052238,#073b5c)!important;
}
.uwc-why-section .elementor-widget-wrap{
  max-width:1120px;
  margin:0 auto;
  padding:44px!important;
  border-radius:32px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 20px 60px rgba(0,0,0,.18);
}
.uwc-why-section h2,
.uwc-why-section h3,
.uwc-why-section p,
.uwc-why-section li{
  color:#fff!important;
}
.uwc-why-section h2{font-size:38px!important;margin-bottom:16px!important;}
.uwc-why-section h3{font-size:24px!important;color:#9bf3ff!important;margin:10px 0 18px!important;}
.uwc-why-section ul{margin:18px 0 0 24px!important;}
.uwc-why-section li{margin-bottom:12px;line-height:1.65;}
.uwc-why-section img{border:4px solid rgba(255,255,255,.22);}
.uwc-testimonial-section{
  background:#ffffff!important;
}
.uwc-testimonial-section .elementor-widget-wrap{
  max-width:820px;
  margin:0 auto;
  padding:38px!important;
  border-radius:30px;
  background:linear-gradient(180deg,#ffffff,#f2fbff);
  box-shadow:var(--uwc-shadow);
  border:1px solid rgba(0,119,182,.10);
}
.uwc-offer-section{
  background:linear-gradient(180deg,#eefaff,#ffffff)!important;
}
.uwc-offer-section .elementor-widget-wrap{
  max-width:900px;
  margin:0 auto;
}
.uwc-offer-section .elementor-widget-price-table,
.uwc-offer-section .elementor-price-table{
  border-radius:30px!important;
  overflow:hidden;
  box-shadow:0 24px 60px rgba(5,34,56,.16)!important;
}
.footer_wrap,.footer,.footer-type1,.footer-type2,#footer{
  background:linear-gradient(180deg,#052238,#031523)!important;
  color:#d9f7ff!important;
}
.footer_wrap a,.footer a,#footer a{color:#8ee9ff!important;}
.footer_wrap a:hover,.footer a:hover,#footer a:hover{color:#fff!important;}
input,textarea,select{
  border:1px solid rgba(5,34,56,.16)!important;
  border-radius:14px!important;
  padding:12px 14px!important;
  background:#fff!important;
  color:var(--uwc-text)!important;
  box-shadow:0 6px 18px rgba(5,34,56,.05) inset;
}
input:focus,textarea:focus,select:focus{outline:none!important;border-color:var(--uwc-cyan)!important;box-shadow:0 0 0 4px rgba(0,180,216,.15)!important;}
@media (max-width:980px){
  .header .head_inner{min-height:82px;}
  .logo .desc{display:none;}
  #topmenu ul.menu{display:none;}
  #simple-menu{display:inline-flex!important;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--uwc-navy);color:#fff!important;text-decoration:none;}
  .nivo-caption-content{margin:20px;padding:22px!important;}
  .uwc-seo-intro,.uwc-tour-cards,.uwc-why-section,.uwc-testimonial-section,.uwc-offer-section{padding:52px 0!important;}
  .uwc-seo-intro .elementor-widget-wrap,.uwc-why-section .elementor-widget-wrap,.uwc-testimonial-section .elementor-widget-wrap{padding:28px!important;}
}
@media (max-width:680px){
  .head-info-area .center{min-height:38px;}
  .header .head_inner{gap:12px;}
  .logo img{max-height:58px;}
  .nivo-caption-content .title{font-size:30px!important;}
  .nivo-caption-content .slidedesc{font-size:15px!important;}
  .slidebtn a,.slidelink{min-height:42px;padding:11px 18px!important;font-size:14px!important;}
  .uwc-seo-intro .elementor-widget-wrap,.uwc-why-section .elementor-widget-wrap,.uwc-testimonial-section .elementor-widget-wrap{border-radius:22px;padding:22px!important;}
  .uwc-seo-intro p{font-size:16px;text-align:left;}
  .uwc-why-section h2{font-size:30px!important;}
}
