@import url('https://fonts.googleapis.com/css2?family=Lilita+One&family=Poppins:wght@400;500;600&display=swap');

/* === Base Reset & Typography === */
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

/* Headings: Lilita font with responsive sizing */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lilita', cursive;
  margin: 0;
}

h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}

/* Responsive Typography */
@media (max-width: 992px) {
  h1 { font-size: 2.2rem !important; }
  h2 { font-size: 1.8rem !important; }
  h3 { font-size: 1.6rem !important; }
  h4 { font-size: 1.4rem !important; }
  h5 { font-size: 1.1rem !important; }
  h6 { font-size: 1rem !important; }
  body { font-size: 15px !important; }
}

@media (max-width: 576px) {
  h1 { font-size: 1.9rem !important; }
  h2 { font-size: 1.6rem !important; }
  h3 { font-size: 1.4rem !important; }
  h4 { font-size: 1.2rem !important; }
  h5 { font-size: 1rem !important; }
  h6 { font-size: 0.9rem !important; }
  body { font-size: 14px !important; }
}


/* Paragraphs: Poppins */
p {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
}

/* Anchor Links */
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: #000;
}

/* Focus Outline Reset */
:focus-visible {
  outline: none;
}
.btn:focus,
.btn.focus,
.btn.active:focus,
.btn.active.focus {
  outline: none;
}

/* Images */
img {
  max-width: 100%;
  height: auto;
}

/* Bootstrap Icons */
.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentColor;
}

/* === Font Face (Optional, for local fonts) === */
@font-face {
  font-family: 'Oswald';
  src: url('../fonts/Oswald.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit.ttf') format('truetype');
  font-display: swap;
}


/* START HEADER SECTION */

/* start top head section*/
.design-head{
   display:none;
}
.tophead-section{
  width: 100%;
  /* background: linear-gradient(45deg, #000000, #000); */
  background: #451010fd;
  padding: 10px 0 10px;
  position:relative;
  z-index:9;
}

.tophead-section:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  background:url(../images/aghoritantrikom.webp) no-repeat;
  background-position: top;
  top:0;
  z-index:-9;
  opacity: 11%;
  left: 0;
}


.design-tophead{
  border-radius: 240px;
  border: 2px solid #fff;
  padding: 14px 25px;
  justify-content: center;
  align-items: center;
}
.tophead-left1{
  padding: 0;
}

.tophead-left2 li{
  list-style: none;
  display: inline-block;
  padding: 0 6px;
}
.tophead-left2 li a{
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.tophead-left2 li a .bi{
  height: 0.9rem;
  width: 0.9rem;
  color: #fa0;
}

.tophead-right1{
  padding: 0;
}
.tophead-right2{
}
.tophead-right2 p{
  color:#fff;
  font-weight: 600;
  font-size: 16px;
  text-transform:capitalize;
}
/* end top head section*/

/* start head section */

.head-design{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.head-logo1{
  width: 47%;
}

.head-contact a{
  font-family:'Poppins', sans-serif ;
  font-weight: 700;
  display:block;
  color:#fff;
}
.head-contact a:hover{
  color:#fa0;
}

.head-contact .click-chat{
  font-family: 'Lilita', cursive;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  margin: -7px 0 0 0;
}

.head-contact .click-chat:hover{
 text-decoration: underline;
}

@media (max-width: 767px) {
  .head-contact .click-chat {
    color: #fa0; /* orange */
  }
}
/* end head section */

/* start navigation section */

/* Base nav link styles */
.navigation-section .nav-link {
  color: #000 !important;
  font-weight: 500;
  transition: all 0.3s ease;
}

/* Hover effect for nav links */
.navigation-section .nav-link:hover {
  background-color: #000;
  color: #fa0 !important;
}

/* Dropdown toggle icon color (the caret) */
.navigation-section .dropdown-toggle::after {
  border-top-color: #000; /* The dropdown arrow */
}

.navigation-section .dropdown-toggle:hover::after {
  border-top-color: #fa0;
}


/* Dropdown menu background */
.navigation-section .dropdown-menu {
  background-color: #fff;
  border: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Dropdown item styles */
.navigation-section .dropdown-item {
  color: #000;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

/* Hover effect for dropdown items */
.navigation-section .dropdown-item:hover {
  background-color: #000;
  color: #fa0;
}
.navigation-section{
  position: relative;
  background: #fff;
  padding: 0px 0 0px;
}
.navigation{
  position:relative;
  padding: 0px 0px 0px;
  margin: 0px 0 0;
}

.navbar-collapse{
  justify-content:center;
}
.navbar{
  padding:0;
}
.menu{
  display: block;
  text-align: center;
  margin: 0 0 0;
  padding: 0;
}
.menu li{
  display:inline-block;
  padding: 0px 18px;
  color: #000;
  position: relative;
  text-transform: capitalize;
  transition: 0.2s ease-in;
}
.menu li a{
  font-size: 17px;
  color: #000000;
  display: inline-block;
  padding: 10px 19px 10px;
  transition: 0.1s ease-in;
  font-weight: 600;
}
.navbar-toggler{
  border-radius: 0;
  width: 52px;
  height: 36px;
  background: #ffffff;
  display: inline-block;
  transition: all 0.2s ease-in;
  padding-top: 0px;
  line-height: 0px;
  color: #451010;
  margin: 0;
  margin-left: 0px;
  padding-left: 2px;
  border: 0;
  padding-right: 2px;
}

.navbar-toggler-icon{
  color:#451010 !important;
}
.menu li a:hover{
  background: transparent;
  color: #451010;
}

.navbar-collapse{padding:0;}

.marquee-line{
  background: url(images/background-image.jpg)repeat;
  padding: 10px 0;
  background: #451010;
}
.marquee-left1{
  width:20%;
}
.marquee-left1 strong{
  padding: 8px 30px 8px 10px;
  clip-path: ellipse(50% 50% at 50% 50%);
  background: #fa0;
  color: #000;
  font-weight: 800;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
}
.marquee-right1{
  background: #fff;
  padding: 9px 20px 3px 20px;
  font-size: 15px;
  color: #000;
  width: 80%;
  font-weight: 600;
}
.header-image{
  position:relative;
  padding: 0px 0 0;
}

.header-image img{
  width: 100%;  
}

.header-image img {
  display: none;
}
.header-image img.active {
  display: block;
}

.header-text{
  display:none;
  z-index: 9;
  position:relative;
}
.header-text:before{
  background:url(../images/header-background.webp) no-repeat;
  height:100%;
  width:100%;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  position:absolute;
  background-position: center;
  content:"";
  z-index: -9;
  opacity: 0.2;
}

.topservices-section{
  padding: 20px 0;
  background: url(images/background-image.jpg)repeat;
  /* background: #fee0b9; */
  /* background: linear-gradient(45deg, #3d0f41, #150725); */
}
.top-services1{
  padding: 10px;
  width: 20%;
}
.top-services2{
  padding: 20px;
  background: #fff;
  text-align: center;
}
.top-services2 strong{
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
  color: #000;
}
.top-services2 span{
  display: block;
  color: #ffaa00;
}
.top-services2 span .bi{
  height: 2.6rem;
  width: 2.6rem;
}

.taglinepuja{
  margin: 0;
  padding: 40px 0 45px;
}
.taglinepuja strong{
  font-family: 'Lilita', cursive;
  font-size: 33px;
  text-transform: capitalize;
  font-weight: 600;
  display: block;
  color: #ffaa00;
}
.taglinepuja span{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  padding: 19px 0 0;
  display: block;
}
.mark-section-bottom{
  background: linear-gradient(45deg,#000, #451010, #000);
}
.aboutus-section{
  padding: 50px 0 0px;
  position:relative;
}
.aboutus-section:before{
  background: url(images/background-about.webp) no-repeat;
  position:absolute;
  background-size: cover;
  content:"";
  height:100%;
  top: 0;
  width:100%;
  left:0;
  z-index: -9;
  opacity: 0.5;
}
.aboutus-head h1{
  font-size: 39px;
  color: #000;
  font-weight: 600;
  font-family: 'Lilita', cursive;
  text-transform: uppercase;
  display: block;
}

.aboutus-head strong{
  font-size: 42px;
  font-family: 'Lilita', cursive;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}
.aboutus-head p{
  font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 17px;
    margin: 10px 0 0;
    font-weight: 600;
    text-transform: capitalize;
    background: #451010;
    padding: 8px 0;
}
.about-content p{
  font-family: 'Poppins', sans-serif;
  color: #000;
  line-height: 31px;
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  padding: 10px 0 0;
}
.about-content p strong em{
  font-weight: 500;
  color: #774308;
}
.about-content p a{
  font-weight: 700;
  color: #000;
}
.about-content p a strong{
  font-weight: 700;
  color: #000;
}
.about-content ul{
   margin: 19px 0 7px;
   list-style:none;
   /* background: linear-gradient(45deg, #3d0f41, #150725); */
   background: #451010fd;
   padding: 20px 20px 20px;
   position:relative;
   z-index:9;
}
.about-content ul:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  /* background:url(../images/background-design.webp) no-repeat; */
  background-position: top;
  top:0;
  z-index:-9;
  opacity: 11%;
  left: 0;
}
.about-content ul li{
  line-height: 27px;
  font-size: 15px;
  padding: 7px 0px 7px 20px;
  border-radius: 30px;
  color: #ffffff;
  position:relative;
}
.about-content ul li:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  border-radius: 30px;
  border: 2px solid #fa0;
  background: #fff;
  left: 0px;
  top: 14px;
  }
.about-content p strong{
  font-weight: 600;
  color: #000000;
}
.about-content h2 {
  font-family: 'Lilita', cursive;
  margin: 27px 0 5px 0px;
  line-height: 30px;
  padding: 7px 20px;
  font-weight: 500;
  border-radius: 11px;
  z-index: 9;
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  color: #451010fd;
  /* background: #451010fd; */
  border-left: 6px solid #fa0;
  border-right: 6px solid #fa0;
}

.about-content h2,
.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6,
.about-content strong {
  font-weight: 600;
}

.about-content h3,
.about-content h4,
.about-content h5,
.about-content h6 {
  font-size: 19px;
  line-height: 30px;
  padding: 14px 0 0 0;
  font-weight: bold;
  display: block;
  text-transform: capitalize;
  color: #020202;
  border-bottom: 2px dashed #ff8800;
  width: fit-content;
}


/* Services Section Styling */

.services-container {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main-services1 {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
}

.main-services2 {
  border: 5px solid #000;
  padding: 16px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.service-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 15px;
  object-fit: cover;
}

.main-services2 strong {
  font-family: 'Lilita', cursive;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  color: #000;
}

.main-services2 p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 12px;
  color: #000;
}

.main-services2 a {
  display: inline-block;
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 8px 16px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  transition: background-color 0.3s ease;
}

.main-services2 a:hover {
  background-color: #fa0;
  color: #000;
}

/* Optional for spacing between rows */
@media (max-width: 767px) {
  .main-services1 {
    margin-bottom: 20px;
  }
}

/* Service Section Styling end */

.talkastro-section{
  /* background: #451010; */
  position:relative;
  z-index: 9;
}
.talkastro-section:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  background-position: top;
  top:0;
  z-index:-9;
  opacity: 9%;
  left: 0;
}
.talkastro-1{
  padding: 40px;
}
.talkastro-2 a{
  padding: 40px 10px 30px;
  box-shadow: 1px 3px 1px 3px #451010;
  border-radius: 10px;
  background: #fff;
}
.talkastro-2 p{
  font-family: 'Lilita', cursive;
}
.talkastro-2 strong{
  font-family: 'Poppins', sans-serif;
}
.talkastro-2 strong{
  padding: 15px 0 0 0;
  color: #000;
  margin: 30px 0 0 0;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  border-top: 1px solid #000;
}
.talkastro-2 span{
  border-radius: 50%;
  box-shadow: 2px 1px 13px #ffffff80;
  height: 65px;
  width: 65px;
  line-height: 79px;
  background: #fff;
  display: block;
  color: #ff8800;
  margin: 0 auto 20px;
}
.talkastro-2 span .bi{
  height: 1.8rem;
  width: 1.8rem;
}
.talkastro-2 p{
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
} 

.bottom-services{
    padding: 30px 0 30px;
    overflow: hidden;
    position: relative;
}

.bottom-heading{
    padding: 0 0 40px 0;
}
.bottom-heading strong{
  font-size: 39px;
  color: #000;
  font-weight: 600;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  display: block;
}
.bottom-heading p{
  color: #fa0;
  font-size: 17px;
  margin: 10px 0 0;
  font-weight: 600;
  text-transform: capitalize;
  background: #000;
  padding: 8px 0 8px 16px;
}
.bottomservices-left1{
    padding: 0px 0 0;
    width: 65%;
}
.bottom-services1{
    padding: 10px;
}
.bottom-services2{
    background: #fa0;
    border-radius: 30px;
    padding: 45px 18px 30px;
}
.bottom-services3 ul{
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: scroll;
    height: 328px;
    overflow-x: hidden;
}
.bottom-services3 ul li{
    text-align: left;
    list-style: none;
    padding: 12px 7px 12px 21px;
    color: #000;
    position: relative;
    font-size: 15px;
    font-weight: 500;
}
.bottom-services3 ul li a{
  text-transform: capitalize;
    color: #000000;
    display:block;
}
/* .bottom-services3 ul li:hover a{
    text-decoration: underline;
} */

.bottom-services3 i {
  margin-right: 8px; /* or use 0.5em for relative spacing */
}

/* .bottom-services3 li:before{
  content:"";
  position:absolute;
  height: 12px;
  width: 12px;
  background: #e6e6e600 30%;
  border-radius: 50%;
  top: 18px;
  left: 0px;
  border: 2px solid #000;
} */

.bottom-services3 ul::-webkit-scrollbar {
 width: 2px;
}
.bottom-services3 ul::-webkit-scrollbar-track {
 box-shadow: inset 0 0 100px #f3cf86;
 border-radius: 0px;
}
.bottom-services3 ul::-webkit-scrollbar-thumb {
 background: #986c14;
  height:20px;
 border-radius: 0px 0px 10px 10px;
}  
.other-services{
  padding: 30px 0 30px;
}
.other-services1{
  padding: 10px;
}
.other-services2{
  border: 2px solid #000;
  padding: 40px 0px 40px;
  position: relative;
  z-index: 9;
  background: #fff;
  box-shadow: 0 0 11px #000;
}
.other-services2:hover{
  box-shadow: 0 0 17px #c7c7c7bf;
}
.other-services3 {
  padding: 0px 19px 15px;
}
.other-services3 span{
  display:block;
  opacity: 14%;
  top: 0;
  position: absolute;
  right: 10px;
  padding: 34px 0px 0px 20px;
  z-index: -9;
}
.other-services3 span .bi{
  height: 8.8rem;
  color: #fa0;
  width: 8.8rem;
}
.other-services3 strong{
  display: block;
  padding: 0px 0 3px 0px;
  text-transform: capitalize;
  color: #000;
  text-align: left;
  font-weight: 500;
  font-family: 'Lilita', cursive;
  font-size: 24px;
}
.other-services4 a{
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  text-align: right;
  padding: 6px 22px 4px;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  margin: 13px 16px 0 0px;
  text-transform: capitalize;
  background: #fa0;
  border-radius: 30px;
}
.other-services3 p{
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 29px;
  padding: 5px 0 20px 0;
  border-bottom: 1px solid #dedede;
}
.contact-courses{
  padding: 50px 0 0px;
}
.contact-courses strong{
  font-family: 'Lilita', cursive;
  font-size: 30px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0 0 6px 0;
  display: block;
  text-transform: capitalize;
  color: #000;
}
.contact-courses a{
  background: #000;
  padding: 7px 50px 7px;
  text-shadow: 0 0 20px #ffefcef2;
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 30px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
}
/* end other services section */



/* start testimonials section */

.testimonials{
  padding: 10px 0 30px;
  background: #fff;
}
.testimonails-1{
  padding: 15px;
}
.testimonails-2{
  padding: 25px;
  border-radius: 30px;
  background: #fff;
  position: relative;
  border: 2px solid #000;
}
.testimonails-2 i {
    border-radius: 50%;
    position: absolute;
    display: block;
    line-height: 0;
    color: #000;
    left: 0px;
    transform: rotate(359deg);
    bottom: 0px;
    opacity: 3%;
}
.testimonails-2 i .bi {
    height: 9.2rem;
    width: 9.2rem;
}
.testimonails-2 strong b .bi{
  color: #fa0;
}
.testimonails-2 p{
  color: #000;
  font-size: 15px;
  line-height: 27px;
  font-weight: 500;
}


    
    .testimonial-user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px; /* space between image and text */
  margin-top: 12px;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #ff8800; /* optional border */
}

/* Responsive scaling */
@media (max-width: 576px) {
  .testimonial-avatar {
    width: 32px;
    height: 32px;
  }
}

.testimonail-user span{
  text-align: center;
  display: block;
  font-size: 16px;
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
  padding: 16px 0 9px;
  margin: 0 0 10px;
}
.testimonails-user strong{
  clip-path: ellipse(50% 50% at 50% 50%);
  padding: 0px 10px 3px;
  background: #000;
  display: inline-block;
}
.testimonails-user strong .bi{
  height: 0.8rem;
  width: 0.8rem;
}
/* end testimonials section*/

/* start footer section */

.footer{
  background: linear-gradient(45deg, black, #000);
  padding: 50px 0 50px;
  position:relative;
  z-index: 9;
}
.footer:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  /* background:url(../images/background-design.webp) no-repeat; */
  background-position: top;
  top:0;
  z-index:-9;
  opacity: 9%;
  background-size: cover;
  left: 0;
}
.footer-heading strong{
  font-size: 20px;
  text-transform: uppercase;
  color: #ffaa00;
  font-weight: 500;
}
.footer-center1{
  padding: 10px 10px 20px;
  border-right: 1px solid #ffe0a3;
}
.footer-center1:last-child{
  border:0;
  padding-left: 20px;
}
.footer-center2{
  padding: 0px 6px 0px;
}
.text-centent p{
  color: #fff;
  line-height: 31px;
  font-weight: 300;
  font-size: 15px;
  padding: 0px 0 21px;
}
.footer-copy{
  justify-content:center;
  align-items:center;
  padding: 40px 0 0;
}
.icon-social li{
  list-style: none;
  display: inline-block;
  padding: 0 3px;
}
.icon-social li a{
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  border-radius: 110px;
  height: 30px;
  line-height: 28px;
  width: 30px;
  background: #ffaa0042;
}
.icon-social li a .bi{
  height: 0.8rem;
  width: 0.8rem;
}

.footer-center1 .footer-list ul li a {
  color: white;
  text-decoration: none; /* optional: removes underline */
}

.footer-center1 .footer-list ul li a:hover {
  color: #ddd; /* optional: slightly lighter on hover */
}
.footer-list ul {
  padding:0;
  list-style:none;
  margin:0;
}
.footer-list ul li{
  padding: 5px 0px 5px 18px;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  position:relative;
  text-transform: capitalize;
}
.footer-list ul li:before{
  content: "";
  position:absolute;
  height: 9px;
  width: 9px;
  border: 2px solid #ffb700;
  border-radius:50%;
  background: #101010;
  left: 0;
  top: 12px;
}
.footer-navigation{
    padding: 10px 0 10px;
    margin: 0px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #ffe0a3;
    border-top: 1px solid #ffe0a3;
}
.footer-navigation ul li{
  padding: 6px 25px;
  font-size: 17px;
  color: #fff;
  font-weight: 300;
  display:inline-block;
  position:relative;
  text-transform: capitalize;
  list-style: none;
}
.footer-navigation ul li a{
  color:#fff;
}
.footercontact-heading strong{
  font-size: 21px;
  text-transform:capitalize;
  display:block;
  font-weight: 500;
  color:#ffaa00;
}

.footercontact-heading ul{
  padding: 11px 0 0 0;
  margin: 0;
  text-align: left;
  list-style: none;
}
.footercontact-heading ul li{
  display: block;
  padding: 7px 0px 7px;
  color: #fff;
}
.footercontact-heading ul li a{
  color:#fff;
}
.footercontact-heading ul li .bi{
  height: 1.3rem;
  color: #ffb524;
  width: 1.3rem;
  margin: 0px 0 -3px 0;
}
.footercontact-heading ul li span{
  margin: 0 0 0 10px;
  display: inline-block;
  font-size: 17px;
}
.copy p{
   color: #ffaa00;
   font-weight: 400;
   font-size: 15px;
   padding: 0;
}
.bread-crumb{
  background: #451010;
  position:relative;
  z-index: 9;
  border-top: 2px solid #fa0;
 padding-bottom: 10px;
}

.bread-crumb > .container {
  border-bottom: 2px solid #fa0;
}

.breadcrumb-section{
  padding: 17px 0 24px;
}
.breadcrumb-section h1{
  font-size: 39px;
  font-family: 'Oswald', sans-serif;
  text-transform: capitalize;
  font-weight: 600;
  color: #fa0;
}
.breadcrumb-section h1 a{
  color: #fff;
}
.breadcrumb-section h1 a b{
  font-weight: 700;
  color: #ffc035;
}
.breadcrumb-section p{
  padding: 0 0 0px 0;
  color: #000000;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
}
.breadcrumb-section .home{
  font-size: 14px;
  padding: 7px 21px 0;
  color: #d80000;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  display: inline-block;
}
.breadcrumb-section .home .bi{
  color:#fff;
  height: 1.2rem;
  width: 1.2rem;
}
/* end bread crumb section  */ 
     


/* ===============================================================
           START GET IN TOUCH PAGE CSS 
==================================================================*/ 


.getintouch{
  padding: 100px 0 50px;
}
.getin-left2{
  position:relative;
  /* background: #451010fd; */
  padding: 40px 30px 0px 30px;
}

.heading-form strong {
    font-family: 'Lilita', cursive;
    display: inline-block;
    color: #451010fd;
    font-weight: 600;
    margin: 0;
    font-size: 37px;
    text-transform: uppercase;
    font-weight: 500;
}

.heading-form p {
    padding: 0px 0 0 0px;
    color: #451010fd;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 18px;
}

.contac-rr {
  padding: 20px 10px 0px 10px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   /* padding: 5px 9px; */
   margin: 0px 0px 4px;
   position: relative;
}
.form-group1 label{
  text-align: left;
  font-weight: 600;
  display: block;
  padding: 0 0 4px 0;
  font-size: 14px;
  text-transform: capitalize;
}
input.form-control1 {
   color: #000000;
}

.form-control1 {
  height: 46px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #451010fd;
  display: block;
  width: 100%;
  padding: 15px 14px 4px 0px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 100px;
}

.form-group1 span{
  margin: 0;
}


.btn-group{
  padding: 33px 0 0px 0;
  margin: 0;
  display: block;
}
.btn-group>.btn{
  background: #451010fd;
  padding: 9px 35px 4px;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 600;
  border:0;
  border-radius: 60px 60px 30px 30px;
  transition: 0.8s all ease-in-out;
  left: 0;
  right: 0;
  margin: 0px auto 0px;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #451010fd;
  padding-left:10px;
  font-size:15px;
  font-weight:400;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}

.getin-right2{
  padding: 40px 26px 40px 26px;
  background: #ffaa00;
  position:relative;
  z-index: 9;
}
.getin-social p{
  font-weight: 600;
  padding: 0px 0 15px 0;
  font-size: 27px;
  letter-spacing: 2px;
  color: #feb55e;
  text-transform: capitalize;
}
.getin-social ul li{
  list-style: none;
  padding: 0 9px 0 9px;
  font-weight: 600;
  font-size: 19px;
  text-transform: capitalize;
  color: #ffba00;
  display: inline-block;
}
.getin-social li a{
  color: #fff;
}
.getin-social li a .bi{
  height: 1.2rem;
  width: 1.2rem;
  color: #ffffff;
}

.getin-contact p{
  font-weight: 500;
  padding: 0px 0 7px 0;
  font-size: 20px;
  letter-spacing: 0px;
  color: #000;
  text-transform: capitalize;
}
.getin-contact a span{
  border-radius: 50%;
  box-shadow: 15px 1px 13px #451010fd;
  height: 65px;
  width: 65px;
  text-align: center;
  top: 60px;
  line-height: 73px;
  left: 0;
  background: #fff;
  display: block;
  position: absolute;
  color: #451010fd;
}
.getin-contact a{
  color: #fff;
  display: block;
  padding: 15px 0 20px 81px;
  font-size: 23px;
}
.getin-contact:last-child a{
          font-size: 18px;
}
.getin-contact a .bi{
  height: 1.7rem;
  margin: 0 0px 0 0px;
  width: 1.7rem;
}
.getin-social{
  padding: 12px 0 26px;
  border-bottom: 1px solid #ebebeb;
}
.getin-contact{
  padding: 26px 0;
  position: relative;
  border-bottom: 1px solid #ebebeb;
}
.getin-contact:last-child{
  border:0;
}
.getin-right1{
  padding: 0;
}


/* ===============================================================
           END GET IN TOUCH PAGE CSS 
==================================================================*/



#callbook {
  background:green;
  bottom: 0;
  height: 40px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 999999;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background: rgb(255, 0, 0);
  position: relative;
  padding: 8px 21px;
  width:50%;
  list-style:none;
  float:left;
  text-align: center;
}
#callbook ul li:last-child{
  background: #038303;
}
#callbook ul li a span {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  top: 0px;
}

/* payment image section styles */

/* Section Styles */
.image-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: auto;
  border-radius: 12px;
}

/* Header Font Style */
.section-header {
  font-family: 'Lilita One', cursive;
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #451010;
}

/* Image Grid */
.image-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.image-grid img {
  width: 100px;
  height: 60px;
  object-fit: contain;
  width: calc(25% - 20px);
  border-radius: 10px;
  box-shadow: 1px 3px 11px 3px #451010;
  transition: transform 0.3s ease;
}

.image-grid img:hover {
  transform: scale(1.05);
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .image-grid img {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 768px) {
  .image-grid img {
    width: calc(50% - 20px);
  }
}

@media (max-width: 480px) {
  .image-grid img {
    width: 100%;
  }
}

/* certifications section styling */

.testimonial-section {
  padding: 20px 20px;
  text-align: center;
}

.certifications-container {
  max-width: 1140px;
  margin: 0 auto;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.divider-pattern {
  width: 60px;
  height: 20px;
  margin: 0 auto 20px auto;
}

.certifications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
}

.testimonial img {
  width: 100%;
  max-width: 349px;
  height: auto;
  border-radius: 8px;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials {
    flex-direction: column;
    align-items: center;
  }
}

about-img {
  max-width: 100%;
  height: auto;
}

/* On mobile: square image, centered */
@media (max-width: 768px) {
  .about-img {
    width: 250px;
    height: 250px;
    object-fit: cover;   /* keeps aspect ratio nicely */
    margin-bottom: 20px; /* spacing below image */
  }
}

@media (max-width: 768px) {
  .marquee-left1 {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .navbar-toggler {
    display: inline-flex;      /* make button + text in one row */
    align-items: center;       /* vertical centering */
  }

  .navbar-toggler::after {
    content: " Astrologer Dinesh Shastri";
    color: #451010;
    font-size: 16px;           /* adjust size */
    font-weight: bold;
    margin-left: 45px;         /* gap between icon & text */
    white-space: nowrap;       /* prevent wrapping */
    line-height: 1;            /* cleaner alignment */
  }
}


