:root {
  --main-color: black;
  --primary-color: #2E5077;
  --secondary-color: #4DA1A9;
  --text-color:#6ac5c5;
  --tertiary-color:#79D7BE;
  --button-color:#f0b94e;
  --text-info:#2E5077 !important;
  /*#f0b94e; yellows tik*/
  /*#f6f4f0  servce back*/ 
   /*color:#379a4a; green*/
  
  /**/
}
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Special Gothic", sans-serif;
}
.body {
  position: relative;
}

/* navbar */
.navbar {
  user-select: none;
  position: sticky !important;
  top: 0px;
  z-index: 100;
  height: 80px;
  border-bottom: 1px solid black;
  background: var(--primary-color) !important;
  /*background:#061626 !important;*/
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler {
  box-shadow: none !important;
  border: 1px solid #fff !important;
}
.navLinks {
  justify-content: center;
  align-items: center;
}
.navLinks > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.navLinks > ul > li {
  margin: 10px 0px 0px 10px;
  
}
.navLinks > ul > li > a {
  /*color:#6ac5c5;*/
  color:#fff;
  text-decoration: none;
  cursor: pointer;
  /*transition: all 0.1s linear;*/
  font-size:18px;
  /*font-weight: 600;*/
  padding: 3px 10px;
  /*border-radius: 20px;*/
  /*background-color: #005fb804;*/
}
.navLinks > ul > li > a:hover {
  /*background-color: #005EB8;*/
  color:#f0b94e;;
}
.header-button{
  background-color: var(--button-color);
    color: white;
    border: none;
    width: fit-content;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 15px 1px 15px 1px;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    text-decoration: none;
}
.header-button:hover{
  background-color: var(--button-color);
    color: white !important;
    border: none !important;
    width: fit-content;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 15px 1px 15px 1px;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    text-decoration: none;
}
.offcanva-link {
  color: black;
  text-decoration: none;
  font-size: 1rem;
}


/* services */
.services {
  position: relative;
  z-index: 50;
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f6f4f0 !important;
}
.servicesList > ul {
  list-style: none;
}
.servicesList-title {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary-color);

}
.servicesList-viewMore {
  text-decoration: none;
  color:#379a4a;
   
  font-weight: 600;
  font-size: 13px;
}
.servicesList-role a {
  color: black;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 5px;
}
.servicesList-role a:hover {

  color:#379a4a ;
}
.servicesList-viewMoreTop {
  border-top: 1px dashed var(--primary-color);
  margin-bottom: 10px;
}
.crossIcon {
  position: fixed;
  right: 150px;
  top: 80px;
  padding: 2px 7px;
  border-radius: 50%;
  color: black;
  @media (max-width: 500px) {
    right: 40px;
  }
}
  

.crossIcon:hover {
  color: white;
  background-color:var(--primary-color);
}

/* Footer */
.footer {
  background-color: var(--primary-color);
  color: white !important;
}
.footer p {
  font-size: 1rem;
  font-weight: 500;
  color: white;
  margin-left: 25px;
  width: 70%;
  word-spacing: 1.5px;
}


.footer .links,
.footer .contact-us {
  padding-left: 50px;
  
}
.footer .links h2,
.footer .contact-us h2 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  letter-spacing:1.5px;
}

.footer .links .link {
  display: flex;
  flex-direction: column;
}
.footer .links .link a {
  color: white;
  margin: 4px 0px;
 
  font-size: 1rem;
  text-decoration: none;
}
.footer .link a:hover {
  color: var(--button-color) !important;
  /*text-decoration: underline;*/
}
.footer .contact-us .email,
.phone-no {
  font-weight: 500;
  font-size: 1rem;
  color:white !important;
  margin: 15px 0px;
  user-select: none;
}
.footer .contact-us .email a,
.phone-no a{
  color:white !important;
  text-decoration: none;
}
.footer .contact-us .email a:hover,
.phone-no a:hover{
  color:var(--button-color) !important;
  text-decoration: none;
}

.footer .contact-us .email i,
.phone-no i {
  color: white;
  /*transition: color 0.3s ease;*/
  margin-top: 5px;
  margin-right: 5px;
}
.footer .crt-blog-btn {
  background-color: var(--button-color);
  color: white;
  border: none;
  width: fit-content;
  margin-top: 20px;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 15px 1px 15px 1px;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: all 0.3s linear;
  text-decoration: none;
} 

.crt-blog-social {
  background-color: var(--button-color);
  color: white;
  border: none;
  width: fit-content;

  cursor: pointer;
  padding: 5px 10px;
  border-radius: 15px 1px 15px 1px;

  margin-bottom: 10px;
  transition: all 0.3s linear;
  text-decoration: none;
} 
.social-links-1 {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.footer .whatsapp-1 i {
    color: #25D366;
    font-weight: bold;
}
.footer .facebook-1 i {
    color: #3b5998;
    font-weight: bold;
}

.footer .linkedin-1 i {
    color: #0077b5;
    font-weight: bold;
}
.footer .instagram-1 i {
    color: #FFC0CB;
    font-weight: bold;
}


.footer .copyright {
  /*background-color:var(--tertiary-color);*/
  background-color:#00000087;
}
.footer .copyright div {
  padding: 15px;
  font-size:1rem;
  color: black;
  text-align: center;
  font-weight: 500;
}
.footer .copyright div a {
  text-decoration: none;
  color: white;
  letter-spacing: 1.5px;
}


/* ITR filling */
.itr-book {
  user-select: none;
  position: fixed;
  bottom: 40px;
  right: 25px;
  padding: 8px 18px;
  border: 3px solid transparent;
  border-radius: 30px;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--button-color)
  );
  background-size: 300% 300%;
  box-shadow: 0 0 15px rgba(240, 185, 78, 0.6); /* matches --button-color */
  cursor: pointer;
  animation: gradient-move 4s ease infinite, bounceWave 1.5s ease-in-out infinite;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  z-index: 1000;
}

/* Flowing gradient animation */
@keyframes gradient-move {
0% {
  background-position: 0% 50%;
}
50% {
  background-position: 100% 50%;
}
100% {
  background-position: 0% 50%;
}
}

/* Wave-like dancing + bounce */
@keyframes bounceWave {
0% {
  transform: rotate(0deg) scale(1);
}
25% {
  transform: rotate(-4deg) scale(1.05) translateY(-2px);
}
50% {
  transform: rotate(4deg) scale(1.1) translateY(2px);
}
75% {
  transform: rotate(-2deg) scale(1.05) translateY(-1px);
}
100% {
  transform: rotate(0deg) scale(1);
}
}

/* Hover glow boost */
.itr-book:hover {
transform: scale(1.05);
  box-shadow: 0 0 25px rgba(240, 185, 78, 0.85);
}
.book-free-consultant{
     position: fixed;
  bottom: 40px;
  right: 25px;
  z-index: 1000;
}