@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --speed: 6s;
  --sun-glow: 0 0 25px #ffbf47, 0 0 45px #ff9f00, 0 0 65px #ff7b00;
  --primary-color: #ff9800;
  --secondary-color: #238693;
  --bg-sec: #f4fdfe;
  --dark-color: #092e32;
  --light-color: #f6feff;
  --white-color: #fff;
  --black-color: #000;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
}

.text-primary {
  color: var(--primary-color) !important;
}

ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
.text-link:hover {
  color: var(--primary-color) !important;
  text-decoration: underline;   
}

h1,
h2,
h3,
h4,
h5,
h6,
.philosopher {
  font-family: 'Philosopher', sans-serif;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.paragraph-lg {
  font-size: 18px;
}

.paragraph {
  font-size: 16px;
}

.paragraph-sm {
  font-size: 14px;
}

.preloader {
  margin: 0;
  background: radial-gradient(
    circle,
    var(--dark-color),
    var(--black-color) 70%
  );
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* MAIN SYSTEM */
.solar-loader {
  width: 45vmin;
  height: 45vmin;
  position: relative;
}

/* SUN */
.sun {
  position: absolute;
  width: 12vmin;
  height: 12vmin;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd27d, #ffb300, #cc8400);
  box-shadow: var(--sun-glow);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseSun 3s ease-in-out infinite;
}

/* ORBITS */
.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: rotateOrbit linear infinite;
}

/* 4 Orbit Sizes */
.orbit1 {
  width: 20vmin;
  height: 20vmin;
  animation-duration: calc(var(--speed) * 0.7);
}

.orbit2 {
  width: 28vmin;
  height: 28vmin;
  animation-duration: calc(var(--speed) * 1);
}

.orbit3 {
  width: 36vmin;
  height: 36vmin;
  animation-duration: calc(var(--speed) * 1.4);
}

.orbit4 {
  width: 44vmin;
  height: 44vmin;
  animation-duration: calc(var(--speed) * 1.9);
}

/* PLANETS */
.planet {
  position: absolute;
  top: -1vmin;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}

/* Planet Colors + Sizes */
.p1 {
  width: 2vmin;
  height: 2vmin;
  background: #4ea8ff;
  box-shadow: 0 0 15px #4ea8ff;
}

.p2 {
  width: 2.8vmin;
  height: 2.8vmin;
  background: #ff6e6e;
  box-shadow: 0 0 15px #ff6e6e;
}

.p3 {
  width: 3.5vmin;
  height: 3.5vmin;
  background: #ffd85a;
  box-shadow: 0 0 18px #ffd85a;
}

.p4 {
  width: 4vmin;
  height: 4vmin;
  background: #b690ff;
  box-shadow: 0 0 20px #b690ff;
}

/* ANIMATIONS */
@keyframes rotateOrbit {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes pulseSun {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    filter: brightness(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.12);
    filter: brightness(1.35);
  }
}
div header{
    z-index: 999 !important;
}

.solar-wrapper {
  text-align: center;
}

.astro-title {
  margin-top: 25px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--primary-color);
}

/*---------- Slider Css Start -------*/
.ast_slider_wrapper {
  width: 100%;
  position: relative;
  background-color: var(--dark-color);
  z-index: 1;
  background: 
    linear-gradient(135deg, rgba(26, 26, 26 ,.8), rgba(14, 14, 14,.8)),
    url('/assets/images/slide-custom.png') ;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.ast_slider_wrapper .ast_img_overlay {
  z-index: -1;
}

.ast_banner_text {
  width: 100%;
  text-align: center;
  color: var(--white-color);
  position: relative;
  overflow: hidden;
  padding: 175px 0px;
}

.ast_bannertext_wrapper {
  width: 100%;
}

.ast_bannertext_wrapper h1 {
  width: 100%;
  text-transform: capitalize;
  margin: 50px 0px 0px 0px;
  font-size: 60px;
  color: var(--white-color);
  font-weight: 400;
}

.ast_bannertext_wrapper ul {
  width: 100%;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.ast_bannertext_wrapper ul li {
  list-style: none;
  display: inline-block;
  margin-right: 30px;
  position: relative;
  text-transform: capitalize;
  font-family: 'Philosopher', sans-serif;
  font-size: 24px;
}

.ast_bannertext_wrapper ul li:last-child {
  margin-right: 0px;
}

.ast_bannertext_wrapper ul li:last-child:after {
  display: none;
}

.ast_bannertext_wrapper p {
  width: 100%;
  margin: 0px;
  text-transform: capitalize;
}

.ast_bannertext_wrapper img {
  display: inline-block;
  width: 180px;
}

.starfield {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.starfield > * {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-image: -webkit-radial-gradient(
      2px 2px at 40px 60px,
      #cccccc,
      rgba(0, 0, 0, 0)
    ),
    -webkit-radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)),
    -webkit-radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)),
    -webkit-radial-gradient(2px 2px at 40px 60px, var(--white-color), rgba(0, 0, 0, 0)),
    -webkit-radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)),
    -webkit-radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
  background-image: radial-gradient(
      2px 2px at 40px 60px,
      #cccccc,
      rgba(0, 0, 0, 0)
    ),
    radial-gradient(2px 2px at 20px 50px, #dddddd, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 30px 100px, #eeeeee, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 40px 60px, var(--white-color), rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 110px 90px, #cccccc, rgba(0, 0, 0, 0)),
    radial-gradient(2px 2px at 190px 150px, #dddddd, rgba(0, 0, 0, 0));
  background-repeat: repeat;
  background-size: 200px 200px;
  -webkit-animation-name: starfieldRotate;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.starfield > *:nth-child(1) {
  -webkit-animation-duration: 18s;
}

.starfield > *:nth-child(2) {
  -webkit-animation-duration: 22s;
}

.starfield > *:nth-child(3) {
  -webkit-animation-duration: 36s;
}

.starfield > *:nth-child(4) {
  -webkit-animation-duration: 40s;
}

@-webkit-keyframes starfieldRotate {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* code for waves on Banner */
.ast_waves {
  position: absolute;
  width: 800px;
  bottom: -75px;
  left: 0%;
  margin-left: -400px;
}

.ast_waves2 {
  position: absolute;
  width: 100%;
  top: 385px;
  right: 0px;
  margin: 0px auto;
  left: 0px;
}

.ast_waves3 {
  position: absolute;
  width: 900px;
  bottom: 15px;
  right: -400px;
}

.ast_wave {
  width: 700px;
  height: 700px;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin-left: 50%;
  left: -350px;
  position: absolute;
  bottom: -350px;
  z-index: -1;
  -webkit-transform: scale(0.1, 0.1);
  -moz-transform: scale(0.1, 0.1);
  -ms-transform: scale(0.1, 0.1);
  -o-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  opacity: 0;
  -webkit-animation: pulse 3000ms ease-out infinite;
  -moz-animation: pulse 3000ms ease-out infinite;
  -ms-animation: pulse 3000ms ease-out infinite;
  -o-animation: pulse 3000ms ease-out infinite;
  animation: pulse 3000ms ease-out infinite;
}

.ast_wave:nth-of-type(2) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
}

.ast_wave:nth-of-type(3) {
  -webkit-animation-delay: 1200ms;
  -moz-animation-delay: 1200ms;
  -ms-animation-delay: 1200ms;
  -o-animation-delay: 1200ms;
  animation-delay: 1200ms;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-text {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes pulse-text {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*---------- Slider Css End  -------*/
.button-custom {
  border: none;
  position: relative;
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  backdrop-filter: blur(8px);
  font-size: 1.125rem;
  font-weight: 600;
  overflow: hidden;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.button-custom::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  border-radius: 9999px;
  transition: all 0.7s ease;
  z-index: -1;
}

.button-custom:hover::before {
  left: 0;
  transform: scale(1.5);
}

.button-custom .icon-arrow {
  width: 2rem;
  height: 2rem;
  padding: 0.5rem;
  border-radius: 9999px;
  transform: rotate(45deg);
  transition: transform 0.3s ease, background 0.3s ease;
}

.button-custom:hover .icon-arrow {
  transform: rotate(135deg);
}

.button-custom .icon-arrow {
  fill: var(--white-color);
}

.button-custom:hover {
  color: var(--white-color);
}

.button-custom:hover .icon-arrow {
  background-color: var(--white-color);
  fill: var(--primary-color);
}

.button-custom::before {
  background-color: var(--primary-color);
}

.button-custom {
  background: var(--secondary-color);
  color: var(--white-color);
}

/* ----------- */
.button-custom.button-second {
  padding: 0.3rem 1rem;
}

.button-custom.button-second:hover .icon-arrow {
  background-color: var(--white-color);
  fill: var(--secondary-color);
}

.button-custom.button-second::before {
  background-color: var(--secondary-color);
}

.button-custom.button-second {
  background: var(--primary-color);
  color: var(--white-color);
}

/* --------------- */
.logo {
  height: 50px;
}

.navbar-nav .nav-link {
  border-radius: 100px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.active:hover {
  background-color: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.navbar-nav .nav-link:hover {
  color: var(--primary-color) !important;
}

.form-control:focus,
.btn-close:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}
.bg-dark-color {
  background-color: var(--dark-color) !important;
}
.section {
  padding: 80px 0;
}

.sec-bg {
  background-color: var(--bg-sec);
}

h2 span {
  color: var(--primary-color);
}



/* -------------about------------- */
.why-box {
  background: var(--secondary-color);
  border-radius: 12px;
  padding: 20px 15px 20px 75px;
  margin-left: 20px;
  position: relative;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  transition: transform .3s ease, box-shadow .3s ease;
}

.why-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.why-icon {
    border: 3px solid var(--secondary-color);
  width: 95px;
  height: 95px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color:var(--white-color);
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}

.why-text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
    color: var(--white-color);
}
/*------------services------------- */


.section-block-grey {
    padding: 90px 0px 90px 0px;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background:var(--white-color);
    box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
}

.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

.serv-section-2-icon > iconify-icon {
    color: var(--primary-color);
    font-size: 48px;
    line-height: 65px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: var(--primary-color);
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon iconify-icon {
    color: var(--white-color);
}

.serv-section-2:before {
    background: #f5f5f5;
}
.serv-section-2:hover:before {
    background: var(--primary-color);
}
.serv-section-2:hover .kundli-icon-svg svg g rect {
    stroke: var(--white-color) !important;
}
.serv-section-2:hover .horoscope-icon-svg svg {
    fill: var(--white-color) !important;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.line-clamp-2{
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* -----------footer css start------------ */
.footer {
  width: 100%;
  background: 
    linear-gradient(135deg, rgba(26, 26, 26 ,.94), rgba(14, 14, 14,.94)),
    url('/assets/images/blog1.jpg') no-repeat center center;
  background-size: cover;
  padding: 50px 0 0px;
  color: #e5e5e5;
  position: relative;
  z-index: 1;
}


.footer-logo {
  width: 100px;
  margin-bottom: 15px;
}


/* SOCIAL ICONS */
.footer-social {
  display: flex;
  justify-content: start;
  gap: 12px;
}

.footer-social li a {
  width: 44px;
  height: 44px;
  background: #333;
  color: var(--white-color);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 22px;
  transition: 0.4s;
}

.footer-social li a:hover {
  background: var(--primary-color);
  color: var(--white-color);
  transform: translateY(-4px);
}

/* Column Titles */
.footer-title {
  font-size: 20px;
  margin-bottom: 15px;
  color: var(--white-color);
  position: relative;
}

.footer-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: var(--primary-color);
  position: absolute;
  bottom: -8px;
  left: 0;
  border-radius: 10px;
}

/* Newsletter */
.footer-newsletter {
  display: flex;
  margin-top: 20px;
}

.footer-newsletter input {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #444;
  background: transparent;
  border-radius: 6px 0 0 6px;
  color: var(--white-color);
}

.footer-newsletter button {
  width: 60px;
  height: 45px;
  background: var(--primary-color);
  border: none;
  color: var(--white-color);
  border-radius: 0 6px 6px 0;
  transition: 0.4s;
}

.footer-newsletter button:hover {
  background: var(--primary-color);
}

/* Links */
.footer-links li a {
  display: block;
  padding: 8px 0;
  color: #ccc;
  border-bottom: 1px solid #333;
  transition: 0.4s;
}

.footer-links li a:hover {
  color: var(--primary-color);
  padding-left: 5px;
}

/* Contact */
.footer-contact {
  list-style: none;
}

.footer-contact li {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}

.footer-contact li iconify-icon {
  font-size: 22px;
  color: var(--primary-color);
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  text-align: start;
  margin-top: 30px;
  padding: 10px 0;
  border-top: 1px solid #333;
}

.footer-bottom p {
  color: #bbbbbb;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.footer-bottom a {
  color: var(--primary-color);
}
/*----Breadcrumb Start-----------*/
.ast_pagetitle{
	width: 100%;
	background-color: #272727;
	position:relative;
	background-attachment:fixed;
	background-size: cover;
	color:var(--white-color);
	padding:150px 0px 80px 0px;
	background-image: url(/assets/images/Slide.jpeg);
    background-position: center center;
	background-repeat: no-repeat;
	text-align:center;
	}
.page_title h2{
	width:100%;
	color:var(--white-color);
	margin:0px;
	text-transform:capitalize;
	}
.ast_pagetitle .breadcrumb {
    display:inline-block;
    padding: 0px;
    width:auto;
	}
.ast_pagetitle ul.breadcrumb {
	margin:0px;
	padding:0px;
	background-color: transparent;
}
.ast_pagetitle ul.breadcrumb  li{
    display: inline-block;
    width: auto;
    list-style: none;
    padding-top: 5px;
	}
.ast_pagetitle ul.breadcrumb li a{
	color: var(--white-color);
	font-size: 18px;
	padding: 0px 10px;
	text-decoration: none;
	text-transform:capitalize;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
.ast_pagetitle ul.breadcrumb li:first-child a{
	padding-left:0px;
	}
.ast_pagetitle ul.breadcrumb li:last-child a{
	padding-right:0px;
	}
.ast_pagetitle ul.breadcrumb li:hover a{
	color: var(--primary-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	}
.ast_pagetitle ul.breadcrumb li:last-child a{
	color: var(--primary-color);
    cursor: text;
	}
.ast_pagetitle ul.breadcrumb li i{
	font-size: 10px;
    border:1px solid var(--white-color);
    border-radius:3px;
    padding: 3px 5px 3px 4px;
}
.ast_pagetitle ul.breadcrumb > li + li:before{
	display:none;
}
/*--------Breadcrumb End-----------*/
.card-img-top img{
    height: 200px !important;
    width: 100% !important;
    object-fit: cover !important;
}
.blog-cart{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* -------------- */
.custom-list iconify-icon {
  color: var(--primary-color);
  margin-right: 0px;
  font-size: 20px;
}
.accordion-item{
  border-radius: 8px !important;
  overflow: hidden;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button, .accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{
    background-color: var(--secondary-color) !important;
    color: var(--white-color);
}
.accordion-button::after{
    filter: invert(1);
}

/* ------------footer --------------- */
/* Contact Cards - Modern Premium */
.contact-card {
  background: var(--white-color);
  padding: 22px;
  border-radius: 18px;
  box-shadow: 0px 6px 20px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

.contact-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 28px rgba(0,0,0,0.12);
}

.contact-icon {
  width: 50px;
  height: 50px;
  background: var(--primary-color);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  font-size: 28px;
}
.contact-icon iconify-icon{
  color: var(--white-color);
}

.contact-title {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 6px;
}
.contact-text{
  margin-bottom: 0 !important;
}

.contact-text a {
  color: #444;
  text-decoration: none;
}

.contact-text a:hover {
  color: var(--primary-color);
}



.form-control {
  border-radius: 0px;
  padding: 10px 14px;
}
/* ------------blog-details--------- */


.blog-details-card img {
  transition: transform 0.4s ease;
  height: 400px;
  object-fit: cover;
}

.blog-details-card img:hover {
  transform: scale(1.05);
}

.blog-details-sidebar{
  background-color: var(--white-color);
  border-radius: 12px;
  padding: 20px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.top-sticky{
  position: sticky !important;
  top:90px ;
}




.sidebar-blog-card img {
  object-fit: cover;
}
.sidebar-blog-card {
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1) ;
}

.sidebar-blog-card h6 a:hover {
  color: var(--primary-color) !important;
}

blockquote {
  font-style: italic;
  color: var(--white-color);
  padding: 4px 10px;
  background: var(--secondary-color);
  border-color: var(--primary-color) !important;
}

@media(max-width: 992px) {
  .blog-details-sidebar {
    margin-top: 30px;
  }
}
 .widget-title{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0px;
    position: relative;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #222222;
}

.widget-title:after{
	content:"";
	position:absolute;
	bottom:0%;
	left:0%;
	width:70px;
	background-color: var(--primary-color);
	height:2px;
}
.blog-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blog-tags .tag-label {
  display: inline-block;
  padding: 5px 15px;
  font-size: 0.875rem;
  color: var(--secondary-color); /* Bootstrap primary color */
  border: 1px solid var(--secondary-color);
  border-radius: 50px;
  background-color: rgba(13, 110, 253, 0.05); /* Transparent tint */
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-tags .tag-label:hover {
  background-color:var(--primary-color); /* Full primary color on hover */
  color: var(--white-color);
  transform: translateY(-2px);
  border-color: var(--primary-color);
}







/* ------------team-------- */
/* Team Section */


.section-team .single-person {
  padding: 24px;
  background-color: var(--bg-sec);
  border-radius: 5px;
  transition: 0.3s;
  text-align: center;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.section-team .single-person:hover {
  background: var(--secondary-color);
  color: var(--white-color);
}

.section-team .person-image {
  position: relative;
  margin-bottom: 40px;
  border-radius: 50%;
  margin-left:  auto;
  margin-right:  auto;
  transition: 0.3s;
 background-color: var(--white-color);
  width: 148px;
  height: 148px;
 display: flex;
 justify-content: center;
 align-items: center;
}



.section-team .person-image img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.section-team .person-image .icon {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 28px;
  color: var(--white-color);
  background: var(--secondary-color);
}

/* Hover Icon Change */
.section-team .single-person:hover .person-image .icon {
  background-color: var(--white-color);
  color: var(--primary-color);
}

/* Name */
.section-team .full-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Specialty */
.section-team .speciality {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
  text-transform: uppercase;
  color: var(--dark-color);
}

.section-team .single-person:hover .speciality {
  color: var(--white-color);
}
.section-team .single-person:hover .social-icons a {
  background-color: var(--white-color);
}
.section-team .single-person:hover .social-icons a  iconify-icon {
  color: var(--secondary-color);
}
.section-team .single-person:hover .social-icons a:hover {
  background-color: var(--primary-color);
}
.section-team .single-person:hover .social-icons a:hover iconify-icon {
  color: var(--white-color);
}

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--secondary-color);
  margin: 0 4px;
  transition: 0.3s;
}



.social-icons iconify-icon {
  font-size: 20px;
  color: var(--white-color);

}
/*---------- Timer css start -------*/
.astro-counter-section {
    /* background-image: url('/assets/images/Slide.jpeg'); */
    background-color: var(--dark-color);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.astro-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.9);
    z-index: -1;
}


.astro-counter-box {
    text-align: center;
    padding: 30px 20px;
    color: var(--white-color);
}

.astro-icon {
    display: inline-flex;
    width: 80px;
    height: 80px;
    border: 2px dotted var(--white-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    font-size: 40px;
    color: var(--primary-color);
    background: rgba(255,255,255,1);
}

.counter {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.astro-counter-box h5 {
    color: var(--white-color);
    text-transform: capitalize;
}

/*---------- Timer css end -------*/
.testimonial-card {
  border-radius: 20px;
  background: var(--white-color);
  position: relative;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}

.profile-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border: 4px solid var(--white-color);
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);
}

.quote-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--primary-color);
  opacity: 0.2;
}

.testimonial-card p {
  line-height: 1.6;
}
.testimonial-card iconify-icon{
  color:var(--primary-color);
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 20px;
  background-color: var(--secondary-color);
  border-radius: 10px;
}
.Mobile-slider  img{
  max-width: 100%;
}
.app-features {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.app-features li {
  margin-bottom: 10px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.app-features li::before {
  content: "★";
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 10px;
}
/* ----------package----------- */

.ast_packages_box{
	width:100%;
	background-color:var(--white-color);
	text-align:center;
	padding:30px 15px;
	margin-bottom:30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    
}
.ast_packages_box:hover{
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box h3:after{
    content: "";
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    margin: 0px auto;
    background-color: #e1e1e1;
    height: 1px;
    z-index: -1;
}
.ast_packages_box h3{
	width:100%;
	text-transform:capitalize;
	margin:0px;
    position: relative;
    z-index: 10;
}
.ast_packages_mainbox .row {
    justify-content: center;
}
.ast_packages_box .ast_price{
	display:inline-block;
	width:130px;
	height:130px;
	border:8px solid #f4f4f4;
	background-color:var(--white-color);
	border-radius:100%;
	margin:30px 0px;
	position:relative;
    z-index: 10;
    padding-top: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box:hover .ast_price{
	background-color: var(--primary-color);
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price h2{
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	color: var(--primary-color);
}
.ast_packages_box:hover .ast_price h2{
	color: var(--white-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box .ast_price p{
	display:inline-block;
	margin:0px;
	text-transform:uppercase;
	color: var(--primary-color);
    font-size: 12px;
}
.ast_packages_box:hover .ast_price p{
	color:var(--white-color);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_packages_box ul{
	width:100%;
	margin:0px;
	margin-bottom:30px;
	padding:0px;
}
.ast_packages_box ul li{
    display: inline-block;
    list-style: none;
    width: 100%;
    text-transform: capitalize;
    padding: 6px 0px;
    text-align: center;
}
.ast_packages_box ul li iconify-icon{
	padding-right:8px;
	color:#72C759;
}
.ast_packages_box ul li iconify-icon[icon="carbon:close-outline"]{
	color:#f12626;
}
.ast_packages_box.active{
    position: relative;
    margin-top: 25px;
    -webkit-box-shadow: 0px 10px 15px -10px #777777;
    -moz-box-shadow: 0px 10px 15px -10px #777777;
    -ms-box-shadow: 0px 10px 15px -10px #777777;
    -o-box-shadow: 0px 10px 15px -10px #777777;
    box-shadow: 0px 10px 15px -10px #777777;
}
.ast_packages_box.active span{
    position: absolute;
    top: -42px;
    left: 0;
    right: 0;
    padding: 10px 0px;
    background-color: var(--primary-color);
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 2px;
}
.ast_packages_box.active .ast_price{
	background-color:var(--primary-color);
    -webkit-box-shadow: 0px 0px 30px -10px #000000;
    -moz-box-shadow: 0px 0px 30px -10px #000000;
    -o-box-shadow: 0px 0px 30px -10px #000000;
    -ms-box-shadow: 0px 0px 30px -10px #000000;
    box-shadow: 0px 0px 30px -10px #000000;
}
.ast_packages_box.active .ast_price h2{
	color: var(--white-color);
}
.ast_packages_box.active .ast_price p{
	color: var(--white-color);
}

/* -------about us-------- */


.ceo-wrapper {
    position: relative;
    display: inline-block;
}

/* CEO Image Style */
.ceo-img {
    position: relative;
    z-index: 5;
    border-radius: 32% 68% 70% 30% / 30% 45% 55% 70%;
    box-shadow: 0px 20px 50px rgba(0,0,0,0.35);
}

/* Base Shape */
.bg-shape {
    position: absolute;
    border-radius: 40% 60% 60% 40%;
    z-index: 1;
    filter: blur(3px);
    opacity: 0.9;
}

/* Big Soft Shape (Gold Gradient) */
.bg-shape-1 {
    width: 260px;
    height: 260px;
    background: linear-gradient(135deg, var(--primary-color), var(--primary-color));
    top: -40px;
    left: -25px;
    border-radius: 50% 60% 65% 45%;
    z-index: 1;
}

/* Side Accent Shape (Olive) */
.bg-shape-2 {
    width: 160px;
    height: 180px;
    background: var(--secondary-color);
    bottom: -30px;
    right: -10px;
    border-radius: 45% 70% 60% 35%;
    opacity: 0.85;
}

/* Thin Highlight Stripe */
.text-justify{
  text-align: justify;
}



.ceo-name {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 5px;
}



/* Optional underline like sample */
.ceo-designation::after {
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: var(--primary-color);
    margin-top: 10px;
}

/* ------------ */
.tab-list .list-group-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  font-size: 17px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  margin: 12px 0 !important;
}

.tab-list .list-group-item:hover {
  color: var(--primary-color);
}
.list-group-item+.list-group-item.active{
    margin: 12px 0 !important;
}

.tab-list .active {
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  font-weight: 600;
  
}

.tab-content-box {
  min-height: 220px;
  max-height: 500px;
  position: relative;
  overflow-y: auto;
}

.tab-content-item {
  display: none;
  animation: fade 0.4s ease;
}

.tab-content-item.active {
  display: block;
}

@keyframes fade {
  from {opacity: 0; transform: translateY(10px);}
  to {opacity: 1; transform: translateY(0);}
}
/* --------------- */
  .astro-card {
    background: var(--white-color);
    border-radius: 16px;
    padding: 24px;
    border: 1px solid rgba(0,0,0,0.05);
    gap: 22px;
    transition: all .3s ease;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  }

  .astro-card:hover {
    transform: translateY(-6px);
  }

  /* Icon Circle */
  .astro-icon-big {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--secondary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
  }

  .astro-icon-big iconify-icon {
    color: var(--secondary-color);
    font-size: 28px;
  }

  .astro-title {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 6px;
    color: #111;
  }

  .astro-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
  }


/* ------------------------------------------------------------------------------ */
@media (max-width: 768px) {
  header#mainHeader {
    background-color: var(--white-color) !important;
  }

  header .nav-link {
    color: var(--dark-color) !important;
    margin: 4px 0px !important;
  }

  header .navbar-nav .nav-link.active,
  header .navbar-nav .nav-link.active:hover {
    background-color: transparent !important;
    color: var(--primary-color) !important;
  }

  header .button-custom {
    margin: 0 !important;
    width: 100% !important;
    justify-content: space-between !important;
  }

  .ast_bannertext_wrapper h1 {
    font-size: 46px !important;
  }

  .section {
    padding: 60px 0;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }

  .paragraph-lg {
    font-size: 17px;
  }

  .paragraph {
    font-size: 15px;
  }

  .paragraph-sm {
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .ast_bannertext_wrapper h1 {
    font-size: 36px !important;
  }

  .ast_banner_text {
    padding: 40px 0 !important;
  }

  .section {
    padding: 50px 0;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .paragraph-lg {
    font-size: 16px;
  }

  .paragraph {
    font-size: 14px;
  }

  .paragraph-sm {
    font-size: 12px;
  }
}
