/*========== General start ==========*/
:root {
    --primary-font: "Manrope", sans-serif;
    --heading-font: "Lora", serif;
    --colortext: #103a6d;
    --color-heading: #2069c0;
    --color-gold: #e9a724;
    --primary-gradient: linear-gradient(#0a3151, #0b5078);
    --gold-gradient: linear-gradient(#e9a722, #bc7b2a);
    --color-section: #fdfcf8;
}

* {
    margin: 0px;
    padding: 0px;
    
}

body {
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height:1;
    font-weight: 400;
    font-optical-sizing: auto;
    margin: 0;
    color: var(--color-heading);
}

h2{
    font-size: 3rem !important;
}

h3{
    font-size: 2rem !important;
    font-weight: 500;
}

 a{
    text-decoration: none;     
    transition: all 0.3s ease;
    color: var(--color-heading);
}

a:hover{
    color: var(--color-gold);
}

p {
    text-align: justify;
    font-optical-sizing: auto;
    color: var(--colortext);
    margin: 0;
}

.heading-text{
    font-family: var(--primary-font);
    font-weight: 600;
    font-size: 50px;
    line-height: 1.1em;
    font-optical-sizing: auto;
    color: var(--color-heading);
}

.gold-text-gradient{
    background: var(--gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; /* Safari/Chrome */
    color: transparent; /* Fallback */
}

.gold-text{
   color: var(--color-gold);
}

section{
    padding: 70px 0;
}

.col-sec{
    background: var(--color-section);
}

.fs-14{
    font-size: 14px;
}

.gap-flex{
    gap: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

 
/* button */
.btn {
    font-weight: 600;
    line-height: 1.4em;
    border-radius: 100px;
    width: max-content;
    transition: all 0.3s ease;
    padding: 15px 25px;
    border: 0;
    border-radius: 10px;
    color: white;
}

.btn:hover, .btn:focus, .btn:active{
    box-shadow: 0 0.5rem 1rem rgb(168 201 228);
     color:rgb(255, 255, 255);
}

hr{
    border: 0.5px solid var(--color-gold);
    margin: 0;
    opacity: 1;
}

/* navbar */
.navbar .navbar-nav .nav-link {
     color: var(--colortext);

}

.navbar .navbar-nav .nav-link:hover {
    color: var(--color-gold);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--color-gold);
}

/* header */
.header-btn {
    background: var(--gold-gradient);
    color: white;     
    width: max-content;  
}

.navbar-brand img {
    width: 150px;    
}
 
.navbar-nav {
   gap: 30px;
}

.lang-dropdown{
    min-width: 25px;
    max-width: 25px;
}

.dropdown-menu{
    padding: 0;
    transition: all 0.3s ease;
    overflow: hidden;
}
 .dropdown-item:hover{
    color: var(--color-gold);
    background-color: #ffffff;
 }

/* Home */
 
.logo-bg-div {
    position: relative;
}

 

.gradient-bg{
    background: var(--primary-gradient);
    color: white;
}

.info-bg{
    background: #ebf2f7;
    color: var(--colortext);
}

.translate-middle-y{
    transform: translate(10%, -50%) !important;;
}

.logo-icon-img{
    opacity: 0.1;
    z-index: -3;
}

.home-box p{
    font-size: 14px;
}


/* about */
.pill-div{
    background:#f9efde;
    padding: 5px 15px;
    max-width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.icon-box{
    background: #f9f2e7;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 70px;
    min-height: 70px;
    max-width: 70px;
    min-width: 70px;
}


.icon-div {
    background: #ffffff;
}
.icon-row{
    gap: 30px 0;
}

 


.white-bg{
    background: #ffffff;
}

.philosophy-img{
    background-image: url('../images/philosophy.webp');
    background-size: cover;
    background-position: right;
    height: 600px;
}

.bottom-sec{
    background-image: url('../images/sub-page-bottom.webp');
    background-size: cover;
    background-position: center;
     
}

.bottom-btn{
   background: var(--gold-gradient);
}

.blue-text{
    color: var(--color-heading);
}

.sub-banner-div{
    height: 350px;
}
.sub-banner-img, .assets-section{
    z-index: -10;
}


.contact-details .white-bg{
height: 200px;
}

.theme-btn{
    background: var(--gold-gradient);
    max-width: 350px;
}

 

/* contact */
.form-control{
    border-radius: 10px;
    padding: 20px;
}

.form-control:focus{
    box-shadow: none;
    border-color: var(--color-gold);
}

.form-control:focus-within{
    box-shadow: none;
    border-color: var(--color-gold);
}

.form-control:hover{
    box-shadow: none;
    border-color: var(--color-gold);
}

.form-control::placeholder{
    color: var(--colortext);
}

.err_input{
    border-color: #f84141;
}

.shares-img{
    background-image: url('../images/shares.webp');
 }

.assets-page-img-div{
    background-size: cover;
    background-position: center; 
    height: 600px;
}

.rounded-circle{
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legal p, .mb-15{
    margin-bottom: 15px;
}

li{
    color: var(--colortext);
}

/* ========== Custom Select Dropdown Arrow ========== */
/* Wrapper for custom select arrow */
.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 16px;
    height: 16px;
    background-image: url('../images/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}

/* Style for all select elements with custom dropdown arrow */
select {
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Add custom styles */
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px 40px 12px 12px;
    font-size: 16px;
    color: var(--colortext);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
}

/* Focus state for select */
select:focus {
    outline: none;
    border-color: var(--color-gold);
    box-shadow: 0 0 0 2px rgba(233, 167, 36, 0.2);
}

/* Hover state for select */
select:hover {
    border-color: var(--color-gold);
}

/* Custom dropdown arrow named "down-arrow" */
.down-arrow {
    position: relative;
}

/* Alternative styling for Bootstrap select elements */
.form-select {
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 40px; /* Extra space for arrow */
    background-image: none; /* Remove any default background */
}

.form-select:focus {
    border-color: var(--color-gold);
    box-shadow: 0 0 0 2px rgba(233, 167, 36, 0.2);
}

/* Styling for Bootstrap dropdowns to use custom arrows */
.dropdown-toggle::after {
    display: none; /* Hide default Bootstrap arrow */
}

.dropdown-toggle.down-arrow::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
    background-image: url('../images/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
}

/* Language dropdown specific styling */
.lang-dropdown .dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-toggle.down-arrow::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    background-image: url('../images/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 18px;
    right: -8px;
}
 

.team-section {
    padding-bottom: 50px;
}

.team-section .container {
    max-width: 1100px
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.team-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    background: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}
@media (min-width:769px) {
    .team-card {        
        max-width: 412px;
    }
}
.team-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 25px;
    border: 1px solid #eaebeb;
    background-color: #fafafa;
    transition: all 0.3s ease;
}

.team-card:hover .team-img,
.team-card.active .team-img {
    background: #faefdb;
    border-color: transparent;
}

.team-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 12px;
    gap: 10px
}

.team-info{
    width: 90%;
    transform: translateY(-70px);
    margin-right: auto !important;
    margin-left: auto !important;
    

}

.team-desc {
    margin-top: -54px;
    display: none; /* Hide descriptions by default */
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-top: 20px;
}

/* Show description when team card is active */
.team-card.active .team-desc {
    display: block;
    opacity: 1;
}

/* Fix position shifting on click */
.team-card {
    position: relative;
}

.team-bottom {
    position: relative;
    z-index: 2;
}

/* Team arrow styling */
.team-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 16px;
    height: 16px;
    background-image: url('../images/down-arrow.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    cursor: pointer;
}

/* Rotate arrow when team card is active */
.team-card.active .team-arrow {
    transform: translateY(-50%) rotate(180deg);
}

/* Make team-info clickable */
.team-info {
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.team-info:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}

.team-desc span{
    font-weight: 600;
    margin-bottom: 10px;
}

.top-team{
    display: flex;
    justify-content: center;    
}