/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.12.7.1776080989
Updated: 2026-04-13 11:49:49

*/

/* 🎯 ELEMENTOR SECTION */
 /*.elementor-element.elementor-element-c08f90b.hero-banner-section {
    position: relative;
    min-height: 42vw;
    display: flex;
    align-items: center;
    padding-top: 25px;
    overflow: hidden;
   background: url("https://sanjaybiyani.com/new/wp-content/uploads/2026/05/SB-Hero-Section-Desktop-Prototype-HD.png") no-repeat center center;
    background-size: cover;
 
}
*/



.ast-scroll-to-top-right {
    right: 30px;
    bottom: 117px !important;
}
a#btnText:hover {
    background: #000;
    color: #fff;
    border-radius: 10px;
}
/* overlay */
.elementor-element.elementor-element-c08f90b.hero-banner-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0.2);
  z-index: 1;
}

/* HERO WRAPPER */
.hero-slider {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}

/* CONTENT */
.hero-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* TEXT WRAP */
.text-wrap {
    max-width: 1140px;
}
/* SMALL TEXT */
.small {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

svg.ekit-svg-icon.icon-quote {
    font-size: 46px;
    font-weight: 600;
}

/* BIG TEXT */
.big h1 {
    font-size: 43px;
    font-weight: 800;
    color: #088DCA;
    line-height: 1.1;
    min-height: 82px;
}

/* LIST */
.custom-list {
  list-style: none;
  margin: 20px 0;
  padding: 0;
}

.custom-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 21px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.custom-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  background: #0a7db8;
  color: #fff;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BUTTON */
.btn {
    display: inline-block;
    margin-top: 0;
    padding: 6px 14px;
    background: #0a7db8;
    color: #fff;
    text-decoration: none;
}

/* 🔥 ARROWS FIXED */
.arrows {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-602%, -50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.arrow {
  width: 45px;
  height: 45px;
  background: #0a7db8;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
}

/* ANIMATION */
.animate {
  animation: slideUp 0.6s ease forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* RESPONSIVE */
@media(max-width:768px){
  .big {
    font-size: 32px;
  }

  .text-wrap {
    max-width: 100%;
  }

  .arrows {
    left: 10px;
  }
.big h1 {
    font-size: 20px;
    font-weight: 800;
    color: #088DCA;
    line-height: 1.1;
    min-height: 0;
}
	.section-title1 {
    text-align: center !important;
    padding: 0 !important;
    margin-bottom: 12px;
}
	.section-title1 h2 {
    font-size: 16px;
}
	.btn {
    display: inline-block;
    margin-top: 0;
    padding: 12px 28px;
    background: #088DCA !important;
    color: #fff;
    text-decoration: none;
}
}


/* Counselling program css */
/* GRID */
.grid-box {
    display: flex;
    gap: 25px;
}

/* CARD */
.box {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 3px 12px rgba(0,0,0,0.08);
}

.box:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* TITLE */
.box-title a {
    text-decoration: none;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    transition: 0.3s;
}

.box-title a:hover {
    color: #0077b6;
}

/* LIST */
.box-list {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    margin: 11px 0;
}

.box-list li {
    margin-bottom: 10px;
    padding-left: 22px;
    position: relative;
    font-size: 14px;
}

.box-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    



: #0077b6;
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 13px;
    padding: 3px 5px;
}

.box-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    background: #088dca;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}

/* CIRCLE HOVER EFFECT */
.box-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 200px;
    background-color: #445a7ea6;
    border-radius: 50%;
    transform: translate(-40px, -80px) scale(0.1);
    opacity: 0;
    z-index: -1;
    transition: transform 0.5s ease, opacity 0.5s ease;
}

/* HOVER */
.box-btn:hover::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.box-btn:hover {
    color: #fff;
}

/* ARROW ICON */
.box-btn::before {
    content: "→";
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* ARROW MOVE */
.box-btn:hover::before {
    transform: translateX(6px);
}

/* Auther Counselling */
.elementor-15 .elementor-element.elementor-element-67d1148 .elementskit-accordion .elementskit-card-body {
    color: #000000;
    padding: 0px 30px 30px 30px;
    box-shadow: 0 4px 10px #efefef;
}
p.avinash-biyani-pra {
    font-weight: 500;
    color: #333333 !important;
    font-size: 15px;
}

/* whay anish shahoo */

/* TITLE */
.section-title1 {
    text-align: center;
    padding: 0px 20px 20px;
}

.section-title p {
    color: #0077b6;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-title h2 {
    font-size: 32px;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
}

/* GRID */
.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 40px 80px;
}

/* BOX */
.feature-box {
    position: relative;
    padding: 20px 20px 20px 70px;
    transition: 0.3s ease;
}

/* IMAGE ICON */
.icon-img {
    position: absolute;
    left: 0;
    top: 5px;
    width: 45px;
    height: 45px;
}

.icon-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* NUMBER */
.number {
    position: absolute;
    left: 0;
    top: 35px;
    font-size: 40px;
    font-weight: bold;
    color: rgba(0,0,0,0.08);
}

/* TITLE */
.feature-box h3 {
    margin: 0;
    font-size: 18px;
}

/* TEXT */
.feature-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-top: 10px;
}

/* LINE */
.feature-box::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #0096c7;
    position: absolute;
    bottom: 0;
    left: 70px;
}

/* HOVER */
.feature-box:hover {
    transform: translateY(-6px);
}


.ekit-wid-con svg {
    width: 2em !important;
    height: 1em !important;
    margin-bottom: 10px;
}

@media (max-width:1400px) {
	.arrows {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-317%, -50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}
}
@media (max-width:1326px) {
	
	.arrows {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(-233%, -50%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}
}

@media (max-width:1024px) {
	
	.elementor-element.elementor-element-c08f90b.hero-banner-section {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    padding-top: 0px;
    overflow: hidden;
    
    background-size: cover;
}
	.btn {
    display: inline-block;
    margin-top: 0;
    padding: 12px 28px;
    background: #2575fc;
    color: #fff;
    text-decoration: none;
}
	.big {
    font-size: 40px;
    font-weight: 800;
    color: #FFE02E;
    line-height: 1.1;
    min-height: 93px;
}
	.arrows {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(907px, -162%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}
	.box-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    background: #0077b6;
    font-size: 12px;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 13px;
    padding: 3px 5px;
    top: 3px;
}
	.box-list li {
    margin-bottom: 5px;
    padding-left: 26px;
    position: relative;
    font-size: 13px;
}
	.grid-box {
    display: flex;
    gap: 10px;
}
	
	.box-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 12px;
    background: #088dca;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}
	.section-title {
    text-align: center;
    padding: 20px 10px 10px;
}
	.section-title p {
    color: #0077b6;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
}
	.section-title h2 {
    font-size: 28px;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
	.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px 15px;
}
	.elementor-15 .elementor-element.elementor-element-c36664c .ekit_testimonial_style_5 .elementskit-watermark-icon {
    position: unset;
    font-size: 39px;
}
}


/* RESPONSIVE */
@media(max-width: 900px){
    .feature-grid {
        grid-template-columns: 1fr;
        padding: 20px;
    }
	.arrows {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(232px, 121%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}
	.box-title a {
    text-decoration: none;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}
	.elementor-15 .elementor-element.elementor-element-6a1cc94 {
    --display: flex;
    --flex-direction: row;
    --container-widget-width: initial;
    --container-widget-height: 100%;
    --container-widget-flex-grow: 1;
    --container-widget-align-self: stretch;
    --flex-wrap-mobile: wrap;
    --gap: 0px 0px;
    --row-gap: 0px;
    --column-gap: 0px;
    --padding-top: 12px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}
	.feature-grid {
    grid-template-columns: 1fr 1fr;
    padding: 20px;
}
	.elementor-15 .elementor-element.elementor-element-4063b40 {
    --padding-top: 6px;
    --padding-bottom: 0px;
    --padding-left: 10px;
    --padding-right: 10px;
}
	.elementor-15 .elementor-element.elementor-element-ac2a62c .elementor-field-group {
    padding-right: calc( 6px/2 );
    padding-left: calc( 6px/2 );
    margin-bottom: 8px;
}
}

@media (max-width: 800px) {
	.big {
    font-size: 34px;
    font-weight: 800;
    color: #FFE02E;
    line-height: 1.1;
    min-height: 87px;
}
	.elementor-15 .elementor-element.elementor-element-ac2a62c .elementor-field-group {
    padding-right: calc( 6px/2 );
    padding-left: calc( 6px/2 );
    margin-bottom: 4px;
}
	.elementor-15 .elementor-element.elementor-element-18a7310 {
    --margin-top: 0px;
    --margin-bottom: 20px;
    --margin-left: 0px;
    --margin-right: 0px;
}
	.elementor-314 .elementor-element.elementor-element-50e597a {
    --width: 33.33%;
}
	.elementor-314 .elementor-element.elementor-element-61863e1 {
    --width: 33.33%;
}
	.elementor-314 .elementor-element.elementor-element-519bde8 {
    --width: 33.33%;
}
}


@media (max-width: 767px) {
	
	.grid-box {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
	row-gap: 22px;	
}
	.section-title h2 {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
	.elementor-15 .elementor-element.elementor-element-4063b40 {
    --padding-top: 6px;
    --padding-bottom: 0px;
    --padding-left: 15px;
    --padding-right: 15px;
}
	.elementor-15 .elementor-element.elementor-element-ac2a62c .elementor-field-group {
    padding-right: calc( 6px/2 );
    padding-left: calc( 6px/2 );
    margin-bottom: 12px;
}
	
	.elementor-element.elementor-element-c08f90b.hero-banner-section {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    padding-top: 20px;
    overflow: hidden;
    background-size: cover;
    display: none !important;
}
}

@media (max-width: 566px) {
	.elementor-15 .elementor-element.elementor-element-6307ffa {
    --margin-top: 24px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --margin-right: 0px;
    --padding-top: 0px;
    --padding-bottom: 0px;
    --padding-left: 0px;
    --padding-right: 0px;
}
	.big {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    line-height: 1.1;
    min-height: 42px;
}
	.custom-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 7px;
    color: #333;
    font-size: 13px;
}
	.arrows {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0%, 155%) !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}
}

@media (max-width:460px) {
	.grid-box {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    row-gap: 20px;
}
	.elementor-element.elementor-element-1fb5725.e-con-full.e-flex.e-con.e-child {
    padding: 0;
    margin-top: 5px;
}
	.elementor-element.elementor-element-02871fe.animated-slow.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.animated.bounceInDown {
    padding-bottom: 20px;
}
	.section-title h2 {
    font-size: 15x;
    margin-top: 0px;
    font-weight: 600;
    color: #000;
    font-family: 'Poppins', sans-serif;
}
	
.drsanjaybiyani p {
    font-size: 13px !important;
    color: #0c0b0b !important;
    line-height: 19px !important;
    text-align: left;
    margin-bottom: 11px;
}
	.feature-grid {
    grid-template-columns: 1fr;
    padding: 0;
}
	.elementor-15 .elementor-element.elementor-element-374bc64 .elementor-heading-title {
    font-size: 18px;
}
	.elementor-button {
    background-color: #69727d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    fill: #fff;
    font-size: 15px;
    line-height: 1;
    padding: 9px 12px;
    text-align: center;
    transition: all .3s;
}
	.elementor-15 .elementor-element.elementor-element-91d24ab .elementor-heading-title {
    font-size: 18px;
}
	.elementor-15 .elementor-element.elementor-element-cd45eda .elementor-heading-title {
    font-size: 18px;
}
	.elementor-314 .elementor-element.elementor-element-50e597a {
    --width: 50%;
}
	.elementor-314 .elementor-element.elementor-element-61863e1 {
    --width: 50%;
}
	.elementor-element.elementor-element-0105f46.elementor-widget.elementor-widget-image img {
    width: 100%;
    height: auto;
}
	.elementor-314 .elementor-element.elementor-element-519bde8 {
    --width: 50%;
}
	.elementor-element.elementor-element-2dbe277.e-con-full.e-flex.e-con.e-child {
    width: 50%;
}
	.elementor-314 .elementor-element.elementor-element-7f8bd11 .elementor-field-group {
    padding-right: calc( 0/2 );
    padding-left: calc( 49px/2 );
    margin-bottom: 8px;
}
	.elementor-element.elementor-element-99c5f40.elementor-widget.elementor-widget-text-editor p {
    margin: 0;
}
		.arrows {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(17px, 146%);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}
	.text-wrap {
    max-width: 100%;
    height: auto;
}
}

@media (max-width: 400px) {
	.elementor-314 .elementor-element.elementor-element-50e597a {
    --width: 100%;
}
	.elementor-314 .elementor-element.elementor-element-61863e1 {
    --width: 100%;
}
	.elementor-314 .elementor-element.elementor-element-519bde8 {
    --width: 100%;
}
	.elementor-element.elementor-element-2dbe277.e-con-full.e-flex.e-con.e-child {
    width: 100%;
}
	.elementor-element.elementor-element-0105f46.elementor-widget.elementor-widget-image img {
    width: 220px;
    height: auto;
}
	.elementor-314 .elementor-element.elementor-element-7f8bd11 .elementor-field-group {
    padding-right: calc( 0/2 );
    padding-left: calc( 76px/2 );
    margin-bottom: 8px;
}
.arrows {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(9%, 314%) !important;
    display: flex;
    flex-direction: row;
    gap: 12px;
    z-index: 9999;
}
	.elementor-element.elementor-element-c08f90b.hero-banner-section {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    padding-top: 20px;
    overflow: hidden;
    
    background-size: cover;
}
	
	
}
	
	
	
	
	
	





























/* ============================= */
/* HTML & BODY FIX */
/* ============================= */
html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden; /* Horizontal scroll remove */
  position: relative;
}

/* ============================= */
/* MEDIA FIX */
/* ============================= */
img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ============================= */
/* CONTAINER */
/* ============================= */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* ============================= */
/* FLEX FIX */
/* ============================= */
.row {
  display: flex;
  flex-wrap: wrap;
}

.col {
  flex: 1;
  min-width: 0;
}

/* ============================= */
/* TEXT FIX */
/* ============================= */
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

/* ============================= */
/* SECTION & DIV SAFETY */
/* ============================= */
section, div {
  max-width: 100%;
}

/* ============================= */
/* COMMON BUG FIXES */
/* ============================= */

/* Avoid 100vw issue */
.full-width {
  width: 100%;
}

/* Prevent elements going outside */
.wrapper {
  overflow-x: hidden;
}

/* Slider / carousel fix */
.slider, .carousel {
  overflow: hidden;
}

/* Long text fix */
.break-text {
  word-break: break-word;
}

/* ============================= */
/* DEBUG (Use only for testing) */
/* ============================= */
/*
* {
  outline: 1px solid red;
}
*/

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .row {
    flex-direction: column;
  }

  .col {
    width: 100%;
  }

  section, div {
    padding-left: 0;
    padding-right: 0;
  }
}


/*About Us Css */

/* Wrapper */
.page-wrapper {
  display: flex;
  justify-content: center;
  padding: 0px 0px;
}

.avinash-content p {
    margin-bottom: 0;
}
/* Content Card */
.avinash-content {
    max-width: 700px;
    background: #EBEBEB;
    padding: 21px 15px;
    border-radius: 16px;
    color: #e5e7eb;
    line-height: 1.7;
    box-shadow: 0 0px 10px rgba(0,0,0,0.5);
}

/* Hidden content */
.hidden-content {
  display: none;
  margin-top: 15px;
}

/* Quotes */
.quote {
  margin-top: 12px;
  padding-left: 15px;
  border-left: 3px solid #22c55e;
  font-style: italic;
  color: #9ca3af;
}

/* BUTTON */
.toggle-btn {
  margin-top: 25px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2c2c2c;
  color: #fff;
  border: none;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Arrow (renamed) */
.arrow-biyani {
  font-size: 16px;
  transition: transform 0.3s ease;
}

/* Hover */
.toggle-btn:hover {
  background: #3a3a3a;
  transform: translateY(-2px);
}

/* Active arrow rotate */
.toggle-btn.active .arrow-biyani {
  transform: rotate(180deg);
}

.avinash-content p {
    color: #000;
}
.line-border {
    position: relative;
    margin-top: 11px;
    padding-top: 20px;
}

.line-border::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 23%;
    height: 3px;
    background: #088dca;
    box-shadow: 0 0 10px #088dca;
}

/* Second Sections Css */

/* Section */
.timeline-section {
    padding: 20px 0;
}

/* Grid */
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  position: relative;
}

/* Dashed Line */
.timeline-grid::before {
    content: "";
    position: absolute;
    top: 60px;
    left: 9%;
    width: 79%;
    border-top: 2px dashed #9ca3af;
    z-index: 0;
}

/* Card */
.timeline-item {
  text-align: center;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}

/* Hover */
.timeline-item:hover {
  transform: translateY(-8px);
}

/* Circle */
.icon-circle {
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  position: relative;
  transition: 0.3s;
}

/* Small number */
.step-number {
    position: absolute;
    bottom: -6px;
    left: 16%;
    transform: translateX(-50%);
    background: #0284c7;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Hover effect circle */
.timeline-item:hover .icon-circle {
  background: #0284c7;
  color: #fff;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Title */
.timeline-item h3 {
  margin-top: 20px;
  font-size: 18px;
  color: #111827;
}

/* Text */
.timeline-item p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
}

/* MOBILE RESPONSIVE */
@media(max-width: 992px) {
  .timeline-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .timeline-grid {
    grid-template-columns: 1fr;
  }

  .timeline-grid::before {
    display: none;
  }
}


/* third Sections */

/* Section */
.skill-section {
    max-width: 700px;
    margin: auto;
    padding: 0px 0px;
}
/* Title */
.sec-title h2 {
  margin-bottom: 15px;
}

.sec-title p {
    color: #000000;
    margin-bottom: 4px;
    font-size: 14px;
    font-weight: 400;
}
/* Skill Item */
.skill-item {
  margin-bottom: 25px;
}

/* Top Row (Title + %) */
.skill-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}

/* Title */
.skill-title {
  font-size: 14px;
  color: #000;
}

/* Percentage */
.skill-percent {
    font-size: 13px;
    color: #0469c3;
}

/* Bar */
.skillbar {
    background: #EBEBEB;
    border-radius: 20px;
    height: 8px;
    overflow: hidden;
}

/* Fill */
.skillbar-bar {
    height: 100%;
    width: 0;
    background: linear-gradient(180deg, #088dca 0%, #9d0c0c 100%);
    border-radius: 20px;
    transition: width 1.5s ease;
}


/* four Section css */

/* Section */
.counter-section {
  padding: 60px 20px;
}

/* Grid */
.counter-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.counter-area {
  text-align: center;
  background: #13679b0d;
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s;
}

.counter-area:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Icon */
.counter-icon img {
    width: 71px;
    margin-bottom: -15px;
    margin-left: -12px;
    height: 40px;
}

/* Number */
.counter-number {
  font-size: 32px;
  font-weight: bold;
  color: #111827;
}

.prefix {
  color: #22c55e;
}

/* Title */
.title {
  font-size: 14px;
  color: #4b5563;
  margin-top: 10px;
}
.count {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* Responsive */
@media(max-width: 992px) {
  .counter-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width: 600px) {
  .counter-grid {
    grid-template-columns: 1fr;
  }
}




/* WRAPPER */
.testi-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

/* EACH ITEM */
.testi-item {
    margin-bottom: 20px;
    opacity: 0.3;
    transform: translateY(40px);
    transition: all 0.6s ease;
}

/* ACTIVE STATE */
.testi-item.active {
  opacity: 1;
  transform: translateY(0);
}

/* SPEECH BUBBLE */
.bubble {
  background: #f5f9ff;
  padding: 25px;
  border-radius: 20px;
  position: relative;
}

/* BUBBLE ARROW */
.bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  background: #f5f9ff;
  transform: rotate(45deg);
}

/* QUOTE */
.quote {
    font-size: 16px;
    color: #000;
    line-height: 1.6;
}

/* TEXT */
.bubble p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

/* USER */
.user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

.user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

.user h4 {
  margin: 0;
  font-size: 16px;
}

.left-sticky {
  position: sticky;
  top: 120px;
}

.elementor-column.elementor-col-60, .elementor-column[data-col="60"] {
    width: 72% !important;
}


/* QUOTE ICON IMAGE */
.quote-icon img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin-bottom: 15px;
  opacity: 0.8;
}

/* OPTIONAL POSITION LIKE DESIGN */
.bubble {
  background: #f5f9ff;
  padding: 25px;
  border-radius: 20px;
  position: relative;
}

/* ARROW */
.bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 30px;
  width: 20px;
  height: 20px;
  background: #f5f9ff;
  transform: rotate(45deg);
}


/*contanct Css */

.info-section{
  display:flex;
  gap:30px;
  justify-content:space-between;
  flex-wrap:wrap;
}

/* CARD STYLE */
.info-card{
  flex:1;
  min-width:250px;
  display:flex;
  align-items:center;
  gap:15px;
  padding:25px;
  background:#fff;
  border-radius:15px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);

  /* background pattern like your image */
  background-image: url("https://sanjaybiyani.com/new/wp-content/uploads/2026/04/box-bg2.webp");
  background-size: cover;
}

/* ICON */
.info-card .icon img {
    width: 55px;
    height: 55px;
}

/* TEXT */
.info-card h3{
  margin:0;
  font-size:18px;
}

.info-card p{
  margin:5px 0 0;
  font-size:14px;
  color:#555;
}

.info-card {
    display: flex;
    align-items: self-start;
    gap: 27px;
    padding: 25px;
    border-radius: 15px;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: 0.3s ease;
}

/* hover effect */
.info-card:hover{
  transform:translateY(-5px);
  box-shadow:0 15px 40px rgba(0,0,0,0.12);
}


.drsanjaybiyani p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 1.1;
}



/* Section */
.breadcrumb-section {
   
    padding: 40px 20px;
    color: #fff;
}

/* Container */
.breadcrumb-container {
    max-width: 1200px;
    margin: auto;
}

/* Title */
.page-title {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

/* Breadcrumb */
.breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

/* Links */
.breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumb a:hover {
    color: #fff;
}

/* Separator */
.breadcrumb span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.1;
}

/* Active */
.breadcrumb .active {
    color: #fff;
    font-weight: 600;
}






/* LAYOUT */
.main-wrapper {
    display: flex;
    
    margin: 0 auto;
    gap: 30px;
    padding: 0;
}
/* SIDEBAR */
.sidebar {
    width: 315px;
    background: #eee;
    padding: 15px;
    border-radius: 10px;
    height: auto;
    overflow-y: auto;
    position: sticky;
    top: 0;
}
div#summary p {
    color: #000;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    font-weight: 400;
    font-family: sans-serif;
}
.Others-biyani h4 {
    font-size: 22px;
    font-weight: 600;
    color: #6a1b9a;
    line-height: 1.1;
   margin-bottom: 20px;
}

/* BUTTONS */
.tab-btn, .other-btn {
    width: 100%;
    padding: 10px;
    margin: 6px 0;
    border: none;
    color: #6a1b9a !important;
    cursor: pointer;
    text-align: left;
    border-radius: 6px;
    transition: 0.3s;
    background: rgb(251 251 251) !important;
}

.tab-btn.active {
  background: #6a1b9a !important;
  color: #fff !important;
}

.other-btn.active {
  background: #1976d2;
  color: #fff;
}
.tab-btn:hover, .other-btn:hover {
    background: #000000;
}

.other-box h4 {
    font-size: 23px;
    font-weight: 600;
    color: #000;
}
/* OTHER SERVICES */
.other-box {
  margin-top: 20px;
}

/* CONTENT */
.content {
  flex: 1;
}

/* TOP CARD */
.top-card {
    background: #eef7e6;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #cde3b3;
    margin-bottom: 20px;
    margin-top: 15px;
}
.top-card p {
    margin: 0;
    padding: 10px 0;
    margin-top: 8px;
}
.top-card h3 {
    padding-bottom: 17px;
}
.book-btn {
  background: #8bc34a;
  border: none;
  padding: 10px 15px;
  border-radius: 6px;
  cursor: pointer;
  color: #fff;
}

/* TAB CONTENT */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}
a.book-btn:hover {
    color: #6a1b9a;
}
/* SECTION TITLE */
.section-title {
    background: #6a1b9a;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 10px;
    text-align: center;
}
.Others-biyani {
    background: #a5c4ff;
    border-radius: 10px;
    padding: 10px;
    margin-top: 25px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .main-wrapper {
    flex-direction: column;
  }

  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
}



@media (max-width: 767px) {
	.main-wrapper {
    display: block;
    gap: 30px;
    padding: 10px;
}
	.sidebar {
    width: 100%;
    background: #ddd;
    padding: 10px;
    border-radius: 10px;
}
	.elementor-element.elementor-element-a258e40.elementor-widget.elementor-widget-text-editor p {
    color: #fff;
}
	.breadcrumb-section {
    padding: 20px 20px;
    color: #fff;
}
	.page-title {
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}
	.cta-row {
    display: block;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}
	.secure {
    color: #555;
    font-size: 14px;
    text-wrap-mode: nowrap;
}
	.secure {
    display: block;
    color: #555;
    font-size: 14px;
    text-wrap-mode: nowrap;
    margin-top: 10px;
}
	.top-card {
    width: 100%;
    background: #f3f7ec;
    border: 2px solid #b6d26b;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 0;
}
	.tab-content {
    display: none;
    background: #fff;
    padding: 0px;
    border-radius: 10px;
    margin-top: 20px;
}
	div#summary p {
    margin: 0;
}
	h2.sanjay-biyani-sections {
    margin-top: 18px;
}
}




/*mobile ke liye css hai ye servicespage ki */
/* 👉 BY DEFAULT HIDE */
.prameshwar-wrapper {
  display: none;
}

/* 👉 MOBILE ONLY */
@media (max-width: 767px) {

  .prameshwar-wrapper {
    display: block;
  }

 

  .prameshwar-sidebar {
    background: #eee;
    padding: 15px;
    border-radius: 10px;
  }

 .prameshwar-tab-btn, .prameshwar-other-btn {
    width: 100%;
    padding: 12px;
    margin: 6px 0;
    border: none;
    color: #6a1b9a;
    cursor: pointer;
    text-align: left;
    border-radius: 6px;
    background: none;
}
	button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus, body .wp-block-file .wp-block-file__button:hover, body .wp-block-file .wp-block-file__button:focus {
    color: #ffffff;
    background-color: #6a1b9a ;
    border-color: none ;
}
	
	button.prameshwar-other-btn {
    background: none !important;
    border: none;
    color: #000;
    cursor: pointer;
}

/* Hover */
button.prameshwar-other-btn:hover {
    background: none !important;
    color: #000;
}

/* Active / Click */
button.prameshwar-other-btn:active {
    background: none !important;
    color: #000;
}

/* Focus (browser blue remove) */
button.prameshwar-other-btn:focus {
    outline: none;
    background: none !important;
    color: #000;
}

  .prameshwar-tab-btn.active, 
  .prameshwar-other-btn.active {
    background: #6a1b9a;
  }

  .prameshwar-content {
    display: none;
    background: #fff;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 10px;
  }

  .prameshwar-content.active {
    display: block;
  }

  .prameshwar-title {
    background: #6a1b9a;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    margin-bottom: 8px;
  }

.prameshwar-other-box {
    margin-top: 15px;
    background: #a5c4ff;
    padding: 15px;
    border-radius: 15px;
}
	.prameshwar-other-box h4 {
    color: #6a1b9a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.1;
}

 .prameshwar-card {
    margin-top: 20px;
    background: #eef7e6;
    padding: 17px;
    border-radius: 10px;
    margin: 0 15px;
    margin-top: 21px;
    border: 1px solid #88a370;
}
  .prameshwar-btn {
    display: inline-block;
    background: #8bc34a;
    padding: 10px;
    border-radius: 6px;
    color: #fff;
    text-decoration: none;
    margin-top: 10px;
  }

}






/* From Uiverse.io by SouravBandyopadhyay */ 
.cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
}
.card-title {
    color: #262626;
    font-size: 18px;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.small-desc {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
  color: #000000;
}

.small-desc {
  font-size: 1em;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2em;
  height: 2em;
  overflow: hidden;
  top: 0;
  right: 0;
  background: linear-gradient(135deg, #6293c8, #384c6c);
  border-radius: 0 4px 0 32px;
}

.go-arrow {
  margin-top: -4px;
  margin-right: -4px;
  color: white;
  font-family: courier, sans;
}

.card {
    display: block;
    position: relative;
    max-width: 300px;
    max-height: 320px;
    background-color: #f2f8f9;
    border-radius: 10px;
    padding: 2em 1.2em;
    margin: 5px 0;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, #ddd, #ddd);
    font-family: Arial, Helvetica, sans-serif;
}

.card:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: linear-gradient(135deg, #088DCA);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.35s ease-out;
    color: #fff;
}
.card:hover:before {
  transform: scale(28);
}

  .card:hover .small-desc {
  transition: all 0.5s ease-out;
  color: rgb(255, 255, 255);
}

.card:hover .card-title {
  transition: all 0.5s ease-out;
  color: #ffffff;
}


@media (max-width: 1024px) {
	.cards-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px;
}
}
@media (max-width: 767px) {
.cards-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}
	.card {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 320px;
    background-color: #f2f8f9;
    border-radius: 10px;
    padding: 2em 1.2em;
    margin: 12px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    background: linear-gradient(to bottom, #ddd, #ddd);
    font-family: Arial, Helvetica, sans-serif;
}
}



@media (max-width: 767px) {
		.enquiry-btn .circle {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    background: linear-gradient(135deg, #dd1c25, #ff5f6d);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    animation: float 3s ease-in-out infinite;
    transition: all 0.3s ease;
}
		.enquiry-btn img {
    width: 60px !important; 
    height: 60px !important;
    object-fit: cover;
    border-radius: 100px;
}
	}






/* MAIN BANNER */
.banner {
    max-width: 1000px;
    /* margin: 40px auto; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 40px 30px; */
    border-radius: 10px;
}

/* LEFT CONTENT */
.banner-left {
    width: 60%;
}

.banner-title h1 {
    font-size: 41px;
    font-weight: bold;
    color: #0d2b4c;
    line-height: 1.4;
}

.banner-title span {
    color: #d49a2a;
}

.line {
    width: 100px;
    height: 3px;
    background: #d49a2a;
    margin: 20px 0;
}

/* LIST */
.features {
    list-style: none;
    margin-top: 10px;
    margin: 0;
    
}

.features li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    color: #0d2b4c;
    line-height: 30px;
    font-weight: 500;
}

.icon-box {
    width: 65px;
    height: 65px;
    background: #0d2b4c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 35px;
}

/* BUTTON */
.btn {
    display: inline-flex;
    align-items: center;
    background: #d49a2a;
    color: white;
    padding-top: 5px;
    border-radius: 30px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 38px;
    gap: 28px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.1;
    font-family: revert;
}


	


.btn span {
    margin-left: 10px;
    background: #d49a2a;
    padding: 5px 10px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    font-size: 26px;
}

/* RIGHT IMAGE */
.banner-right {
    width: 35%;
    text-align: right;
}

.banner-right img {
    width: 100%;
    max-width: 280px;
}
.icon-box svg {
    width: 50px;
    height: 50px;
}


@media (max-width: 767px) {
	.banner-left {
    width: 100%;
}
	.banner-title {
    font-size: 27px;
    font-weight: bold;
    color: #0d2b4c;
    line-height: 1.4;
}
	.line {
    width: 100px;
    height: 2px;
    background: #d49a2a;
    margin: 7px 0;
}
	
	.features li {
    display: flex;
    align-items: center;
    margin-bottom: 13px;
    font-size: 16px;
    color: #0d2b4c;
    line-height: 21px;
    font-weight: 500;
}
	.icon-box {
    width: 40px;
    height: 40px;
    background: #0d2b4c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 21px;
}
	
	.btn {
    display: inline-flex;
    align-items: center;
    background: #d49a2a !important;
    color: white;
    padding-top: 5px;
    border-radius: 30px;
    margin-top: 15px;
    text-decoration: none;
    font-weight: bold;
    padding-bottom: 5px;
    padding-left: 8px;
    gap: 3px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.1;
    font-family: revert;
		padding-right:3px;
}
	.btn span {
    margin-left: 5px;
    background: #d49a2a;
    padding: 4px 5px;
    border-radius: 44px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    font-size: 12px;
}
}

@media (max-width: 400px) {
	.icon-box {
    width: 49px;
    height: 33px;
    background: #0d2b4c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 17px;
}
	a.btn:hover {
    color: #fff;
}
}