
@font-face {
  font-family: "Sofia Pro Regular Az";
  src: url("../fonts/Sofia Pro Regular Az.woff2") format("woff2"),
    url("../fonts/Sofia Pro Regular Az.woff2") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

#cookienew.cookie-modal {
  width:80%;
  margin: 30px auto;
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  display:table;
  padding-bottom:30px;
  max-width:1000px;
}
.greybghard {background:#CBD5E0;}
.close-btn {cursor:pointer;}
#cookienew .cookie-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  background:#1D2959;
  padding:10px;
  font-family: "Sofia Pro Regular Az";
  border-radius: 10px 10px 0 0;
}
#cookies-seting {text-decoration:underline;}
#cookienew .logo {
  font-weight: 700;
  font-size: 18px;
}

#cookienew .close-btn {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color:#fff;
}

#cookienew .cookie-tabs {
  display: flex;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 15px;
}

#cookienew .cookie-tabs .tab {
  flex: 1;
  padding: 10px;
  text-align: center;
  border: none;
  background: none;
  cursor: pointer;
  font-weight: 600;
  font-family: "Sofia Pro Regular Az";
  color:#000;
}

#cookienew  .cookie-tabs .tab.active {
  border-bottom: 3px solid #58a14e;
  color:#1D2959;
}

#cookienew .tab-content { display: none; }
#cookienew .tab-content.active { display: block; overflow-y: scroll; height:406px;}

#cookienew .section {
  background: #fff;
  padding:5px 15px;
  border-radius: 6px;
  font-family: "Sofia Pro Regular Az";
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 10px;
}
#cookienew .section .section2 {
  background: #fff;
 
}
#cookienew .section p {color:#000; font-sze:14px;text-align: left; line-height: inherit;} 
#cookienew .section p.section-desc {color:#5C5F65; font-size:13px; text-align:left;} 
.optanon-toggle-display {position:fixed; bottom:0; z-index:9999;}
#cookienew .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-family: "Sofia Pro Regular Az";
  color:#101828;
  font-size:14px;
}

#cookienew .section-desc {
  font-size: 13px;
  margin-top: 8px;
  font-family: "Sofia Pro Regular Az";
  color:#5C5F65;
}

/* Toggle Switch */
#cookienew .switch {
  position: relative;
  width: 42px;
  height: 22px;
}

#cookienew .switch input { display: none; }

#cookienew .slider {
  position: absolute;
  cursor: pointer;
  background: #CBD5E0;
  border-radius: 22px;
  top: 0; left: 0; right: 0; bottom: 0;
  transition: .3s;
}

#cookienew .slider:before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  background: white;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: .3s;
}

#cookienew input:checked + .slider {
  background: #6FC16C;
}

#cookienew input:checked + .slider:before {
  transform: translateX(20px);
}

/* Collapsible Items */
#cookienew .cookie-item {
   border-radius: 8px;
  margin-top: 10px;
  font-family: "Sofia Pro Regular Az"; 
 }

.expandbody {}

#cookienew .item-header {
  padding: 8px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 600;
  color:#000;
}

#cookienew .item-body {
  padding: 10px;
  display: none;
  background: #fff;
  font-size: 13px;
  color:#000;
}
.item-header p {font-weight:normal;}
#cookienew .cookie-item.open .item-body {
  display: block;
}

#cookienew .arrow {
  transition: .2s;
}

#cookienew .cookie-item.open .arrow {
  transform: rotate(180deg);
}

#cookieModal .confirm-btn {
    background: #001842;
    color: white;
    padding: 14px;
    border-radius: 4px;
    border: none;
    font-weight: normal;
    cursor: pointer;
    margin-top: 20px;
    font-family: "Sofia Pro Regular Az";
    margin-right: 15px;
    float: right;
    width: 183px;
    font-size: 13px;
    text-transform: capitalize !important;
}

#cookienew .item {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}

#cookienew .item-header {
  padding: 12px 15px;
  background: #f7f7f7;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}

#cookienew .expandbody {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  border-radius: 10px;
  padding-top: 4px;
}

#cookienew .expandbody.open {
  padding: 15px;
}

#cookienew .arrow-up {
  display: none;
}
#cookienew .badge-circle {
  width: 28px;
  height: 28px;
  background: #d9d9d9;      /* light grey */
  border-radius: 50%;        /* makes it a perfect circle */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:12px;
  font-weight: 600;
  color: #1d2633;            /* dark navy text */
 font-family: "Sofia Pro Regular Az";
}
.flex_ao {display:flex; gap:10px;}
#cookienew .expandbody div.div1 {
    background: #f8f8f8;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
#cookienew .cookie-btn {
  display: inline-block;
  padding: 12px 15px;
  background: #ffffff;
  color:#000;            /* dark navy text */
  font-size: 13px;
  border-radius: 6px;
  text-decoration: none;
  font-family: "Sofia Pro Regular Az";
  transition: 0.3s ease;
}
@media (min-width: 1200px) and (max-width:1400px) {
	.spacetwo  {padding:6px 7px;}
	.mobileflexcode {display:flex; align-items:center;  justify-content:center; gap:16px;}
	.logocookies img{width:75px !important;}
	#cookies-seting {font-size:13px;}
	.spacetwo  {font-size:13px;}
	.grid__center p {width:66%;} 
	.close-btn {padding-right:15px !important;}
}
#cookienew .cookie-btn:hover {
  background: #f3f3f3;
}
#cookienew .cornerclass {display:flex; gap:20px;}
.icons {cursor:pointer;}
.optclass {display:flex; font-weight:normal; gap:10px;}

@media only screen and (min-width: 768px) {
	.logocookies2,.closebtn2 {display:none;}
}
@media only screen and (max-width: 767px) {
 #cookienew.cookie-modal {width:100%;} 
.logocookies2 {display:block; width:auto;}
.closebtn2 {display:block;}
.mobileflexcode {display:flex; align-items:center; justify-content:space-around; gap: 10px;}
#cookienew .section-header {display:grid; gap:10px;}
#cookienew .cookie-tabs .tab.active {font-size:14px;}
#cookienew .cookie-tabs .tab {font-size:14px;}
.flex_ao {font-size:14px;}
.ps-fixed a {text-align:right;}
.closebtn2 {padding-right:15px !important;}
.logocookies {width:auto;}
.mobextcode {display: flex;  align-items: center; justify-content: space-between;}

#js-gdpr-consent-banner.ps-fixed {padding-bottom:23px !important;}
#cookienew .cookie-btn {padding:12px 5px;}
.colsebtn {display:none;}
}
#cookieModal:before {
    display: none !important;
}
.badge-circle {display:none !important;}
.logocookies img.arrow-down {border-top:0px !important;}
#js-gdpr-consent-banner.z-banner button:hover {color:#fff !important;}

#cookieModal div.section-header  span.icons img.arrow-down {border-top:0px !important;}
#cookieModal #cookienew .expandbody div.div1 ul {text-align:left; padding-left: 20px;}