.widget_card_account {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-top: 2px solid #6a1a1f;
    border-radius: 15px;
    transition: 0.2s;
    background: #fff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.widget_card_account a:hover h6 {
color:#000;
}

.calendar-widget {padding:15px; background:#fff; border-radius:12px; box-shadow: 0 4px 8px rgb(0 0 0 / 21%);}
.calendar-header {display:flex; justify-content:space-between; align-items:center; margin-bottom:10px;}
.calendar-header button {background:none; border:none; cursor:pointer;}
.calendar-header svg {width:20px; height:20px; fill:#6a1a1f;}
.calendar-widget table {width:100%; border-collapse: collapse; text-align:center;}
.calendar-widget th {
    padding: 6px;
    color: #fff !important;
    border-radius: 0;
    background: #6a1a1f !important;
}
.calendar-widget td {padding:10px; border-radius:0; cursor:pointer; transition:0.2s;}
.calendar-widget td:hover {background:#bc989a4a !important;}
.calendar-widget td.today {    background: #6a1a1f !important;
    color: #fff !important; font-weight:bold;}
.weekdays td:nth-child(1) {
    color: #ff3b3b !important;
}
.weekdays td:nth-child(7) {
    color: #2e55a2;
}

.widget_card_account h6 {
color:#000 !important;
font-size: 16px;
    font-weight: 600;
}

.order_table thead th{
    background-color: #6a1a1f !important;
}

.edit-profile-box .title{
    border-radius:15px 15px 0px 0px ;
}

.widget_card_account small {
color:#000;
}

.widget_icon{
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}


.oder_bx {
   
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #e8e8e8;
    padding: 0 0;
    border-top: 2px solid #e5e5e5 !important;
    box-shadow: 0px 2px 8px #e2e2e2de;
}
.oder_bx .oder_strip {
    color: #5d5c5c;
    padding:9px 20px 9px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    margin: 0 0px;
    background: #fbfbfb;
}
.oder_bx .oder_strip h5 {
 margin: 0;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    color: #6a1a1f;
    text-shadow: 0px 1px 1px #f59926;
}

.oder_bx .oder_strip .od_btn {
    color: #2e55a2;
    padding: 0px 0px 0px;
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px !important;
    margin-top: 1px;
    text-align: end;
    margin-left: auto;
}


.oder_bx .oder_servic {
    padding: 15px 20px;
    background: #f9f9f9;
}
.oder_bx .oder_servic_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #fff;
    margin-bottom: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #e7e7e7;
}

.oder_bx .oder_sr_name {
    font-weight: 500;
    font-size: 16px;
    color:#000;
}

.oder_bx .oder_sr_p {
     color: #777;
     margin:0;
}

 .odr_bg_red {
       background-color: rgb(237 20 41 / 30%) !important;
    color: red !important;
        border-radius: 30px;
    font-size: 10px !important;
}
 .odr_bg_green {
         color: green !important;
    background: #00800029 !important;
        border-radius: 30px;
    font-size: 10px !important;
}
 .odr_bg_pending {
background-color: rgb(237 150 20 / 30%) !important;
    color: #3e30258a !important;
        border-radius: 30px;
    font-size: 10px !important;
}
 .odr_bg_info {
    background-color: rgb(93 116 203 / 22%) !important;
    color: #0f3a70 !important;
        border-radius: 30px;
    font-size: 10px !important;
}


.oder_bx .od_status {
    font-size: 14px !important;
    margin-bottom: 0;
    color: #5c5c5c;
    font-weight: 500;
}
.oder_bx .py_status {
    border-radius: 15px;
    padding: 0px 15px;
    font-size: 13px !important;
        background-color: rgb(93 116 203 / 22%) ;
    color: #0f3a70;
}

.order_detail_sec .title{
    border-radius:15px 15px 0px 0px;
}

.order_detail_sec p strong {
    font-weight: 500;
}

.bg_sky{
    background: #c5d1e238 !important;
}

.bg_red{
        background: #6a1a1f0d  !important;
}

.blg_bx h3{
        font-size: 18px !important;
    color: #000;
}

.sg-sitebar ul li:last-child {
    margin-bottom: 0px;
}

.grid-view-tab .sg-sitebar{
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.blg_comment_form .comment_head{
        background: #6a1a1f;
    padding: 10px 30px;
    border-radius: 15px 15px 0px 0px;
}

.blg_comment_form .comment_head h3{
       font-size: 18px;
    color: #fff;
    margin: 0;
    font-weight: 600;
}

.blg_comment_form .comment_body{
    padding: 25px 30px;
    border-radius:0px 0px 15px 15px;
}

.blg_comment_form{
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}


    .astro-card {
   background-image: url(../images/ast.webp);
      border-radius: 15px;
      position: relative;
      box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
    }

    .profile-strip {
background: linear-gradient(180deg, #6a1a1fdb 0%, #6a1a1f 100%);
    padding: 32px 16px;
    border-radius: 15px 0px 0px 15px;
    position: relative;
    }
    
        .profile-strip h3{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 15px;
    }
    
    
        .profile-strip a{
    color: #fff !important;
    font-size: 12px;
    display:block;
    }

    .avatar-wrap {
   position: relative;
    width: 100px;
    height: 100px;
          border-radius: 50%;
          margin:auto;
    }

    .avatar-wrap img {
      width: 100%;
      height: 100%;
      border-radius: 50%;
      object-fit: cover;
    }

    .online_badge {
      font-size: 0.65rem;
      padding: 2px 10px;
      border-radius: 20px;
      font-weight: 600;
      letter-spacing: 0.5px;
      display:inline-block;
  background: rgba(46,204,113,0.15); color:#fff; border: 1px solid rgba(46,204,113,0.3);
  margin-top:10px;}
  
  
  .astro_pro_panel {
          padding: 20px 20px;
  }
  
    .astro_pro_panel ul{
        list-style-type:none;
            padding: 0;
    margin: 0;
    }
    
    .astro_pro_panel ul li {
            color:white;
    line-height: 28px;
    }
    
      .astro_pro_panel ul li i{
          margin-right:4px;
    }

    .astro_pro_row {
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .astro_pro_icon {
 padding: 8px 13px;
    border-radius: 6px;
    background: rgb(255 255 255 / 20%);
    text-align: center;
    }

    .astro_pro_icon i {
      font-size:14px;
      color: #fff;
    }

    .astro_pro_label {
   font-size: 12px;
    letter-spacing: 0.8px;
    color: white;
        margin-bottom: 3px;
    }

    .astro_pro_value {
      font-size: 0.82rem;
      color: white;
      font-weight: 400;
          margin-bottom: 0px;
    }
    
        .charge_row {
      font-size:16;
      color:#fff;
      font-weight: 400;
    }
    
    
        .exp_pil {
      display: inline-flex;
      align-items: center;
      gap: 4px;
      font-size: 0.6rem;
    color: #fff;
    background: rgba(201, 168, 76, 0.08);
    border: 1px solid rgb(255 255 255 / 55%);
      border-radius: 20px;
      padding: 2px 8px;
          margin-right: 8px;
    }

    .btn_chat {
      background: #e9b6b9;
      font-size: 0.65rem;
      font-weight: 400;
      letter-spacing: 1px;
      border-radius: 20px;
      padding: 2px 12px;
      transition: all 0.2s;
      white-space: nowrap;
    }
    
    
    .btn_chat:hover {
      background: #e9b6b9;
    }

.package_bx{
padding:30px 20px;
border-radius:15px;
border:1px solid  #dbdbdb ;
box-shadow:0 6px 25px rgba(0, 0, 0, 0.1);
background:#fff;
}

.package_bx .package_bx_img{
    width:80px;
    height:80px;
    text-align:center;
    margin:auto;
    margin-bottom:20px;
}

.package_bx h4{
    font-size: 22px;
    text-align: center;
    margin-bottom: 12px;
}

.package_bx p{
 color:#000;
 font-weight:500;
}

.package_bx ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    line-height: 30px;
    margin-bottom: 16px;
}

.package_bx ul li{

}

.sec_box{
    background-color: #fff;
    position: relative;
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
}

.sec_bx_head{
  
        border-radius: 10px 10px 0px 0px;  
}

.sec_bx_body{
    padding:0 20px;
}

.pa_sc {
    padding: 28px 22px;
    border-radius: 15px;
    background: #6a1a1f;
    color: #fff;
    position: relative;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);
}

.pa_bx {
    /*padding: 28px 22px;*/
    /*border-radius: 15px;*/
    /*  background: #6a1a1f;*/
    /*color: #fff;*/
    /*position: relative;*/
    /*box-shadow: 0 6px 25px rgba(0, 0, 0, 0.1);*/
    
        border-right: 1px solid #fff;
}

.product-thumb img{
    height:100%;
    
}

.fixed-tabs-Whats {
    position: fixed;
    right: 0px;
    bottom: 218px;
    z-index: 100;
}

.aba-whatsphone {
    background: #88373f;
    height: 60px;
    width: 70px;
    border-radius: 30px 0 0 30px;
    transition: 0.7s ease;
}
 .aba-whatsphone-icone {
  
    background-repeat: no-repeat;
    
    background-size: 44px;
    background-position: 16px 7px;
    
}
 
  .aba-whatsphone-icone img{
    width: 60px;
    padding: 7px;
    height: 60px;
    margin-top: 0px;
    margin-left: 6px;
  }
 
 .aba-whatsphone-icone a {
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    margin-left: 70px;
    text-decoration: none;
    height: 60px;
    font-family: sans-serif;
}

.aba-whatsphone-icone a strong {
    display: block;
    font-size: 21px;
    margin-left: 70px;
    color: #fff;
    margin-top: -50px;
}

.aba-whatsphone:hover {
    width: 200px;
    transition: 0.7s ease;
}


.fixed-tabs-mag {
    position: fixed;
    right: 0px;
    bottom: 150px;
    z-index: 100;
}
.aba-whatsphone-iconem {
    background-repeat: no-repeat;
    width: 280px;
    background-size: 44px;
    background-position: 16px 7px;
    padding: 7px;
    height: 60px;
}

.aba-whatsphone-iconem img{
    width: 60px;
    padding: 5px;
    height: 60px;
    margin-top: -7px;
}
 
 .aba-whatsphone-iconem a {
    color: #ffffff;
    font-size: 14px;
   
    margin-left: 70px;
    text-decoration: none;
    height: 60px;
    font-family: sans-serif;
}

.aba-whatsphone-iconem a strong {
    display: block;
    font-size: 21px;
    margin-left: 70px;
    color: #fff;
    margin-top: -45px;
}

.aba-whatsphone-iconem:hover {
    width: 200px;
    transition: 0.7s ease;
}

.pa_sc .col-lg-3:last-child .pa_bx{
    border: none;
}
.sec_bx_body .slick-dots{
    padding-bottom:25px !important;
}

.style-1{
    background-color:#fff !important;
}

.header-bottom.style-1 .sg-menu .navbar .navbar-nav>li>a{
    color: #6b181f;
}


.header-bottom.style-1 .sg-menu .navbar li a:hover {
    color: #00010f  !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color:none;
}


.py-60{
    padding-top:60px;
    
      padding-bottom:60px;  
}

.pt-60{
    padding-top:60px;
}
.pb-60{
      padding-bottom:60px;  
}

.pb-20{
        padding-bottom:30px;
}
.pb-30{
        padding-bottom:30px;
}

.pb-40{
        padding-bottom:40px;
}



.about-img{
    padding: 0px 75px;
}

.about-img img{
width:100%;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px !important;
    font-weight: 600;
    color: #fff;
 text-transform: capitalize !important;
}



.about-part-section h5 {
    color: #6a1a1f !important;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.about-part-section p {
    font-size: 16px !important;
    color: #3e4248 !important;
    font-weight: 400 !important;
}


.about-part-section h2 {
    font-size: 37px;
    text-transform: capitalize;
    font-weight: 600;
    color: #010910 !important;
}


.about-part-section .read-btn::before {
    width: 0;
    transition: width .5s linear;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: #0c418f;
    content: "";
}

.about-part-section .read-btn:hover {
    border-color: #0c418f !important;
    color: #fff !important;
}

.about-part-section .read-btn {
    position: relative;
    overflow: hidden;
    padding: 7px 15px 7px 15px !important;
    color: #0c418f !important;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: capitalize;
    background: #fff;
    border: 2px solid #0c418f !important;
}


.choose-div-signu .comon-zodic {
    height: 220px;
    border: none;
    border-radius: 5px;
    position: relative;
    transition: all .5s linear;
    background: #ffffff;
    /* border: 1px solid #e6e6df; */
    box-shadow: 0px 0px 6px #d0d0c9;
}

.choose-div-signu .comon-zodic .round-imog>img {
    position: absolute;
    width: 100%;
    filter: brightness(0) invert(0);
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .5s linear;
}

.choose-div-signu .comon-zodic .img-out img {
    position: relative;
    transition: all .5s linear;
    filter: brightness(1);
}


.choose-div-signu .comon-zodic .textr-dels h5 {
    font-size: 1.6rem;
    font-weight: 600;
    transition: all .5s linear;
    transform: scale(1);
    text-transform: uppercase;
    color: #000000 !important;
}



.choose-div-signu .comon-zodic:hover {
    background: #fff;
/* border: solid 2px #0e4190; */
 border: 0 !important; 
}




.circle1 {
    animation: circle-rotate 20s linear infinite;
    -webkit-animation: circle-rotate 20s linear infinite;
position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    width: 71%;
    height: 72%;
    border: 2px dotted #0e4190;
    border-radius: 50%;
}


.choose-div-signu .comon-zodic .img-out {
    /*border: 1px solid #8dacdc;*/
    box-shadow: 0px 0px 17px #6a1a1f96;
    border-radius: 50%;
    width: 120px !important;
    margin: auto;
    display: block;
    position: relative;
    height: 120px !important;
}

.choose-div-signu .comon-zodic .img-out img {
    position: relative;
    z-index: 2;
    transition: all .5s linear;
    filter: brightness(1);
}

.choose-div-signu .comon-zodic .textr-dels {
    position: relative;
    z-index: 2;
}


  @media (max-width: 768px) {
      
/*      .choose-div-signu .comon-zodic .round-imog {*/
/*        position: relative;*/
/*        width: 165px !important;*/
/*        margin: auto;*/
/*        height: 150px !important;*/
/*        display: grid;*/
/*        align-content: center;*/
/*    }*/
      
/*.circle1 {*/
/*    animation: circle-rotate 20s linear infinite;*/
/*    -webkit-animation: circle-rotate 20s linear infinite;*/
/* position: absolute;*/
/*    top: 36%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%) rotate(45deg);*/
/*    -webkit-transform: translate(-50%, -50%) rotate(45deg);*/
/*    width: 71%;*/
/*    height: 72%;*/
/*    border: 2px dotted #0e4190;*/
/*    border-radius: 50%;*/
/*}*/
}


.about-part-section .wt-yeras {
    position: absolute;
    width: 200px;
    height: 80px;
    background: #0c418f !important;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    height: 100px;
}
.circle1 {
/*    animation: circle-rotate 20s linear infinite;*/
/*    -webkit-animation: circle-rotate 20s linear infinite;*/
/*position: absolute;*/
/*    top: 33%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%) rotate(45deg);*/
/*    -webkit-transform: translate(-50%, -50%) rotate(45deg);*/
/*    width: 121px;*/
/*    height: 68%;*/
/*    border: 2px dotted #6a1a1f;*/
/*    border-radius: 50%;*/
/*        z-index: 1;*/
display:none;
}


.textr-dels h6 {
    font-size: 18px;
    color: #111111;
    font-weight: 400;
}


.textr-dels p{
    font-size: 16px;
    color: #000000;
}

@keyframes circle-rotate{
    from{transform:translate(-50%, -50%) rotate(45deg)}
    to{transform:translate(-50%, -50%) rotate(405deg)}
    
}

@-webkit-keyframes circle-rotate{from{-webkit-transform:translate(-50%, -50%) rotate(45deg)}to{-webkit-transform:translate(-50%, -50%) rotate(405deg)}}

.header-bottom.style-1 .sg-menu .navbar li.active> a {
    color: var(--primary-color) !important;
}

.header-bottom.style-1 .sg-categorie-menu .top-content {
    color: #6b181f;
    background-color: #ffffff;
}

.header-bottom.style-1 span.toggle-bar {
    background-color: #6b181f;
}
.ragister-account button:hover {
    color: #ffffff;
    background-color: #1887ff;
}

.middle-content1 {
    margin-bottom: 7px !important;
    font-size: 17px;
    font-weight: 600;
    color: #343333;
    position: relative;
}

.ragister-account p a {
    font-weight: 600 !important;
}


.ragister-account ul li a {
    color: #fff;
    border:1px solid #6b181f;
}


.ragister-account .form-control {
    padding-left: 15px !important;
}


.banner_bg{
      background-image:url('..assets/images/details.jpg');
      height:500px;
    
}
  

    .form-control {
 
    margin-bottom: 10px;
  
}


.header-middle .form-control {
    padding: 12px;

}


.products-section .sa-box {
    padding: 0 0 20px 0px !important;
    margin-bottom: 20px;
}

.title {
    color: var(--secondary-color);
    display: flex
;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 23px 10px 23px !important;
background: linear-gradient(to right, #6b191f, #0c0d36) !important;
    color: #fff;
}

.products.product-slider{
    padding: 0 10px !important;
}


.products-section .products22,
.products-section .grid-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
    box-sizing: border-box;
}

.products-section .product-slider-2 {
    /*padding-right: 15px !important;*/
}

.products-section .product-slider-2 li {
    padding-right: 0px;
}

.products-section .grid-6 {
    margin: 0 !important;
}

.sg-blog-section .sa-box,
.product-section .sa-box {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding : 0px;
}

.products.grid-4{
    padding-left: 10px;
    padding-right: 10px;
}


.title1 {
    color: var(--secondary-color);
    display: flex
;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 0;
    padding: 10px 23px 10px 23px !important;
  
    color: #000;
}

.title2 {
    color: var(--secondary-color);
    display: flex
;
    padding-bottom: 15px;

    border-bottom: 0;
  
  
    color: #000;
}

.sg-category-content .title2 h1 {
    margin-bottom: 0;
    min-width: 90px;
    align-self: center;
}

.title2 h1 {
    font-size: 18px;
    font-weight: 500;
    align-self: center;
    margin-bottom: 0;
}

.title1 h1 {
    font-size: 18px;
    font-weight: 500;
    align-self: center;
    margin-bottom: 0;
}


.title3
 {
    display: flex
;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 3px solid #0e4190;
    padding: 15px 20px 15px 20px;
    color: #0e4190;
}


.title3 h1 {
    font-size: 18px;
    font-weight: 500;
    align-self: center;
    margin-bottom: 0;
}



.product-slider .slick-arrow.arrow-left{
    right: 49px;
    top: -58px !important;
    color:#0f4290;
}

.product-slider .slick-arrow.arrow-right
 {
    right: 35px;
    top: -58px !important;
     color:#0f4290;
}

.products22{
    padding-left:0px !important;
}

.pl-30{
    padding-left: 20px;
}

.header-middle form button
 {
    background-color: #0c0d35 !important;
}




.recent-product-slider{
    
   padding:0 20px; 
}

 .padding{
    padding: 0 20px;
}

.ellipsis_1{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.ellipsis_2{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

.ellipsis_3{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

.about_padding{
    padding: 0 20px;
}

.page-title {
    margin-bottom: 15px !important;
    padding: 15px 20px !important;
    background: linear-gradient(45deg, #0f4291, transparent);
    color: #fff;
}

.page-title h1{
    margin-bottom:0px !important;
}


.section_padding{
    padding: 10px  !important;
}

@media only screen and (max-width: 990px){
.pr_20{
    
    padding-right: 20px !important;  

}


 .pa_bx{
    border: none;
}

}

@media only screen and (max-width: 990px){
.pl_20{
    padding-left:20px !important;
}
}


.p_10{
    
    padding: 10px 10px;

}





.contact-list__data
 {
    position: relative;
    border-top: 2px solid #6a171f !important;
 
  padding: 15px;
    border-radius: 7px;
}


.contact-list__data span {

    font-size: 20px;
}

.contact-list ul {
    padding-top: 15px;
    border-top: 0 !important;
    /* display: flex
; */
    display: flex
;
    /* justify-content: space-between; */
    gap: 55px;
}


.gap_15{
        gap: 15px;
}



.social_list{
    
    margin-bottom: 0;
    border: 1px solid #6a171f ;
    border-top: 3px solid #6a171f  !important;
    border-radius: 7px;
    padding: 20px 20px 20px 20px;

}


.contact-info .social {
    margin-top: 0px !important;
    /* border: 1px solid pink; */
}


.pt-50{
        padding-top: 50px !important;
        padding-bottom:25px !important;
}

.pb-50{
        padding-bottom: 50px !important;
        padding-top:25px !important;
}


.contact_info{
    
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    text-align:center;

}

.ml_20{
    margin-left: 15px;
}


.pr__30{
        padding-right: 30px !important;
}


.social ul li a {
    display: block;
    font-size: 19px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    border: 1px solid #EEEEEE;
}

.social ul li a i {
    line-height: 29px;
}

.social ul {
    display: -ms-flexbox;
    display: flex
;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


@media (max-width: 767px) {
    .contact-info, .contact-section .contact-content {
        margin-top: 0px;
    }
}


.px-20{
      padding: 0 20px;
}


.filter-tabs li {
    color: #0e4190 !important;
}

.select-styled {
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    min-width: 115px;
    padding: 10px 25px;
    border-radius: 4px;
    border: 1px solid #EEEEEE;
}


.form-control11 {
    height: 50px;
    border-radius: 4px;
    padding: 6px 10px;
    margin-bottom: 30px;
    border: 1px solid #EEEEEE;
    margin:0px !important;
}

.a__1 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}

.category-content ul li a span.icon {
    max-width: 100px;
    margin-right: 15px !important;
}


.ragister-account h1
 {
    font-size: 24px;
    color:#6a1a1f;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}

.sg-table .table>thead tr
 {
    border-bottom: 3px solid #0b0d32;
}


.sg-table table thead th {
    border: 0;
    color: #0b0d32;
    font-size: 16px;
}

.account_sec{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:25px 25px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
    position:relative;
    overflow:hidden;
}

.account_sec::before{
    content:'';
    position:absolute;
    right:-50px;
    bottom:-35px;
    width:280px;
    height:90px;
    background:rgba(106,26,31,.04);
    border-radius:100px 0 0 0;
}

.account_sec::after{
    content:'';
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    background-image:radial-gradient(#e5c8ca 1.5px, transparent 1.5px);
    background-size:10px 10px;
}

.account_sec .profile-info_account{
    display:flex;
    align-items:center;
    gap:15px;
    position:relative;
    z-index:2;
}

.account_sec .profile-img_account{
    width:70px;
    height:70px;
    border-radius:50%;
    object-fit:cover;
    padding:3px;
    background:#fff;
    border:3px solid #69181f;
    box-shadow:0 5px 15px rgba(105,24,31,.15);
}

.account_sec .profile-info_account h5{
    font-size:19px;
    font-weight:700;
    margin-bottom:3px;
     text-transform: capitalize;
    color:#222;
}

.account_sec .profile-info_account p{
    font-size:14px;
    color:#666;
    margin-bottom:6px;
}

.account_sec .profile-info_account .btn_call{
    background:linear-gradient(135deg,#69181f,#8c232b);
    color:#fff !important;
    padding:8px 14px;
    border-radius:12px;
    font-size:14px;
    display:inline-block;
}

.account_sec .edit_btn{
    width:42px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:linear-gradient(135deg,#69181f,#8c232b);
    color:#fff !important;
    box-shadow:0 5px 15px rgba(105,24,31,.25);
    position:relative;
    z-index:2;
}

.account_dropdown{
    position: relative;
}

.dropdown_menu_account{
    position: absolute;
    top: 100%;
    right: -60px;
    min-width: 200px;
    background: #fff;
    padding: 0px 0;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
    display: block !important;
    border-top:4px solid #6a1a1f;
}

.dropdown_menu_account li{
    list-style: none;
}

.dropdown_menu_account li a{
    display: block;
    padding: 10px 15px;
    color: #000;
    font-size:14px;
    text-decoration: none;
    transition: 0.3s;
}

.dropdown_menu_account li a:hover{
    background: #f7f3f4;
}

.dropdown_menu_account li:first-child a:hover{
    border-radius: 10px 10px 0 0;
}

.dropdown_menu_account li:last-child a:hover{
    border-radius: 0 0 10px 10px;
}


.account_dropdown:hover .dropdown_menu_account{
    opacity: 1;
    visibility: visible;
}

.account_sec .profile-info_account .btn_call:hover{
    color: #fff;
}


.sidebar-menu li a:hover, .sidebar-menu li.active>a {
    color: var(--secondary-color);
    background-color: rgb(106 25 31 / 9%) !important;
}

.order-summary h6 {
    font-size: 16px;
    color: #0e4190;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 3px;
    border-bottom: 3px solid #0e4190;
}

.order-summary form button
 {
    position: absolute;
    top: -1px;
    right: -1px;
    border: 0;
    height: 100%;
    color: #fff;
    width: 90px;
    border-radius: 0px 4px 4px 0px;
    background-color: #0e4190;
}

.product_thumb__11 {
     padding: 0 !important;
    overflow: hidden;
    width: 85px !important;
     height: auto !important; 
    display: flex
;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #F4F4F4;
}


.product__flex{
    
    display: flex
;
    gap: 20px;

}

.sg-card .btn {
    padding: 6px 12px;
    margin-bottom: 5px;
    border-color: #E1E1E1;
}

.btn_de{
     color: #0e4190;
}

.add-new .accordion-button {
    color: #0e4190;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 0 0 20px;
}



.ragister-account button {
    width: 100%;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border: 1px solid #6b181f;
    background-color: #6b181f;
    position: relative;
}

.ragister-account button:hover {
    color: #ffffff;
    background-color: #000;
}

.ragister-account ul li a:hover {
    color: #fff !important;
    background-color: #6b181f;
      border: 1px solid #6b181f;
}


.checklistpayment ul {
    align-items: start;
    display: flex
;
}

.checklistpayment ul li
 {
    margin-right: 10px;
        margin-bottom: 0;
}

.checklistpayment ul li img
 {
border: 1px solid #d9d3d4;
}


.product-thumb_wishlist {
    max-width: 110px;
    min-width: 110px;
    max-height: initial;
    height: 100px !important;
    padding: 10px;
    margin: 10px 10px !important;
}

.product-thumb_wishlist img {
    height: 100px !important;

}


.add-to-cart .btn {
    color: #fff;
    font-size: 12px;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #6a191f;
    background-color: #6a191f;
}


.add-to-cart .btn:hover {
    color: #0e4190;
    background-color: #fff;
     border: 1px solid #0e4190;
}


.sg-table .order_details {
    color: #fff !important;
    padding: 7px 10px;
    border-radius: 37px;
    font-size: 15px;
    background-color: #363F4D;
}


.box__1{
    background-color:#f2f3f8 !important;
}


.post1 {
    background: #fff;
}



.pagination li a {
    color: #ffffff;
    display: block;
    padding: 4px 15px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 7px;
    background-color: #6b191f;
    display:inline-block;
}

.pagination li a:hover, .pagination li a.current, .pagination li .current {
    color: #fff;
    background-color: #343333;
}




.products_astro{

    
}


.products_astro img{
    width: 200px;
    border: 1px solid #0e4190;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #0e4190;
    
}


.text-1{
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.fs_40{
    
    font-size:40px !important;
}

@media (min-width: 1200px) {
   .fs_40 {
        font-size: 2rem;
    }
}

.h294{height: 294px;}




.ragister-account p {
    font-size: 15px;
    color: #000;
    position: relative;
}



.h-230{
    height:200px !important;
}




.product-thumb {

    height: 180px;
;
}

.h-350{
        height: 350px;
}

.h-140{
    height:140px !important;
}


.banner_text{
   color: #6a181f !important;
}

.banner_text1{
   color: #9cabc1 !important;
}


/*----icons-------*/


.global-list1{
    
    margin-top: 10px;
}

.sg-product1 .icons1 {
   position: relative !important;
    top: 0;
 right: 0;
    font-size: 20px;
     opacity: 0.9 !important; 
}


.sg-product1 .icons1 li a{
    
    background-color:#6a1a1f!important;
    color:#fff !important;
}

.sg-product1:hover .icons1 {
    opacity: 1;
    right: 0 !important;
}

.sg-product1 .product-info1{
    
    padding:10px !important;
}


.view-more {
    position: relative !important;
    top: 0;
    right: 40px;
    overflow: hidden;
    opacity: 9;
}

.view-more:hover {
    right: 40px;
}


.product-slider .slick-arrow.arrow-left {
    top: -63px;
}

.product-slider .slick-arrow.arrow-right {
    top: -63px;
}



.product-info h3 {
    
    font-size:18px;
}


/*------icons--------*/


/*-----category-----*/

.category-content ul li a
 {
    padding: 10px;
}

.category-content ul li a span
 {
    display: block;
    font-size: 15px;
    font-weight: 500;
    color: #3b3a3a;
}

.bg_transparent{
    background:transparent !important;
}

.categ_img {
    height: 100%;
    width: 100%;
}




/*-----category-----*/


/*----team----*/

.shadow3{
        box-shadow: 1px 2px 5px #dee3eb !important;
}


.h-400{
    height:400px !important;
}

.product_lh{
    line-height: 28px !important;

}

/*----team----*/

.sg-dropdown-menu1 {
    left: 0 !important;
    right: 0;
    border-radius: 4px;
    min-width: 200px !important;
    background-color: #fff;
}


.sg-dropdown-menu1>ul>li:last-child {
    padding-bottom: 0px !important;
    border-bottom: 0;
}


 .sg-dropdown-menu1>ul>li {
    border-bottom: 0 !important;
    padding: 3px 0;
    text-align:start;
}



.title1 {
    color: var(--secondary-color);
    display: flex
;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #E1E1E1;
    padding: 10px 23px 10px 23px !important;
  background: linear-gradient(to right, #6b191f, #0c0d36) !important;
    color: #fff;
}







/*-----payment success---*/


 .payment_success_box{
    box-shadow: 0 6px 0 #008000;
    padding: 25px 0;

}

.pay_succ_icon{
    
    font-size: 70px;
    color: #008000;
    margin-bottom: 30px;

}

.py_50{
    padding:50px 0 !important;
}


/*-----payment success---*/




/*-----payment faild---*/


 .payment_faild_box{
    box-shadow: 0 6px 0 #e32424;
    padding: 25px 0;

}

.pay_fail_icon{
    
    margin-bottom: 30px;
    border: 1px solid red;
    background: red;
    color: #fff;
    border-radius: 50%;
    /* width: 20px; */
    /* height: 20px; */
    font-size: 50px;
      width: 70px;
    height: 70px;
    line-height: 66px;
}



/*-----payment faild---*/


.post-section{
    
    padding: 20px 10px !important;

}


/*.post_img{
     padding: 0px 50px !important;

}*/

.post_img img {
    border: 1px solid #efeff1;
    border-radius: 15px;
    height: 300px;
}




.post_sm_img {
    height: 45px;
    width: 45px !important;
    border: 1px solid #eaeef7;
    border-radius: 50%;
}






.post-box {
  width: 100%;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  position: relative;
}

#read-more-toggle {
  display: none;
}

.post-content {
  overflow: hidden;
  line-height:30px !important;
    max-height: 141px;
  transition: max-height 0.5s ease;
  position: relative;
}

#read-more-toggle:checked ~ .post-content {
  max-height: 1000px;
}

.read-more-label::before {
  content: "Read more";
  color: #2e5a9f;
  cursor: pointer;
  display: block;
  margin-top: 10px;
}

#read-more-toggle:checked ~ .read-more-label::before {
  content: "Read less";
}


.product-slider .slick-dots li button {
    background-color: #333333 !important;
}


.product-slider .slick-dots {
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    margin-top: 0;
    border-radius: 4px;
    padding: 2px 5px;
    background-color: transparent !important;
    
}


.product-slider .slick-dots li.slick-active button, .product-slider .slick-dots li button:hover {
    background-color: #6a181f !important;
}


.sg-product {
    margin-bottom: 25px;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #dbdbdb !important;
    position: relative;
}


@media (min-width: 1200px) and (max-width: 1400px) {
    .hero-section .carousel-item {
        padding: 0 !important;
    }
}

.banner_text{
    position:relative;
    width:100%;
}

.banner_text img{
    position:relative;
}


.hero-section{
    position:relative;
}

.comon-heading p{
    color: #6a1a1f;
    margin-bottom: 6px;
    font-size: 14px;
    position: relative;
    display: inline-block;
    padding: 0 45px;
        font-weight: 600;
    text-transform: uppercase;
}


.mb-45{
margin-bottom:45px;    
}


.cat_card{
    background:#fff;
    border-radius:30px;
    /*padding:28px 25px;*/
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:0.4s;
        /*border: 1px solid #f2f5f9;*/
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.cat_card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,0.10);
}

.cat_card_img{
    width: 150px;
    height: 150px;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    padding: 8px;
    border: 2px solid #771a22;
    position:relative;
}

.cat_card_img img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:50%;
    transition:0.4s;
}


.wtbtn{
display: block;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    background-color: #1fbb1f;
}

.wtbtn i{
    line-height: 29px;
}

.wtbtn:hover{
    color: #fff !important;
}

.cat_title{
    margin-top: 20px;
    font-size: 22px;
    font-weight: 600;
    color: #000000;
}

/* Left Line */
.comon-heading p::before{
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background: #6a1a1f;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}

/* Right Line */
.comon-heading p::after{
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background: #6a1a1f;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 10px;
}

.banner_txt_box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 130px 0;
}

.hero-section .carousel-item {
    padding: 92px 0;
    background-color: #ffffff !important;
    background-size: cover;
    background-repeat: no-repeat;
}


.mt_1{
    margin-top:-20px;
}



.category-product:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 80%;
    z-index: 1;
    border-radius: 4px;
    background: linear-gradient(to bottom, rgb(106 25 31 / 4%) 0%, rgb(105 25 31 / 17%) 11%, rgb(105 24 31 / 23%) 24%, rgb(106 25 31 / 43%) 64%, rgb(106 25 32 / 55%) 79%, rgb(106 25 31 / 72%) 93%, rgb(106 25 31 / 97%) 100%) !important;
}





.btn.btn-primary {
    font-size: 13px;
    color: #6a1a1f !important;
    font-weight: 600;
    padding: 7px 26px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff !important;
    border: 2px solid #6a1a1f !important;
}


.footer-widget {
    margin-bottom: 0 !important;
    color: #fff;
}


.subscribe-text .text p {
    margin-bottom: 0px !important;
    text-transform: uppercase;
}


.subscribe-text .icon {
    margin-right: 20px;
    font-size: 40px !important;
    color: #fff;
    line-height: 40px !important; 
}


.footer-widget h3 {
    font-size: 23px !important;
    font-weight: 600;
    margin-bottom: 20px !important;
    color: #fff;
}


.footer-widget ul li a {
    color: #e8ebee ;
}


.footer-widget ul li a:hover {
    color: #ffb7bd !important;
}


.footer-bottom-content {
    padding: 10px 0 !important;
    border-top: 1px solid #d8d3d3 !important;
}


.subscribe-section input{
    height: 40px !important;
    padding: 6px 20px;
    padding-left: 30px;
    border: 1px solid #E1E1E1;
    width: 100%;
    font-size: 12px;
    margin-bottom: 0;
    border-radius: 6px;
    background-color: #fff;
}


.subscribe-section button, .subscribe-section-2 button {
    position: absolute;
    right: 2px !important;
    top: 2px !important;
    border: 1px solid #6b181f;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding: 7px 27px !important;
    font-weight: 500;
    background-color: #6b181f;
}


.header-middle {
    padding: 0px 0 0px 0 !important;
}


.user-option .badge{
    background:#6a191e !important;
}


.sg-topbar ul.global-list li i {
    color: #fff !important;
}

.heart{
    display: block;
    width: 30px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #793035;
}

.heart a:hover{
    color: #fff !important;
}

.heart i{
    line-height:29px;
}


a:hover {
    color: #793035 ;
}

.btn.btn-primary{
    width: initial;
    height: initial;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    font-weight: normal;
    padding: 6px 15px;
    line-height: 16px;
    border: 1px solid;
    background-color: #6a1a1f!important;
    color: #fff !important;
    display: inline-block;
}


.sg-product .countdown{
    background-color:#793035;
}


.carousel-indicators .active, .carousel-indicators li:hover{
    background-color:#6a181f !important;
}

.read-more {
    color: #6b191f !important;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}


.entry-title a
 {
    color: #0c0d32 !important;
}


.cta-text h1 span {
    display: block;
    font-weight: bold;
    color: #6a191f;
}



.category-content ul li a:hover
 {
    border-color: #6a1920 !important;
}


.products-description .nav-tabs .nav-item.show .nav-link, .products-description .nav-tabs .nav-link.active, .products-description .nav-tabs .nav-link:hover {
    color: #6a181e;
    border-bottom: 2px solid #6b191f;
}

.products-details-info h6
 {
    color: #6b181f !important;
    font-weight: 600;
    margin-bottom: 15px;
}



.form-control:focus {
    border-color: #0d0d35;
}


.social ul li a:hover
 {
    border-color: #6a171f !important;
        color: #6a171f;
}


.footer-section {
    background-color: #88373f !important;
}

.subscribe-section {
    background-color: #791c24de !important;
}


.footer-top {
    padding: 50px 0 20px;
    border-top: 1px solid #d8d3d3 !important;
}


.footer-bottom p {
    margin-bottom: 0;
    color: #e3e0e0 !important;
}


.hero-section .carousel-item {
    padding: 0 0 !important;
    background-color: #ffffff !important;
    background-size: cover;
    background-repeat: no-repeat;
}


.slick-dots li.slick-active button {
    background-color: #6a191f !important;
}


.section_offer {
    overflow: hidden;
    padding: 30px 0 10px !important;
}

.pt_30{
    padding-top:30px !important;
}



.pagination li a:hover, .pagination li a.current, .pagination li .current {
    color: #fff !important;
    background-color: #343333;
}





.form-control
 {
    height: 38px !important;
    border-radius: 6px;
    padding: 4px 11px;
    border:1px solid #6b181f;
}


textarea, textarea.form-control {
    height: 100px !important;
    resize: none;
}


.edit-profile-box .select-styled
 {
    padding: 8px 15px !important;
}

.edit-profile-box .upload-image+.upload-image {
    position: absolute;
    right: 0;
    border-left: 0;
    height: 40px;
}

section {
    overflow: hidden;
    padding: 30px 0 30px;
}

.sidebar-menu li a
 {
    padding: 10px 15px !important;
}

.sg-table .dropdown-toggle
 {
    color: #fff !important;
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    background-color: #363F4D;
}

.header-middle .form-control
 {

    height: initial !important;
 
}

.h-400{
    height: 400px !important;
}


















.vedicvan-about-grid {
    background: #ffffff;
    padding: 50px 0px;
}

.vedicvan-grid-wrapper {
  display: grid;
grid-template-columns: 200px 200px 200px 200px 200px 200px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 30px;
  align-items: center;
}

/* Image spans first 3 columns */
.vedicvan-img {
  grid-column: 1 / span 3;
  text-align: center;
}

.vedicvan-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

/* Content spans last 3 columns */
.vedicvan-content {
  grid-column: 4 / span 3;
  color: #3b2f18;
}

.vedicvan-content h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #7a451c;
}

.vedicvan-content h3 {
    font-weight: 600;
    margin-bottom: 0px;
    color: #5a3e1b;
    font-size: 23px;
    letter-spacing: 0px;
    word-spacing: 2px;
}

.vedicvan-content p {
  line-height: 1.7;
  margin-bottom: 0px;
  font-size: 1rem;
  color: #4a4339;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .vedicvan-grid-wrapper {
grid-template-columns: 1200px;
  }

  .vedicvan-img,
  .vedicvan-content {
    grid-column: auto;
  }

  .vedicvan-img {
    margin-bottom: 30px;
  }
}



.card_1{
    border: none;
    background: white;
    border-radius: 11px;
    box-shadow: 0 0 15px #7a2c0f42;
}

.card_1 i{
    color: #6a191f;
        font-size: 18px;
     margin-right: 9px;
    margin-top: 3px;
}

.card_1 p{
        display: flex
;
    align-items: start;
    font-size: 15px;
    margin:0;
   
}

.card_body_1{
    background: #6a1920;
    display: flex;
    align-items: center;
        border-radius: 10px;
}

.card_body_2{
    background: #fff4e6;
    border-radius: 7px;
    border-left: 4px solid;
}


.impact_img_box{
    width: 200px;
    margin: auto;
    background: #fff6d8;
    border-radius: 50%;
}

.impact_img_box img{
    width:100%;
}

.impact_contant_box h3{
        color: #69181f;
    font-size: 23px;
    font-weight: 600;
}

.impact_contant_box li{
    line-height: 23px;
    margin-bottom: 9px;
}

.service_contant_box h3{
        color: #fffbf2;
    font-size: 15px;
    font-weight: 500;
}

.service_img_box{
    width: 70px;
    margin: auto;
    background: #fff6d8;
    border-radius: 50%;
}


   .vedicvan-block {
      max-width: 1200px;
      margin: 60px auto;
      padding: 40px 20px;
    }

    .astrology-layout {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      align-items: center;
      background: #fdf7f0;
      padding: 40px;
      border-radius: 14px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
    }

    .astrology-layout img {
      width: 400px;
      max-width: 100%;
      border-radius: 12px;
    }

    .text-block {
      flex: 1;
    }

    .text-block h2 {
      font-size: 28px;
      color: #8b572a;
      margin-bottom: 20px;
    }

    .text-block p {
      line-height: 1.6;
      margin-bottom: 12px;
      color: #444;
    }


.cta-box {
    /* margin-top: 50px; */
    background: #ffffff;
/*    padding: 40px 30px;*/
    /* border-radius: 14px; */
    text-align: center;

}
    .cta-box h3 {
      font-size: 24px;
      margin-bottom: 16px;
      color: #1d4c44;
    }

    .cta-box p {
      font-size: 16px;
      color: #2c2c2c;
      margin-bottom: 20px;
    }

    .cta-box a {
      background-color: #d6a75d;
      color: #fff;
      text-decoration: none;
      padding: 12px 28px;
      border-radius: 30px;
      display: inline-block;
      transition: background 0.3s ease;
    }

    .cta-box a:hover {
      background-color: #c99442;
    }

    @media (max-width: 768px) {
      .astrology-layout {
        flex-direction: column;
        padding: 30px 20px;
      }

      .text-block {
        text-align: center;
      }

      .text-block h2 {
        text-align: center;
      }
    }
    
    
    .vedicvan-mission-wrap {
      max-width: 1200px;
      margin: 60px auto;
      padding: 40px 20px;
      display: flex;
      gap: 40px;
      background-color: #f8f2ea;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
      align-items: center;
    }

    .vedicvan-mission-text {
      width: 50%;
    }

    .vedicvan-mission-text h2 {
      font-size: 26px;
      color: #7b4d1f;
      margin-bottom: 20px;
    }

    .vedicvan-mission-text p {
      font-size: 16px;
      line-height: 1.7;
      color: #3c3c3c;
      margin-bottom: 14px;
    }

    .vedicvan-mission-image {
      width: 50%;
      text-align: center;
    }

    .vedicvan-mission-image img {
      max-width: 100%;
      border-radius: 14px;
      box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
    }

    @media (max-width: 768px) {
      .vedicvan-mission-wrap {
        flex-direction: column;
        padding: 30px 20px;
      }

      .vedicvan-mission-text,
      .vedicvan-mission-image {
        width: 100%;
      }

      .vedicvan-mission-text h2 {
        text-align: center;
      }

      .vedicvan-mission-image {
        margin-top: 20px;
      }
    }
    
    
    
    .theme_bg_light{
            background: #fffbf2;
    }
    
    
    .pr_0{
            padding-right: 0;
    }
    
    .profile_sec{
        background-image:url('../images/ast.webp');
    }
    
   .profile_sec .comon-heading p::before {
    content: "";
    background: #ffffff;
}
    
   .profile_sec .comon-heading p::after {
    content: "";
    background: #ffffff;
}
        
    
    .faq_header_card{
        border: 1px solid #6b181e;
            margin: 15px 0;
                border-radius: 10px !important;
    }
    
    
    .faq_header{
            padding: 10px 15px;
      background: linear-gradient(to right, #6b191f, #0c0d36) ;
        color: #ffffff;
    font-size: 16px;
        border-radius:9px 9px 0px 0px !important;
    }
    
.faq_header_card a.collapsed .faq_header{
    border-radius: 9px !important;
}
    
/*    .h-450{
    height: 550px !important;
}*/

.policy h3:first-child {
    margin-top: 0 !important;
}


.policy h3{
font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
        margin-top: 20px;

}

.policy p{
        margin-bottom: 5px;
}

.policy ul{
    margin-bottom: 20px;
}


.policy ul li {
  line-height:30px;
}


/*.row .col-md-4:nth-child(2) a .package-card{*/
/*    background:linear-gradient(135deg,#0c0e35,#69181f);*/
/*    color:#fff;*/
/*    transform:scale(1.05);*/
/*}*/

/* Text White */

/*.row .col-md-4:nth-child(2) a .package-card .package-name,*/
/*.row .col-md-4:nth-child(2) a .package-card .package-price,*/
/*.row .col-md-4:nth-child(2) a .package-card ul li{*/
/*    color:#fff;*/
/*}*/

/*.row .col-md-4:nth-child(2) a .package-card .package-card ul li i{*/
/*    background:#fff;*/
/*    color:#69181f;*/
/*}*/

/*.row .col-md-4:nth-child(2) a .package-card .package-btn{*/
/*    background:#fff;*/
/*    color:#69181f;*/
/*}*/

/*.row .col-md-4:nth-child(2) a .package-card .package-btn:hover{*/
/*    background:#13162f;*/
/*    color:#fff;*/
/*}*/

.package-card{
    position: relative;
    background: #fff;
    border-radius: 18px;
    padding: 15px 15px 15px;
    text-align: center;
    border: 1px solid #f0dede;
    box-shadow: 0 4px 15px rgba(105,24,31,.08);
    overflow: hidden;
}


.package-card::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #69181f, #69181f);
    
}

/* Small Icon */

.package-name{
    margin: 8px 0 5px;
    font-size: 20px;
    font-weight: 700;
    color: #1f2937;
    
}


.package-price{
    font-size: 30px;
    font-weight: 800;
    color: #69181f;
    margin-bottom: 5px;
}

.ads-dot {
    position: relative;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #69181f;
    margin: 7px auto 9px;
    box-shadow: 0 0 8px rgba(105,24,31,0.3);
}

.ads-dot:before,
.ads-dot:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 100px;
    height: 1px;
    background: linear-gradient(
        to right,
        rgba(105,24,31,0.15),
        #69181f,
        rgba(105,24,31,0.15)
    );
    transform: translateY(-50%);
}

.ads-dot:before {
    right: 14px;
}

.ads-dot:after {
    left: 14px;
}

.package-card p{
    display: inline-block;
    margin-bottom: 12px !important;
    background: #fff4f4;
    color: #69181f !important;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    transition: all .5s linear;
    filter: brightness(1);
}

.package-card ul{
    list-style: none;
    /*padding: 12px 0 0;*/
    margin: 12px 0;
}

.package-card ul li{
    font-size: 13px;
    text-align: left;
    margin-bottom: 8px;
    color: #444;
}

.package-card ul li i{
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #69181f;
    color: #fff;
    border-radius: 50%;
    font-size: 8px;
    margin-right: 6px;
}

.package-btn{
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 30px;
    background: #69181f;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.package-btn:hover{
    background: #551217;
}

.package-btn.mt-2{
    background: #fff;
    color: #69181f;
    border: 1px solid #69181f;
}

.package-btn.mt-2:hover{
    background: #69181f;
    color: #fff;
}
/* RESPONSIVE */

@media (max-width:767px){

    .package-name{
        font-size:12px;
        line-height:1.3;
    }

    .package-price{
        font-size:22px;
        margin-bottom:3px;
    }

    .package-card p{
        font-size:11px;
        padding:4px 8px;
    }



    .package-card ul li{
        font-size:11px;
        margin-bottom:7px;
    }



    .package-btn{
        height:30px;
        font-size:13px;
    }

}

@media(max-width:991px){

/*.row .col-md-4:nth-child(2) a .package-card{*/
/*    transform:none;*/
/*}*/

}


 .author-card{
  /*background: radial-gradient(circle at top right, rgba(246, 196, 83, .18), transparent 24%), linear-gradient(135deg, #cc1e12 0%, #f6584d 48%, #8e0e05 100%);*/
border-radius:20px;
padding:22px;
border:1px solid #edf0f7;
box-shadow:0 2px 10px rgba(0,0,0,0.04);
}


.author_card{
background:#fff;
border-radius:20px;
padding:22px;
border:1px solid #edf0f7;
box-shadow:0 2px 10px rgba(0,0,0,0.04);
}



.cover-photo{
    width:100%;
    overflow:hidden;
}

.cover-photo img{
    width:100%;
    height:100%; 
    object-fit:cover;
    display:block;
}

.profile{
     background-image: url('../images/599c09cd-1fb0-4f2d-9622-8dba5a58af5e.png');
    background-size: cover;
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    border-radius: 20px;
    padding: 25px 30px;
    color: #fff;
}


.btn-whatsapp{
    background:#25D366;
    color:#fff;
    border-radius:10px;
    padding: 5px 14px;
    font-weight:600;
    font-size: 12px;
     display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
    text-decoration:none;
    transition:.3s;
}

.btn-whatsapp:hover{
    background:#1ebe5d;
    color:#fff;
}

.profile_img {
    border-radius: 50%;
    /*margin-top: 15px;*/
    margin-bottom: 10px;
    width: 165px;
    background: #fff;
}

.profile_img img {
      width: 100%;
    border-radius: 50%;
    height: 165px;
    border: 5px solid #fff;

}


.profile_info h3{
    color:white;
    font-size:20px;
    font-weight:600;
    margin:0;
    line-height:1.2;
    display:inline-block;
    margin-bottom: 3px;
    text-transform: capitalize;
}

.ratspan{
    font-size: 14px;
    color: #7b7c7d !important;
    font-weight:500;
    margin-left:8px;
    vertical-align:middle;
}

.profile_info h2 i{
color:#2563eb;
font-size:15px;
}

.profile_info p{
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
    font-size: 15px;
}

p.text-muted.mb-2  span{
    background: #6a1a1f;
    color: #fff;
    border: 1px solid  #6a1a1f;
    padding: 2px 10px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin: 6px 0px 4px 0px;
}

.btn-call {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color:  #6a1a1f !important;
    text-decoration: none;
    padding: 5px 14px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 600;
    transition: .3s;
}

.btn-call:hover{
    color: #6a1a1f;
    background: white;
    transform: translateY(-2px);
}



@media (max-width:767px){

    .btn-call {
       font-size:8px;
       padding: 3px 6px;
    }
    .btn-whatsapp{
        font-size:8px;
        padding: 3px 6px;
        margin:0px ;
    }
 
}


.info_row{
    display:inline-flex;
    align-items:center;
    gap: 6px;
    /* padding: 3px 12px 3px 8px; */
    font-size: 13px;
    color: white;
     /*margin: 5px;*/
    background:none;
    border:none;
    position:relative;
}

.info_row::after{
    content:"";
    width:1px;
    height:16px;
    background:#d1d5db;
    margin-left:8px;
}

.info_row i{
    width:28px;
    height:28px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:none;
    color:white;
    font-size:12px;
}
 

.service-card{
    background:linear-gradient(180deg,#ffffff,#faf6ef);
    border-radius:18px;
    padding:20px 15px;
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:.35s ease;
    border:1px solid rgba(212,175,55,.20);
    box-shadow:0 6px 20px rgba(0,0,0,.05);
    height:100%;
}

.service-card::before{
    content:'';
    position:absolute;
    top:-50px;
    right:-50px;
    width:100px;
    height:100px;
    border-radius:50%;
    background:rgba(212,175,55,.08);
}

.service-card::after{
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform:translateX(-50%);
    width:50px;
    height:3px;
    background:#d4af37;
    border-radius:20px;
    transition:.35s;
}

.service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 30px rgba(106,26,31,.12);
    border-color:rgba(212,175,55,.45);
}

.service-card:hover::after{
    width:80px;
}

.service-icon{
    width:75px;
    height:75px;
    margin:0 auto 15px;
    border-radius:50%;
    /*background:linear-gradient(135deg,#6a1a1f,#8b1e24);*/
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 20px rgba(106,26,31,.18);
}

.service-icon img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: contain;
}

.service-card h4{
    font-size:16px;
    font-weight:700;
    color:#222;
    margin:0;
    line-height:1.4;
}

.service-card span{
    display:block;
    margin-top:6px;
    font-size:11px;
    font-weight:600;
    color:#a37b1f;
    text-transform:uppercase;
    letter-spacing:.5px;
}





.step-work{
    padding:30px 0 30px;
    position:relative;
    overflow:hidden;
}

.work-badge{
    display:inline-block;
    background:rgba(106,26,31,.08);
    color:#6a1a1f;
    padding:8px 20px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:15px;
}

.work-title{
    font-size:42px;
    font-weight:700;
    color:#222;
    margin-bottom:10px;
}

.work-desc{
    color:#777;
    font-size:15px;
}

.step-card{
    background:#fff;
    border-radius:18px;
    padding:30px 20px;
    text-align:center;
    position:relative;
    min-height:220px;
    transition:.4s;
    border:1px solid #f1e2e3;
    box-shadow:0 10px 30px rgba(0,0,0,.04);
}

.step-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(106,26,31,.12);
    border-color:#6a1a1f;
}

.step-no{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#6a1a1f;
    color:#fff;
    font-size:20px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto;
    margin-top:-55px;
    margin-bottom:18px;
    border:5px solid #fff;
    box-shadow:0 0 0 5px rgba(106,26,31,.10);
}

.step-icon{
    width:70px;
    height:70px;
    background:rgba(106,26,31,.08);
    color:#6a1a1f;
    border-radius:50%;
    margin:auto;
    margin-bottom:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.step-card h4{
    font-size:19px;
    font-weight:700;
    color:#222;
    margin-bottom:8px;
}

.step-card p{
    color:#666;
    font-size:14px;
    margin-bottom:15px;
}

.call-btn{
    display:inline-block;
    background:#6a1a1f;
    color:#fff;
    padding:8px 16px;
    border-radius:30px;
    text-decoration:none;
    font-size:13px;
    font-weight:600;
    transition:.3s;
}

.call-btn:hover{
    background:#521419;
    color:#fff;
}

.step-card::after{
    content:'';
    position:absolute;
    right:-75px;
    top:50%;
    width:150px;
    height:60px;
    border-bottom:3px solid #6a1a1f;
    border-radius:0 0 100px 100px;
    transform:translateY(-50%);
}

.col-lg-3:last-child .step-card::after{
    display:none;
}



@media(max-width:991px){

    .step-card{
        min-height:auto;
        margin-top:35px;
    }

    .step-card::after{
        display:none;
    }

    .work-title{
        font-size:30px;
    }
}

.product-details-image{
    text-align:center;
    position:relative;
}

.product-details-image::before{
    content:'';
    width: 400px;
    height: 400px;
    background:rgba(106,26,31,.06);
    border-radius:50%;
    position:absolute;
    left:50%;
    top:46%;
    transform:translate(-50%,-50%);
}

.product-details-image img{
    position:relative;
    z-index:2;
    max-width:85%;
}


.product-details-content{
    background:#fff;
    padding:35px;
    border-radius:24px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    border:1px solid #f1e7d0;
}


.product-details-content h2{
    font-size:32px;
    font-weight:700;
    color:#222;
    margin-bottom:12px !important;
}

.product-details-content h2::after{
    content:'';
    display:block;
    width:50px;
    height:3px;
    background:#d4af37;
    margin-top:8px;
    border-radius:10px;
}

.product-details-content span[style*="font-size:28px"]{
    font-size:36px !important;
    font-weight:700 !important;
    color:#8b1e24 !important;
}

.product-details-content del{
    font-size:18px !important;
    margin-left:8px !important;
}

.product-details-content .badge{
    border-radius:20px;
    font-size:12px;
    padding:8px 12px !important;
}

.product-details-content h5{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}

.product-details-content ul{
    padding-left:18px;
}

.product-details-content ul li{
    margin-bottom:6px;
    font-size:14px;
}

.product-details-content p{
    font-size:14px;
    line-height:1.7;
}

.product-details-content .btn{
    border-radius:8px;
    padding:10px 20px;
    font-size:14px;
    font-weight:600;
}



