#nawalGrid > div > img {
    display: inline !important;
}
.main-container {
	width:100%;
}

.calc-wrap  {
	width:100%
}

.language-dropdown {
    position: fixed;
    bottom: 20px; /* Adjust as needed */
    left: 20px; /* Adjust as needed */
    cursor: pointer;
    z-index: 99999 !important;
}

.language-options {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 100%; /* This makes the menu open upwards */
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    z-index: 99999 !important;
}

.language-options li {
    padding: 8px;
    cursor: pointer;
}

.language-options li:hover {
    background-color: #f0f0f0;
}

.language-options img {
    width: 20px;
    margin-right: 8px;
}

.selected-language {
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display:flex;
    align-items:center;
    gap:10px;
}

.selected-language img {
    width:40px;
}

#nawalGrid {
   margin-right: 30px;
}

.nawal-cell {
    display: inline-block;
    margin: 10px;
    text-align: center;
}
.nawal-cell img {
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    display: block;
    margin: 0 auto 5px; /* Centers the image and adds space below */
}

#nawalGrid > div > div {
    text-align:center;
    padding-left:28px;
}

.main-container {
    gap:20px;
}

/* // dropdown */
.custom-polylang-dropdown {
	position: fixed;
	display: inline-block;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	
}

.custom-polylang-dropdown .pll-flag-current{
	width: 40px;
}

.pll-flag-dropdown-toggle {
	cursor: pointer;
	background: #fff;
	border: 1px solid #ddd;
	padding: 8px;
	font-size: 17px;
	display: flex;
	align-items: center;
	gap: 6px;
	color: #004c71 !important;
    flex-direction: row-reverse;
	border-radius: 4px;
}

.custom-polylang-dropdown .pll-lang-name{
	color: #333 !important;
}

.custom-polylang-dropdown .pll-flag-dropdown-item:hover,
.custom-polylang-dropdown .pll-flag-dropdown-toggle:hover{
	background: #f0f0f0 !important;
}

.pll-flag-dropdown-list {
	display: none;
	position: absolute;
	background: #fff;
	border: 1px solid #ddd;
	margin-top: 4px;
	list-style: none;
	padding: 0;
	z-index: 999;
	width: 100%;
	bottom: 20px;
	right: 0;
	border-radius: 4px;
}

.pll-flag-dropdown-list.visible {
	display: block;
}

.pll-flag-dropdown-item {
	padding: 8px;
}

.pll-flag-dropdown-item a {
	text-decoration: none;
	color: #333;
	display: flex;
	align-items: center;
	gap: 6px;
}

.pll-flag-dropdown-item img {
	width: 20px;
	height: auto;
}

@media only screen and (max-width: 840px) {
 .main-container{
     flex-direction:column;
     width:100%;
 }
 .left-content {
 max-width:100% !important;
  }
  .wrap {
      justify-content:flex-start !important;
  }
  .main-container {
      gap:0px !important;
      width:100% !important;
  }
  .right-content {
      width:80% !important;
  }
}

@media only screen and (max-width: 1145px) {
  .main-container {
      width:100% !important;
  }
  #nawalGrid {
      margin-right:0px;
  }
}




/* NEW */
h2.sc-title{
	font-family: Nord;
    font-size: 36px;
    font-weight: 400;
    color: #004c71;
}

#date-picker{
	background: transparent;
    border: solid 2px #004c71;
    border-radius: 50px;
    font-family: 'Nord';
    font-weight: 300;
}

#nawalGrid .nawal-name{
	font-family: 'Raleway';
    font-weight: 600;
}

#nawalGrid #rightNawal{
	padding-right: 20px;
}

#todaysNawalResult{
	margin-bottom: 10px;
	font-size: 44px;
	font-family: Nord;
}

#nawal-calculator-wrapper .right-content{
	flex:1; 
}

#rightNawalImage{
	width: 200px;
	padding: 0 30px 15px 0;
}

#nawalDescription{
	font-family: 'Raleway';
    font-size: 18px;
    line-height: 1.4;
}

#nawal-calculator-wrapper .main-container{
	margin-top: 50px;
}

#nawal-calculator-wrapper .right-content{
	margin-top: 20px;
}

.detailsButtonTitle{
	border-radius: 50px;
    font-family: 'Nord';
    font-weight: 300;
    padding: 12px 32px;
	font-size: 20px;
	text-decoration: none;
	display:inline-block;
}

.detailsButtonTitle:hover{
	color: #004c71;
	background: #fff !important;
}

.language-switcher{
	     list-style-type: none;
    display: flex;
    gap: 7px;
    flex-direction: row;
    justify-content: end;
    padding: 10px;
}

.language-switcher img{
	width: 35px;
}

.info-label,
.info-value,
.pll-flag-dropdown{
	font-family: Raleway;
}



@media(max-width: 1024px){
	.language-switcher {
		justify-content: start;
	}
}

@media(max-width: 840px){
	#nawal-calculator-wrapper .right-content {
		width: 100% !important
	}
	#rightNawalImage {
		width: 100px;
		padding: 0 10px 10px 0;
	}
	#nawalDescription{
		font-size: var(--global-kb-font-size-md, 1.25rem);
	}
	#nawalGrid{
		gap: 40px !important;
	}
	#nawalGrid .nawal-name{
		padding: 0 !important;
	}
	h2.sc-title{
		text-align: center;
	}
	#nawal-calculator-wrapper .right-content{
		text-align: center;
		margin-bottom: 50px;
	}

	#nawal-calculator-wrapper .right-content div,
	#nawal-calculator-wrapper .right-content p{
		text-align: left;
	}
}







































