/* Global */
:root {
    --primary: #ff8c42;
    --primary-dark: #ff6b35;
    --dark-bg: #120824;
    --dark-card: #1e1135;
    --light-bg: #fff8e7;
    --text-dark: #333;
    --text-light: #666;
}
 
body {
    font-family: 'Poppins', sans-serif;
   
    overflow-x: hidden;
}
 
p, li{
  font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
   font-family: "Philosopher", sans-serif;
}
 
.text-primary {
    color: var(--primary) !important;
}
 
.btn-orange {
      background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);
 
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
    transition: 0.3s;
}
 
.btn-orange:hover {
     background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);
 
    color: #fff;
    transform: translateY(-2px);
}
 
.section-subtitle-astro {
    font-weight: 700;
    margin-bottom: 10px;
    color: #BA792E;
    font-size: 50px;
}
.service-card {
  /* background-image: linear-gradient(rgba(116, 73, 23, 0.85), rgba(167, 124, 0, 0.85)), url('/images/hand_bg.svg');
  background-size: cover;
  background-position: center; */
  background-color: #fee3b9;
  border-width: 1px 0px 1px 4px;
border-style: solid;
border-color: #FF6F00;
}
.service-card img{
  filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);
}
a.text-d-none {
    text-decoration: none;
}
a.Astro-btn-link {
    color: #FF512F;
}
.section-title {
    font-weight: 700;
    margin-bottom: 10px;
    color: #BA792E !important;
    font-size: 45px !important;
}
h4.section2-subtitle {
    font-size: 18px;
    font-weight: 400;
}
.about-cosmic-title {
    font-size: 37px;
    color: #BA792E;
}
.custom-list li {
    margin-bottom: 10px;
    font-size: 15px;
}
 
.custom-list i {
    margin-right: 10px;
}
ul li{
    list-style: none;
}
ul{
    margin: 0px !important;
    padding: 0px !important
}
 
/* Navbar wrapper */
.navbar-custom {
  background: #000;
  width: 100%;
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 1000;
}
 
/* Row 1 */
.navbar-top {
  background: #000;
}
 
.navbar-top .container-fluid {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px !important;
  border-bottom: 1px solid #ffffff5e;
  width: 96%;
 
}
 
.navbar-brand img {
  height: 100px;
}
.nav-toggler {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin-right: 10px;
  margin-left: auto;
}
 
.nav-toggler span {
  display: block;
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
}
 
@media (max-width: 991px) {
  .nav-toggler {
    display: flex;
  }
 
  .btn-talk {
    display: none;
  }
 
  .navbar-bottom {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
 
  .navbar-bottom.open {
    max-height: 500px;
  }
 
  .navbar-bottom .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    overflow-x: hidden;
    padding: 10px 0;
  }
 
  .navbar-bottom .nav-link {
    padding: 10px 16px !important;
    width: 100%;
  }
 
  .more-item {
    margin-left: 0 !important;
  }
}
 
.section-panchang {
 
/* background:
  linear-gradient(
    180deg,
    rgba(178, 81, 6, 0.85) 11.02%,
    rgba(0, 0, 0, 0.90) 188.05%
  ),
  url('/images/bg-image.png') center/cover no-repeat; */

background:
  url('/images/bg-imagess.png') 0 -74px / cover no-repeat,
  linear-gradient(180deg, #B25106 11.02%, #000 188.05%);
  min-height: 500px;
    
}
 
/* Talk Button */
.btn-talk {
  background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);
  color: #fff !important;
  padding: 12px 22px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  white-space: nowrap;
  margin-right: 20px; 
}
 
/* Row 2 */
/* ===== NAVBAR BOTTOM ===== */
.navbar-bottom {
  background: #000;
  border-top: 1px solid #1c1c1c;
}

.navbar-bottom .container-fluid {
  padding: 0 16px;
}

/* ===== NAV MENU ===== */
.navbar-bottom .navbar-nav {
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap; 
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: center;
  gap: 8px;
}


/* ===== NAVBAR FIX FINAL ===== */

/* remove stretch issue */
.navbar-bottom .navbar-nav {
  width: auto !important;
}

/* dropdown parent */
.nav-item.dropdown {
  position: relative;
}

/* dropdown box fix */
.nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
    max-width:240px;
  width: auto !important;
  /* max-height: 400px; */
  overflow-y: auto;
  background: #111;
  border: 1px solid #333;
  display: none;
  border-radius: 4px;
  padding: 8px 0;
  z-index: 999;
}

/* dropdown items */
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 16px;
  color: #ccc;
  font-size: 13px;
  white-space: normal;
}

.dropdown-item:hover {
  background: #1a1a1a;
  color: var(--primary);
}

/* hover open */
.nav-item.dropdown .dropdown-menu {
  display: none;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
  
}
    .nav-item.dropdown:last-child .dropdown-menu  {
  
    left: -140px;
}
   .nav-item.dropdown:last-child .dropdown-menu li:hover .dropdown-menu {
     left: -100%;
}
/* remove unwanted full space */
.navbar-bottom {
  position: relative;
}

/* Hide scrollbar but keep scroll working */
.dropdown-menu {
  /* max-height: 400px; */
  overflow-y: auto;

  
  scrollbar-width: none;

  
  -ms-overflow-style: none;
}


.dropdown-menu::-webkit-scrollbar {
  display: none;
}


.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color:#ff7438;
}
/* IMPORTANT: submenu parent */
.dropdown-submenu {
  position: relative;
}

/* 2nd & 3rd level menu positioning */
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: 0;
  display: none;
}
.nav-item.dropdown:hover .dropdown-menu  .dropdown-menu .dropdown-menu,
.nav-item.dropdown:hover .dropdown-menu  .dropdown-menu {
    display: none;
}
/* SHOW submenu on hover */
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.nav-item.dropdown .dropdown-menu li:hover .dropdown-menu {
    display: block;
}
.nav-item.dropdown .dropdown-menu .dropdown-menu li:hover .dropdown-menu {
    display: block;
}
/* arrow optional */
.dropdown-submenu > a::after {
  content: "›";
  float: right;
  color: #aaa;
}

/* FIX overflow issue (VERY IMPORTANT) */
.nav-item .dropdown-menu {
  overflow: visible !important;
}







/* ===== NAV ITEMS ===== */
.nav-item {
  display: flex;
}

/* ===== NAV LINKS ===== */
.nav-link {
  color: #ddd !important;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 6px !important;
  white-space: nowrap;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primary) !important;
}

/* ===== DROPDOWN ===== */
.dropdown-menu {
  background: #111;
  border: 1px solid #333;
}

.dropdown-item {
  color: #ccc;
  font-size: 13px;
}

.dropdown-item:hover {
  background: #1a1a1a;
  color: var(--primary);
}

/* ===== EXTRA (HIDDEN) ITEMS ===== */
.extra-items {
  display: flex;
  flex-wrap: wrap;
}

.extra-items .nav-item {
  margin-right: 10px;
}


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

/* ===== MORE BUTTON ===== */


.btn-more {
  background: #2a2a2a !important;
  border: 1px solid #3a3a3a;
  border-radius: 3px;
  color: #ccc !important;
  font-size: 11px !important;
  padding: 6px 10px !important;
  cursor: pointer;
}

.btn-more:hover {
  background: #3a3a3a !important;
  color: #fff !important;
}


/* active state (optional) */
.btn-more.active {
  color: var(--primary) !important;
  border-color: var(--primary);
}
/* ALL DROPDOWNS SAME LOOK */
.navbar .dropdown-menu {
  min-width: 220px;  
  padding: 10px 0;
  border-radius: 4px;
}

/* dropdown items full width */
.navbar .dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 16px;
}

/* fix weird small dropdown (PLANETS issue) */
.navbar .dropdown-menu.show {
  display: block;
}
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
 
/* Hero */
.hero-section {
    background: linear-gradient(
        135deg,
        #0a0a1a 0%,
        #1a0a2e 50%,
        #16213e 100%
    );
    min-height: 100vh;
    position: relative;
    padding: 35px 0 31px;
    overflow: hidden;
}
 
.stars {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(
            2px 2px at 20px 30px,
            #eee,
            transparent
        ),
        radial-gradient(
            2px 2px at 40px 70px,
            #fff,
            transparent
        );
    background-size: 200px 200px;
    opacity: 0.5;
    animation: twinkle 5s infinite;
}
 
.hero-content {
    position: relative;
    z-index: 2;
}
 
.hero-subtitle {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}
 
.hero-title {
    font-size: 58px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
}
 
.hero-title span {
    color: #a78bfa;
}
 
.hero-description {
    font-size: 16px;
    color: #c7d2fe;
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 550px;
}
 
.btn-book {
     background: linear-gradient(90deg, #FD562D 0%, #F0951A 100%);
 
    color: #fff;
    padding: 16px 45px;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
}
 
.btn-book:hover {
    transform: translateY(-3px);
   
    color: #fff;
}
 
.carousel-indicators-custom {
    position: absolute;
    bottom: 50px;
    left: 0;
    display: flex;
    gap: 15px;
}
 
.carousel-dot {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    color: #fff;
    font-size: 18px;
}
 
.carousel-dot:hover,
.carousel-dot.active {
    background: rgba(255,255,255,.3);
}
 
.hand-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 700px;
    z-index: 2;
}
 
.hand-bg {
    width: 100%;
    max-width: 650px;
    animation: rotateWheel 80s linear infinite;
}
 
@keyframes rotateWheel {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
 
.hand-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 420px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(0 0 40px rgba(139,92,246,.6));
    animation: floatHand 6s ease-in-out infinite;
    z-index: 3;
}
 
@keyframes floatHand {
    0%,100% {
        transform: translate(-50%,-50%) translateY(0);
    }
    50% {
        transform: translate(-50%,-50%) translateY(-20px);
    }
}
 

 
 
/* Contact Buttons */
.contact-buttons {
    position: fixed;
    right: 30px;
    top: 70%;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
 
.contact-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    transition: .3s;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,.3);
}
 
.contact-btn:hover {
    transform: scale(1.1) translateX(-5px);
}
 
.phone {
    background: #ef4444;
}
 
.whatsapp1 {
    background: #22c55e;
}
 
.whatsapp2 {
    background: #3b82f6;
}
 
.chat {
    background: #ef4444;
}
 
 
/* Panchang & Horoscope */
.card-custom {
    border: none;
}
button.btn.btn-orange.btn-sm.mt-3 {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
span.text-muted {
    color: #FF512F !IMPORTANT;
    font-weight: 500 !important;
    font-size: 18px;
}
.fw-bold.mb-5 {
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}
.card-header-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
}

.panchaang-text{
    margin: 0;
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
 
.zodiac-box {
    padding: 15px;
    border-radius: 10px;
    background: #fff8e7;
    transition: .3s;
}
 
.zodiac-box:hover {
    background: #ffe6cc;
    transform: translateY(-5px);
}
 
 
/* Services Cards */
.service-card {
    padding: 30px 20px;
    border-radius: 15px;
    color: #fff;
    transition: .3s;
    height: 100%;
}
 
.service-card:hover {
    transform: translateY(-10px);
}
 
.service-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}
 
.service-card p {
    opacity: .8;
    margin-bottom: 15px;
}
 
.service-card .btn-link {
    color: #ffddaa;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
}
 
.service-card .btn-link:hover {
    color: #fff;
}
 
 
 
/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 42px;
    }
 
    .hand-container {
        min-height: 400px;
        margin-top: 50px;
    }
 
    .hand-bg {
        max-width: 450px;
    }
 
    .hand-image {
        max-width: 300px;
    }
 
    .contact-buttons {
        display: none;
    }
 
    .navbar-collapse {
        background: #000;
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
    }
}
 
@media (max-width: 768px) {
    .hero-title {
        font-size: 32px;
    }
 
    .hero-subtitle {
        font-size: 16px;
    }
 
    .hero-description {
        font-size: 14px;
    }
 
    .section-title {
        font-size: 28px;
    }
}


section.py-5.text-center.gemology-services {
 
 background-image: url('/images/Gemology-service-bg.png');
  background-size: cover;
  background-position: center;
  padding: 60px 20px;
}

h2 {
  color: #b87333;
  font-size: 50px;
  margin-bottom: 10px;
}

.gemology-subtitle {
  margin: 10px auto 40px;
  font-size: 15px;
  color: #000000;
}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.card {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 15px;
  width: 270px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    border-width: 1px 0px 1px 4px;
border-style: solid;
border-color: #FF6F00;
}

.icon {
  font-size: 32px;
   filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);
  margin-bottom: 15px;
}

.card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}

.card p {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
}

/* Numerology Services css */

.title {
  color: #ba792e;
  font-weight: 600;
}

.numerlogy-subtitle {
  font-size: 13px;
  color: #000000;
  max-width: 700px;
  margin: 10px auto 0;
}

.row.g-4 {
  margin-top: 10px;
}
.service-card-numerology {
  background-color: #fee3b9;
  border-width: 1px 0px 1px 4px;
border-style: solid;
border-color: #FF6F00;
color:#000000;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  height: 100%;
  cursor: pointer;
}
.service-card-numerology img{
   filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);
}

.service-card-numerology i {
  font-size: 26px;
  margin-bottom: 12px;
  display: block;
}

.service-card-numerology h6 {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: bold;
}

.service-card-numerology p {
      font-size: 14px;
    color: #000000;
  margin: 0;
  line-height: 1.4;
}

section.py-5.text-center.specials-service {
    background:   linear-gradient(180deg, #B25106 11.02%, #000 188.05%);
    position: relative;
    overflow: hidden;
}

/* container above */
.specials-service .container{
    position: relative;
    z-index: 2;
}

/* BOTH CIRCLES */
section.py-5.text-center.specials-service::before,
section.py-5.text-center.specials-service::after{
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;

    background: url('/images/services-circle.png') no-repeat center;
    background-size: contain;

    z-index: 1;
     animation: floatRotate 12s linear infinite;
}

/* LEFT */
section.py-5.text-center.specials-service::before{
       top: -136px;
    left: -144px;
}

/* RIGHT */
section.py-5.text-center.specials-service::after{
    top: -136px;
    right: -144px;
      transform: rotate(180deg);
    animation-direction: reverse;
}
@keyframes floatRotate {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(15px) rotate(180deg);
    }
    100% {
        transform: translateY(0px) rotate(360deg);
    }
}

.section-our-special-service {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 50px;
}


.title {
  color: #d4a017;
  font-weight: 600;
}
.subtitle {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 35px;
}

.service-box {
  background: #fff3df;
      border-width: 1px 0px 1px 4px;
    border-style: solid;
    border-color: #FF6F00;
  border-radius: 12px;
  padding: 25px 10px;
  text-align: center;
  transition: 0.3s;
  cursor: pointer;
}
.service-box img{
    filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);

}

.service-box:hover {

   transform: translateY(-5px);
}

.service-box i {
  font-size: 28px;
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
}

.service-box span {
  font-size: 15px;
  color: #000000;
  font-weight: bold;
}

/* vasstu section css */
.vaastu-section {
 background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.section-title {
  font-size: 34px;
  font-weight: 600;
  color: #b67a2d;
}
.row.g-4.justify-content-center {
  margin-top: 20px;
}

.section-desc {
  font-size: 14px;
  color: #000000;
     margin: 10px auto 0;
}

/* cards */
.our-service-card {
  background: #FEE3B9;
      border-width: 1px 0px 1px 4px;
    border-style: solid;
    border-color: #FF6F00;
  border-radius: 18px;
  padding: 25px 10px;
  transition: 0.3s;
  height: 100%;
  cursor: pointer;
  font-weight: bold;
}

.our-service-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
   transform: translateY(-5px);
}


.icon-box {
  margin-bottom: 12px;
}

.icon-box img{
    filter: brightness(0) saturate(100%) invert(48%) sepia(96%) saturate(2077%) hue-rotate(8deg) brightness(102%) contrast(105%);

}

.icon-box svg {
  width: 36px;
  height: 36px;
  fill: #FF6F00;
}

.service-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

/* why section css */

.why-section {
 background-color: #FFF6E8;
 
  padding: 0px 0px 80px 0;
  text-align: center;
  position: relative;
}

.why-section .container {
  position: relative;
  z-index: 2;
}

.why-choose-section-title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  color:#BA792E;
}

.section-description {
  /* max-width: 700px; */
  margin: 10px auto 0;
  font-size: 14px;
  color: #000000;
}

.stat-box {
  margin-bottom: 30px;
}
.row.text-center {
  margin-top: 30px;
}

.circle-text {
  background-image: url(/images/item.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 130px;
  height: 120px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #ffffff;
  font-weight: 700;
}

.stat-number {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}

.stat-text {
  font-size: 13px;
  color: #ccc;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}

/* Articles section css */
.articles-section {
  background: #f5f5f5;
  padding: 80px 0;
}

.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #ba792e;
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.section-subtitle {
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 14px;
  color: #202020;
}

.article-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.article-card:hover {
  transform: translateY(-5px);
}

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

.article-card .card-body {
  padding: 10px;
}

.date {
  font-size: 12px;
  color: #888;
  margin-bottom: 8px;
}

.article-card h5 {
  font-size: 16px;
  color: #c48b3a;
  margin-bottom: 10px;
}

.article-card p {
  font-size: 13px;
  color: #202020;
  line-height: 1.6;
}

/* testimonial section */
.testimonial-section {
  padding: 80px 0;
  color: #fff;
background:   linear-gradient(180deg, #B25106 11.02%, #000 188.05%);

  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  position: relative;
  overflow: hidden;
}


.title {
  font-size: 50px;
  font-weight: 600;
  color:#ffffff;
 
}

.subtitle {
  color: #ffffff;
  max-width: 600px;
  margin: 10px auto 0;
  font-size: 14px;
}

.testimonial-card {
  background: #FFF6E8;
  padding: 25px;
  border-radius: 15px;
  text-align: left;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.testimonial-card p {
  color:#000;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}

.testimonial-card h6 {
  margin-top: 15px;
  font-weight: 500;
  color:#000
}

.testimonial-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-img img {
  width: 100%;
  height: 266px;
  min-height: 266px;
  object-fit: cover;
  border-radius: 15px;
}

.testimonial-img span {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 13px;
}

/* Play Button */
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 45px;
  height: 45px;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
}

/* Icon */
.play-btn i {
  font-size: 20px;
  color: #5c5b5b;
}

/* Responsive */
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }
}

/* Footer css  */
.footer {
  background-color: #000;
  color: #fff;
}
img.footer-top-image {
  width: 100%;
}
img.footer-logo-img {
    height: 100px;
}

/* Top Section */
.footer-top {
  padding-bottom: 20px;
  margin-bottom: 40px;
 
}

.footer-title {
  font-size: 22px;
}
a.footer-links {
   color: #ffffff;
    text-decoration: none;
}

/* Button */
.btn-gradient {
  background: linear-gradient(45deg, #ff512f, #f09819, #ff512f);
  border: none;
  border-radius: 25px;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s;
}

.btn-gradient:hover {
  opacity: 0.85;
}

/* Columns */
.footer h5 {
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.footer p,
.footer li {
  font-size: 14px;
  color: #ccc;
}

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

.footer ul li {
  margin-bottom: 8px;
  list-style: disc;
}

/* Logo */
.logo {
  color: #f5a623;
  font-weight: 600;
  font-size: 18px;
}
.footer i {
  /* color: #ffb347; */
  font-size: 16px;
}

/* Newsletter */
.newsletter-input {
  border-radius: 25px;
  padding-right: 45px;
}

.send-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  width: 42px;
  height: 29px;
  border: none;
  background: #ffb347;
  cursor: pointer;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 40px;
  padding-top: 15px;
  font-size: 13px;
  color: #aaa;
}

/* dashboard css start here */

.dashboard-coming-soon{
   
    min-height:500px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.dashboard-box{
    background:#fff;
    padding:80px 30px;
    border-radius:20px;
   
}

.dashboard-title{
    font-size:48px;
    font-weight:700;
    color:#1b1b1b;
    margin-bottom:15px;
    
}

.dashboard-subtitle{
    font-size:28px;
    color:#f26a00;
    font-weight:600;
    margin:0;
}

.col-lg-6.mb-4.mb-lg-0.about-cosmic-section {
  padding-left: 20px;
}



.section-about{
  
  
    width: 100%;
    


   
  
}

.container-about-section{
      text-align:center;
      background: url("images/about-section-bg.png") center center/cover no-repeat;
      margin: 0 88px;
      
    border-radius: 22px;
    padding: 60px 121px;
   
    }
     

    .top-title{
      color:#b9782f;
      font-size:44px;
     
      font-weight:700;
      margin-bottom:18px;
    }

    .top-desc{
     
      margin:0 auto;
      color:#4a4036;
      line-height: 32px;
      font-size:20px;
    }

    .divider{
      width:100%;
      height:1px;
      background:#d7b890;
      margin:45px 0;
      opacity:0.5;
    }

    .main-title{
      color:#b9782f;
      font-size:44px;
      line-height:1.2;
     
      font-weight:700;
      margin-bottom:25px;
    }

    .main-desc{
     
      margin:0 auto;
      color:#3f352c;
      line-height:32px;
      font-size:20px;
    }

    .btn{
      display:inline-block;
      margin-top:40px;
      background:linear-gradient(to right,#ff5a1f,#ff8a1d);
      color:#fff;
      text-decoration:none;
      padding:16px 38px;
      border-radius:40px;
      font-size:16px;
      font-weight:500;
      transition:0.3s ease;
    
    }

    .btn:hover{
      transform:translateY(-3px);
    
      color:#ffffff;
    }

.video-box {
  height: 500px;
  border-radius: 12px;
  border: none;
}

/* 4 videos in one row */
.col-md-2-4 {
  flex: 0 0 auto;
  width: 25%;
}

/* Arrow Styling */
.arrow-icon i {
  font-size: 40px;
  color: #222;
  cursor: pointer;
  transition: 0.3s;
}

.arrow-icon i:hover {
  color: #000;
  transform: scale(1.2);
}
.arrow-icon-testimonial i {
  font-size: 40px;
  color: #dbdbdb;
  cursor: pointer;
  transition: 0.3s;
}

.arrow-icon-testimonial i:hover {
  color: #fffcfc;
  transform: scale(1.2);
}



/* Mobile Responsive */
@media (max-width: 768px) {
  .col-md-2-4 {
    width: 100%;
  }

  .video-box {
    height: 250px;
  }
}
