.intl-tel-input {
  position: relative;
  //display: inline-block; 
  }
  .intl-tel-input * {
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  .intl-tel-input .hide {
    display: none; }
  .intl-tel-input .v-hide {
    visibility: hidden; }
  .intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
	//width: 310px;
	width: 290px;	}
  .intl-tel-input .flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px; }
  .intl-tel-input .selected-flag {
    z-index: 1;
    position: relative;
    width: 36px;
    height: 100%;
    padding: 0 0 0 8px; }
    .intl-tel-input .selected-flag .iti-flag {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .intl-tel-input .selected-flag .iti-arrow {
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 6px;
      width: 0;
      height: 0;
      border-left: 3px solid transparent;
      border-right: 3px solid transparent;
      border-top: 4px solid #555; }
      .intl-tel-input .selected-flag .iti-arrow.up {
        border-top: none;
        border-bottom: 4px solid #555; }
  .intl-tel-input .country-list {
	width: 295px;
    position: absolute;
    //z-index: 2;
	z-index: 999;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    .intl-tel-input .country-list.dropup {
      bottom: 100%;
      margin-bottom: -1px; }
    .intl-tel-input .country-list .flag-box {
      display: inline-block;
      width: 20px; }
    @media (max-width: 500px) {
	.intl-tel-input input, .intl-tel-input input[type=text], .intl-tel-input input[type=tel] {
	width:100%;	
	}
	@media (max-width: 320px) and (max-width: 360px) {
		.intl-tel-input .country-list {
			width: 200px;
		}
	}
	
	@media (max-width: 360px) {
		.intl-tel-input .country-list {
			width: 240px;
		}
	}
      .intl-tel-input .country-list {
        white-space: normal; } }
    .intl-tel-input .country-list .divider {
      padding-bottom: 5px;
      margin-bottom: 5px;
      border-bottom: 1px solid #CCC; }
    .intl-tel-input .country-list .country {
      padding: 5px 10px; }
      .intl-tel-input .country-list .country .dial-code {
        color: #999; }
    .intl-tel-input .country-list .country.highlight {
      background-color: rgba(0, 0, 0, 0.05); }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name, .intl-tel-input .country-list .dial-code {
      vertical-align: middle; }
    .intl-tel-input .country-list .flag-box, .intl-tel-input .country-list .country-name {
      margin-right: 6px; }
  .intl-tel-input.allow-dropdown input, .intl-tel-input.allow-dropdown input[type=text], .intl-tel-input.allow-dropdown input[type=tel], .intl-tel-input.separate-dial-code input, .intl-tel-input.separate-dial-code input[type=text], .intl-tel-input.separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0; }
  .intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container {
    right: auto;
    left: 0; }
  .intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
    width: 46px; }
  .intl-tel-input.allow-dropdown .flag-container:hover {
    cursor: pointer; }
    .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
      background-color: rgba(0, 0, 0, 0.05); }
  .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover {
    cursor: default; }
    .intl-tel-input.allow-dropdown input[disabled] + .flag-container:hover .selected-flag, .intl-tel-input.allow-dropdown input[readonly] + .flag-container:hover .selected-flag {
      background-color: transparent; }
  .intl-tel-input.separate-dial-code .selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
    display: table; }
  .intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 28px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 input, .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-2 input[type=tel] {
    padding-left: 66px; }
  .intl-tel-input.separate-dial-code.iti-sdc-2 .selected-flag {
    width: 60px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 input[type=tel] {
    padding-left: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-2 .selected-flag {
    width: 70px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 input, .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-3 input[type=tel] {
    padding-left: 74px; }
  .intl-tel-input.separate-dial-code.iti-sdc-3 .selected-flag {
    width: 68px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type=tel] {
    padding-left: 84px;//padding-left: 155px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 .selected-flag {
    width: 78px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 input, .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-4 input[type=tel] {
    padding-left: 82px; }
  .intl-tel-input.separate-dial-code.iti-sdc-4 .selected-flag {
    width: 76px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 input[type=tel] {
    padding-left: 92px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-4 .selected-flag {
    width: 86px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 input, .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.iti-sdc-5 input[type=tel] {
    padding-left: 90px; }
  .intl-tel-input.separate-dial-code.iti-sdc-5 .selected-flag {
    width: 84px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=text], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 input[type=tel] {
    padding-left: 100px; }
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-5 .selected-flag {
    width: 94px; }
  .intl-tel-input.iti-container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px; }
    .intl-tel-input.iti-container:hover {
      cursor: pointer; }

.iti-mobile .intl-tel-input.iti-container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed; }

.iti-mobile .intl-tel-input .country-list {
  max-height: 100%;
  width: 100%; }
  .iti-mobile .intl-tel-input .country-list .country {
    padding: 10px 10px;
    line-height: 1.5em; }

.iti-flag {
  width: 20px; }
  .iti-flag.be {
    width: 18px; }
  .iti-flag.ch {
    width: 15px; }
  .iti-flag.mc {
    width: 19px; }
  .iti-flag.ne {
    width: 18px; }
  .iti-flag.np {
    width: 13px; }
  .iti-flag.va {
    width: 15px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-size: 5652px 15px; } }
  .iti-flag.ac {
    height: 10px;
    background-position: 0px 0px; }
  .iti-flag.ad {
    height: 14px;
    background-position: -22px 0px; }
  .iti-flag.ae {
    height: 10px;
    background-position: -44px 0px; }
  .iti-flag.af {
    height: 14px;
    background-position: -66px 0px; }
  .iti-flag.ag {
    height: 14px;
    background-position: -88px 0px; }
  .iti-flag.ai {
    height: 10px;
    background-position: -110px 0px; }
  .iti-flag.al {
    height: 15px;
    background-position: -132px 0px; }
  .iti-flag.am {
    height: 10px;
    background-position: -154px 0px; }
  .iti-flag.ao {
    height: 14px;
    background-position: -176px 0px; }
  .iti-flag.aq {
    height: 14px;
    background-position: -198px 0px; }
  .iti-flag.ar {
    height: 13px;
    background-position: -220px 0px; }
  .iti-flag.as {
    height: 10px;
    background-position: -242px 0px; }
  .iti-flag.at {
    height: 14px;
    background-position: -264px 0px; }
  .iti-flag.au {
    height: 10px;
    background-position: -286px 0px; }
  .iti-flag.aw {
    height: 14px;
    background-position: -308px 0px; }
  .iti-flag.ax {
    height: 13px;
    background-position: -330px 0px; }
  .iti-flag.az {
    height: 10px;
    background-position: -352px 0px; }
  .iti-flag.ba {
    height: 10px;
    background-position: -374px 0px; }
  .iti-flag.bb {
    height: 14px;
    background-position: -396px 0px; }
  .iti-flag.bd {
    height: 12px;
    background-position: -418px 0px; }
  .iti-flag.be {
    height: 15px;
    background-position: -440px 0px; }
  .iti-flag.bf {
    height: 14px;
    background-position: -460px 0px; }
  .iti-flag.bg {
    height: 12px;
    background-position: -482px 0px; }
  .iti-flag.bh {
    height: 12px;
    background-position: -504px 0px; }
  .iti-flag.bi {
    height: 12px;
    background-position: -526px 0px; }
  .iti-flag.bj {
    height: 14px;
    background-position: -548px 0px; }
  .iti-flag.bl {
    height: 14px;
    background-position: -570px 0px; }
  .iti-flag.bm {
    height: 10px;
    background-position: -592px 0px; }
  .iti-flag.bn {
    height: 10px;
    background-position: -614px 0px; }
  .iti-flag.bo {
    height: 14px;
    background-position: -636px 0px; }
  .iti-flag.bq {
    height: 14px;
    background-position: -658px 0px; }
  .iti-flag.br {
    height: 14px;
    background-position: -680px 0px; }
  .iti-flag.bs {
    height: 10px;
    background-position: -702px 0px; }
  .iti-flag.bt {
    height: 14px;
    background-position: -724px 0px; }
  .iti-flag.bv {
    height: 15px;
    background-position: -746px 0px; }
  .iti-flag.bw {
    height: 14px;
    background-position: -768px 0px; }
  .iti-flag.by {
    height: 10px;
    background-position: -790px 0px; }
  .iti-flag.bz {
    height: 14px;
    background-position: -812px 0px; }
  .iti-flag.ca {
    height: 10px;
    background-position: -834px 0px; }
  .iti-flag.cc {
    height: 10px;
    background-position: -856px 0px; }
  .iti-flag.cd {
    height: 15px;
    background-position: -878px 0px; }
  .iti-flag.cf {
    height: 14px;
    background-position: -900px 0px; }
  .iti-flag.cg {
    height: 14px;
    background-position: -922px 0px; }
  .iti-flag.ch {
    height: 15px;
    background-position: -944px 0px; }
  .iti-flag.ci {
    height: 14px;
    background-position: -961px 0px; }
  .iti-flag.ck {
    height: 10px;
    background-position: -983px 0px; }
  .iti-flag.cl {
    height: 14px;
    background-position: -1005px 0px; }
  .iti-flag.cm {
    height: 14px;
    background-position: -1027px 0px; }
  .iti-flag.cn {
    height: 14px;
    background-position: -1049px 0px; }
  .iti-flag.co {
    height: 14px;
    background-position: -1071px 0px; }
  .iti-flag.cp {
    height: 14px;
    background-position: -1093px 0px; }
  .iti-flag.cr {
    height: 12px;
    background-position: -1115px 0px; }
  .iti-flag.cu {
    height: 10px;
    background-position: -1137px 0px; }
  .iti-flag.cv {
    height: 12px;
    background-position: -1159px 0px; }
  .iti-flag.cw {
    height: 14px;
    background-position: -1181px 0px; }
  .iti-flag.cx {
    height: 10px;
    background-position: -1203px 0px; }
  .iti-flag.cy {
    height: 14px;
    background-position: -1225px 0px; }
  .iti-flag.cz {
    height: 14px;
    background-position: -1247px 0px; }
  .iti-flag.de {
    height: 12px;
    background-position: -1269px 0px; }
  .iti-flag.dg {
    height: 10px;
    background-position: -1291px 0px; }
  .iti-flag.dj {
    height: 14px;
    background-position: -1313px 0px; }
  .iti-flag.dk {
    height: 15px;
    background-position: -1335px 0px; }
  .iti-flag.dm {
    height: 10px;
    background-position: -1357px 0px; }
  .iti-flag.do {
    height: 14px;
    background-position: -1379px 0px; }
  .iti-flag.dz {
    height: 14px;
    background-position: -1401px 0px; }
  .iti-flag.ea {
    height: 14px;
    background-position: -1423px 0px; }
  .iti-flag.ec {
    height: 14px;
    background-position: -1445px 0px; }
  .iti-flag.ee {
    height: 13px;
    background-position: -1467px 0px; }
  .iti-flag.eg {
    height: 14px;
    background-position: -1489px 0px; }
  .iti-flag.eh {
    height: 10px;
    background-position: -1511px 0px; }
  .iti-flag.er {
    height: 10px;
    background-position: -1533px 0px; }
  .iti-flag.es {
    height: 14px;
    background-position: -1555px 0px; }
  .iti-flag.et {
    height: 10px;
    background-position: -1577px 0px; }
  .iti-flag.eu {
    height: 14px;
    background-position: -1599px 0px; }
  .iti-flag.fi {
    height: 12px;
    background-position: -1621px 0px; }
  .iti-flag.fj {
    height: 10px;
    background-position: -1643px 0px; }
  .iti-flag.fk {
    height: 10px;
    background-position: -1665px 0px; }
  .iti-flag.fm {
    height: 11px;
    background-position: -1687px 0px; }
  .iti-flag.fo {
    height: 15px;
    background-position: -1709px 0px; }
  .iti-flag.fr {
    height: 14px;
    background-position: -1731px 0px; }
  .iti-flag.ga {
    height: 15px;
    background-position: -1753px 0px; }
  .iti-flag.gb {
    height: 10px;
    background-position: -1775px 0px; }
  .iti-flag.gd {
    height: 12px;
    background-position: -1797px 0px; }
  .iti-flag.ge {
    height: 14px;
    background-position: -1819px 0px; }
  .iti-flag.gf {
    height: 14px;
    background-position: -1841px 0px; }
  .iti-flag.gg {
    height: 14px;
    background-position: -1863px 0px; }
  .iti-flag.gh {
    height: 14px;
    background-position: -1885px 0px; }
  .iti-flag.gi {
    height: 10px;
    background-position: -1907px 0px; }
  .iti-flag.gl {
    height: 14px;
    background-position: -1929px 0px; }
  .iti-flag.gm {
    height: 14px;
    background-position: -1951px 0px; }
  .iti-flag.gn {
    height: 14px;
    background-position: -1973px 0px; }
  .iti-flag.gp {
    height: 14px;
    background-position: -1995px 0px; }
  .iti-flag.gq {
    height: 14px;
    background-position: -2017px 0px; }
  .iti-flag.gr {
    height: 14px;
    background-position: -2039px 0px; }
  .iti-flag.gs {
    height: 10px;
    background-position: -2061px 0px; }
  .iti-flag.gt {
    height: 13px;
    background-position: -2083px 0px; }
  .iti-flag.gu {
    height: 11px;
    background-position: -2105px 0px; }
  .iti-flag.gw {
    height: 10px;
    background-position: -2127px 0px; }
  .iti-flag.gy {
    height: 12px;
    background-position: -2149px 0px; }
  .iti-flag.hk {
    height: 14px;
    background-position: -2171px 0px; }
  .iti-flag.hm {
    height: 10px;
    background-position: -2193px 0px; }
  .iti-flag.hn {
    height: 10px;
    background-position: -2215px 0px; }
  .iti-flag.hr {
    height: 10px;
    background-position: -2237px 0px; }
  .iti-flag.ht {
    height: 12px;
    background-position: -2259px 0px; }
  .iti-flag.hu {
    height: 10px;
    background-position: -2281px 0px; }
  .iti-flag.ic {
    height: 14px;
    background-position: -2303px 0px; }
  .iti-flag.id {
    height: 14px;
    background-position: -2325px 0px; }
  .iti-flag.ie {
    height: 10px;
    background-position: -2347px 0px; }
  .iti-flag.il {
    height: 15px;
    background-position: -2369px 0px; }
  .iti-flag.im {
    height: 10px;
    background-position: -2391px 0px; }
  .iti-flag.in {
    height: 14px;
    background-position: -2413px 0px; }
  .iti-flag.io {
    height: 10px;
    background-position: -2435px 0px; }
  .iti-flag.iq {
    height: 14px;
    background-position: -2457px 0px; }
  .iti-flag.ir {
    height: 12px;
    background-position: -2479px 0px; }
  .iti-flag.is {
    height: 15px;
    background-position: -2501px 0px; }
  .iti-flag.it {
    height: 14px;
    background-position: -2523px 0px; }
  .iti-flag.je {
    height: 12px;
    background-position: -2545px 0px; }
  .iti-flag.jm {
    height: 10px;
    background-position: -2567px 0px; }
  .iti-flag.jo {
    height: 10px;
    background-position: -2589px 0px; }
  .iti-flag.jp {
    height: 14px;
    background-position: -2611px 0px; }
  .iti-flag.ke {
    height: 14px;
    background-position: -2633px 0px; }
  .iti-flag.kg {
    height: 12px;
    background-position: -2655px 0px; }
  .iti-flag.kh {
    height: 13px;
    background-position: -2677px 0px; }
  .iti-flag.ki {
    height: 10px;
    background-position: -2699px 0px; }
  .iti-flag.km {
    height: 12px;
    background-position: -2721px 0px; }
  .iti-flag.kn {
    height: 14px;
    background-position: -2743px 0px; }
  .iti-flag.kp {
    height: 10px;
    background-position: -2765px 0px; }
  .iti-flag.kr {
    height: 14px;
    background-position: -2787px 0px; }
  .iti-flag.kw {
    height: 10px;
    background-position: -2809px 0px; }
  .iti-flag.ky {
    height: 10px;
    background-position: -2831px 0px; }
  .iti-flag.kz {
    height: 10px;
    background-position: -2853px 0px; }
  .iti-flag.la {
    height: 14px;
    background-position: -2875px 0px; }
  .iti-flag.lb {
    height: 14px;
    background-position: -2897px 0px; }
  .iti-flag.lc {
    height: 10px;
    background-position: -2919px 0px; }
  .iti-flag.li {
    height: 12px;
    background-position: -2941px 0px; }
  .iti-flag.lk {
    height: 10px;
    background-position: -2963px 0px; }
  .iti-flag.lr {
    height: 11px;
    background-position: -2985px 0px; }
  .iti-flag.ls {
    height: 14px;
    background-position: -3007px 0px; }
  .iti-flag.lt {
    height: 12px;
    background-position: -3029px 0px; }
  .iti-flag.lu {
    height: 12px;
    background-position: -3051px 0px; }
  .iti-flag.lv {
    height: 10px;
    background-position: -3073px 0px; }
  .iti-flag.ly {
    height: 10px;
    background-position: -3095px 0px; }
  .iti-flag.ma {
    height: 14px;
    background-position: -3117px 0px; }
  .iti-flag.mc {
    height: 15px;
    background-position: -3139px 0px; }
  .iti-flag.md {
    height: 10px;
    background-position: -3160px 0px; }
  .iti-flag.me {
    height: 10px;
    background-position: -3182px 0px; }
  .iti-flag.mf {
    height: 14px;
    background-position: -3204px 0px; }
  .iti-flag.mg {
    height: 14px;
    background-position: -3226px 0px; }
  .iti-flag.mh {
    height: 11px;
    background-position: -3248px 0px; }
  .iti-flag.mk {
    height: 10px;
    background-position: -3270px 0px; }
  .iti-flag.ml {
    height: 14px;
    background-position: -3292px 0px; }
  .iti-flag.mm {
    height: 14px;
    background-position: -3314px 0px; }
  .iti-flag.mn {
    height: 10px;
    background-position: -3336px 0px; }
  .iti-flag.mo {
    height: 14px;
    background-position: -3358px 0px; }
  .iti-flag.mp {
    height: 10px;
    background-position: -3380px 0px; }
  .iti-flag.mq {
    height: 14px;
    background-position: -3402px 0px; }
  .iti-flag.mr {
    height: 14px;
    background-position: -3424px 0px; }
  .iti-flag.ms {
    height: 10px;
    background-position: -3446px 0px; }
  .iti-flag.mt {
    height: 14px;
    background-position: -3468px 0px; }
  .iti-flag.mu {
    height: 14px;
    background-position: -3490px 0px; }
  .iti-flag.mv {
    height: 14px;
    background-position: -3512px 0px; }
  .iti-flag.mw {
    height: 14px;
    background-position: -3534px 0px; }
  .iti-flag.mx {
    height: 12px;
    background-position: -3556px 0px; }
  .iti-flag.my {
    height: 10px;
    background-position: -3578px 0px; }
  .iti-flag.mz {
    height: 14px;
    background-position: -3600px 0px; }
  .iti-flag.na {
    height: 14px;
    background-position: -3622px 0px; }
  .iti-flag.nc {
    height: 10px;
    background-position: -3644px 0px; }
  .iti-flag.ne {
    height: 15px;
    background-position: -3666px 0px; }
  .iti-flag.nf {
    height: 10px;
    background-position: -3686px 0px; }
  .iti-flag.ng {
    height: 10px;
    background-position: -3708px 0px; }
  .iti-flag.ni {
    height: 12px;
    background-position: -3730px 0px; }
  .iti-flag.nl {
    height: 14px;
    background-position: -3752px 0px; }
  .iti-flag.no {
    height: 15px;
    background-position: -3774px 0px; }
  .iti-flag.np {
    height: 15px;
    background-position: -3796px 0px; }
  .iti-flag.nr {
    height: 10px;
    background-position: -3811px 0px; }
  .iti-flag.nu {
    height: 10px;
    background-position: -3833px 0px; }
  .iti-flag.nz {
    height: 10px;
    background-position: -3855px 0px; }
  .iti-flag.om {
    height: 10px;
    background-position: -3877px 0px; }
  .iti-flag.pa {
    height: 14px;
    background-position: -3899px 0px; }
  .iti-flag.pe {
    height: 14px;
    background-position: -3921px 0px; }
  .iti-flag.pf {
    height: 14px;
    background-position: -3943px 0px; }
  .iti-flag.pg {
    height: 15px;
    background-position: -3965px 0px; }
  .iti-flag.ph {
    height: 10px;
    background-position: -3987px 0px; }
  .iti-flag.pk {
    height: 14px;
    background-position: -4009px 0px; }
  .iti-flag.pl {
    height: 13px;
    background-position: -4031px 0px; }
  .iti-flag.pm {
    height: 14px;
    background-position: -4053px 0px; }
  .iti-flag.pn {
    height: 10px;
    background-position: -4075px 0px; }
  .iti-flag.pr {
    height: 14px;
    background-position: -4097px 0px; }
  .iti-flag.ps {
    height: 10px;
    background-position: -4119px 0px; }
  .iti-flag.pt {
    height: 14px;
    background-position: -4141px 0px; }
  .iti-flag.pw {
    height: 13px;
    background-position: -4163px 0px; }
  .iti-flag.py {
    height: 11px;
    background-position: -4185px 0px; }
  .iti-flag.qa {
    height: 8px;
    background-position: -4207px 0px; }
  .iti-flag.re {
    height: 14px;
    background-position: -4229px 0px; }
  .iti-flag.ro {
    height: 14px;
    background-position: -4251px 0px; }
  .iti-flag.rs {
    height: 14px;
    background-position: -4273px 0px; }
  .iti-flag.ru {
    height: 14px;
    background-position: -4295px 0px; }
  .iti-flag.rw {
    height: 14px;
    background-position: -4317px 0px; }
  .iti-flag.sa {
    height: 14px;
    background-position: -4339px 0px; }
  .iti-flag.sb {
    height: 10px;
    background-position: -4361px 0px; }
  .iti-flag.sc {
    height: 10px;
    background-position: -4383px 0px; }
  .iti-flag.sd {
    height: 10px;
    background-position: -4405px 0px; }
  .iti-flag.se {
    height: 13px;
    background-position: -4427px 0px; }
  .iti-flag.sg {
    height: 14px;
    background-position: -4449px 0px; }
  .iti-flag.sh {
    height: 10px;
    background-position: -4471px 0px; }
  .iti-flag.si {
    height: 10px;
    background-position: -4493px 0px; }
  .iti-flag.sj {
    height: 15px;
    background-position: -4515px 0px; }
  .iti-flag.sk {
    height: 14px;
    background-position: -4537px 0px; }
  .iti-flag.sl {
    height: 14px;
    background-position: -4559px 0px; }
  .iti-flag.sm {
    height: 15px;
    background-position: -4581px 0px; }
  .iti-flag.sn {
    height: 14px;
    background-position: -4603px 0px; }
  .iti-flag.so {
    height: 14px;
    background-position: -4625px 0px; }
  .iti-flag.sr {
    height: 14px;
    background-position: -4647px 0px; }
  .iti-flag.ss {
    height: 10px;
    background-position: -4669px 0px; }
  .iti-flag.st {
    height: 10px;
    background-position: -4691px 0px; }
  .iti-flag.sv {
    height: 12px;
    background-position: -4713px 0px; }
  .iti-flag.sx {
    height: 14px;
    background-position: -4735px 0px; }
  .iti-flag.sy {
    height: 14px;
    background-position: -4757px 0px; }
  .iti-flag.sz {
    height: 14px;
    background-position: -4779px 0px; }
  .iti-flag.ta {
    height: 10px;
    background-position: -4801px 0px; }
  .iti-flag.tc {
    height: 10px;
    background-position: -4823px 0px; }
  .iti-flag.td {
    height: 14px;
    background-position: -4845px 0px; }
  .iti-flag.tf {
    height: 14px;
    background-position: -4867px 0px; }
  .iti-flag.tg {
    height: 13px;
    background-position: -4889px 0px; }
  .iti-flag.th {
    height: 14px;
    background-position: -4911px 0px; }
  .iti-flag.tj {
    height: 10px;
    background-position: -4933px 0px; }
  .iti-flag.tk {
    height: 10px;
    background-position: -4955px 0px; }
  .iti-flag.tl {
    height: 10px;
    background-position: -4977px 0px; }
  .iti-flag.tm {
    height: 14px;
    background-position: -4999px 0px; }
  .iti-flag.tn {
    height: 14px;
    background-position: -5021px 0px; }
  .iti-flag.to {
    height: 10px;
    background-position: -5043px 0px; }
  .iti-flag.tr {
    height: 14px;
    background-position: -5065px 0px; }
  .iti-flag.tt {
    height: 12px;
    background-position: -5087px 0px; }
  .iti-flag.tv {
    height: 10px;
    background-position: -5109px 0px; }
  .iti-flag.tw {
    height: 14px;
    background-position: -5131px 0px; }
  .iti-flag.tz {
    height: 14px;
    background-position: -5153px 0px; }
  .iti-flag.ua {
    height: 14px;
    background-position: -5175px 0px; }
  .iti-flag.ug {
    height: 14px;
    background-position: -5197px 0px; }
  .iti-flag.um {
    height: 11px;
    background-position: -5219px 0px; }
  .iti-flag.un {
    height: 14px;
    background-position: -5241px 0px; }
  .iti-flag.us {
    height: 11px;
    background-position: -5263px 0px; }
  .iti-flag.uy {
    height: 14px;
    background-position: -5285px 0px; }
  .iti-flag.uz {
    height: 10px;
    background-position: -5307px 0px; }
  .iti-flag.va {
    height: 15px;
    background-position: -5329px 0px; }
  .iti-flag.vc {
    height: 14px;
    background-position: -5346px 0px; }
  .iti-flag.ve {
    height: 14px;
    background-position: -5368px 0px; }
  .iti-flag.vg {
    height: 10px;
    background-position: -5390px 0px; }
  .iti-flag.vi {
    height: 14px;
    background-position: -5412px 0px; }
  .iti-flag.vn {
    height: 14px;
    background-position: -5434px 0px; }
  .iti-flag.vu {
    height: 12px;
    background-position: -5456px 0px; }
  .iti-flag.wf {
    height: 14px;
    background-position: -5478px 0px; }
  .iti-flag.ws {
    height: 10px;
    background-position: -5500px 0px; }
  .iti-flag.xk {
    height: 15px;
    background-position: -5522px 0px; }
  .iti-flag.ye {
    height: 14px;
    background-position: -5544px 0px; }
  .iti-flag.yt {
    height: 14px;
    background-position: -5566px 0px; }
  .iti-flag.za {
    height: 14px;
    background-position: -5588px 0px; }
  .iti-flag.zm {
    height: 14px;
    background-position: -5610px 0px; }
  .iti-flag.zw {
    height: 10px;
    background-position: -5632px 0px; }

.iti-flag {
  width: 20px;
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("custom/js/build/img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti-flag {
      background-image: url("custom/js/build/img/flags@2x.png"); } }

.iti-flag.np {
  background-color: transparent; }
/* @font-face {
  font-family: "Inter1";
  src: url("css/assets/css/font/inter2/web/InterDisplay-Regular.woff2")
      format("woff2"),
    url("css/assets/css/font/inter2/web/InterDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "optika-regular";
  src: url("css/assets/css/font/Playfair_Display/static/optika-regular.ttf")
      format("ttf"),
    url("css/assets/css/font/Playfair_Display/static/PlayfairDisplay-Regular.ttf")
      format("ttf");
  font-weight: 700;
  font-style: normal;
} */

:root {
  --primary: #ef233c;
  /* --primary: #ef233c; */
  --secondry: #2b2d42;
  --third: #edf2f4;
}

@font-face {
  font-family: optika-bold;
  src: url(css/font/optika/Optika-Black.woff);
}

@font-face {
  font-family: optika-regular;
  src: url(css/font/optika/Optika-Regular.woff);
}
@font-face {
  font-family: optika-black;
  src: url(css/font/optika/Optika-Black.woff);
}
@font-face {
  font-family: optika-semi;
  src: url(css/font/optika/Optika-SemiBold.woff);
}
@font-face {
  font-family: optika-medium;
  src: url(css/font/optika/Optika-Medium.woff);
}
/* @font-face {
  font-family: Quicksand;
  src: url(css/font/Quicksand-VariableFont_wght.ttf);
} */
/*******************************/
/********* General CSS *********/
/*******************************/
body {
  color: #666666;
  /* background: #dddddd; */
  /*background-image: url(css/950.jpg);*/
  /* font-family: 'Poppins', sans-serif; */
  /* font-family: "Inter" !important; */
  font-family: "optika-regular" !important;
  font-weight: 400;
  font-size: 15px;
  overflow-x: hidden;
  cursor: url("Images/logos/cursor2.png"), auto !important;
}
/* .cursors > div {
  flex: 150px;
  padding: 10px 2px;
  white-space: nowrap;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0 5px 5px 0;
}
.cursors {
  display: flex;
  flex-wrap: wrap;
}
.cursors > div:hover {
  background: #eee;
}

.cursors {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
}

.cursors > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  box-sizing: border-box;
  padding: 10px 2px;
  text-align: center;
} */
/*.png-base64 {
  cursor: url("Images/logos/cursor.png"), auto !important;
  cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0EwMEYyRjlDMjZFMTFFNUI4QkRFMkRBRDg3QkNFRUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0EwMEYyRkFDMjZFMTFFNUI4QkRFMkRBRDg3QkNFRUQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozQTAwRjJGN0MyNkUxMUU1QjhCREUyREFEODdCQ0VFRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozQTAwRjJGOEMyNkUxMUU1QjhCREUyREFEODdCQ0VFRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pi/X/ugAAAY6SURBVHja7J1bbBVFHMZ3pVajTQoxCCgaNECqJiJV41NFCdF6CRKrvrRcXkyMD6gQE16MMSbESx9INCYkeHkywRhNiJFUoK3EqDVoRVQIiBpoQDFKC4jYtK7fZP+L0+2e6V7ncvx/ydc953S7Z+b7dWbP7O6Z9YMg8Fj26AKOgIGwGAgDYTEQBsKqQA3yE9/3C28wCLd5C3wnfCPcAl8NN8GNtNrv8M/wN/BuuAfvfNxkECj3HCzuhm+ncs+DL6Nfj8Jn4CPwASp3H7wH5R4r/N7y0EM8iVygMj7cBm+BhwOx2Wweh3fCDwYaW614L3rPnVSGrOUepjqLuvtFgJxnUAQIgVgBD+aoTC0fhDuKVDBluTvovcoq9yBl4RsBgrUXwZ+VWKG4xX/ttRXAuIa2XVW5RSaLtAHBWtPgZ+GxCisV+QzcVSKMLtpm1eUeo4ymVQoEa8yEd2moUNyb0lZO8U+0yUC5RVYzKwGC386F9xuoVOT3g/8+pWWB0Uh/a6rcIrO5pQIhGEMGKxV5WxYoBGObBeUeUkHJBASvzoC/s6BSkd9J031RN7XVonKLDGcUAkIfD3ssqlTkF1MAecHCcvckfSzOAmSDhZWK/IgCxkMWl3tDLiB41gKPWlyxkSA8vBEv97ycRwt0WWTakgfIDosrFblP7gKoi93lQLl3ZAKCR+0OVCryGqncaxwqd3sSEF8GER3txSv9WCxx5Ij1r/ACenwInuVIuT9G2nfEj/Y2JPTBrQ7B8AjAeumxK1oisgaUr2qeDyGtdPC8zpOOno8SWU8AMqHLoj7rGDybz91p0S/wFXKfFT8ZdAPD0KrZlHnNc+pLOSPtWqoCspjz0a7FKiALOR/tWqgCMp/z0a75KiBNnI92Nak+9vJ3E0woCPxaLYRlWAzEvP5RARnhfLRrRAXkBOejXScYiF0aUgE5zPlo10EVkP2cj3Z9qwKyl/PRri9VA8Nm/DzpVfhVANYE/QlPx8BwLLGF+OFHMG4l+tQb/wZW0sDwA85Jm96LvzDpqhM8uxkP93BWlUt8b3EOWsgfMoNJLcQPdzIHOK/K9a6AEX+x1rGsLZxX5Xot6cVaF8pNpxHkpZxbJfoESbdFT5RdFnVbw1hs5twq0/O1fpHYQqiViKsAD3MrKV0f+eEEBV7qFkKtRFwz2835lSox5livWmGqE1QveeEUGKxy1O3Hjl2l7rKkruseLD7kLAtLHLgVF1efm5Rxmi5L6rq2Y/EG51l4ENiZBCNrlxXpKfhHzjW3ngaMwTQrTtllSV3XTVh8Dl/E+WbS20i1U7VCpi5L6rq+xuIxzjeTxDHBR7P8QabLgADlLSxe5pxT6Si8HJmdzZRx2i5L6rrELApb4Q7OvKbEjHltfspT4rm6LKmVjHthn9jPuSfqNHyfn/P6hFxXLuLN/sZiBfwF5z9Bf4lckM9A3g3kvpSUTve2e3wyS4ZxP3LpLbKRQtf2+uEFEcu4pXin4HuLwji/QylhVtJmeMChWRTKnnPlttIYlAGEoFwC9/7PYPwG31pqoygLCEG52PB0ejp9ND6rj3VAonEK/Hqdw/h+qnkUrQFCUMR34zbWKYyBNDONWgVEAvNEzim8bfV2sa8sPSddQAiKmG7vXB3AeDNInqzHLSAERUxWf9JhGBsrnYteNxCCcj18xDEQortdW/Wo0ggQgnIlvNcRGKOqmU/rAog0qu9zYPS9TNdxF6NACEqjZbNOx0ffrToPhBkHQlDE3W1etQyGmKN9ge4jk1YAkcA8ZwmMH+CrjGRgExCCstYwjH3w5cbqbxsQgtJlaFQ/QF+/8BjIZCidmqEIGM3G620rEILygKabAFgBw3ogBGV5xVCsgeEEkIqh7DO9z3ASCEF5uOR9ivhoa91E0c4AISirS4JxXNxU0so6ugSEoKwrCONUYPEk0c4BISjdBe66eZfVdXMUiE+3zMsK5HHPcjkJhKCIy4w+zQDjFc8BOQuEoMxKeeZxN3whA9EDpRU+q4BxLHDoPijOAyEoqxTnwducqks9ACEomxOAPONcPeoIiNjJD0ow+ovcd52BlAPlOtqfnLZ1JJ4FSIPnuPzwBvLr8HAcj39yvj6utox6Fd+ugoGwGAgDYeXVvwIMAGCAb3XkplDRAAAAAElFTkSuQmCC"), auto;  
}*/

button {
  font-family: "optika-regular" !important;
  font-size: 14px;
  font-weight: 700;
}

.btn {
  font-family: "optika-semi";
  font-size: 15px !important;
  /* font-weight: 700 !important; */
}

.page-header h2 {
  font-size: 45px;
  font-family: "optika-regular";
  font-weight: 700;
}

.page-header a {
  font-size: 24px;
  font-family: "optika-regular";
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2d42;
}

a {
  color: #666666;
  transition: 0.3s;
}

a:hover,
a:active,
a:focus {
  color: var(--primary);
  outline: none;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.wrapper {
  position: relative;
  width: 100%;
  /* max-width: 1366px; */
  margin: 0 auto;
  /* background: #ffffff; */
  /* background-image: url(Images/bg.jpg);
background-position: top left;
background-repeat: repeat;
background-size: auto;
background-size: 200px auto; */
  position: relative;
  z-index: 1;
  isolation: isolate;
}
/* .wrapper::before{
  content: "";
  position: absolute; inset: 0;
  background: url(Images/bg6.jpg);
  background-position: top left;
background-repeat: repeat;
background-size: auto;
background-size: 200px auto;
  opacity: .12;
  z-index: 0;
} */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #f0f0f0; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  background-image: url(Images/360/prebackmain.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

.content.show-content {
  display: block;
  opacity: 1;
}

.logo1 {
  width: 250px;
  height: 250px;
  position: relative;
  animation: rotate 5s infinite linear;
  transform-style: preserve-3d;
}

.logo1 img {
  width: 100%;
  height: 100%;
  position: absolute;
  backface-visibility: hidden;
}

.logo1 .back {
  transform: rotateY(180deg);
}

@keyframes rotate {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(360deg);
  }
}

@media screen and (min-width: 601px) and (max-width: 900px) {
  .logo1 {
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  .logo1 {
    width: 250px;
    height: 250px;
  }
}

@media screen and (min-width: 1700px) and (max-width: 2560px) {
  .logo1 {
    width: 450px;
    height: 450px;
  }
}

.back-to-top {
  position: fixed;
  display: none;
  color: #edf2f4;
  background: var(--primary);
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 22px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 9;
}

.back-to-top:hover {
  color: var(--primary);
  background: #edf2f4;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.back-to-top i {
  padding-top: 10px;
}

.btn {
  transition: 0.3s;
}

.faqs {
  padding: 45px 0;
}

/**********************************/
/********** Top Bar CSS ***********/
/**********************************/
.top-bar {
  position: relative;
  height: 90px;
  /* background: var(--primary); */
  background: var(--primary);
}

.top-bar .logo {
  padding: 15px 0;
  text-align: left;
  overflow: hidden;
}

.top-bar .logo h1 {
  margin: 0;
  color: #030f27;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.top-bar .logo img {
  max-width: 100%;
  max-height: 60px;
}

.top-bar .top-bar-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-bar .top-bar-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: invert(1);
}

.top-bar .top-bar-icon [class^="flaticon-"]::before {
  margin: 0;
  color: #030f27;
  font-size: 40px;
}

.top-bar .top-bar-icon [class^="fa-solid"]::before {
  margin: 0;
  color: #030f27;
  font-size: 40px;
}

.top-bar .top-bar-text {
  padding-left: 15px;
}

/* .nav-item.nav-link.active{
  margin-left: 14px;
} */

.top-bar .top-bar-text h3 {
  margin: 0 0 5px 0;
  /* color: #030f27; */
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.top-bar .top-bar-text h3 a {
  margin: 0 0 5px 0;
  /* color: #030f27; */
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.top-bar .top-bar-text p {
  margin: 0;
  /* color: #030f27; */
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.top-bar .top-bar-text p a {
  margin: 0;
  /* color: #030f27; */
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .top-bar {
    padding: 0 60px;
  }
}

@media (max-width: 991.98px) {
  .top-bar .logo {
    text-align: center;
  }
}

/**********************************/
/*********** Nav Bar CSS **********/
/**********************************/
.nav-bar {
  position: relative;
  /* background: var(--primary); */
  background: var(--primary);
  transition: all 0.3s ease-in-out;
}

.nav-bar .container-fluid {
  padding: 0;
}

.nav-bar.nav-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  /* max-width: 1366px; */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 999;
}

.nav-bar .navbar {
  height: 100%;
  /* background: #030f27 !important; */
  background: #edf2f4 !important;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  padding: 10px 10px 8px 10px;
  /* color: #ffffff; */
  color: #2b2d42;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--primary);
  transition: none;
  font-weight: 600;
  scale: 1.05;
  transition: all 0.3s ease-in-out;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.nav-bar .dropdown-menu {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: #f8f9fa;
}

.nav-bar .btn {
  color: #edf2f4;
  /* border: 2px solid #ffffff; */
  border-radius: 10px;
}

.nav-bar .btn:hover {
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

@media (min-width: 992px) {
  .nav-bar {
    padding: 0 75px;
  }

  .nav-bar.nav-sticky {
    padding: 0;
  }

  .nav-bar .navbar {
    padding: 20px;
  }

  .nav-bar .navbar-brand {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .nav-bar .navbar {
    padding: 15px;
  }

  .nav-bar a.nav-link {
    padding: 5px;
  }

  .nav-bar .dropdown-menu {
    box-shadow: none;
  }

  .nav-bar .btn {
    display: none;
  }
}

/*******************************/
/******** Carousel CSS *********/
/*******************************/
.carousel {
  position: relative;
  width: 100%;
  /*height: calc(100vh - 170px);
    min-height: 400px;*/
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
    background: #000000c7;
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  .carousel .desk {
    display: none !important;
  }

  .carousel .mobile {
    display: block !important;
  }

  .carousel .carousel-item img {
    height: 100% !important;
  }
}

.carousel .mobile {
  display: none;
}

.carousel .carousel-inner,
.carousel .carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel .carousel-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background: rgba(0, 0, 0, .3);*/
  z-index: 1;
}

.carousel-control-prev-icon {
  filter: invert(1);
}

.carousel-control-next-icon {
  filter: invert(1);
}

.carousel .carousel-caption {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*height: calc(100vh - 170px);
    min-height: 400px;*/
  display: none;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
  .carousel .carousel-caption {
    height: calc(100vh - 170px);
    min-height: 400px;
    display: none;
  }

  /*.carousel {
    height: calc(100vh - 170px);
    min-height: 400px;
}*/
  .carousel .carousel-item::after {
    display: none;
  }
}

.carousel .carousel-caption p {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.carousel .carousel-caption h1 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 35px;
}

.carousel .carousel-caption .btn {
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0;
  transition: 0.3s;
}

.carousel .carousel-caption .btn:hover {
  /* color: #030f27;
  background: var(--primary);
  border-color: var(--primary); */
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

@media (max-width: 767.98px) {
  .carousel .carousel-caption h1 {
    font-size: 40px;
    font-weight: 700;
  }
  .refund-card img {
    width: 50% !important;
  }

  .carousel .carousel-caption p {
    font-size: 20px;
  }

  .carousel .carousel-caption .btn {
    padding: 12px 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
  }
}

@media (max-width: 575.98px) {
  .carousel .carousel-caption h1 {
    font-size: 30px;
    font-weight: 500;
  }

  .carousel .carousel-caption p {
    font-size: 16px;
  }

  .carousel .carousel-caption .btn {
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.carousel .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/
.page-header {
  position: relative;
  margin-bottom: 45px;
  padding: 90px 0;
  text-align: center;
  background-image: url(css/eng.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.page-header h2 {
  position: relative;
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

.page-header h2::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: calc(50% - 50px);
  bottom: 0;
  top: 100%;
  background: #fff;
}

.page-header a {
  position: relative;
  padding: 0 12px;
  font-size: 22px;
  color: #fff;
}

.page-header a:hover {
  color: #000;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.page-header a::after {
  position: absolute;
  content: "/";
  width: 8px;
  height: 8px;
  top: -2px;
  right: -7px;
  text-align: center;
  color: #fff;
}

.page-header a:last-child::after {
  display: none;
}

@media (max-width: 991.98px) {
  .page-header {
    padding: 60px 0;
  }

  .page-header h2 {
    font-size: 45px;
  }

  .page-header a {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .page-header {
    padding: 45px 0;
  }

  .page-header h2 {
    font-size: 35px;
  }

  .page-header a {
    font-size: 18px;
  }
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.section-header p {
  color: var(--primary);
  font-family: "optika-medium";
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 5px;
}

.section-header h2 {
  margin: 0;
  position: relative;
  /* font-size: 50px; */
  font-size: 35px;
  font-family: "optika-black";
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .section-header h2 {
    font-size: 20px;
  }
  .about .section-header {
    margin-bottom: 16px !important;
  }
  .about-text h5 {
    font-size: 16px !important;
    margin-bottom: 12px !important;
  }
  .about .about-text p {
    font-size: 14px !important;
  }
  .about .about-text a.btn {
    padding: 10px 25px !important;
  }
}

.nav-link {
  font-family: "optika-regular" !important;
  font-size: 16px;
  font-weight: 500;
}

/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
  position: relative;
  margin-bottom: 45px;
}

.feature .col-md-12 {
  background: var(--primary);
}

.feature .col-md-12:nth-child(2n) {
  color: #030f27;
  /* background: var(--primary); */
  background: #edf2f4;
}

.feature .feature-item {
  min-height: 250px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.feature .feature-icon {
  position: relative;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .feature .feature-icon::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  top: -20px;
  left: -10px;
  border: 2px dotted #ffffff;
  border-radius: 60px;
  z-index: 1;
} */

/* .feature .feature-icon::after {
  position: absolute;
  content: "";
  width: 79px;
  height: 79px;
  top: -18px;
  left: -9px;
  background: #030f27;
  border-radius: 60px;
  z-index: 2;
} */

.feature .col-md-12:nth-child(2n) .feature-icon::after {
  background: var(--primary);
}

.feature .feature-icon [class^="flaticon-"]::before {
  position: relative;
  margin: 0;
  color: var(--primary);
  font-size: 60px;
  line-height: 60px;
  z-index: 3;
}

.feature .feature-icon [class^="fa-solid"]::before {
  position: relative;
  margin: 0;
  color: var(--primary);
  font-size: 60px;
  line-height: 60px;
  z-index: 3;
}

.feature .feature-text {
  padding-left: 30px;
}

.feature .feature-text h3 {
  margin: 0 0 10px 0;
  /* color: var(--primary); */
  color: #edf2f4;
  font-size: 22px;
  font-weight: 600;
}

.feature .feature-text p {
  margin: 0;
  /* color: var(--primary); */
  color: #edf2f4;
  font-size: 17px;
  font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
  color: #030f27;
}

.feature .col-md-12:nth-child(2n) [class^="fa-solid"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
  color: #030f27;
}

@media screen and (min-width: 1000px) and (max-width: 1334px) {
  .feature .feature-text p {
    font-size: 11px !important;
  }

  .feature .feature-text h3 {
    font-size: 20px !important;
  }
}

/* @media screen and (min-width:1335px) and (max-width:1380px) {
    .feature .feature-text p {
        font-size: 18px !important;
    }
}
@media screen and (min-width:1630px) and (max-width:1700px) {
    .feature .feature-text p {
        font-size: 19px !important;
    }
}
@media screen and (min-width:1701px) and (max-width:1749px) {
    .feature .feature-text p {
        font-size: 22px !important;
    }
} */

.error {
  justify-content: center;
  display: flex;
  align-items: center;
  color: red;
  font-size: 15px;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.about-text h5 {
  color: #2b2d42;
  font-family: "optika-semi";
  margin-bottom: 10px;
}

.about .section-header {
  margin-bottom: 10px;
}

.about .about-img {
  position: relative;
  height: 100%;
}

/* .about .about-img:before {
  content: "";
  position: absolute;
  background-color: #fdbe15;
  top: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  z-index: 0;
} */

.about .about-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.about .about-text p {
  font-size: 15px;
  color: #2b2d42;
  /* width: 800px; */
  text-align: justify;
}

.about .about-text a.btn {
  position: relative;
  margin-top: 5px;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #edf2f4;
  border-radius: 0;
  background: var(--primary);
  transition: 0.3s;
  border-radius: 10px;
  font-family: "optika-regular";
}

.about .about-text a.btn:hover {
  color: #edf2f4;
  background: var(--secondry);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

@media (max-width: 767.98px) {
  .about .about-img {
    margin-bottom: 30px;
    height: auto;
  }
}

.birds {
  display: flex;
  justify-content: space-between;
}

.birds img {
  width: 20%;
}

/*******************************/
/********** Fact CSS ***********/
/*******************************/
.fact {
  position: relative;
  width: 100%;
  padding: 45px 0 45px 0;
}

.fact .col-12 {
  display: flex;
}

.fact .col-6 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.fact .fact-icon {
  position: relative;
  margin: 7px 15px 0 15px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fact .fact-icon [class^="flaticon-"]::before {
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  background-image: linear-gradient(#ffffff, #fdbe33);
  -webkit-background-clip: text;
}

.fact .fact-icon [class^="fa-solid"]::before {
  margin: 0;
  font-size: 60px;
  line-height: 60px;
  background-image: linear-gradient(#ffffff, #fdbe33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fact .fact-right .fact-icon [class^="flaticon-"]::before {
  background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-right .fact-icon [class^="fa-solid"]::before {
  background-image: linear-gradient(#ffffff, #030f27);
}

.fact .fact-left,
.fact .fact-right {
  padding-top: 30px;
  padding-bottom: 30px;
}

.fact .fact-text h2 {
  font-size: 35px;
  font-weight: 700;
  display: inline;
}

.fact .fact-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.fact .fact-left {
  /* color: var(--primary); */
  color: #edf2f4;
  /* background: #2B2D42; */
  background: var(--secondry);
}

.fact .fact-right {
  color: #edf2f4;
  background: var(--secondry);
}

.fact .fact-left h2 {
  color: #edf2f4;
}

.fact .fact-right h2 {
  color: #edf2f4;
}

/*******************************/
/********* Service CSS *********/
/*******************************/
.service {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
  /* margin-top: -150px; */
  z-index: 9 !important;
}

.service .service-item {
  position: relative;
  /*width: 100%;*/
  text-align: center;
  margin-bottom: 30px;
  background: #ecf1f3;
}

.service .service-img {
  position: relative;
  overflow: hidden;
  /* border-radius: 60px 10px 0 0px; */
  /* border-top: 3px solid #e4bd62;
  border-left: 3px solid #e4bd62;
  border-right: 3px solid #e4bd62; */
}

.service .property-finder {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  margin: 25px;
  gap: 10px;
}

.service select {
  border-radius: 10px;
  padding: 17px 20px;
  /* margin: 10px; */
  width: 190px;
  border: 0;
  font-family: "optika-medium";
  background: #edf2f4;
}

.service .service-img img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.service .service-item a.btn1 {
  margin-top: 30px;
}

.service .service-item a.btn img {
  width: 20px;
}

.service .service-item a.btn:hover img {
  filter: invert(1);
}

.service #movingImage {
  width: 20%;
  z-index: -1;
  opacity: 0.5;
}

.birds {
  top: 50%;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}

.birds img {
  width: 20%;
  overflow: hidden;
}

#birdsLeft {
  left: 0 !important;
}
#virtualTourWrapper{
  margin-top: 25px;
}

@media screen and (min-width: 310px) and (max-width: 700px) {
  .service .property-finder {
    flex-direction: column;
    align-items: center;
  }

  .service {
    margin-top: -50px;
  }

  .fact .fact-text h2 {
    font-size: 17px !important;
  }

  .fact .fact-text p {
    font-size: 10px !important;
  }
  .fact .col-6 {
    align-items: center !important;
  }

  .fact .fact-icon [class^="flaticon-"]::before {
    font-size: 45px;
  }

  .fact .fact-icon [class^="fa-solid"]::before {
    font-size: 45px;
  }
}

/* effect-2 styles */
.effect.effect-2 {
  transition: all 0.2s linear 0s;
}

.effect.effect-2:before {
  content: "";
  font-family: FontAwesome;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -30px;
  width: 30px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0px 6px 6px 0px;
  transition: all 0.2s linear 0s;
  text-align: center;
  color: #fff;
}

.effect.effect-2:hover {
  text-indent: -30px;
  /* color: var(--primary); */
  background-color: var(--secondry);
  color: #edf2f4 !important;
  /*   cursor: url(Images/logos/cursor2hover.png), auto !important; */
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.effect.effect-2:hover:before {
  right: 0;
  text-indent: 0px;
  /* background-color: var(--primary); */
}

body .container .button-effect a:hover {
  background-color: var(--primary);
  color: #000 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.effect {
  text-align: center;
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #edf2f4 !important;
  text-transform: capitalize;
  font-family: "optika-regular";
  font-size: 18px;
  padding: 12px 0px;
  width: 190px;
  border-radius: 6px;
  overflow: hidden;
  background-color: var(--primary);
  /* margin: 10px; */
}

/* ===== Premium card look (keep your colors) ===== */

.service .service-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  /* box-shadow: 0 14px 36px rgba(3, 15, 39, 0.18); */
  transform: translateZ(0);
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.35s;
  /* background: #fff; */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}
.service .service-item:hover {
  transform: translateY(-6px);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;

  /* box-shadow: 0 22px 52px rgba(3, 15, 39, 0.22); */
}

/* image area */
.service .service-img {
  position: relative;
  aspect-ratio: 4 / 3; /* clean consistent height */
  overflow: hidden;
}
.service .service-img img {
  width: 100%;
  height: 100%;
  /* width: 650px;
  height: 500px; */
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.service .service-item:hover .service-img img {
  transform: scale(1.04);
}

/* overlay – glass chips at the bottom on hover */
.service .service-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  padding: 16px;
  background: linear-gradient(
    0deg,
    rgba(3, 15, 39, 0.75) 0%,
    rgba(3, 15, 39, 0) 55%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
}
.service .service-item:hover .service-overlay {
  opacity: 1;
}
.proj {
  display: grid;
  /* grid-template-columns: repeat(3, auto); */
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  /* padding: 0 60px; */
}
.service .service-overlay p {
  margin: 0;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  padding: 8px 12px;
  border-radius: 999px;
  backdrop-filter: saturate(120%) blur(2px);
  display: flex;
  align-items: center;
  gap: 10px;
}
.service .service-overlay p + br {
  display: none;
} /* remove gap */
.service .service-overlay p + p {
  margin-left: 10px;
}

/* arrow button inside overlay */
.service .service-item a.btn1 {
  width: auto;
  height: auto;
  line-height: 1;
  padding: 10px 12px;
  margin-left: auto;
  background: #fff;
  color: #030f27;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.2s ease;
}
.service .service-item a.btn1:hover {
  filter: brightness(0.94);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}
.service .service-item a.btn1 img {
  width: 22px;
  height: 22px;
  display: block;
}
.service-text1 {
  display: flex;
  align-items: center;
  height: 60px;
  background: var(--primary);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  justify-content: space-around;
  border-radius: 0 0 10px 10px;
}

.service-text1 h4 {
  color: azure;
  margin-bottom: 0;
}

.video {
  margin: 0;
  border-radius: 10px 10px 0 0;
}

.container2 {
  width: 75% !important;
}

/* info block (bottom card) */
.service .service-text {
  display: grid;
  gap: 6px;
  padding: 10px;
  background: #edf2f4;
  border-radius: 0 0 16px 16px;
  text-align: center;
  white-space: normal; /* allow wrap */
  /* border-bottom: 3px solid #e4bd62;
  border-left: 3px solid #e4bd62;
  border-right: 3px solid #e4bd62; */
  /* border-radius: 0 0 60px 0; */
  /* place-items: center; */
}

/* title */
.service .service-text h3 {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 30px;
  /* font-weight: 800; */
  letter-spacing: 0.2px;
  color: var(--primary);
  text-transform: uppercase;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "optika-bold";
}
.service .service-text h4 {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 12px;
  /* font-weight: 800; */
  letter-spacing: 0.2px;
  color: #2b2d42;
  text-transform: uppercase;
  /* white-space: nowrap; */
  overflow: hidden;
  /* text-overflow: ellipsis; */
  font-family: "optika-semi";
}

/* subtitle lines */
.service .service-text h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #2b2d42;
  background: #edf2f4;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  font-family: "optika-medium";
  text-align: initial;
}

.service .service-text .ami img {
  width: 40px;
  height: 40px;
}
.navbar-dark .navbar-toggler-icon {
  filter: invert(1);
}
.service .service-text .ami {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* CTA button (pill) */
.service .service-item a.btn {
  /* width: 160px;
  height: 44px; */
  width: 100%;
  line-height: 44px;
  font-size: 16px;
  font-weight: 800;
  border-radius: 14px;
  background: var(--primary);
  color: #fff;
  /* margin: 10px auto 0; */
  /* box-shadow: 0 8px 20px rgba(253, 190, 51, 0.35); */
  transition: all 0.3s ease;
  font-family: "optika-semi";
}
.service .service-item:hover a.btn {
  color: #ffffff;
  transform: translateY(-1px);
  background: var(--secondry);

  /* box-shadow: 0 10px 26px rgba(253, 190, 51, 0.45); */
}

/* small screens */
@media screen and (min-width: 2100px) {
  .proj {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
  .why-proptiger-wrap .slider-wrap {
    height: 750px !important;
  }
}
@media screen and (min-width: 2561px) and (max-width: 4000px) {
  .why-proptiger-wrap .slider-wrap .line {
    left: calc(100% - 35px) !important;
    width: calc(100% - 150px) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .proj {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    padding: 0px 20px;
  }
  .service .service-text h4 {
    font-size: 16px !important;
  }
}
@media (min-width: 1201px) and (max-width: 1385px) {
  .proj {
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .proj {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5px;
    padding: 0 10px;
  }
  .commitment h4 {
    font-size: 14px !important;
  }
  .commitment h1 {
    margin-left: 5px !important;
    font-size: 13px !important;
  }
  .commitment h1 span {
    font-size: 20px !important;
  }
  .mob .end-to-end {
    font-size: 22px !important;
  }
  .mob .heading {
    font-size: 14px !important;
  }
  .mob .short-txt {
    font-size: 13px !important;
  }
  .carousel-control-next-icon {
    display: none !important;
  }
  .carousel-control-prev-icon {
    display: none !important;
  }
  .award-form .col-lg-7.col-lg-3 {
    margin-top: 25px;
  }
  .footer {
    padding-top: 35px !important;
  }
  .footer p {
    font-size: 12px !important;
    text-align: initial !important;
    /* margin: 10px !important; */
  }
  .footer .footer-social a {
    width: 35px !important;
    height: 35px !important;
  }
  .newsletter .logo {
    display: flex;
    justify-content: start;
  }
  .footer h2 {
    font-size: 16px !important;
  }
  .auto-scroll a {
    font-size: 12px !important;
  }
  .footer .footer-menu .f-menu a {
    font-size: 12px !important;
    text-align: start !important;
    padding: 0 !important;
    margin: 10px !important;
  }
  .service-text1 h4 {
    font-size: 21px !important;
  }
  .btn1 {
    font-size: 12px !important;
  }

  .footer .footer-menu .f-menu {
    padding: 0 !important;
  }
}
.service .service-text .ami {
  grid-template-columns: repeat(2, auto);
}
.service .service-img .img2 {
  width: 30px !important;
}
@media (max-width: 575.98px) {
  .service .service-text {
    padding: 16px;
  }
  .service .service-text h3 {
    font-size: 20px;
  }
  .service .service-text h4 {
    font-size: 15px !important;
  }
  .service .service-text h5 {
    font-size: 12px;
  }

  .service .service-item a.btn {
    /* width: 150px;
    height: 42px; */
    line-height: 42px;
    font-size: 15px;
  }
}

/*******************************/
/********** Assistance CSS **********/
/*******************************/

.why-proptiger-wrap {
  padding: 30px 20px 0;
  background-color: #fff;
  transition: all 500ms ease-in-out;
}

.why-proptiger-wrap .end-to-end {
  font-size: 36px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 42px;
  width: 100%;
  text-align: center;
  font-size: 50px;
  font-family: "optika-regular";
  font-weight: 700;
  z-index: 0;
}
.font-white {
  color: #edf2f4 !important;
}

.why-proptiger-wrap .sub-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.89;
  text-align: center;
  color: #777;
}
/* 
.why-proptiger-wrap .slider-wrap {
  height: 600px;
  position: relative;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  background: url(Images/bgvig.jpeg);
  background-size: cover;
  background-position: center;
  transition: all 500ms ease-in-out;
}*/
.why-proptiger-wrap1 .slider-wrap1 {
  position: relative;
  height: 1000px;
  overflow: hidden;
  text-align: center;
}
.why-proptiger-wrap1 .slider-wrap1 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.why-proptiger-wrap .slider-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.why-proptiger-wrap .slider-wrap {
  position: relative;
  height: 600px;
  overflow: hidden;
  text-align: center;
}

.why-proptiger-wrap .slider-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.why-proptiger-wrap .slider-wrap .content {
  position: relative;
  z-index: 1;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.mob .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.mob {
  color: #fff;
}

.mob .end-to-end {
  font-size: 30px;
  color: #fff;
  /* font-size: 50px; */
  font-family: "optika-regular";
  font-weight: 700;
}

.why-proptiger-wrap .slider-wrap .line {
  background: #fff;
  height: 1px;
  position: absolute;
  width: calc(100% - 100px);
  top: 29%;
  left: calc(100% - 81px);
}

.why-proptiger-wrap .slider-wrap .circle {
  width: 84px;
  height: 84px;
  border: solid 1px #979797;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
  z-index: 0;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
}

.why-proptiger-wrap .slider-wrap .circle i {
  font-size: 36px;
  padding: 23px 0 0;
  display: inline-block;
  color: #fff;
}

.why-proptiger-wrap .slider-wrap .label {
  /* max-width: 120px; */
  margin: 0 auto;
  font-size: 21px;
  color: #fff;
  line-height: 1.1;
  margin-top: 10px;
  transition: color 300ms ease-in-out;
  font-size: 17px;
  font-family: "optika-regular" !important;
  font-weight: 600;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

/* .carousel-inner,
.carousel-control-prev,
.carousel-control-next {
  position: relative;
  z-index: 2;
} */

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* optional tint */
  z-index: 1;
}

/* .why-proptiger-wrap .slider-wrap .label.br {
  max-width: 60px;
} */

.why-proptiger-wrap .slider-wrap .short-txt {
  position: absolute;
  height: 0;
  opacity: 0;
  width: 100%;
  transition: all 500ms ease-in-out;
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
}

.why-proptiger-wrap .slider-wrap .short-txt p {
  max-width: 300px;
  margin: 0 auto;
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  font-family: "optika-regular" !important;
}

.why-proptiger-wrap .slider-wrap .short-txt .get-in-touch {
  width: 140px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #fff;
  text-align: center;
  padding: 8px 10px;
  color: #2b2d42;
  font-size: 13px;
  margin: 16px auto 0;
  transition: all 300ms ease-in-out;
  background-color: #edf2f4;
  font-family: "optika-regular" !important;
}

.why-proptiger-wrap .slider-wrap .short-txt .get-in-touch:hover {
  background-color: #fff;
  color: #000;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.why-proptiger-wrap ul {
  text-align: center;
  position: relative;
  z-index: 0;
  padding: 0;
  display: flex;
}

.why-proptiger-wrap ul li {
  display: inline-block;
  vertical-align: middle;
  width: 19%;
  margin: 21% 0 0;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
  position: relative;
  padding-bottom: 10px;
}

.why-proptiger-wrap .option .short-txt {
  width: 100%;
  height: 0;
  opacity: 0;
  transition: all 500ms ease-in-out;
}

.why-proptiger-wrap .option:hover .short-txt {
  height: auto;
  opacity: 1;
}

.why-proptiger-wrap .option:hover .circle {
  background-color: var(--primary);
  /* border-color: #f58220; */
}

.why-proptiger-wrap .option:hover .label {
  color: #fff;
}

/*.line1{
    background: #fff;
    height: 1px;
    position: absolute;
    width: calc(100% - 100px);
    top: 95px;
    left: calc(100% - 81px);
    left: 20%;
}*/

@media screen and (max-width: 1000px) {
  .common-award .contact-info {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
  .why-proptiger-wrap .slider-wrap .line {
    left: calc(100% - 36px);
    width: calc(100% - 100px);
  }
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
  .why-proptiger-wrap .slider-wrap .line {
    left: calc(100% - 40px);
    width: calc(100% - 120px);
  }
}

@media screen and (min-width: 1101px) and (max-width: 1180px) {
  .why-proptiger-wrap .slider-wrap .line {
    left: calc(100% - 46px);
    width: calc(100% - 120px);
  }
}

@media screen and (min-width: 1181px) and (max-width: 1330px) {
  .why-proptiger-wrap .slider-wrap .line {
    left: calc(100% - 55px);
    width: calc(100% - 130px);
  }
}

@media screen and (min-width: 1331px) and (max-width: 2560px) {
  .why-proptiger-wrap .slider-wrap .line {
    left: calc(100% - 35px);
    width: calc(100% - 150px);
  }
}

.desktop {
  display: block;
}

.mob {
  display: none;
}

@media screen and (min-width: 300px) and (max-width: 900px) {
  .desktop {
    display: none;
  }

  .mob {
    display: block;
  }
}

.mob .circle {
  width: 84px;
  height: 84px;
  border: solid 1px #fff;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  margin: 0 auto;
  transition: all 300ms ease-in-out;
  background: var(--primary);
  margin-bottom: 13px;
}

.mob i {
  font-size: 36px;
  padding: 23px 0 0;
  display: inline-block;
  color: #fff;
}

.mob .short-txt {
  /* font-size: 50px; */
  font-family: "optika-regular";
  font-weight: 400;
}

.mob .carousel .carousel-inner,
.carousel .carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.mob .carousel-inner {
  padding: 20px 0 20px 0;
  height: 400px !important;
}

.mob .heading {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 17px;
  font-size: 24px;
  color: #fff;
  /* font-size: 50px; */
  font-family: "optika-regular";
  font-weight: 600;
}

.mob .get-in-touch {
  width: 140px;
  height: 40px;
  border-radius: 4px;
  border: solid 1px #fff;
  text-align: center;
  padding: 8px 10px;
  color: #000;
  font-size: 13px;
  margin: 16px auto 0;
  background: #fff;
  transition: all 300ms ease-in-out;
}

.mob .get-in-touch:hover {
  background-color: #fff;
  color: #000;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/*******************************/
/********** Video CSS **********/
/*******************************/
.video1 {
  position: relative;
  /* margin: 45px 0; */
  height: 100%;
  min-height: 320px;
  /*background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(img/carousel-1.jpg);*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.video {
  position: relative;
  /* margin: 45px 0; */
  height: 75%;
  min-height: 320px;
  /*background: linear-gradient(rgba(3, 15, 39, .9), rgba(3, 15, 39, .9)), url(img/carousel-1.jpg);*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
}

.video .btn-play {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
  opacity: 0.7;
}

.video .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ef233c;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #ef233c;
  border-radius: 50%;
  transition: all 200ms;
}

.video .btn-play:hover:after {
  background-color: darken(#fdbe33, 10%);
  cursor: url(Images/logos/cursor2hover.png), auto !important;
}

.video .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #edf2f4;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#videoModal .modal-dialog {
  position: relative;
  max-width: 800px;
  margin: 60px auto 0 auto;
  z-index: 9;
}

#videoModal .modal-body {
  position: relative;
  padding: 0px;
}

#videoModal .close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0px;
  top: -30px;
  z-index: 999;
  font-size: 30px;
  font-weight: normal;
  color: #ffffff;
  background: #000000;
  opacity: 1;
}

/*******************************/
/*********** Team CSS **********/
/*******************************/

/* ----------- SLIDER ------------ */
.team {
  margin-top: 45px;
  margin-bottom: 0;
}

/* ======= Base Reset ======= */
/* .team {
    padding: 40px 15px;
    background-color: #f8f9fa;
} */

/* .team .section-header p {
    font-size: 18px;
    color: #888;
    margin-bottom: 5px;
}

.team .section-header h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 25px;
} */

/* ======= Swiper Section ======= */

.mySwiper {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
}

.mobile .controls {
  /* position: relative; */
  margin-top: 45px;
}

.swiper-slide {
  background: #edf2f4;
  border-radius: 10px;
  padding: 20px 15px;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.08); */
  transition: transform 0.3s ease;
  height: auto;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.swiper-slide1 {
  background: #edf2f4;
  border-radius: 10px;
  padding: 20px 15px;
  /* box-shadow: 0 4px 8px rgba(0,0,0,0.08); */
  transition: transform 0.3s ease;
  height: auto;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  margin: 24px;
  width: 96%;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* .back1 {
  border: 1px solid rgb(255, 193, 7);
} */
.swiper {
  z-index: 0 !important;
}
.swiper-slide .img1 {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 2px solid #eee;
}

.swiper-slide .stars {
  margin-bottom: 10px;
}

.swiper-slide .stars i {
  color: #ffc107;
  margin-right: 2px;
}

.swiper-slide h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 5px;
  /* text-align: center; */
  display: contents;
}

.swiper-slide p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

/* ======= Swiper Buttons ======= */
.swiper-button-next,
.swiper-button-prev {
  color: #333;
  font-weight: bold;
}

.swiper-pagination {
  margin-top: 10px;
}

/* ======= Responsive Design ======= */
@media (max-width: 768px) {
  .swiper-slide {
    padding: 15px;
  }

  .team .section-header h2 {
    font-size: 22px;
  }

  .team .section-header p {
    font-size: 16px;
  }
  .section-header p {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .swiper-slide .img1 {
    width: 60px;
    height: 60px;
  }

  .swiper-slide h6 {
    font-size: 15px;
  }

  .swiper-slide p {
    font-size: 13px;
  }
}

/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
  position: relative;
  width: 100%;
  padding: 45px 0 15px 0;
}

.blog .blog-item {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.blog .blog-img {
  position: relative;
  overflow: hidden;
  /* Updated to allow the image to overflow */
  background: #000;
}

.blog .blog-img img:hover {
  transform: rotate(5deg) scale(1.05);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.blog .blog-img img {
  width: 100%;
  position: relative;
  display: block;
  background: #0b0b0b;
  overflow: visible;
  /* This line can be removed, as it's redundant */
  transition: all 0.3s ease-in-out;
}

.blog .blog-title {
  display: flex;
  align-items: center;
  height: 60px;
  background: #030f27;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog .blog-title h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.blog .blog-title a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #030f27;
  background: var(--primary);
  border-radius: 0;
  transition: 0.3s;
}

.blog .blog-item:hover a.btn {
  color: #ffffff;
}

.blog .blog-meta {
  position: relative;
  padding: 25px 0 10px 0;
  background: #f3f6ff;
}

.blog .blog-meta::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 1px;
  left: calc(50% - 50px);
  bottom: 0;
  background: var(--primary);
}

.blog .blog-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  color: #666666;
}

.blog .blog-meta p a {
  margin-left: 5px;
  font-style: normal;
}

.blog .blog-text {
  padding: 10px 25px 25px 25px;
  background: #f3f6ff;
}

.blog .blog-text p {
  margin: 0;
  font-size: 16px;
}

.blog .pagination .page-link {
  color: #030f27;
  border-radius: 0;
  border-color: var(--primary);
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
  color: var(--primary);
  background: #030f27;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.blog .pagination .disabled .page-link {
  color: #999999;
}

@media screen and (min-width: 300px) and (max-width: 600px) {
  .blog .swiper-horizontal {
    margin-top: -150px !important;
  }

  .blog .swiper-button-next,
  .blog .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 20 * 60) !important;
  }
}

.blog .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
}

.blog .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 100%);
  color: #000 !important;
}

.blog .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 100%);
  color: #000 !important;
}

.blog .dlg {
  height: 530px !important;
  overflow: hidden;
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
  .blog .swiper-pagination-bullets.swiper-pagination-horizontal {
    top: var(--swiper-pagination-top, 100%);
  }

  .blog .swiper-horizontal {
    width: 50% !important;
  }
}

.blog .swiper-button-next,
.blog .swiper-button-prev {
  width: calc(var(--swiper-navigation-size) / 20 * 100);
}

:root {
  --swiper-theme-color: #000 !important;
}

/*******************************/
/******* Single Post CSS *******/
/*******************************/
.single {
  position: relative;
  padding: 45px 0;
}

.single .single-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}

.single .single-content img {
  margin-bottom: 20px;
  width: 100%;
}

.single .single-tags {
  margin: -5px -5px 41px -5px;
  font-size: 0;
}

.single .single-tags a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .single-tags a:hover {
  color: var(--primary);
  background: #030f27;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.single .single-bio {
  margin-bottom: 45px;
  padding: 30px;
  background: #f3f6ff;
  display: flex;
}

.single .single-bio-img {
  width: 100%;
  max-width: 100px;
}

.single .single-bio-img img {
  width: 100%;
}

.single .single-bio-text {
  padding-left: 30px;
}

.single .single-bio-text h3 {
  font-size: 20px;
  font-weight: 700;
}

.single .single-bio-text p {
  margin: 0;
}

.single .single-related {
  margin-bottom: 45px;
}

.single .single-related h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .related-slider {
  position: relative;
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.single .related-slider .post-item {
  margin: 0 15px;
}

.single .post-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.single .post-item .post-img {
  width: 100%;
  max-width: 80px;
}

.single .post-item .post-img img {
  width: 100%;
}

.single .post-item .post-text {
  padding-left: 15px;
}

.single .post-item .post-text a {
  font-size: 16px;
  font-weight: 400;
}

.single .post-item .post-meta {
  display: flex;
  margin-top: 8px;
}

.single .post-item .post-meta p {
  display: inline-block;
  margin: 0;
  padding: 0 3px;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}

.single .post-item .post-meta p a {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.single .related-slider .owl-nav {
  position: absolute;
  width: 90px;
  top: -55px;
  right: 15px;
  display: flex;
}

.single .related-slider .owl-nav .owl-prev,
.single .related-slider .owl-nav .owl-next {
  margin-left: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #030f27;
  background: var(--primary);
  font-size: 16px;
  transition: 0.3s;
}

.single .related-slider .owl-nav .owl-prev:hover,
.single .related-slider .owl-nav .owl-next:hover {
  color: var(--primary);
  background: #030f27;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.single .single-comment {
  position: relative;
  margin-bottom: 45px;
}

.single .single-comment h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-list {
  list-style: none;
  padding: 0;
}

.single .comment-child {
  list-style: none;
}

.single .comment-body {
  display: flex;
  margin-bottom: 30px;
}

.single .comment-img {
  width: 60px;
}

.single .comment-img img {
  width: 100%;
}

.single .comment-text {
  padding-left: 15px;
  width: calc(100% - 60px);
}

.single .comment-text h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}

.single .comment-text span {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 5px;
}

.single .comment-text .btn {
  padding: 3px 10px;
  font-size: 14px;
  color: #030f27;
  background: #dddddd;
  border-radius: 0;
}

.single .comment-text .btn:hover {
  background: var(--primary);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.single .comment-form {
  position: relative;
}

.single .comment-form h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}

.single .comment-form form {
  padding: 30px;
  background: #f3f6ff;
}

.single .comment-form form .form-group:last-child {
  margin: 0;
}

.single .comment-form input,
.single .comment-form textarea {
  border-radius: 0;
}

.single .comment-form .btn {
  padding: 15px 30px;
  /* color: #030f27;
  background: var(--primary); */
  background-color: #2b2d42;
  color: #edf2f4 !important;
}

.single .comment-form .btn:hover {
  /* color: var(--primary);
  background: #030f27; */
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/**********************************/
/*********** Sidebar CSS **********/
/**********************************/
.sidebar {
  position: relative;
  width: 100%;
}

@media (max-width: 991.98px) {
  .sidebar {
    margin-top: 45px;
  }
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 45px;
}

.sidebar .sidebar-widget .widget-title {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
}

.sidebar .sidebar-widget .widget-title::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--primary);
}

.sidebar .sidebar-widget .search-widget {
  position: relative;
}

.sidebar .search-widget input {
  height: 50px;
  border: 1px solid #dddddd;
  border-radius: 0;
}

.sidebar .search-widget input:focus {
  box-shadow: none;
}

.sidebar .search-widget .btn {
  position: absolute;
  top: 6px;
  right: 15px;
  height: 40px;
  padding: 0;
  font-size: 25px;
  color: var(--primary);
  background: none;
  border-radius: 0;
  border: none;
  transition: 0.3s;
}

.sidebar .search-widget .btn:hover {
  color: #030f27;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.sidebar .sidebar-widget .recent-post {
  position: relative;
}

.sidebar .sidebar-widget .tab-post {
  position: relative;
}

.sidebar .tab-post .nav.nav-pills .nav-link {
  color: var(--primary);
  background: #030f27;
  border-radius: 0;
}

.sidebar .tab-post .nav.nav-pills .nav-link:hover,
.sidebar .tab-post .nav.nav-pills .nav-link.active {
  color: #030f27;
  background: var(--primary);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.sidebar .tab-post .tab-content {
  padding: 15px 0 0 0;
  background: transparent;
}

.sidebar .tab-post .tab-content .container {
  padding: 0;
}

.sidebar .sidebar-widget .category-widget {
  position: relative;
}

.sidebar .category-widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar .category-widget ul li {
  margin: 0 0 12px 22px;
}

.sidebar .category-widget ul li:last-child {
  margin-bottom: 0;
}

.sidebar .category-widget ul li a {
  display: inline-block;
  line-height: 23px;
}

.sidebar .category-widget ul li::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: var(--primary);
  left: 1px;
}

.sidebar .category-widget ul li span {
  display: inline-block;
  float: right;
}

.sidebar .sidebar-widget .tag-widget {
  position: relative;
  margin: -5px -5px;
}

.single .tag-widget a {
  margin: 5px;
  display: inline-block;
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  border: 1px solid #dddddd;
}

.single .tag-widget a:hover {
  color: var(--primary);
  background: #030f27;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.sidebar .image-widget {
  display: block;
  width: 100%;
  overflow: hidden;
}

.sidebar .image-widget img {
  max-width: 100%;
  transition: 0.3s;
}

.sidebar .image-widget img:hover {
  transform: scale(1.1);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/*******************************/
/******** Portfolio CSS ********/
/*******************************/
.portfolio {
  position: relative;
  padding: 45px 0;
}

.portfolio1 {
  position: relative;
  padding: 45px 0;
}

.portfolio-container h4,
h5 {
  color: #dbdbdb;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: -15px 0 25px 0;
  list-style: none;
  font-size: 0;
  text-align: center;
}

.portfolio #portfolio-flters li,
.portfolio .load-more .btn {
  cursor: url(Images/logos/cursor2hover.png), auto !important;
  display: inline-block;
  margin: 5px;
  padding: 8px 15px;
  color: #030f27;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  background: var(--primary);
  border: none;
  transition: 0.3s;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #030f27;
  color: var(--primary);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.portfolio .load-more {
  text-align: center;
}

.portfolio .load-more .btn {
  padding: 15px 35px;
  font-size: 16px;
  transition: 0.3s;
}

.portfolio .load-more .btn:hover {
  /* color: var(--primary);
  background: #030f27; */
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.portfolio .portfolio-warp {
  position: relative;
  width: 98%;
  text-align: center;
  margin-bottom: 30px;
}

.portfolio .portfolio-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.portfolio .portfolio-img img {
  width: 100%;
  transition: 0.3s;
}

.portfolio .portfolio-item:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(3, 15, 39, 0.7);
  transition: 0.5s;
  opacity: 0;
}

.portfolio .portfolio-warp:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio .portfolio-overlay p {
  margin: 0;
  color: #ffffff;
}

.portfolio .portfolio-text {
  display: flex;
  align-items: center;
  height: 60px;
  background: var(--primary);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0 0 10px 10px;
}

.portfolio .portfolio-text h3 {
  margin: 0;
  padding: 0 15px 0 25px;
  width: calc(100% - 60px);
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.portfolio .portfolio-warp a.btn {
  width: 60px;
  height: 60px;
  padding: 3px 0 0 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  line-height: 60px;
  font-weight: 100;
  color: #fff;
  background: var(--secondry);
  border-radius: 0;
  transition: 0.3s;
}

.portfolio .portfolio-warp:hover a.btn {
  color: #ffffff;
  background: var(--primary);
  border: 0;
}

/*******************************/
/********* Contact CSS *********/ /*******************************/
.contact {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.contact .col-md-6 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact .col-md-6:first-child {
  background: var(--third);
  border-radius: 10px 0 0 10px;
}

.contact .col-md-6:last-child {
  background: var(--primary);
  border-radius: 0 10px 10px 0;
}

.contact .contact-info {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.contact .contact-item {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  border: 1px solid var(--primary);
  border-radius: 10px;
}

.contact .contact-item [class^="flaticon-"]::before {
  margin: 0;
  /* color: var(--primary); */
  color: var(--primary);

  font-size: 40px;
}

.contact .contact-item [class^="fa-solid"]::before {
  margin: 0;
  color: var(--primary);
  font-size: 40px;
}

.contact .contact-text {
  position: relative;
  width: auto;
  padding-left: 20px;
}

.contact .contact-text h2 {
  color: var(--primary);
  font-size: 20px;
  font-weight: 600;
}

.contact .contact-text p {
  margin: 0;
  color: var(--secondry);
  font-size: 16px;
}

.contact .contact-item:last-child {
  margin-bottom: 0;
}

.contact .contact-form {
  position: relative;
  padding: 0 15px;
}

.contact .contact-form input {
  color: #fff;
  height: 40px;
  border-radius: 10px;
  border-width: 1px;
  border-color: #fff;
  background: transparent;
}

.contact .contact-form textarea {
  color: #fff;
  height: 185px;
  border-radius: 10px;
  border-width: 1px;
  border-color: #fff;
  background: transparent;
}

.contact .contact-form input:focus,
.contact .contact-form textarea {
  box-shadow: none;
}

.contact .contact-form .form-control::placeholder {
  color: #fff;
  opacity: 1;
}
.contact .contact-form .intl-tel-input.separate-dial-code .selected-dial-code {
  color: #fff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #fff;
}

.contact .contact-form .form-control::-ms-input-placeholder {
  color: #fff;
}

.contact .contact-form select .form-control::-ms-input-placeholder {
  color: #fff;
}

.contact .contact-form .btn {
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  background: var(--third);
  border: none;
  border-radius: 10px;
  transition: 0.3s;
}
.contact .contact-form .intl-tel-input .selected-flag .iti-arrow {
  border-top: 4px solid #fff !important;
}

.contact .contact-form .btn:hover {
  color: #030f27;
  background: #ffffff;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.contact .help-block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/***************************************/
/********* Popuop Form Submit **********/
/***************************************/

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: auto;
  z-index: 99999;
}

.popup-content {
  background-color: white;
  padding: 17px 35px 17px;
  max-width: 670px;
  background-position: right;
  background-size: cover;
  margin: 50px auto;
  border-radius: 10px;
  background-image: url("css/Popupbg.jpg");
}

.faded {
  position: relative;
  display: inline-block;
  color: white;

  &:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-collapse: separate;
  }

  @include faded($faded-offset, $faded-blur-radius, $faded-spread-radius);

  &.faded-narrow {
    @include faded(
      $faded-narrow-offset,
      $faded-narrow-blur-radius,
      $faded-narrow-spread-radius
    );
  }

  &.faded-wide {
    @include faded(
      $faded-wide-offset,
      $faded-wide-blur-radius,
      $faded-wide-spread-radius
    );
  }
}

.faded.faded-all:after,
.faded.faded-left.faded-top.faded-right.faded-bottom:after {
  box-shadow: inset 0 0 13px 12px;
}

.faded.faded-wide.faded-all:after,
.faded.faded-wide.faded-left.faded-top.faded-right.faded-bottom:after {
  box-shadow: inset 0 0 80px 28px;
}

.getpopup h4,
.getpopup .form-group label {
  color: #fff !important;
}

.getpopup input,
.getpopup select {
  color: #fff !important;
  border: 1px solid #fff !important;
}

.getpopup ::placeholder {
  color: #fff !important;
}

.getpopup option {
  color: #000;
}

.getpopup {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.5));
  background: rgba(0, 0, 0, 0.3);
  padding: 7px;
  border-radius: 10px;
}

.getpopup::before {
  box-shadow: inset 0 0 13px 12px;
}

.popup .btn {
  color: #fff;
  background: var(--primary);
  border-radius: 10px;
  /* background: #2f3569; */
}

.popup .btn:hover {
  color: #fff;
  background: var(--secondry);
  border-radius: 10px;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;

  /* border-color: var(--primary); */
  /* border: 2px solid #000; */
}

.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: rgb(255, 133, 133);
  text-decoration: none;
  /* cursor: pointer; */
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.carousel-item a {
  display: block;
}

.carousel-item a {
  display: block;
  width: 100%;
  height: 100%;
}

/* .carousel-item img {
    pointer-events: none;
} */

.pointer-event {
  pointer-events: auto !important;
}

#carousel a {
  pointer-events: auto !important;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .popup-content {
    background-image: none !important;
    padding: 20px !important;
  }
  .sm\:mt-5 {
    margin-top: 2rem;
  }

  .top-bar {
    display: none;
  }
  .service .service-img img {
    width: 100% !important;
    height: 100% !important;
  }
  .service .service-item a.btn.btn1 {
    display: none !important;
  }
  .service .service-img .img2 {
    width: 30px !important;
  }

  /* #popupForm .col-lg-6 .form-group label, input{
        color: #fff !important;
    }*/
  .close.mob {
    color: #000;
    float: right;
    font-size: 32px;
    font-weight: bold;
    top: -60px;
    position: absolute;
    right: 5px;
    z-index: 999;
    background: #fff;
    border-radius: 47px;
    padding: 9px;
    opacity: 0.899;
  }

  .close.desk {
    display: none;
  }

  .getpopup {
    background: none;
  }

  .getpopup h4,
  .getpopup .form-group label {
    color: #000 !important;
  }

  .getpopup input,
  .getpopup select {
    color: #000 !important;
    border: 1px solid #000 !important;
  }

  .getpopup ::placeholder {
    color: #000 !important;
  }

  .getpopup option {
    color: #000;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .popup-content .col-lg-6 {
    width: 50% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 2560px) {
  .popup-content .dis img {
    display: none !important;
  }
}

/***************************************/
/********* Popuop Form Submit **********/
/***************************************/

/*******************************/
/********* Form Submit **********/
/*******************************/

.section .form {
  width: 100%;
  /* background: url(css/form-1.jpg); */
  /* background-position: center;
  background-repeat: no-repeat;
  background-size: cover; */
  background: #edf2f4;
  padding: 20px;
  border-radius: 10px 0 0 10px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
  display: flex;
  flex-direction: column;

  justify-content: center;
}

.form-group {
  margin: 5px 5px 10px 5px;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select[type="select"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  background: transparent;
}

textarea {
  height: 100px;
  width: 100%;
  resize: none;
}

.section form button {
  width: 40%;
  padding: 10px;
  background-color: var(--primary);
  /* background-color: #000; */
  color: #edf2f4;
  border: none;
  border-radius: 10px;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
  transition: background-color 0.3s;
}

.section form button:hover {
  background-color: var(--secondry);
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

@media (max-width: 600px) {
  .form {
    width: 100%;
  }

  .award-form {
    display: flex;
    flex-direction: column;
  }

  .form-group {
    width: 100%;
  }
}

.award-form {
  display: flex;
}

.awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.awards .img {
  /* width: 100%;
  display: contents; */
  display: flex;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 10px;
}

.awards .img img {
  width: 187px;
  /* height: 30%; */
  padding: 15px;
}

.line {
  border-bottom: 2px solid #edf2f4;
  width: 70px;
  /*margin-bottom: 20px;*/
}

.gap {
  border: 1px solid transparent;
}

.awards h3 {
  display: flex;
  justify-content: center;
}

.header {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.award-form .header h3 {
  color: var(--primary);
}

.award-form .section-header h4 {
  color: var(--primary);
}

.commitment h1 {
  color: #242424;
  font-size: 30px;
  font-family: 600;
  text-align: start;
  margin-left: 20px;
}

.commitment h1 span {
  color: #b8292f;
  font-weight: 700;
  font-size: 30px;
}

@font-face {
  font-family: Quicksand;
  src: url(css/font/Quicksand-VariableFont_wght.ttf);
}

.commitment .row {
  display: flex !important;
  justify-content: center;
}

@font-face {
  font-family: "rock";
  src: url("css/css/Fonts/ROCK.TTF");
}
  /* 
@media screen and (min-width: 320px) and (max-width: 375px) {
.commitment .row {
    display: flex !important;
    justify-content: flex-start;
    flex-direction: column;
  } 
}*/

@media screen and (min-width: 375px) and (max-width: 767px) {
  .commitment .row {
    display: flex !important;
    justify-content: center;
    flex-direction: row;
  }

  /* .commitment h1 {
    margin-left: 33% !important;
  } */
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .commitment h1 {
    font-size: 25px;
  }
}

.commitment h4 {
  color: #000;
  font-size: 16px;
  text-transform: none;
  text-align: left;
  letter-spacing: 1.2px;
  line-height: 1.6rem;
  font-family: "optika-regular" !important;
  font-weight: 500;
}

/*******************************/
/********* Footer CSS **********/
/*******************************/
.footer {
  position: relative;
  margin-top: 45px;
  padding-top: 60px;
  background: #2b2d42;
  color: #ffffff;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .feature .feature-text p {
    font-size: 13px !important;
  }

  .feature .feature-text h3 {
    font-size: 16px !important;
  }

  .feature .feature-item {
    min-height: 170px;
    padding: 15px;
  }

  .enquire-button {
    padding: 20px 3px 20px 50px !important;
    top: 200px !important;
  }

  .enquire-button1 {
    padding: 20px 3px 20px 50px !important;
    top: 350px !important;
  }
}

.enquire-button {
  position: fixed;
  top: 200px;
  right: 0px;
  margin: 0;
  background-color: #edf2f4;
  color: var(--primary);
  padding: 30px 5px 30px 57px;
  border-radius: 10px;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
  writing-mode: vertical-rl;
  z-index: 1000;
  clip-path: polygon(55% 10%, 100% 0, 100% 100%, 55% 90%);
  transition: all 0.3s;
  font-family: "optika-regular" !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18); */
}

.enquire-button:hover {
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;

  /* Change text color on hover */
}

.enquire-button1 a {
  background-color: #edf2f4;
  color: var(--primary) !important;
}
.enquire-button1 {
  position: fixed;
  top: 400px;
  right: 0px;
  margin: 0;
  background-color: #edf2f4;
  color: var(--primary) !important;
  padding: 30px 5px 30px 57px;
  border-radius: 10px;
  /* cursor: url(Images/logos/cursor2hover.png), auto !important; */
  writing-mode: vertical-rl;
  z-index: 1000;
  clip-path: polygon(55% 10%, 100% 0, 100% 100%, 55% 90%);
  transition: all 0.3s;
  font-family: "optika-regular" !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
  /* box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18); */
}
.enquire-button1:hover {
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.enquire-button1:hover a {
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
  .footer .ntg {
    display: none;
  }
}

.footer .footer-contact,
.footer .footer-link,
.footer .newsletter {
  position: relative;
  margin-top: 15px;
}
/* .review-widget_net{
 display: contents;
} */

.footer h2 {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #edf2f4;
  text-align: start;
}

.footer h2::after {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: var(--primary);
}

.footer .footer-link a {
  display: block;
  margin-bottom: 10px;
  color: #ffffff;
  transition: 0.3s;
}

.footer .footer-link a::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}

.footer .footer-link a:hover {
  color: var(--primary);
  letter-spacing: 1px;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.footer .footer-link a:hover p {
  color: #ffffff !important;
}

.footer .footer-link ul {
  list-style: none;
  display: flex;
  padding: 0;
}

.footer .footer-link li {
  margin-left: 10px;
}

.footer .footer-contact p i {
  width: 25px;
}

.footer .footer-social {
  position: relative;
  margin-top: 7px;
}

.footer .footer-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid rgba(256, 256, 256, 0.3);
  border-radius: 60px;
  transition: 0.3s;
}

.footer .footer-social a i {
  font-size: 15px;
  color: #ffffff;
}

.footer .footer-social a:hover {
  background: var(--primary);
  border-color: #fff;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.footer .footer-social a:hover i {
  color: #fff;
}

.footer .newsletter .form {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}

.footer .newsletter input {
  height: 50px;
  border: 2px solid #121518;
  border-radius: 10px;
  background: aliceblue;
  padding-right: 95px;
}

.footer .newsletter .btn {
  position: absolute;
  bottom: 5px;
  right: 5px;
  height: 40px; 
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: var(--primary);
  border-radius: 10px;
  /* border: 1px solid #2b2d42; */
  transition: 0.3s;
}

.footer .newsletter .btn:hover {
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}
.footer #email-error {
  position: absolute;
  bottom: -25px;
}

.container.footer-menu {
  text-align: center;
}

.footer-menu h2::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 2px;
  background: var(--primary);
  left: 0;
  /* transform: translateX(-50%); */
  bottom: 0;
  text-align: start;
}

.footer .footer-menu .f-menu {
position: relative;
  padding: 15px 0;
  font-size: 0;
  text-align: start;
  /* border: 1px solid rgba(256, 256, 256, 0.1); */
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.f-menu a {
  color: #fff;

}
.footer-contact a {
  color: #fff;
}
@media (max-width: 600px) {
  .footer .footer-menu .f-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none !important;
  }


  .footer .footer-menu .f-menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .fact .fact-icon {
    margin: 4px 10px 0 10px;
  }
}

.footer .footer-menu .f-menu a {
  color: #ffffff;
  font-size: 16px;
  /* margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.1); */
}

.footer .footer-menu .f-menu a:hover {
  color: var(--primary);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.footer .footer-menu .f-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.footer .copyright .row {
  justify-content: center;
}
.footer .copyright {
  padding: 30px 15px;
  text-align: center;
}


.footer .copyright p {
  margin: 0;
  color: #ffffff;
}

.footer .copyright .col-md-6:last-child p {
  text-align: right;
}

.footer .copyright p a {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
}

.footer .copyright p a:hover {
  color: #ffffff;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

@media (max-width: 768px) {
  .footer .copyright p,
  .footer .copyright .col-md-6:last-child p {
    margin: 5px 0;
    text-align: center !important;
  }
  /* .footer-menu h2::after {
    left: 35px;
  } */
  .footer h2 {
    text-align: start !important;
  }
}

.video-placeholder {
  position: relative;
  /* width: 470px; */
  width: 98%;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.btn-play {
  position: absolute;
  width: 64px;
  height: 64px;
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.btn-play span {
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/*///////// Faq \\\\\\\\\*\

/** Faq info start **/
.faq-info .nav-tabs {
  background: transparent;
  border-bottom: none;
  margin-bottom: 30px;
}

.faq-info p {
  margin-bottom: 0;
}

.faq-info .nav-tabs .nav-link {
  display: block;
  padding: 12px 20px 12px;
  border-radius: 0;
  background: #fff;
  color: #343434;
}

.faq-info .nav-tabs .nav-link.active {
  color: #fff;
}

.faq-info .nav-tabs .nav-link:hover {
  color: #fff;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.faq-info .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  padding: 20px;
  font-size: 16px;
  color: #f7f7f7;
  text-align: left;
  background-color: #f7f7f7;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  margin-bottom: 10px;
}

.faq-info .accordion-button:focus {
  z-index: 3;
  outline: 0;
  background-color: #f7f7f7;
  box-shadow: none;
}

.faq-info .accordion-item {
  border: none;
}

.faq-info .accordion-body {
  padding: 20px 20px 30px;
  margin-bottom: 10px;
  background: #001b50;
  color: white;
}

.faq-info .accordion-body p {
  margin-bottom: 0;
}

.faq-info .accordion-button:not(.collapsed)::after {
  background-image: url(assets/Images/down-arrow.png);
  transform: rotate(-180deg);
}

.faq-info.other-features .accordion-button {
  font-size: 16px;
  color: #383737;
  font-weight: 500;
  background-color: transparent;
  margin-bottom: 30px;
  padding: 0 0 0 30px !important;
}

.faq-info.other-features .accordion-button::after {
  margin-right: auto;
  position: absolute;
  left: 0;
}

.faq-info.other-features .accordion-body {
  padding: 0 0 10px;
}

.faq-info.other-features .checkbox label::before {
  left: 0;
  margin-left: -18px;
  border-radius: 0;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.accordion-header {
  margin-bottom: 0;
  background-color: #d0d2d3;
}

.accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
  border-top: 0;
}

.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
  background-color: #f3f4f7;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
  background-color: #ef233c;
}

.contact .contact-form select {
  color: #fff;
  height: 40px;
  border-radius: 10px;
  border-width: 1px;
  border-color: #fff;
  background: transparent;
}

.contact .contact-form option {
  color: #000;
}

/*popupform2*/

.column5 {
  float: left;
  width: 40%;
  padding: 0 10px;
}

.content2 {
  padding-bottom: 10px;
  /*float: left;*/
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.ul1 {
  list-style: none;
  margin: 10px 0 10px 1px;
  padding: 15px;
}

.card3 .btn:hover {
  /* color: #000;
  background: var(--primary);
  border-color: #000; */
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.card3 .btn {
  border: 2px solid var(--primary);
  border-radius: 0;
  /* color: var(--primary);
  background-color: #000; */
  background-color: #2b2d42;
  color: #edf2f4 !important;
  padding: 14px;
}

.h7 {
  color: #000;
}

.card3 h2 {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  padding: 5px;
  font-size: 20px;
}

.ul1 li,
h6,
.h7 {
  margin-bottom: 4px;
  margin-left: 10px;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.h7 {
  font-size: 15px;
}

.card3 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  /*text-align: center;*/
  background-color: #f1f1f1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: start;
  align-items: center;
  height: 600px;
}

.cls {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .column5 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
    .f-menu a {  
    font-size: 12px !important;
  }
  .common-award .contact-text h2 {
    font-size: 16px !important;
  }
  .common-award .contact-text p {
    font-size: 12px !important;
  }
  .award-form .section-header h4{
    font-size: 16px !important;

  }
  .card3 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 560px;
  }

  .ul1 li,
  h6,
  .h7 {
    font-size: 14px !important;
  }

  .ul1 {
    list-style: none;
    margin: 10px 0 10px 1px;
    padding: 0px;
  }

  .contact .contact-text p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
  }

  .card3 .btn {
    padding: 10px;
  }

  .contact1 .contact-form1 {
    width: 100% !important;
  }

  .popup-content2 h2 {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .card3 {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: start;
    align-items: center;
    height: 550px;
  }

  .ul1 li,
  h6,
  .h7 {
    font-size: 13px !important;
  }

  .ul1 {
    list-style: none;
    margin: 10px 0 10px 1px;
    padding: 0;
  }

  .card3 .btn {
    padding: 10px;
  }
}

.popup2 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  overflow-x: hidden;
}

.popup-content2 {
  background: linear-gradient(to right, #d3cce3, #e9e4f0);
  margin: 30px auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /*max-width: 400px;*/
}

.close2 {
  float: right;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
  font-size: 30px;
  position: absolute;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  /*   cursor: url(Images/logos/cursor2hover.png), auto !important; */
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.contact1 .contact-form1 input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select[type="select"],
textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 10px;
  background: transparent;
}

.contact1 {
  position: relative;
  width: 100%;
  padding: 30px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}

.contact1 .contact-form1 {
  position: relative;
  padding: 0 15px;
  width: 50%;
  margin-top: 5px;
}

.btn {
  /* border: 2px solid var(--primary); */
  border-radius: 10px;
  color: #fff;
  background-color: var(--primary);
  padding: 10px 20px;
  border: 0;
}
.btn1 {
  /* border: 2px solid var(--primary); */
  border-radius: 10px;
  color: #2b2d42;
  background-color: #edf2f4;
  padding: 8px 14px 8px 14px;
}

.btn1:hover {
  color: #fff;
  background: #2b2d42;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;

  /* border-color: #000; */
}

.btn:hover {
  /* color: #000;
  background: var(--primary);
  border-color: #000; */
  background-color: #2b2d42;
  color: #edf2f4 !important;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.popup-content2 h2 {
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  padding: 5px;
  font-size: 20px;
}

.popup-center {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Optional styling for fullscreen mode */
:fullscreen::backdrop {
  background-color: rgba(0, 0, 0, 0.9);
  /* Dim the background */
}

canvas {
  display: block;
  width: 100%;
  height: 100%;
}

/* body {
    overflow: hidden;
    margin: 0px;
} */

.arrow-button {
  position: absolute;
  bottom: 60px;
  right: 0;
  transform: translateX(-50%);
  cursor: url(Images/logos/cursor2hover.png), auto !important;
  width: 35px;
  padding: 5px;
  filter: invert(1);
  background-color: #ffffffa3;
  border-radius: 30px;
}

.visible {
  display: none !important;
}

.arrow-button:hover {
  background-color: #fff;
  border-radius: 30px;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.image2 {
  position: absolute;
  bottom: 0;
  background: black;
  width: 100%;
}
/* Default blurred inactive state */
.container2.inactive #container {
  filter: blur(6px);
  pointer-events: none;
  position: relative;
  transition: all 0.4s ease;
}

/* Overlay for dark tint */
.blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(3, 15, 39, 0.5), rgba(3, 15, 39, 0.5));
  z-index: 2;
}

/* Center button */
.open-tour-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--primary);
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  width: 230px;
  z-index: 3;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  gap: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  opacity: 1;
}
/* .open-tour-btn::before{
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 230px;
  height: 50px;
  background: var(--primary);
  border-radius: 10px;
  animation: pulse-border 1500ms ease-out infinite;
} */
/* .open-tour-btn::after{
content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 230px;
  height: 50px;
  background: var(--primary);
  border-radius: 10px;
  transition: all 200ms;
} */
.open-tour-btn .img {
  width: 30px;
  filter: invert(1);
  margin-right: 5px;
}

.open-tour-btn:hover {
  background: var(--secondry);
  scale: 1.05;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}
/* .open-tour-btn span{
  opacity: 1;
} */

/* When activated */
.container2.active #container {
  filter: none;
  pointer-events: all;
}

.container2.active .blur-overlay,
.container2.active .open-tour-btn {
  display: none;
}

#container {
  width: 100%;
  height: 70vh !important;
  overflow: hidden;
  cursor: grab;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 10px;
  border: 1px solid #00325e;
}

canvas {
  transition: all 0.5s;
  width: 100% !important;

  transition: all 0.3s ease;
}

.grabbing {
  cursor: grabbing !important;
  transition: all 0.3s ease;
}

.image-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0000008c;
  padding: 5px;
  border-radius: 10px;
  width: 100%;
  display: block;
  transition: all 0.3s;
}

.image-container img {
  width: 90px;
  /* Adjust as needed */
  height: auto;
  margin: 5px;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
  transition: transform 0.3s ease;
}

.image-container img:hover {
  transform: scale(1.1);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

#evrbbthlsctr {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: all 0.3s ease;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #pauseButton,
  #fullscreenButton {
    width: 65px;
    font-size: 12px;
    padding: 5px;
  }

  #fullscreenButton {
    right: 75px;
  }

  #pauseButton {
    right: 10px;
  }
  .open-tour-btn {
    padding: 10px 10px !important;
  }

  /*#container{
        height: 50vh;
    }*/
}

#pauseButton:hover,
#fullscreenButton:hover {
  background-color: #f0f0f0;
  color: #000;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

#fullscreenButton {
  right: 140px;
}

#pauseButton {
  right: 50px;
}

#pauseButton,
#fullscreenButton {
  position: absolute;
  top: 10px;
  z-index: 0;
  padding: 10px 20px;
  background-color: #fff;
  border: none;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
  transition: all 0.3s ease;
  font-size: 12px;
  width: 87px;
  display: flex;
  justify-content: center;
}

.fullscreen-prompt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
  display: none;
  pointer-events: none;
  /* Lets mouse events pass through */
}

/* Overlay that appears when hovering over the container */
.hover-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 50;
  display: none;
  pointer-events: none;
  /* Lets mouse events pass through */
}

/* Highlight effect for the fullscreen button */
#container:hover #fullscreenButton {
  /* box-shadow: 0 0 15px 5px var(--primary); */
  background-color: var(--primary);
  color: #fff;
  transform: scale(1.1);
  border-radius: 10px;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.image-container {
  display: flex;
  overflow-y: scroll;
}

.container1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.container2 {
  width: 80%;
}

.deskbg {
  background-color: #ffffffe3;
  border-radius: 10px;
  padding: 13px;
}
.but {
  display: flex;
  gap: 10px;
}

.whatsapp-float1 {
  position: relative;
  background-color: #25d366;
  color: white;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  border-radius: 14px;
  /* height: 50px; */
  /* border-radius: 50%; */
  text-align: center;
  line-height: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  /* animation: bounce 2s infinite; */
  transition: transform 0.3s ease;
}
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 9999;
  background-color: #25d366;
  color: white;
  font-size: 28px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  animation: bounce 2s infinite;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  text-decoration: none;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/* Bounce Animation */
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

input#phone {
  width: 100%;
}

input#phone1 {
  width: 100%;
}

input#phone2 {
  width: 100%;
}

.d-none {
  display: none !important;
}

.auto-scroll {
  height: 180px;
  /* Adjust height as needed */
  overflow: hidden;
  position: relative;
  text-align: start;
}

.auto-scroll a {
  display: block;
  padding: 10px 0;
  color: #dddddd;
  text-decoration: none;
  font-size: 16px;
}

.enquire-button1 i {
  rotate: 90deg;
}

.auto-scroll .scrolling-content {
  display: inline-block;
  animation: scroll-up 80s linear infinite;
  text-align: start;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

.auto-scroll:hover .scrolling-content {
  animation-play-state: paused;
}

#Call a {
  color: #000;
}

#Call a:hover {
  color: var(--primary);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/* 
#carousel .carousel-control-next:hover {
    cursor: url('Images/next.png'), all-scroll !important;
}

#carousel .carousel-control-prev:hover {
    cursor: url('Images/prev.png'), all-scroll;
} */

.newflats {
  position: relative;
  width: 100%;
  padding: 20px 0;
}

.ongoingprojects .list-inline li a {
  color: #000;
  font-size: 17px;
}

.ongoingprojects .list-inline li a:hover {
  color: var(--primary);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.zsiq_floatmain.zsiq_theme9.siq_bR.siq_noanim {
  margin-right: 66px;
}

.celebrate-button {
  /* background: linear-gradient(45deg, #e53636, #e7b41e, #1fbe44, #19abc2); */
  /* background: linear-gradient(45deg, #ff3c3c, #ffc107, #28a745, #17a2b8); */
  /* background: linear-gradient(140deg,rgb(125, 132, 145) 0%, rgb(192, 197, 193) 100%); */
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  /* font-weight: bold; */
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  /* box-shadow: 0 0 15px rgba(255, 193, 7, 0.7); */
  /* animation: pulse-glow 2s infinite; */
  transition: transform 0.3s;
}

.celebrate-button:hover {
  transform: scale(1.05);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
  }
  50% {
    box-shadow: 0 0 25px rgba(255, 193, 7, 1);
  }
  100% {
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
  }
}

.celebrate-button {
  margin-right: 20px;
  transform: translateY(0);
  /* box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08); */
  /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); */
  transition: all 0.15s ease;
  cursor: url(Images/logos/cursor2hover.png), auto !important;
}

.celebrate-button:hover,
.celebrate-button:focus {
  /* background-color: #f97263; */
  transform: translateY(-1px);
  /* box-shadow: 0 7px 14px rgba(50, 50, 50, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); */
  outline: 0;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.celebrate-button:focus-visible {
  outline: 2px solid #f97263;
  outline-offset: 5px;
}

.celebrate-button:active {
  transform: translateY(1px);
  box-shadow: 0 3px 12px -2px inset rgba(50, 50, 50, 0.25);
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.shake-icon {
  display: inline-block;
  animation: shake 0.6s infinite;
  transform-origin: center;
}
.flipped {
  /* transform: scaleX(-1); */
  rotate: -105grad;
}

/* ===== Gold rotating border for each section (h5) ===== */
:root {
  --ami-bg: #030f27; /* inner fill (match your card/navy) */
  --gold1: #caa44b; /* gold gradient start */
  --gold2: #ffd77a; /* gold highlight */
  --gold3: #caa44b; /* gold end */
  --ring: 2px; /* border thickness */
  --radius: 10px; /* corner radius */
}

.ami {
  display: grid;
  gap: 10px; /* space between items */
}

.ami h5 {
  --angle: 0deg; /* animated angle */
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 5px;
  border: var(--ring) solid transparent;
  border-radius: var(--radius);
  color: #ffffff;
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.2;

  /* inner bg + animated border ring */
  background: linear-gradient(var(--ami-bg), var(--ami-bg)) padding-box,
    conic-gradient(from var(--angle), var(--gold1), var(--gold2), var(--gold3))
      border-box;

  /* smooth animation */
  animation: ami-spin 4.5s linear infinite;
  /* optional depth */
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

/* speed up on hover (optional) */
.ami h5:hover {
  animation-duration: 3s;
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/* icon sizing (responsive) */
.ami .img2 {
  width: clamp(16px, 2.2vw, 20px);
  height: clamp(16px, 2.2vw, 20px);
  object-fit: contain;
  flex: 0 0 auto;
}

/* animation keyframes */
@keyframes ami-spin {
  to {
    --angle: 360deg;
  }
}

/* accessibility: reduce motion */
@media (prefers-reduced-motion: reduce) {
  .ami h5 {
    animation: none;
  }
}

.gap-3 {
  gap: 10px;
}

.refund-policy {
  color: #2b2d42;
  padding-bottom: 60px;
}

.refund-content h3 {
  margin: 0;
  position: relative;
  font-size: 20px;
  font-family: "optika-semi";
  font-weight: 700;
}

.footer-menu .col-5 {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.refund-policy {
  background-color: #fff;
}

.refund-policy .refund-card {
  background: #fff;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.refund-policy .refund-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.refund-policy .refund-card .icon {
  font-size: 2rem;
  margin-bottom: 10px;
}

.refund-policy .refund-card h5 {
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
  font-size: 17px;
}
/* .g-4 {
  gap: 10px;
} */

.refund-policy .refund-card p {
  color: #666;
  font-size: 0.95rem;
  margin: 0;
}

.refund-policy .process .steps .step {
  text-align: center;
  max-width: 250px;
}

.refund-policy .process .number {
  background-color: var(--primary);
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto 10px;
  font-size: 1.1rem;
}

.refund-policy .trust h4 {
  color: #e1251b;
}

.refund-policy .trust p {
  font-size: 1rem;
  line-height: 1.6;
}

.process .steps .step {
  text-align: center;
  max-width: 250px;
  opacity: 0;
  transform: translateY(40px);
  animation: fadeUp 0.8s ease-out forwards;
}

/* Sequential delay for each step */
.process .steps .step:nth-child(1) {
  animation-delay: 0.2s;
}
.process .steps .step:nth-child(2) {
  animation-delay: 0.7s;
}
.process .steps .step:nth-child(3) {
  animation-delay: 1.2s;
}

/* Keyframes for fade-up animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional bounce effect for the red number circle */
.process .number {
  background-color: #e1251b;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto 10px;
  font-size: 1.1rem;
  opacity: 0;
  transform: scale(0.6);
  animation: popIn 3.5s ease-out infinite;
}

.process .step:nth-child(1) .number {
  animation-delay: 0.2s;
}
.process .step:nth-child(2) .number {
  animation-delay: 0.7s;
}
.process .step:nth-child(3) .number {
  animation-delay: 1.2s;
}

@keyframes popIn {
  0% {
    opacity: 0.2;
    transform: scale(0.9);
  }
  25% {
    opacity: 0.5;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  75% {
    opacity: 0.5;
    transform: scale(1);
  }
  100% {
    opacity: 0.2;
    transform: scale(0.9);
  }
}

option {
  font-family: "optika-regular";
}

.credibility-section {
  background: #f3f6f8;
  padding: 160px 0;
  position: relative;
  overflow: hidden;
}

.credibility-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 400px;
}

/* Center badge */
.center-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.center-badge img {
  width: 400px;
  height: auto;
  animation: coinFloat 2.2s ease-in-out infinite;
  transform-origin: center bottom;
}
.center-badge::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 260px;
  height: 28px;
  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.35) 40%,
    rgba(0, 0, 0, 0.2) 70%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: blur(6px);
  z-index: 1;
  transition: all 0.3s ease;
  animation: shadowPulse 2.2s ease-in-out infinite;
}

@media (max-width: 767.98px) {
  .center-badge img {
    animation: coinFloatMobile 2.5s ease-in-out infinite;
  }
  .center-badge::after {
    animation: shadowPulse 2.5s ease-in-out infinite;
  }

  @keyframes coinFloatMobile {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
    100% {
      transform: translateY(0);
    }
  }
}

/* Coin floating animation */
@keyframes coinFloat {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-18px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Shadow zoom in + zoom out animation */
@keyframes shadowPulse {
  0% {
    transform: translateX(-50%) scale(1);
    opacity: 0.55;
  }
  50% {
    transform: translateX(-50%) scale(1.12);
    opacity: 0.4;
  }
  100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.55;
  }
}

.center-badge .logo1 img {
  width: 100%;
  height: auto;
}

/* Circular guidelines (multi-ring aesthetic) */
.credibility-wrapper::before,
.credibility-wrapper::after,
.credibility-wrapper .circle-1,
.credibility-wrapper .circle-2,
.credibility-wrapper .circle-3 {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #f00; /* Change to #e1251b or rgba(225,37,27,0.3) for Nest red */
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.15;
  z-index: 0;
}

/* Two existing rings */
.credibility-wrapper::before {
  width: 700px;
  height: 700px;
  opacity: 0.25;
}
.credibility-wrapper::after {
  width: 500px;
  height: 500px;
  opacity: 0.2;
}

/* Additional rings for richer effect */
.credibility-wrapper .circle-1 {
  width: 900px;
  height: 900px;
  opacity: 0.15;
}
.credibility-wrapper .circle-2 {
  width: 1100px;
  height: 1100px;
  opacity: 0.1;
}
.credibility-wrapper .circle-3 {
  width: 1300px;
  height: 1300px;
  opacity: 0.08;
}

/* Shared feature styling */
.fate {
  position: absolute;
  width: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  color: #111;
}

.fate .dot img{
  width: 70px;
}
.fate .dot {
  width: 100px;
  height: 100px;
  background-color: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fate .content h4 {
  font-weight: 700;
  color: #202435;
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "optika-bold";
}

.fate .content p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.fate .content {
  display: block !important;
  opacity: 1 !important;
}

/* Left side */
.fate-1 {
  top: -8%;
  left: 5%;
}
.fate-2 {
  top: 40%;
  left: -8%;
}
.fate-3 {
  bottom: -15%;
  left: 6%;
}

/* Right side */
.fate-4 {
  top: -8%;
  right: 5%;
}
.fate-5 {
  top: 40%;
  right: -8%;
}
.fate-6 {
  bottom: -15%;
  right: 6%;
}

/* Desktop only */
@media (max-width: 991px) {
  .credibility-section {
    display: none;
  }
}

/* .review-widget_net {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
.review-section {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
}

.review-section .review-widget_net {
  width: 100%;
} */

.job-card {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  position: relative;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/* .job-card.recruiting::before {
                 content: "RECRUITING";
                 position: absolute;
                 top: 41px;
                 right: 125px;
                 background: #057642;
                 color: white;
                 padding: 5px 15px;
                 border-radius: 20px;
                 font-size: 12px;
                 font-weight: bold;
                 animation: pulse 2s infinite;
             } */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.job-title {
  color: #2c3e50;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.job-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.job-meta-item {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 14px;
}

.job-meta-item i {
  margin-right: 8px;
  color: var(--primary);
  width: 16px;
}

.job-description {
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.roles-section {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.roles-section h6 {
  color: #2c3e50;
  font-weight: 600;
  justify-content: start;
  margin-left: 10px;
  margin-bottom: 10px;
}

.apply-btn {
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.apply-btn:hover {
  background: var(--secondry);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(253, 190, 51, 0.4);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.openings-count {
  background: var(--secondry);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  /* position: absolute; */
}

.openings-count1 {
  background: var(--primary);
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: bold;
  /* position: absolute; */
}

@media screen and (min-width: 768px) {
  .openings-count {
    position: absolute;
    top: -13px;
    right: 15px;
  }
  .openings-count1 {
    position: absolute;
    top: -13px;
    right: 110px;
  }
}

.company-logo {
  /* width: 180px; */
  height: 60px;
  /* border-radius: 50%; */
  object-fit: cover;
  /* border: 3px solid var(--primary); */
  position: absolute;
  top: -30px;
  left: 25px;
  background: white;
}

.stats-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 40px 0;
  margin-bottom: 50px;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

.stat-number {
  font-size: 48px;
  font-weight: bold;
  display: block;
}

.stat-label {
  font-size: 16px;
  opacity: 0.9;
}
.refund-card img {
  width: 300px;
  border-radius: 10px;
}
.refund-policy .imgbg {
  display: flex;
  background: #e73646 !important;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.blog-section {
  background: #fff;
  padding: 20px 0;
}

/* ===== Section Title ===== */
.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #e53935;
  font-weight: 700;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

/* ===== Blog Grid Layout ===== */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  /* padding: 0 40px; */
}

/* ===== Blog Cards ===== */
.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.blog-content {
  padding: 20px;
}

.blog-content h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #212121;
}

.blog-content p {
  color: #555;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 15px;
}

.blog-content .meta {
  font-size: 0.85rem;
  color: #999;
}

/* ===== RESPONSIVE STYLES ===== */

/* 🌐 Large Screens (1200px+) */
@media (min-width: 1200px) {
  .blog-section {
    padding: 20px 0;
  }
  .section-title {
    font-size: 3rem;
  }
  .blog-grid {
    gap: 15px;
  }
  .blog-card img {
    height: 260px;
  }
}

/* 💻 Medium Screens (992px–1199px) */
@media (max-width: 1199px) {
  .section-title {
    font-size: 2.3rem;
  }
  .blog-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
  }
  .blog-card img {
    height: 200px;
  }
}


/* 📱 Tablets (768px–991px) */
@media (max-width: 1100px) {
  .section-title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .why-desc {
  font-size: 11px !important;
}
.why-title {
  font-size: 15px !important;
}
  .fate .dot img {
  width: 50px;
}
  .blog-grid {
    padding: 0 0px !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .blog-content h3 {
    font-size: 16px !important;
  }
  .blog-content p {
    font-size: 0.9rem;
  }
  .fate .dot {
    width: 70px;
    height: 70px;
  }
  .fate .content {
    width: 170px !important;
  }
  .fate .content h4 {
    font-size: 13px;
  }
  .fate .content p {
    font-size: 11px;
  }

  .nav-bar a.nav-link {
    padding: 8px 15px;
    font-size: 12px;
    text-transform: uppercase;
  }
  .fact .fact-text h2 {
    font-size: 25px !important;
  }
  .fact .fact-text p {
    font-size: 12px !important;
  }
}
@media (max-width: 850px) {
  .service .service-text h5{
    font-size: 12px !important;
  }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .fate .dot {
    width: 40px !important;
    height: 40px !important;
  }
  .fate .content h4 {
    font-size: 11px !important;
  }
  .fate .content p {
    font-size: 9px !important;
  }
  .fate .content {
    width: 32% !important;
  }
}

/* 📱 Mobile Devices (576px–767px) */
@media (max-width: 767px) {
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .blog-card {
    margin: 0 auto;
    max-width: 90%;
  }
  .blog-card img {
    height: 180px;
  }
  .blog-content {
    padding: 15px;
  }
  .center-badge::after {
    width: 100px !important;
    height: 20px !important;
  }

  .blog-detail-content p {
    font-size: 13px !important;
  }
  .blog-detail-content h4 {
    font-size: 16px !important;
  }
  .blog-detail-content .card-title {
    font-size: 16px !important;
  }
  .blog-detail-content .list-unstyled li a {
    font-size: 13px !important;
  }

  .awards .img img {
    padding: 10px !important;
    width: 100px !important;
  }
  .awards {
    gap: 5px !important;
  }
  .center-badge img {
    width: 100px !important;
  }

  .fate {
    width: 100% !important;
  }
  .fate .content h4 {
    font-size: 9px;
  }
  .fate .content p {
    font-size: 8px;
  }
  .fate .dot {
    width: 40px;
    height: 40px;
  }
  .fate .content {
    width: 20% !important;
  }

  /* positions */
  /* .fate-1 {
    top: 30% !important;
    left: -32% !important;
  }
  .fate-4 {
    top: 28% !important;
    right: -30% !important;
  }
  .fate-2 {
    top: 48% !important;
    left: -39% !important;
  }
  .fate-5 {
    top: 44% !important;
    right: -38% !important;
  }
  .fate-3 {
    bottom: 24% !important;
    left: -29% !important;
  }
  .fate-6 {
    bottom: 24% !important;
    right: -29% !important;
  } */

  .fate-4 {
    top: 20% !important;
    right: -30% !important;
  }
  .fate-5 {
    top: 41% !important;
    right: -38% !important;
  }
  .fate-6 {
    bottom: 18% !important;
    right: -29% !important;
  }
  .fate-1 {
    top: 23% !important;
    left: -32% !important;
  }
  .fate-2 {
    top: 44% !important;
    left: -39% !important;
  }
  .fate-3 {
    bottom: 19% !important;
    left: -29% !important;
  }
  .credibility-section {
    padding: 20px 0 !important;
  }
  .credibility-wrapper .circle-1 {
    width: 300px !important;
    height: 300px !important;
    opacity: 0.15;
  }
  .credibility-wrapper .circle-2 {
    width: 400px !important;
    height: 400px !important;
    opacity: 0.1;
  }
}

@media (max-width: 480px) {
  .fate .content {
    width: 15% !important;
  }
  .fate-4 {
    top: 20% !important;
    right: -30% !important;
  }
  .fate-5 {
    top: 41% !important;
    right: -38% !important;
  }
  .fate-6 {
    bottom: 18% !important;
    right: -29% !important;
  }
  .fate-1 {
    top: 23% !important;
    left: -32% !important;
  }
  .fate-2 {
    top: 44% !important;
    left: -39% !important;
  }
  .fate-3 {
    bottom: 19% !important;
    left: -29% !important;
  }
}
@media (max-width: 440px) {
  .fate .content {
    width: 18% !important;
  }
  .fate-4 {
    top: 20% !important;
    right: -30% !important;
  }
  .fate-5 {
    top: 41% !important;
    right: -38% !important;
  }
  .fate-6 {
    bottom: 18% !important;
    right: -29% !important;
  }
  .fate-1 {
    top: 23% !important;
    left: -32% !important;
  }
  .fate-2 {
    top: 44% !important;
    left: -39% !important;
  }
  .fate-3 {
    bottom: 19% !important;
    left: -29% !important;
  }
}
@media (max-width: 367px) {
  .fate .dot{
    width: 30px;
    height: 30px;
  }
  .fate .content {
    width: 22% !important;
  }
  .fate-1 {
    top: 22% !important;
    left: -32% !important;
  }
  .fate-4 {
    top: 18% !important;
    right: -30% !important;
  }
  .fate-5 {
    top: 39% !important;
    right: -38% !important;
  }
  .fate-2 {
    top: 43% !important;
    left: -39% !important;
  }
}

.text-end {
  text-align: end !important;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .fate {
    width: 240px !important;
  }
  .center-badge img {
    width: 250px !important;
  }
  .fact .fact-text h2 {
    font-size: 20px !important;
    font-weight: 700;
    display: inline;
  }
  .fact .col-6 {
    display: flex;
    align-items: center !important;
    justify-content: center;
  }
  .section-header p {
    font-size: 16px !important;
  }
  .refund-card img {
    width: 190px !important;
    border-radius: 10px;
  }
}

/* 📱 Extra Small Phones (<576px) */
@media (max-width: 575px) {
  .section-title {
    font-size: 1.5rem;
  }
  .blog-card img {
    height: 160px;
  }
  .blog-content h3 {
    font-size: 16px;
  }
  .blog-content p {
    font-size: 13px;
  }
  .blog-content {
    padding: 12px;
  }
}

.card-title {
  font-family: "optika-semi" !important;
  color: #000;
}

.flag-container {
  z-index: 0 !important;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}

/* Small devices (≥576px) */
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}

/* Medium devices (≥768px) */
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}

/* Large devices (≥992px) */
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}

/* Extra extra large devices (≥1400px) */
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}

.award-form {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 25px 0;
}

.awards-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.awards-track {
  display: flex;
  gap: 40px;
  animation: scrollAwards 25s linear infinite;
  width: calc(250px * 12); /* width = image width × number of images */
}

.awards-track:hover {
  animation-play-state: paused; /* pause on hover */
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

.awards-track .img {
  flex: 0 0 auto;
}

.awards-track img {
  width: 180px;
  height: auto;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

.awards-track img:hover {
  transform: scale(1.05);
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/* Animation */
@keyframes scrollAwards {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  } /* move by half since we duplicated images */
}

@media (max-width: 768px) {
  .awards-track {
    gap: 20px;
    animation-duration: 30s;
  }
  .awards-track img {
    width: 130px;
  }
    .fact .fact-text h2 {
    font-size: 17px !important;
  }
}
.common-award .contact-text p {
  color: #fff;
  font-size: 16px;
  margin: 0;
}
.common-award .contact-item {
  display: flex;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px;
}

.common-award .contact-text h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.common-award .contact-item i::before {
  font-size: 40px !important;
}
.common-award .contact-item i {
  color: #fff;
  font-size: 40px;
  margin-right: 10px;
}
.common-award .contact-item {
}
.common-award .contact-info {
  padding-top: 30px;
  padding-bottom: 30px;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.common-award {
  /* padding: 10px; */
  background-color: var(--primary);
  border-radius: 0 10px 10px 0;
}

.award-form label {
  color: var(--primary);
  /* border: 1px solid var(--primary); */
}

.award-form input,
.award-form select {
  /* color: var(--primary); */
  border: 1px solid var(--primary);
}

/* .cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.4);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: background-color 0.25s ease-out;
  z-index: 9999;
  will-change: transform;
}
  @media (max-width: 1024px) {
  .cursor {
    display: none;
  }
}

.cursor.active {
  background-color: rgba(0,0,0,0.15);
} */
.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  /* background-color: rgba(0,0,0,0.4); */
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: width 0.4s ease, height 0.4s ease, background-color 0.4s ease;
  z-index: 999999;
}

.cursor.active {
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .cursor {
    display: none;
  }
}

.section-title {
text-align: start;
  font-size: 24px;
  letter-spacing: 1px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: none;
}

/* ---------- MAIN SECTION ---------- */
.choose-section {
  max-width: 1200px;
  margin: 40px auto;
  display: flex;
  background: #000;
  color: #fff;
  border: 1px solid #222;
}

.left-image {
  width: 50%;
  z-index: 1;
}

.left-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.content-box {
  width: 50%;
  padding: 60px 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.border-line {
  position: absolute;
  /* top: 10%; */
  left: -20px;
  width: 80px;
  height: 85%;
  border-left: 2px solid #ffb627;
  border-top: 2px solid #ffb627;
  border-bottom: 2px solid #ffb627;
  border-right: 2px solid #ffb627;
  z-index: 0;
}

/* ---------- FEATURES ---------- */
.feature1 {
  display: flex;
  align-items: center;
  /* margin-bottom: 20px;
  margin-top: 20px; */
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 9;
  position: relative;
  background: black;
}

.icon-box {
  width: 55px;
  height: 55px;
  margin-right: 20px;
  background: #1b1b1b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #ffb627;
}

.feature1 h3 {
  margin: 0;
  font-weight: 600;
  /* color: var(--primary); */
  color: #fff;
  font-size: 20px;
}

.feature1 p {
  margin: 5px 0 0;
  line-height: 1.5;
  color: #cfcfcf;
  font-size: 14px;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 900px) {
  .choose-section {
    flex-direction: column;
  }

  .left-image,
  .content-box {
    width: 100%;
  }

  .content-box {
    padding: 40px 25px;
  }

  .border-line {
    display: none;
  }
}
/* @media (max-width: 374px) {

} */
@media (max-width: 355px) {
  .service .service-text{
    display: flex !important;
    justify-content: center !important;
  flex-direction: column !important;
  /* align-items: center; */
}
  .service .service-text {
    padding: 10px !important;
  }
}

/* SECTION */
.why-choose-area {
  padding: 40px 0 60px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

/* WRAPPER */
.why-choose-wrapper {
  /* max-width: 1200px; */
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #222;
  display: flex;
}

/* BACKGROUND VIDEO */
.why-choose-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.85; /* Slight dim so text is readable */
}

/* CONTENT PANEL */
.why-choose-content-panel {
  position: relative;
  z-index: 5;
  padding: 135px 35px;
  width: 100%;
  /* background: linear-gradient(rgba(3, 15, 39, 0.5), rgba(3, 15, 39, 0.5));
  backdrop-filter: blur(4px); */
}
.why-choose-display .rightside{
  background: linear-gradient(rgba(3, 15, 39, 0.5), rgba(3, 15, 39, 0.5));
  backdrop-filter: blur(10px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
border-radius: 10px;
  padding: 15px;
}

/* ITEMS LIST */
.why-choose-items {
  display: flex;
  /* flex-direction: column; */
  gap: 18px;
}
.video-fade-overlay {
    position: absolute;
    inset: 0;
    background: rgba(3, 15, 39, 0.5);
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transition: opacity 0.6s ease;
}


/* EACH ITEM */
.why-choose-item {
  /* background: rgba(0, 0, 0, 0.7); */
  padding: 18px 18px;
  border-radius: 12px;
  /* border: 1px solid #1c1c1c; */
  transition: 0.25s ease;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-item-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.why-choose-icon-box {
  width: 44px;
  height: 44px;
  background: #151515;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-choose-item h3 {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.why-choose-item p {
  margin-top: 6px;
  color: #dcdcdc;
  font-size: 14px;
  line-height: 1.5;
}

/* ACTIVE */
.why-choose-item.active {
  /* border-color: #ffb627;
  background: rgba(255, 183, 39, 0.411);
  box-shadow: 0 0 12px rgba(255, 182, 39, 0.4); */
 border-color: #ef233c;
  background: rgba(239, 35, 60, 0.41);
  /* box-shadow: 0 0 12px rgba(255, 39, 39, 0.4); */
} 

.why-choose-item:hover {
  /* border-color: #ffb627; */
  cursor: url("Images/logos/cursor2hover.png"), auto !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .why-choose-content-panel {
    padding: 0;
  }
  .why-choose-display{
  flex-direction: column;
    align-items: center !important;
    padding: 20px 0px 120px 0;
  }
  .why-choose-display .rightside{
    margin-top: 150px;
  }
}
/* ITEM ICONS */
.why-choose-icons {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 80px;
  position: relative;
  z-index: 5;
}

/* Center content display */
.why-choose-display {
  flex: 1;
  text-align: start;
  color: #fff;
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding: 20px;
  animation: fadeIn 0.4s ease;
  z-index: 9;
  
}

.why-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
  font-family: "optika-black";
  letter-spacing: 1px;
}

.why-desc {
  font-size: 13px;
  line-height: 1.6;
  max-width: 500px;
}

/* active icon */
.why-choose-item.active .why-choose-icon-box {
  /* box-shadow: 0 0 18px rgba(239, 35, 60, 0.41); */
  border: 2px solid #ef233c;
  /* border: 2px solid #ffb627; */
  transform: scale(1.05);
}

/* fade animation */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media(max-width:768px){
  .why-choose-items { 
    flex-direction: column;
    text-align: center;
  }

  .why-choose-icons {
    flex-direction: row;
    justify-content: center;
    gap: 18px;
    width: 100%;
    margin-bottom: 20px;
  }
  .why-choose-wrapper{
    flex-direction: column;
  }
  .why-choose-display .leftside{
    display: none;
  }
  .why-title{
      font-size: 16px;

  }
  .why-desc {
  font-size: 10px;
  }
}

/* Fade transition */
.carousel.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* Slow zoom-in effect for only active image */
.carousel-item.active img {
    animation: fadeZoom 8s ease-in-out forwards;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Fade + Zoom keyframes */
@keyframes fadeZoom {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }
    100% {
        transform: scale(1.15);
        opacity: 1;
    }
}

/* Responsive Handling */
.desk { display: block; }
.mobile { display: none; }

@media (max-width: 768px) {
  .desk { display: none; }
  .mobile { display: block; }
  .video-placeholder{
    height: 165px !important;
  }
}
.why-desc b {
    font-weight: 700;
    color: #fff;
}

.about .section-header.text-left .text-custom {
  font-size: 30px !important;
  font-weight: 900 !important;
  font-family: "optika-bold";
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
 .about .section-header.text-left .text-custom {
  font-size: 20px !important;
}
.swiper-slide1{
    width: 90% !important;
}
}

.modal-backdrop{
  z-index: 0;
}