
/* ===================== Font used ==================*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');
body, html{margin: 0px;padding: 0px;font-size:16px;color:#2a3548;font-family: "Inter", serif;}
* {margin: 0;padding: 0;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; outline:none;}
aside, details, figcaption, figure, ins, summary, mark, title, video, footer, header, hgroup, nav, section, article{display: block;}
.clear {padding: 0;margin: 0;line-height: 0;height: 0;font-size: 0;clear: both;width: 100%;display: block;}
h1, h2, h3, h4, h5, h6 {padding: 0;margin: 0;}
html, body {padding: 0;margin: 0;height:100%;}
body * {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
ul, ul li {list-style: none;padding: 0;margin: 0;}
input, button {outline: none;border: none;box-shadow:none;}
a, a:hover, a:focus {text-decoration: none;outline: none;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;}
a:active, a:hover {outline: 0;}
button {transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;outline:none;border:none;outline:none;}
:focus {outline: none;border:none;}
button:focus{outline:none;}
img {border: none;}
p{margin:0;padding:0;}
figure{margin:0;}




/* ===================== Placeholder ==================*/
input::placeholder{opacity:1;}
input::-webkit-input-placeholder {opacity:1;}
input::-moz-placeholder {opacity:1;}
input:-ms-input-placeholder {opacity:1;}
input:-moz-placeholder {opacity:1;}

/* ===================== Header ==================*/
/*********Top Bar*************/
.page-header {position: relative;top: 0;right: 0;left: 0;padding:20px 0;z-index: 1;}
.logoBar{border: 1px solid rgba(0, 0, 0, 0.20); padding: 15px; border-radius: 10px;}
.online{ float:right;}
.online a{background:#fe0000; font-size:16px; text-transform:uppercase; color:#fff;padding:8px 20px; border-radius:5px; display:inline-block; font-weight:500; margin-top:14px;}
.online a:hover{ background:#000;}
.page-header.is-sticky {/*position: fixed;*/box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);padding: 8px 0;
backdrop-filter: blur(10px);animation: slideDown 0.35s ease-out;width: 100%;background: #fff;z-index: 10;  }
.page-header.is-sticky img {max-width: 80%;}
.page-header.is-sticky button {font-size: 14px;padding: 7px 10px;}
.topCall img{margin-right: 3px; width: 25px;}
.topCall div + div{margin-left: 25px;}
.topCall a{ background: #FFF26C; border-radius: 25px; padding: 8px 20px; display: inline-block; color: #000;}
.topCall a:hover{background: #000; color: #fff;}

 @keyframes slideDown {
	from {
	  transform: translateY(-100%);
	}
	to {
	  transform: translateY(0);
	}
  }
  .topCall span{font-size:15px; font-weight:400;}
  .page-header.is-sticky .siteMenus li a{color: #000;}
  .page-header.is-sticky .siteMenus li a.active{color: #002B38;}
  /* .logo img{width:225px;} */
  .enquiryBtn a {display: inline-block;background:#ffb412;color: #fff;border-radius: 25px;padding: 5px 25px;}
/*********Navigation*************/
nav{background:#8ec549;float:left;width:100%;position:relative;}
.form-card {background: #E7ECF0; padding: 50px;}
.info-card{border-radius: 20px;}
.info-card img{border-radius: 20px;}
.form-title {color:#002B38;font-weight:700; font-size:30px;}
.btn-dark-green {background-color: #002B38;color: #fff;}
.rating-stars {font-size: 1.1rem;color: #28a745;}
.highlight-box {background-color: #FFF26C;border-radius: 10px;padding: 15px; font-size: 14px; line-height: 25px; font-weight: 400}
.umcInfo{background: #000000;background: linear-gradient(360deg,rgba(0, 0, 0, 0.77) 0%, rgba(255, 255, 255, 0) 100%);width: 100%; border-radius: 0px 0px 20px 20px;}
.umcInfo .card-title{font-size: 30px; font-weight: 700;}
.umcInfo .card-text{font-size:18px; font-weight: 600;}
.rating-stars{background:#00A651; border-radius: 10px; padding: 15px; width: fit-content; margin-top: 15px;}
.rating-stars img{border-radius: 0;}
.rating-stars .arrowsize{width: 20px; margin-left: 10px;}
.highlight-box img{width: 15px; filter: invert(); margin-left: 10px;}
.rangeBar{background: #fff;border: 1px solid #00A651; padding:15px 20px; border-radius:10px;}
.rangeBar span{width:-moz-available; margin: 0 25px; background: #1a4e3e; height: 5px; border-radius: 5px;}
.euroSgn{font-size: 25px; font-weight: bold;color: #174C46;}
.form-card select{height: 55px;border: 1px solid #00A651; padding:15px 20px; border-radius:10px;}
.form-card button{font-size: 25px; font-weight:500; border-radius:15px; padding:15px 0; margin-top: 18px;} 
.form-card button img{width:20px; margin-left: 20px;}
.form-card button:hover{background: #00A651; color: #fff;}
.form-card .text-muted {font-size: 16px; font-weight: 300;}

.card-custom-green {background-color: #00a859;color: white;}
.card-custom-image {background-image: url('../images/img.png');background-size: cover;background-position: center;color: white; min-height: 300px;display: flex;align-items: flex-end;padding: 1.5rem;}
.card-custom-light {background-color: #f1f5f9;}
.arrow-link {text-decoration: none;font-weight: bold;}
@media (max-width: 767px) {
	.card-custom-image {
	  min-height: 200px;
	}
  }


  .grid-container {display: grid;grid-template-columns:58% 40%;gap: 2%;}
  .column-70,
  .column-30 {border: 1px solid #ccc;border-radius:20px;}
  .column-70 img{border-radius: 20px;}
  .column-30{background:#002B38;padding: 20px;}
  .ihrInfo{background: linear-gradient(360deg,rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);width: 100%; border-radius: 0px 0px 20px 20px; min-height: 200px; padding: 25px; display: flex;
	align-items: end;}
  .ihrInfo label{font-size:28px; font-weight: 700; line-height:35px;}
  .sieInfo p{color: #fff; font-size:15px; line-height:30px; font-weight: 300;}
  .sieInfo a{font-size:20px; color: #fff; font-weight: 500; margin-top: 25px;}
  .sieInfo a:hover{text-decoration: underline;}
  .sieInfo a img{width: 20px; margin-left:15px;}

  .grid-container2{display: grid;grid-template-columns:32% 32% 32%;gap: 2%;}
  .column-32{border: 1px solid #ccc;border-radius:20px;}
  .column-32 p{font-size: 15px; font-weight: 300; margin-bottom: 10px;}
  .column-32 label{font-size: 16px; font-weight: 500; line-height:25px;}
  .column-32 a{color: #000; font-weight: 500; margin-top: 25px;}
  .column-32 a:hover{text-decoration: underline;}
  .column-32 a img{width: 20px; margin-left:15px; filter: invert();}
  .green{background: #00A651; padding: 25px;}
  .green2{background: #00A651 !important; color: #fff !important;}
  .grey{background: #E7ECF0; padding: 25px;}

  .brd20{border-radius: 20px;}
  .besInfo{background: #000000;background: linear-gradient(360deg,rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);width: 100%; border-radius: 0px 0px 20px 20px; min-height: 200px; padding: 25px; display: flex; align-items: flex-end;}
  .besInfo p{font-size:18px; color: #fff;}
  .monSection label{font-size: 30px;} 
  .monSection .jet{font-size: 20px;}
  .ihrInfo a{color: #000; border-radius:15px; background: #FFF26C; display: inline-block; padding:10px 25px; font-weight: 300;}
  .ihrInfo a img{margin-left: 15px;}
  .ihrInfo a:last-child{background: #E7ECF0;}
.spaceTop70{padding-top: 70px;}
.spaceBtm70{padding-bottom: 70px;}
.dieTitle {display: flex;justify-content: space-between;flex-wrap: wrap;padding:20px 0; gap: 70px;}
/* .left, .right {flex: 1 1 300px;margin:0px;} */
.left {font-size:30px; font-weight: 700; color: #002B38; line-height:35px;}
.left h1{font-size: 30px; font-weight: 700;color: #002B38;}
.left h2{font-size: 30px; font-weight:700;color: #002B38;}
.right {font-size: 18px; color: #002B38; font-weight: 300;}
.right p{font-size:18px; color: #1c4a45; font-weight:300; line-height:25px;}


.grid-container3 {display: grid;grid-template-columns:40% 58%;gap: 2%;}
.grid-container3 .column-70-1, .grid-container3 .column-30-1 {border-radius:20px;}
.column-30-1 img{border-radius: 20px;}
.column-70-1{background: #002B38;}
.umc_Info{background: #000000;background: linear-gradient(360deg,rgba(0, 0, 0, 0.77) 0%, rgba(255, 255, 255, 0) 100%);width: 100%; border-radius: 0px 0px 20px 20px; min-height: 200px; padding: 25px; display: flex;
	align-items: end;}
.umc_Info label{font-size:30px; color: #fff; font-weight: 700;}
.umc_Info p{font-size:20px; font-weight: 400; color: #fff; line-height:30px; padding: 15px 0;}
.umc_Info a{color: #fff;font-weight:600;margin-top: 25px; font-size: 18px;}
.umc_Info a:hover{text-decoration: underline;}
.umc_Info a img{margin-left: 20px;}
.sieInfo p.font20{font-size: 24px; margin-top: 25px;}

  .dieInfo {display: grid;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap:70px;width: 100%;}
  .dieInfo .card {text-align: left; background: transparent; color: #fff;}
  .dieInfo .icon {width: 70px;height: 70px;margin-bottom:15px;}
  .dieInfo .title {color:#fff; font-size: 16px;font-weight:500;margin-bottom: 8px;}
  .dieInfo .desc {font-size:14px;margin-bottom: 10px; min-height: 70px; font-weight: 300; line-height: 25px}
  .dieInfo .link {font-size:14px; font-weight:600;color: #fff; text-decoration:underline;}
  .dieInfo .link:hover {text-decoration: underline;}

  .jetBtn{background: #000000;background: linear-gradient(360deg,rgba(0, 0, 0, 0.77) 0%, rgba(255, 255, 255, 0) 100%);width: 100%; border-radius: 0px 0px 20px 20px; min-height: 200px; padding: 25px; display: flex;
    align-items: end;}
  .jetBtn a{color: #002B38;border-radius: 15px;background:#ffffffb3; display: inline-block;padding: 5px 25px; font-size: 20px; border: 2px solid #fff; backdrop-filter: blur(15px);}
  .jetBtn a:hover{color: #fff; background:#002B38; }
  .jetBtn a img.arrImg{width: 20px; margin-left:15px; filter: invert();}
  .jetBtn a img{width: 70px; margin-right: 25px;}

  .warInfo p{font-size: 17px;line-height: 35px; font-weight:400;}
  .warInfo .accordion-button::after{background-image: url(../images/acc_plus_ico.svg) #000;position: absolute;right:9px;filter: invert();}
  .warInfo .accordion-button::before {background-color: #61BA45;content: "";right: 0;position: absolute;width:40px;height:40px;border-radius: 50%;}
  .accordionMenu{padding: 70px 0;background-color: #fff; color: #000000;}
  .accordionMenu .accordion-item{margin-bottom: 25px; border-radius: 10px; background: #f3f1ee; box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;}
  .accordionMenu .accordion-header{width: 100%;}
  #accordion-wrapper{margin-top:0px;margin-bottom:0px;border-radius:12px;padding:0;}
  .accordion .accordion-button {background-color: transparent;border-bottom: 1px solid #002B38; padding:20px; color:#002B38; font-size:17px; font-weight:500; padding-right:70px;}
  .accordion-button:focus {box-shadow: unset;}
  .accordion-button::after {background-image: url(../images/acc_plus_ico.svg);position: absolute;right: 24px;filter: invert(0);}
  .accordion-button:not(.collapsed)::after {background-image: url(../images/acc_minus_ico.svg);}
  .btn-link-wrap .btn {border-radius: 50px;padding: 10px 35px;transition: .3s linear;}
  .btn-link-wrap .btn:hover {background-color: rgba(75, 168, 46, .15);color: rgba(75, 168, 46, 1);border: 1px solid rgba(75, 168, 46, 1);}
  .btn-link-wrap .btn i {padding-left: 7px;}
  .faqTitle{font-size: 25px; font-weight: 500;color: #000000; margin-bottom:30px;}
  .warInfo .accordion-button::before {background-color: #002B38;content: "";right: 0;position: absolute;width: 40px;height: 40px;border-radius: 50%;}

.rewiew{background: linear-gradient(240deg,rgba(255, 242, 108, 1) 0%, rgba(255, 242, 108, 1) 50%, rgba(237, 221, 83, 1) 100%); padding: 100px 0;}
.rewiew h3{font-size: 28px; line-height:35px; color: #000000; font-weight: 600; margin-bottom:40px;}
.rewiew h3 span{display: block;}
.reviewCard{background: rgba(255, 255, 255, .85); border-radius: 20px; padding:15px; border: 1px solid #fff;min-height: 500px; backdrop-filter: blur(15px);}
.reviewHeader{background: #ffffffb3;; border-radius:20px; padding: 20px; backdrop-filter: blur(15px); box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;}
.rewiew .reviewHeader img{width:40px; margin-right: 20px;}
.rewiew .reviewHeader label{color: #000; font-size:15px; font-weight: 400; margin-bottom: 5px;}
.rewiew .reviewHeader p{color: #000; font-size:14px; font-weight:300;}
.rewiew .reviewHeader div{line-height: normal;}
.rewiew ul{padding: 30px 0;}
.rewiew ul li img{width: 40px !important;}
.rewiew ul ~ p{color: #000;font-size: 13px; font-weight: 300; line-height:25px;}
#calender .owl-next{background: url(../images/right-arrow-black.svg) no-repeat center center #fff !important;width: 70px;height:70px;}
#calender .owl-prev{background: url(../images/left-arrow-black.svg) no-repeat center center #fff !important;width:70px;height:70px;}
#calender .owl-nav {margin-top:-110px;position: absolute;top:0px;right: 5px;}
#calender .fa.fa-angle-left {display: none;}
#calender .fa.fa-angle-right {display: none;}
#calender img{border-radius: 10px;}
.mobCnt{background: #E31E24;border-radius:10px 10px 0px 10px; padding:20px; width: 90%;bottom:-70%;position: absolute; height: 100%;transition: all 0.5s}
#calender .item{position: relative;}
#calender .item:hover .mobCnt{height: 100%; bottom: 0;}
.owl-theme .owl-nav [class*="owl-"]{border-radius: 12px;}
.faqSectionn{padding: 70px 0;}
.faqSectionn label{color:#002B38; font-size: 30px; margin-bottom:20px; font-weight: 700;}
.bg-none{background: none;}
.wirHightBox{padding:40px 30px;}
.wirHightBox label{color: #000; font-size: 20px; font-weight: 600; margin-bottom:15px; line-height: 30px;}
.wirHightBox p{font-size:16px; line-height: 25px; font-weight: 300; margin-bottom:15px; }

.wirHightBox a{font-size: 16px; font-weight: 600; padding-top: 20px;}
.flexcard {background-color: #002B38;color: #ffffff;border-radius: 12px;padding:40px 30px;margin-top: 30px;}
.flexcard h1 {font-size:22px; font-size:600; margin: 0 0 5px 0;}
.flexcard p {margin: 5px 0; font-size:15px; font-weight: 300;}
.flexcard strong {display: inline-block;width: 90px;}
.opening-hours {font-weight: bold;margin: 12px 0;}

.titleBlog{color:#002B38; font-size: 30px; font-weight: 700; margin-bottom:30px;}
.blog .card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px; padding:15px;
}
.blog .card img{border-radius: 10px;}
.blog .card a{color: #000;}
.blog .card a img{width: 20px;}
.blog .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}
@media (max-width: 400px) {
  .card strong {
    width: 80px;
  }
}

  @media (max-width: 768px) { /* Applies styles when the screen width is 768px or less */
	.grid-container, .grid-container2 {
	  grid-template-columns: 1fr; /* Make columns stack vertically, each taking full width */
	}
  }


.newsletter{background: url(../images/newsletter-bg.png) center/ cover; padding: 70px 0; border-radius: 20px; padding: 50px;}
.newsletter-box { padding: 40px 20px;max-width: 800px;/* margin: 40px auto; */}
.newsletter-box input.searh{height: 50px; border: 2px solid #fff;}
.newsletter-box span img{width: 25px;}
.newsletter-box button{border: 2px solid #fff; padding: 12px 40px;}
.newsletter-box button:hover{background: #fff;}
.newsletter-box button img{filter: invert(); width: 10px; margin-left: 5px;}


.newsletter-icon {width: 40px;height: 40px;vertical-align: middle;margin-left: 10px;}
.input-group-text {background: #e0e0e0;border: none;border-radius: 10px 0 0 10px;color: #003a3f;}
.form-control {border: none;border-radius: 0 10px 10px 0;background: #e0e0e0;}
.btn-subscribe {border-radius: 10px;background: #e0e0e0; color: #000; font-size:15px; font-weight:400;}
.form-check-label {font-size: 0.9rem;}
.cnInfo label{color: #000; font-size: 20px; font-weight: 600; margin-bottom: 15px;}
.cnInfo p{color: #000; font-size: 14px; margin-bottom: 5px;}
.cnInfo p a{color: #2a3548;}
.cnInfo p a:hover{color:#002B38;}
.ftMenu ul{padding: 0px;}
.ftMenu ul li{display: block; line-height: 28px;}
.ftMenu ul li a{color: #000; font-weight: 400; font-size: 14px;}
.ftMenu ul li a:hover{color:#002B38;}
footer hr{margin:50px 0;}
.revTitle{font-size: 20px; font-weight: 600;}
.revTitle ul{padding-left:25px;}
.ftMenu .revTitle ul li img {width: 30px;}
.google-info img {width: 100px;}

.google-info a{color: #000; margin-left: 25px;}
.google-info a img{filter: invert(); width: 15px;}


.agLink  li{display: block; line-height: 28px; margin-left: 15px;}
.agLink  li a{color: #000; font-weight: 400; font-size: 14px;}
.agLink  li a:hover{color:#002B38;}


.konList{padding: 0;}
.konList li{padding:25px 0; color: #fff; border-top: 1px solid #fff; font-size: 18px; font-weight: 300; display: flex;}
.konList li img{margin-right: 25px;}

.konList-2 img{filter: invert();}



/* ================= Form Page ==============================*/
.inHead{background:url(../images/line-background.svg) no-repeat right center #002B38; background-size:contain; border-radius: 20px; padding: 50px;}
.inHead label{font-size: 40px; color: #fff; margin-bottom: 15px; font-weight: 500; display: block;}
.inHead p{font-size:18px; color: #fff; font-weight:300; max-width: 50%;}
.inHead img{margin-bottom: 20px;}


.mainForm{background: #E7ECF0; border-radius: 20px; padding: 40px;}
.mainForm h1{font-size: 30px; font-weight: 600; margin-bottom: 40px;}
.kre{background: #174C46; display: inline-block; color: #fff; border-radius:5005px; margin-bottom: 25px; font-size: 16px; font-weight: 500; padding: 15px 30px;}
.mainForm p{color: #000;font-size: 16px; margin-bottom: 10px;}
.mainForm input{width: 100%; height:50px; background: #fff; border-radius: 10px;}
.mainForm textarea{width: 100%; height:120px; background: #fff; border-radius: 10px;}
.mainForm select{width: 100%; height:50px; background: #fff; border-radius: 10px;}
.mainForm input:focus{box-shadow: none;}
.mainForm select:focus{box-shadow: none;}
.mainForm span{color: #fe0000;}
.checkBoxList li{margin-bottom:20px;}
.checkBoxList li label{display: flex; align-items: center; justify-content:flex-start;}
.checkBoxList li input{width: 25px; margin-right:15px; height: 25px;}
.subBtn button{background: #002B38; margin-top: 25px; color: #fff; padding: 15px 40px; font-size: 20px;border-radius: 15px;}
.subBtn button img{margin-left: 15px; transition: all 0.5s;}
.subBtn button:hover{background: #00a859;}
.subBtn button:hover img{margin-left: 25px;}
.noteMsg{background: rgba(0, 168, 81, 0.14); border-radius: 15px; padding:10px 20px; margin-top: 30px;}
.noteMsg p{color: #00A651; font-size: 16px;}
.noteMsg img{margin-right: 25px;}

.fleBox{background: #FBE54D; border-radius: 15px; padding:25px;}
.fleBox img{border-radius: 50%; border:5px solid #fff; width:110px; margin-right: 20px;}
.fleBox h2{font-size: 24px; font-weight: 600; margin-bottom: 5px;}
.fleBox span{font-size: 18px;}
.fleBox p{font-size: 18px; margin-top: 20px; line-height:30px;}

.cnBox{background: #002B38;border-radius: 15px; padding:35px 25px; margin-top: 25px;}
.cnBox h3{font-size: 24px; font-weight: 600; margin-bottom:20px;color: #fff;}
.cnBox ul li{color: #fff; margin-bottom:20px; font-size: 18px; }
.cnBox ul li img{margin-right: 15px;}
.cnBox ul li a{color: #fff;}
.cnBox ul li a:hover{color: #00A651;}
.mainForm h4{margin-bottom: 25px;}
.mainForm input::file-selector-button {padding: 0.5em;border:none;border-radius:0px; height:50px; background: none;}
.mainForm input:hover::file-selector-button{background: none;}

.mainForm input[type="file"]::file-selector-button {border:none;padding: 0.2em 0.4em;border-radius: 0.2em;background-color: #fff;transition: 1s;}
.mainForm input[type="file"]::file-selector-button:hover {background-color: #fff;border: 2px solid #00cec9;}

.herBox{background: #E7ECF0; border-radius: 20px;padding:50px 40px;}
.herBox h1{font-size: 26px; margin-bottom: 20px;}
.herBox p{margin-bottom: 20px;}
.herBox .pdfHeading{font-size: 24px; font-weight: 600; margin-bottom: 20px;}
.herBox ul{margin: 0 0 0 15px;}
.herBox ul li{margin-bottom:15px; list-style: decimal;}



.csmRadio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size:20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: #fff;
  border-radius: 15px;
  padding: 14px 40px;
  z-index: 0;
}
.csmRadio img{margin-right: 15px;}

/* Hide the browser's default radio button */
.csmRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 15px;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  background-color: #fff;
  border-radius:15px;
  z-index: -1;
}

/* On mouse-over, add a grey background color */
.csmRadio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.csmRadio input:checked ~ .checkmark {
  background-color: #2196F3;
  color: #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  color: #fff;
}

/* Show the indicator (dot/circle) when checked */
.csmRadio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.csmRadio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
  display: none !important;
}


.thanks{height: 100%;}
.thanks img{width: 50px;}
.thanks h1{color:#00A651}
.cnBox{background: #002B38; padding:70px 50px;border-radius: 20px;}
.cnBox h1{color: #fff;font-size:28px; margin-bottom:100px;}
.cnBox h2{color: #fff;font-size: 20px; margin-bottom: 15px;}
.cnBox p{color: #fff;font-size:16px;}
.cnBox p a{color: #fff;font-size:16px;}
.cnBox p a:hover{color: #00A651;font-size:16px;}

.info-card-2 {background-color: #fff066;border-radius: 10px;padding: 20px;text-align: center;transition: transform 0.3s;
  height: 100%;min-height: 300px;display: flex;flex-direction: column;align-items: start;justify-content: center;}
.info-card-2:hover {transform: translateY(-5px);}
.info-title {font-size:50px; font-weight: 900;}
.info-text {margin-top: 8px;font-size: 22px; font-weight: 300; text-align: left;}
.info-container {border-radius: 8px;padding:50px 20px;background-color: #F5F5F5;}

.umchInfo{ padding: 50px 0;}
.umchInfo label{color: #fff; font-size: 30px;}
.umchInfo p{color: #fff; margin-bottom: 15px; font-size:16px; line-height: 28px; font-weight: 300;}
.umchInfo p:first-of-type{font-weight:700;}
.umchInfo a {color: #fff;font-weight:600;margin-top: 25px;font-size: 20px;}
.umchInfo a:hover{text-decoration: underline;}
.umchInfo a img{margin-left: 15px;}
.whtArrow{right: 0;}
.g-logoInfo{ margin-top: 30px; font-size: 20px; color: #fff; font-weight:400;}
.g-logoInfo img{margin-right: 20px;}
.g-logoInfo ul li img{margin-right: 2px;}
.g-logoInfo label{font-size: 18px; color: #fff; font-weight:400;}

a.jetLink{color: #fff; font-size: 20px;}
a.jetLink img{filter: invert(0); transition: all 0.5s;}
a.jetLink:hover img{margin-left:30px;}

.grid-container_3 {display: grid;grid-template-columns:40% 58%;gap: 2%;}
.column-70_3,
.column-30_3 {border: 1px solid #ccc;border-radius:20px;}
.column-70_3 img{border-radius: 20px;}
.column-30_3{background:#002B38;padding: 20px;}
.sieInfo .bld{font-weight:500; margin-top: 20px;}



.team-card {
  border: none;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Soft default shadow */
  background: #fff;
  /* padding-bottom: 10px; */
  position: relative;
}
.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow on hover */
}
.team-card img {
  width: 100%;
  border-radius: 10px;
}
.team-name {
  background-color:#ffffffb3;
  color:#002B38;
  padding: 18px 10px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 500;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 64%;
  font-size: 18px;
  right: 0;
  margin: 0 auto;
  bottom: 36px;
  backdrop-filter: blur(15px);

}

.team-name:hover {
  background-color:#002B38;
  color:#fff;
}

.section-header {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  margin-bottom: 20px;
  gap: 250px;
  margin-bottom: 50px;
}
.section-header h4 {
  margin: 0;
  font-size: 28px;
  font-weight:700;
  color:#002B38;
  
}


/*------------------- BLog Page -------------------*/
.card {
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 8px 20px;
  font-size: 14px;
  border-radius: 50px;
  color: #fff;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.8; }
  100% { transform: scale(1); opacity: 1; }
}

.title {
  font-size:15px;
  font-weight:500;
  color: #0c1e2c;
  margin-bottom: 10px;
  min-height: 54px;
}

.date {
  font-size: 14px;
  background: #e9e7e7;
  color: #333;
  padding: 5px 18px;
  border-radius: 32px;
  display: inline-block;
}

.card-img-top {
  height: 250px;
  object-fit: cover;
}


/*---------*/
.custom-card {
  position: relative;
  border-radius: 0.8rem;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.custom-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}
.custom-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.custom-card:hover img {
  transform: scale(1.05);
}
/* overlay only bottom half */
.overlay-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%; /* bottom half */
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1rem;
}
/* tags top-left, bigger and spaced */
.badge-custom {
  position: absolute;
  top: 15px;     /* more space from top */
  left: 15px;    /* more space from left */
  font-size: 16px;    /* slightly bigger */
  font-weight: 500;
  padding: 0.4em 0.8em;
  border-radius: 0.4rem;
  animation: pulse 2s infinite;
}
.badge-blog {
  background-color: #e63946;
  color: #fff;
}
.badge-ratgeber {
  background-color: #1d3557;
  color: #fff;
}
.badge-angebote {
  background-color: #2a9d8f;
  color: #fff;
}
.overlay-gradient .title {
  margin-top: 0.5rem;
  color: #fff;
  animation: fadeInUp 1s;
  font-size: 22px;
  line-height: 36px;
}
/* Responsive title font sizes */
@media (max-width: 1199px) {
  .overlay-gradient .title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .overlay-gradient .title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .overlay-gradient .title {
    font-size: 16px;
  }
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,255,255,0.6); }
  70% { box-shadow: 0 0 0 10px rgba(255,255,255,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.angsection{padding: 70px 0 0;}
.angBoxBlog{background: #E7ECF0; padding:100px 50px; border-radius: 20px;}
.angBoxBlog h1{font-size: 30px; color: #002B38; margin-bottom: 10px;}
.angBoxBlog p{font-size: 16px; line-height:25px; max-width: 70%;}
.topBlog img{height: auto;}
.topBlog .title{min-height: 55px; font-size: 18px;}

/*-------------- Blog Detail ---------------------*/
.blogDetail h1{font-size: 26px; margin:10px 0 5px;}
.blogDetail p{font-size: 15px; line-height: 25px; margin-bottom: 15px;}
.blogDetail label{margin-bottom:5px; font-size: 20px; font-weight: 500; color: #002B38;}
.blg-dtl{margin-bottom: 25px;}
.social-media{padding: 0;}
.social-media label{margin-bottom:5px; font-size:24px; font-weight: 500; color: #000; margin-bottom: 10px;}
.social-media ul{display: flex; gap:10px;}
.social-media ul li a img{width: 40px;}
.auhTitle{font-size: 30px; margin-bottom:50px;}

/*-------------- Blog Category ---------------------*/

.blogCategory .card-img-top{height: auto; border-radius: 20px;}
.blogCategory .blogCat label{color: #002B38; font-size: 20px; font-weight: 600; line-height: 25px; margin-bottom: 15px;}
.blogCategory .blogCat p{color: #002B38; font-size:16px; font-weight:300; line-height: 27px;}
.blogCategory .blogCat span{color: #000; font-weight: 500; font-size: 18px;}
.cm-pagination{display: flex; gap:10px;justify-content: center; margin-top: 40px;}
.cm-pagination li a{ display: inline-block; text-align: center; width: 30px; height: 30px; line-height: 30px;color: #000; border-radius: 5px; background:#ececec;}
.cm-pagination li a.active, .cm-pagination li a:hover{background: #3ca403d1; color: #fff;}
/* ===================== Menu ==================*/
.siteMenus {position: relative;line-height: normal;float:right; }
.siteMenus ul { margin: 0; padding: 0;}
.siteMenus li {list-style: none;margin: 0; padding:0; position: relative; line-height: normal;float:left;}
.siteMenus li a {padding:6px 18px;display:block;color:#002B38;-webkit-transition:all .2s ease-out;-moz-transition: all .2s ease-out;transition: all .2s ease-out;font-weight:500;font-size:16px;}
.siteMenus li a.active{color:#00A651;}
/* .siteMenus li a.active::after{ width:25px; height:2px; background:#fe0000; content:""; display:block; margin-top:5px;}
.siteMenus li a:hover::after{ width:25px; height:2px; background:#fe0000; content:""; display:block;margin-top:5px;} */
/* .siteMenus li + li{margin-left:20px;} */
.siteMenus ul ul { top: auto;width: 285px;padding: 15px 0;border-radius: 15px;position: absolute;z-index: 9900;text-align: left;display: none;background: rgb(255, 255, 255);}
.siteMenus li li { display: block;width:100%;margin:0 !important;/*border-top:1px solid #7daf3f;*/}
.siteMenus li li a{color:#151515;padding:15px 15px;font-size:14px;}
.siteMenus ul ul li a:hover{background:#ffb412;color:#fff;}
.siteMenus ul ul ul { top: 0; left: 220px; }
.siteMenus > ul > li:hover > ul > li:hover > ul { opacity: 1; visibility: visible; top: 0; }
.siteMenus > ul > li.drop-left > ul { right: 0; }
.siteMenus .menu-toggle, .siteMenus .close-menu, .siteMenus .call-btn-mobile, .siteMenus .location-btn-mobile { display: none; text-transform: uppercase; text-decoration: none; }
.siteMenus .dd-toggle { display: none; position: absolute; top: 0; right: 0; padding: 0; width: 48px; height: 48px; text-align: center; z-index: 9999; border: 0; }
.siteMenus a.dd-toggle .icon-plus { box-sizing: border-box; transition: transform 0.3s; width: 12px; height: 100%; position: relative; vertical-align: middle; display: inline-block; }
.siteMenus a.dd-toggle .icon-plus:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #fff; position: absolute; top: 50%; transform: rotate(90deg); transition: width 0.3s; }
.siteMenus a.dd-toggle .icon-plus:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #fff; position: absolute; }
.siteMenus li.open > a.dd-toggle .icon-plus { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.siteMenus.light a.dd-toggle .icon-plus:before { border-color: #000; }
.siteMenus.light a.dd-toggle .icon-plus:after { border-color: #000; }
.siteMenus.dark a.dd-toggle .icon-plus:before { border-color: #FFF; }
.siteMenus.dark a.dd-toggle .icon-plus:after { border-color: #FFF; }
.siteMenus .icon-close { box-sizing: border-box; width: 12px; height: 12px; position: relative; display: inline-block; }
.siteMenus .icon-close:before { content: ''; display: block; width: 12px; height: 0px; border-bottom: solid 3px #fff; position: absolute; top: 50%; transform: rotate(45deg); }
.siteMenus .icon-close:after { content: ''; display: block; width: 12px; height: 0px; top: 50%; border-bottom: solid 3px #fff; position: absolute; transform: rotate(-45deg); }
/* mobile nav */
.siteMenus .menu-toggle, .siteMenus .close-menu { padding:0; box-sizing: border-box; }
.siteMenus .menu-toggle span.bars { display: inline-block;position: relative; top:0px; }
.siteMenus .menu-toggle span.bars span { display: block; width:25px; height:2px;background: #010101; margin: 0 0 4px; }
.siteMenus .menu-toggle span.bars span:nth-child(2){width: 20px;}
.siteMenus .menu-toggle span.bars span:nth-child(3){width: 15px;}
.siteMenus.mobile {position:absolute;right:10px;top:25x;}
.siteMenus.mobile.fixed { position: static;}
.siteMenus.mobile ul { position: relative; display: none;}
.siteMenus.mobile.active { padding-bottom: 0; color: #0e59f2; }
.siteMenus.mobile.active > ul { display: block; }
.siteMenus.mobile ul { text-align: left;}
.siteMenus.mobile > ul > li { display: block;}
.siteMenus.mobile > ul > li > a { padding: 15px; color: #fff;}
.siteMenus.mobile ul { background:#1b2330;}
.siteMenus.mobile ul ul { position: relative; opacity: 1; visibility: visible; width: auto; display: none; -moz-transition: none; -webkit-transition: none; -o-transition: color 0 ease-in; transition: none; }
.siteMenus.mobile ul ul ul { left: auto; top: auto; }
.siteMenus.mobile li.drop-left ul ul { right: auto; }
.siteMenus.mobile > ul { border-top: 1px solid rgba(255, 255, 255, .15); }
.siteMenus.mobile .menu-toggle, .siteMenus.mobile .dd-toggle, .siteMenus.mobile .close-menu{ display: inline-block;}
.siteMenus.mobile li.has-sub > a:after, .siteMenus.mobile li li.has-sub > a:after, .siteMenus.mobile li.drop-left li.has-sub > a:after { display: none; }
/* left and right positions */
.siteMenus.mobile.right > ul { position: fixed; top: 0; bottom: 0; width:250px; max-width: 100%; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;z-index:11; }
.siteMenus.mobile.right > ul { right: 0; }
.siteMenus.mobile.right .close-menu{ display: inline-block; text-align: left;padding:10px;width:auto; }



/*======== Media Queries for Mobile =========*/
@media all and (max-width:1199px){

	.siteMenus li a{padding: 6px 9px;}


}
@media all and (max-width:991px){
.page-header.is-sticky{backdrop-filter: inherit;animation: auto;}
.siteMenus li a{ padding:6px 6px;}
.siteMenus li{width:100%;margin:0 !important;}


}
@media all and (max-width:767px){
.siteMenus li + li{margin-left:5px;}
.siteMenus li a{padding:15px 10px;font-size:13px;}



}
@media all and (max-width:575px){

.logoBar img{width:180px;}
.searchBtn{position:absolute;top:62px;right:60px;padding:5px;border-radius:5px;}

.siteMenus li a:hover{background:#2a3548;color:#fff;}
 nav{position:static;}


}
@media all and (max-width:375px){



}
















