  .card-bnn-2 {
        display: flex;
        justify-content: space-between;
        margin-top: 10px;


    }

    .card-bnn-3 {
        text-align: center;
        margin-top: 15px;
        border-bottom: 2px solid #ccc;
        padding-bottom: 25px;
    }
    
    .swiper-button-prev svg {
    display:none;
    }
    .swiper-button-next svg {
    display:none;
    }

    .get-det {
        padding: 8px;
        border-radius: 6px;
        background: #264653;
    }

    .get-det:hover {
        color: #fff;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
    }

    .card-en-2 {
        padding: 10px 105px;
        border-radius: 6px;
        background: linear-gradient(135deg, #ff3000, #ff851d);
    }

    .card-en-2:hover {
        color: #fff;

        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.4);
    }

    .tour-info-2 {
        width: 162px;
        padding: 8px;
        border: 1px solid var(--new-color);
        color: var(--new-color);
        margin-bottom: 10px;
        font-size: 14px;

    }

    .detail-con i {
        background: linear-gradient(135deg, #ff3000, #ff851d);
        border-radius: 50%;
        font-size: 14px;
        color: #fff;
        height: 35px;
        width: 35px;
        text-align: center;
        align-content: center;
    }

    .det-loct i {
        border: 2px solid #FF4507;
        border-radius: 50%;

        height: 35px;
        width: 35px;
        text-align: center;
        align-content: center;
        color: #FF4507;
    }

    .det-loct span {
        text-align: center;
        align-content: center;
        font-size: 15px;
    }

    .review-container {
        max-width: 900px;
        margin: 40px auto;
        padding: 30px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
        font-family: 'Segoe UI', sans-serif;
    }

    .review-topbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid var(--border);
        padding-bottom: 20px;
        margin-bottom: 30px;
        gap: 15px;
    }

    .review-topbar .left,
    .review-topbar .center,
    .review-topbar .right {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
    }

    .review-topbar .left strong {
        font-size: 17px;
        color: var(--text);
    }

    .review-topbar .star {
        color: #FFA127;
        font-size: 16px;
    }

    .review-topbar select {
        padding: 6px 10px;
        border: 1px solid #ccc;
        border-radius: 6px;
        font-size: 14px;
    }

    .review-box {
        display: flex;
        gap: 20px;
        margin-bottom: 30px;
    }

    .review-avatar {
        width: 60px;
        height: 60px;
        background: #eee;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }

    .review-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .review-details {
        flex: 1;
    }

    .review-details .name {
        font-weight: 600;
        font-size: 16px;
        color: #000;
    }

    .review-details .type {
        color: var(--muted);
        font-size: 14px;
        margin-bottom: 10px;
    }

    .review-details .message {
        color: #000;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .review-details .rating {
        color: #ffa127;
        font-size: 14px;
        margin-bottom: 5px;
    }

    .review-details .date {
        font-size: 15px;
        color: #008cff;
        font-style: italic;
    }

    /* Hover effect for dropdown */
    .review-topbar select:hover {
        border-color: var(--primary);
    }

    @media (max-width: 576px) {
        .review-box {
            flex-direction: column;
            align-items: flex-start;
        }

        .review-avatar {
            margin-bottom: 10px;
        }
    }

    .tour-icon {
        /*color: var(--success-color);*/
        color: #5C5C5C;
    }

    .cust-dets {
        margin-top: -5px;
        border-right: 3px solid #E1E1E1;
    }

    .pack-para {
        color: #6d6d6d;
    }

    .cust-pack-btnn {
        text-align: center;
        /*margin-top: -52px;*/
    }

    .pack-bnn {
        padding: 14px;
        background-color: #4692e7;
        border: none;
        font-size: 14px;
    }

    .pack-bnn:hover {
        color: #fff;
    }

    .pack-why {
        background-color: #F4F4F4;
    }

    .why-item {
        border-bottom: 1px solid #ccc;
        padding-bottom: 14px;
    }

    .bg-img-custom {
        background-image: url('img/new-img/tour-pack.jpg');
        /* ← yahan apni image ka path lagayein */
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 8px;

    }

    .bg-img-custom a {
        color: #ffcf2a;
    }

    .bg-img-custom h3 {
        font-size: 21px;
    }

    .bg-img-custom p {
        color: #c9e2ff;
        font-size: 14px;
    }

    .review {
        font-size: 14px;
    }

    .rating {
        color: #ffa127;
        font-size: 14px;
    }

    .new-set {
        display: flex;
        text-align: center;
        align-content: center;
        align-items: baseline;
    }

    .inclusion-section {
        margin-bottom: 10px;
        /*border: 1px solid #ddd;*/
        border-radius: 5px;
    }

    .section-heading {
        padding: 15px 20px;
        margin: 0;
        cursor: pointer;
        background-color: #f9f9f9;
        font-size: 20px;
        font-weight: 600;
        margin-top: 25px;
        margin-bottom: 20px;
    }

    .inclusion-grid {
        padding: 20px;
        display: none;
    }

    .inclusion-section.active .inclusion-grid {
        display: block;
    }
            .new-rat{
            margin-left:35px;
        }
        
        .new-frame{
         width:100%;   
         height:400px;
         border:none;
        }
         

    @media (max-width: 768px) {
        .section-heading {
            font-size: 18px;
            padding: 12px 16px;
        }

        .inclusion-grid {
            padding: 15px;
        }

        .inclusion-grid-map {
            padding: 15px;
        }
        .new-rat{
            margin-left:0;
        }
        .det-loct span{
                font-size: 14px;
        }
        .new-frame{
            height:220px;
        }
        .card-en-2{
          padding: 10px 100px;
        }

    }
    
     .page-single-faqs {
      /*padding: 60px 20px;*/
      max-width: 900px;
      margin: auto;
  }
  .section-title {
      text-align: center;
      margin-bottom: 50px;
  }
  .section-title h3 {
      color: #ff5722;
      font-weight: 600;
  }
  .section-title h2 {
      font-weight: 700;
      font-size: 2.2rem;
  }
  .accordion-button {
      font-weight: 500;
      background: #ffffff;
      border-radius: 8px;
      color: #333;
      padding: 1rem 1.2rem;
      display: flex;
      align-items: center;
  }
  .accordion-button:hover {
      background: #ffe5d6;
  }
  .accordion-button i {
      margin-right: 12px;
      font-size: 1.2rem;
      color: #ff5722;
      transition: transform 0.3s;
  }
  .accordion-button:not(.collapsed) i {
      transform: rotate(90deg);
  }
  .accordion-body {
      border-left: 10px solid var(--new-color);
      background: #fff;
      border-top: 1px solid #ddd;
      padding: 1rem 1.2rem;
      font-size: 0.95rem;
      line-height: 1.6;
  }
  
  .tour-icon {
            /*color: var(--success-color);*/
            color: #5C5C5C;
        }

        .cust-dets {
            margin-top: -5px;
            border-right: 3px solid #E1E1E1;
        }

        .pack-para {
            color: #6d6d6d;
        }

        .cust-pack-btnn {
            text-align: center;
            /*margin-top: -52px;*/
        }

        .pack-bnn {
            padding: 14px;
            background-color: #4692e7;
            border: none;
            font-size: 14px;
        }

        .pack-bnn:hover {
            color: #fff;
        }

        .pack-why {
            background-color: #F4F4F4;
        }

        .why-item {
            border-bottom: 1px solid #ccc;
            padding-bottom: 14px;
        }


        .bg-img-custom a {
            color: #ffcf2a;
        }

        .bg-img-custom h3 {
            font-size: 21px;
        }

        .bg-img-custom p {
            color: #c9e2ff;
            font-size: 14px;
        }

        .review {
            font-size: 14px;
        }

        .rating {
            color: #ffa127;
            font-size: 14px;
        }
         .shop-header {
      background: #e9711c;
      color: #fff;
      padding: 15px 0;
    }
    .shop-header h1 {
      font-size: 26px;
      font-weight: 700;
      margin: 0;
    }
    .search-bar {
      max-width: 420px;
    }
    .search-bar input {
      border-radius: 30px 0 0 30px;
      border: none;
      padding: 10px 16px;
    }
    .search-bar button {
      border-radius: 0 30px 30px 0;
      background: #333;
      color: #fff;
      border: none;
      padding: 0 18px;
    }

    /* ===== Product Card ===== */
    .product-card {
      border: 1px solid #eee;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      transition: 0.3s;
      position: relative;
    }
    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .product-img {
      position: relative;
      overflow: hidden;
    }
    .product-img img {
      width: 100%;
      height:150px;
      object-fit: cover;
      transition: 0.4s ease;
    }
    .product-card:hover img {
      transform: scale(1.08);
    }
    .sale-badge {
      position: absolute;
      top: 14px;
      left: 14px;
      background: #ff6600;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      padding: 4px 12px;
      border-radius: 30px;
    }
    .product-overlay {
      position: absolute;
         
      inset: 0;
      /*background: rgba(0,0,0,0.55);*/
      display: flex;
      justify-content: center;
      align-items: center;
      /*gap: 10px;*/
      opacity: 0;
      transition: 0.3s;
      top:110px;
    }
    .product-img:hover .product-overlay {
      opacity: 1;
    }
    .overlay-btn {
      background: #fff;
      padding: 6px 14px;
      border-radius: 25px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      color: #333;
      transition: 0.3s;
    }
    .overlay-btn:hover {
      background: #e9711c;
      color: #fff;
    }
    .product-info {
      padding: 15px;
      text-align:left;
    }
    .product-info h5 {
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 6px;
    }
    .price-product {
      font-size:16px;
      margin-bottom:0px;
    }
    
    .old-price {
      text-decoration: line-through;
      color: #000;
          font-weight: 700;
      margin-right: 6px;
    }
    .new-price {
      color: #e9711c;
      font-weight: 700;
    }

    /* ===== Sidebar ===== */
    .sidebar {
      border-left: 1px solid #eee;
      padding-left: 20px;
    }
    .sidebar h5 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #333;
    }
    .sidebar ul {
      list-style: none;
      padding: 0;
    }
    .sidebar ul li {
      margin-bottom: 8px;
      color: #555;
    }
    .view-bnn{
       background-color: rgba(0, 0, 0, 0.9);
         /*background:red;*/
         color:#fff;
         width: 50%;
         text-align: center;
        padding: 10px;
    font-size: 14px;

    }
    .view-bnn a:hover{
        color:#fff;
    }
    .add-bnn a:hover{
        color:#fff;
    }
    .add-bnn{
         /*background: rgba(0,0,0,0.55);*/
         background:var(--primary-color);
         color:#fff;
         width: 50%;
         text-align: center;
         padding: 10px;
         font-size: 14px;


    }
    
    .product-rating {
    color: #ffc107;
    margin-bottom: 5px;
    font-size: 14px;
}
.product-bnn{
    width: 100%;
    background-color:#ff6600 !important;
    color: #fff !important;
    padding: 3px !important;
    margin-top: 10px !important;
}
 .shop-header {
      background: #e9711c;
      color: #fff;
      padding: 15px 0;
    }
    .shop-header h1 {
      font-size: 26px;
      font-weight: 700;
      margin: 0;
    }
    .search-bar {
      max-width: 420px;
    }
    .search-bar input {
      border-radius: 30px 0 0 30px;
      border: none;
      padding: 10px 16px;
    }
    .search-bar button {
      border-radius: 0 30px 30px 0;
      background: #333;
      color: #fff;
      border: none;
      padding: 0 18px;
    }

    /* ===== Product Card ===== */
    .product-card {
      border: 1px solid #eee;
      border-radius: 12px;
      overflow: hidden;
      background: #fff;
      transition: 0.3s;
      position: relative;
    }
    .product-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }
    .product-img {
      position: relative;
      overflow: hidden;
    }
    .product-img img {
      width: 100%;
      height:150px;
      object-fit: cover;
      transition: 0.4s ease;
    }
    .product-card:hover img {
      transform: scale(1.08);
    }
    .sale-badge {
      position: absolute;
      top: 14px;
      left: 14px;
      background: #ff6600;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      padding: 4px 12px;
      border-radius: 30px;
    }
    .product-overlay {
      position: absolute;
         
      inset: 0;
      /*background: rgba(0,0,0,0.55);*/
      display: flex;
      justify-content: center;
      align-items: center;
      /*gap: 10px;*/
      opacity: 0;
      transition: 0.3s;
      top:110px;
    }
    .product-img:hover .product-overlay {
      opacity: 1;
    }
    .overlay-btn {
      background: #fff;
      padding: 6px 14px;
      border-radius: 25px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      color: #333;
      transition: 0.3s;
    }
    .overlay-btn:hover {
      background: #e9711c;
      color: #fff;
    }
    .product-info {
      padding: 15px;
      text-align:left;
    }
    .product-info h5 {
      font-size: 17px;
      font-weight: 600;
      margin-bottom: 6px;
    }
    .price-product {
      font-size:16px;
      margin-bottom:0px;
    }
    
    .old-price {
      text-decoration: line-through;
      color: #000;
          font-weight: 700;
      margin-right: 6px;
    }
    .new-price {
      color: #e9711c;
      font-weight: 700;
    }

    /* ===== Sidebar ===== */
    .sidebar {
      border-left: 1px solid #eee;
      padding-left: 20px;
    }
    .sidebar h5 {
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 10px;
      color: #333;
    }
    .sidebar ul {
      list-style: none;
      padding: 0;
    }
    .sidebar ul li {
      margin-bottom: 8px;
      color: #555;
    }
    .view-bnn{
       background-color: rgba(0, 0, 0, 0.9);
         /*background:red;*/
         color:#fff;
         width: 50%;
         text-align: center;
        padding: 10px;
    font-size: 14px;

    }
    .view-bnn a:hover{
        color:#fff;
    }
    .add-bnn a:hover{
        color:#fff;
    }
    .add-bnn{
         /*background: rgba(0,0,0,0.55);*/
         background:var(--primary-color);
         color:#fff;
         width: 50%;
         text-align: center;
         padding: 10px;
         font-size: 14px;


    }
    
    .product-rating {
    color: #ffc107;
    margin-bottom: 5px;
    font-size: 14px;
}
.product-bnn{
    width: 100%;
    background-color:#ff6600 !important;
    color: #fff !important;
    padding: 3px !important;
    margin-top: 10px !important;
}

        @media (max-width: 575px){
  
            .tour-buttons a {
                margin-right:unset;
            }
            .tour-buttons{
             display:grid;
             margin-bottom:20px;

            }
            .tour-price{
             padding-top: 10px;
            }
        }
        
        
        
         .relted-pdoduct{
            background-color: #fff;
    }
    .add-cart{
        color:#fff;
            padding: 8px 24px;
    }
    .add-cart:hover{
        color:#fff;
    }
    .product-desc{
    color: #4e4e4e;
    font-weight: 700;

    }
    .woocommerce-breadcrumb a{
        color:#767676;
        
    }
        .product-detail-section {
            background: #fff;
        }

        .zoom-container {
            position: relative;
            overflow: hidden;
            border: 1px solid #ddd;
            display: flex;
            justify-content: center;
            align-items: center;
            height:400px;
        }

        .zoom-img {
            width: 100%;
            height: auto;
            display: block;
            transition: transform 0.3s ease;
        }

        .search-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(0, 0, 0, 0.6);
            color: #fff;
            padding: 8px;
            border-radius: 50%;
            cursor: pointer;
            height: 40px;
            width: 40px;
            text-align: center;
        }

        .thumb-images .thumb-img,
        .popup-thumbs .thumb-img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border: 1px solid #ddd;
            cursor: pointer;
            transition: 0.3s;
        }

        .thumb-images .thumb-img:hover,
        .popup-thumbs .thumb-img:hover {
            border-color: #ff6600;
        }

        .product-content .product-title {
            font-size:40px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .product-price del {
            color: #999;
             font-size:24px;
            margin-right: 10px;
        }

        .product-price .new-price {
            font-size: 28px;
            color: #ff6600;
            font-weight: bold;
        }

        .product-key-points {
            list-style: none;
            padding: 0;
            margin-bottom:15px;
            color:#696969;
        }

        .product-key-points li {
            margin-bottom: 8px;
            position: relative;
            padding-left: 20px;
        }

        /*.product-key-points li::before {*/
        /*    content: "✔";*/
        /*    position: absolute;*/
        /*    left: 0;*/
        /*    color: green;*/
        /*}*/

        .quantity-input {
                width:60px !important;


        }

        /* Popup */
        .popup {
            display: none;
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
        }

        .popup-zoom-container {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .popup-img {
            max-width: 80%;
            max-height: 80%;
        }

        .close-btn {
            position: absolute;
            top: 20px;
            right: 40px;
            font-size: 40px;
            color: #fff;
            cursor: pointer;
        }

        .prev,
        .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            padding: 16px;
            color: white;
            font-size: 30px;
            font-weight: bold;
        }

        .prev {
            left: 20px;
        }

        .next {
            right: 20px;
        }
        
         .product-tabs-section {
    background: #f9f9f9;
  }

  .tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .tab-btn {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: #e0e0e0;
    color: #333;
    border-radius: 5px;
    transition: 0.3s;
    font-weight: 500;
  }

  .tab-btn.active {
    background:var(--new-color);
    color: #fff;
  }

  .tab-content {
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-top: 15px;
  }

  .tab-content h3 {
    margin-bottom: 10px;
    color:var(--new-color);
  }

  .tab-content p {
    color: #555;
    line-height: 1.6;
  }

  /* Review Form */
  .review-form {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .review-form label {
    font-weight: 500;
  }

  .review-form input,
  .review-form textarea,
  .review-form select {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
  }

  .review-form button {
    padding: 12px;
    background-color:var(--new-color);
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }

  .review-form button:hover {
    background-color:var(--new-color);
  }

  @media(max-width:768px) {
    .tabs {
      flex-direction: column;
      gap: 10px;
    }
    .zoom-container{
        height: unset;
    }
    .thumb-images .thumb-img,{
     width: 70px;
    height: 70px;
    }
    .woocommerce-breadcrumb{
         margin-top: 15px;
         margin-bottom: 15px;
    }
    .product-content .product-title{
        font-size: 26px;
    }
    .product-price del{
        font-size: 20px;
    }
    .product-price .new-price{
        font-size: 22px;
    }
      #rating option {
      color:#ebc705!important;
  }
  }
  #rating option {
      color:#ebc705!important;
  }
         .cart-message-box {
    display: none; /* Default hidden */
    background:#46CA7B;
    border: 1px solid #28a745;
    color: #155724;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 8px;
    margin-top: 20px;
    text-align: center;
    font-weight: 500;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    animation: fadeIn 0.4s ease-in-out;
    margin-bottom: 20px;
    
  }

  .cart-message-box a {
    margin-left: 10px;
    padding: 6px 14px;
    font-size: 14px;
    border-radius: 6px;
  }

  @keyframes fadeIn {
    from {opacity: 0; transform: translateY(-10px);}
    to {opacity: 1; transform: translateY(0);}
  }
  .cartMessage-sub{
   
    display: flex;
    justify-content: space-between;
  }
  .cart-tit{
      color:#fff;
          text-align: center;
    align-content: center;
  }
@media (max-width: 575.98px) {
 .cart-message-box{
    font-size: 13px;
    padding: 6px 10px;
 }
 .cart-message-box a{
         padding: 6px 10px;
         font-size: 13px;
 }
}


.destination-content .eg-tag {
       background-image: url('../img/new-img/destination-tag1.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
       -webkit-mask-image: url('../img/new-img/destination-tag1.png');
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: cover;
        padding: 18px 48px;
        height: 65px;
        width: 180px;
        color: #fff;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
        transition: all 0.5s ease-out;
    }
    .small-dest img{
        height:290px;
    }
    .big-dest{
         height:580px;
    }
    @media (max-width: 575.98px) {  
 .small-dest img{
        height:190px;
    }
    .big-dest{
         height:410px;
    }
}

 .login-section {
      /*min-height: 100vh;*/
          padding-top: 50px;
      /*display: flex;*/
      /*align-items: center;*/
      /*justify-content: center;*/
    }
    .login-box {
      background: #fff;
      padding: 40px 30px;
      border-radius: 10px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      /*max-width: 600px;*/
      /*width: 100%;*/
    }
    .btn-login {
      background:#485da1;
      color: #fff;
      font-weight: 600;
    }
    .btn-login:hover {
        color:#fff;
      background: #2c3e9a;
          /*padding: 10px;*/
    }
    .forgot-pass {
      text-align: right;
      margin-top: 10px;
    }
    .forgot-pass a {
      text-decoration: none;
      font-weight: 500;
      color: #3f51b5;
    }
    .forgot-pass a:hover{
        color:var(--primary-color);
         font-weight:600;
    }
    .extra-links {
      margin-top: 20px;
    }
    .extra-links p{
         font-weight: 800;
    }
    .extra-links a{
        color:#485da1;
         font-weight:600;
    }
    .extra-links a:hover{
        color:var(--primary-color);
         font-weight:600;
    }
    
     .form-section {
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 30px 15px;
    }
    .form-box {
      background: #fff;
      padding: 40px 30px;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      max-width: 800px;
      width: 100%;
    }
    .btn-submit {
      background:#485da1;
      color: #fff;
      font-weight: 600;
      padding: 10px;
    }
    .btn-submit:hover {
      background: #2c3e9a;
      color:#fff;
    }
    .terms {
      font-size: 14px;
      /*margin-top: 10px;*/
    }
    .terms a {
      color: #3f51b5;
      font-weight: 500;
      text-decoration: none;
    }
    .terms a:hover {
      text-decoration: underline;
      color:var(--primary-color);
    }
        
    /*das-board-start*/
    
    .dashboard-wrapper {
      padding: 20px;
    }
    .sidebar {
      /*background:#FFFFFF;*/
      border-radius: 10px;
      /*padding: 15px;*/
      height: 100%;
       box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    }
    .sidebar h5 {
      font-weight: bold;
      margin-bottom: 20px;
    }
    .sidebar ul {
      list-style: none;
      padding: 0;
    }
    .sidebar ul li {
      margin: 10px 0;
    }
    .sidebar ul li a {
      text-decoration: none;
      display: block;
      padding: 8px 12px;
      border-radius: 6px;
      color: #333;
      transition: 0.3s;
    }
    .sidebar ul li a:hover,
    .sidebar ul li a.active {
      background: #ff6600;
      color: #fff;
    }
    .content-box {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0px 2px 6px rgba(0,0,0,0.1);
    }
    /* Mobile dropdown */
    .mobile-nav {
      display: none;
    }
    .dass-ph img{
    height: 120px ;
    width: 120px;
}
    @media (max-width: 767px) {
      .sidebar {
        display: none;
      }
      .mobile-nav {
        display: block;
        margin-bottom: 15px;
      }
      .dass-ph{
  margin-bottom:20px;
    }
    
    .pro h6 {
        color:#485da1;
        font-size:18px;
    }
    .pro a {
        color:#ccc;
    }
    .pro  {
       justify-content: space-between;
    }
    
     .main-edit{
         display: flex;
     }
     .edit-photo img{
     height: 120px;
     width: 120px;
     }
     .photo-chose{
         align-content: center;
     }
     .photo-chose input[type="file"] {
  background-color:#485da1;   
  border: 1px solid #ccc;      
  padding: 8px;               
  border-radius: 6px;         
  color: #fff;                
  cursor: pointer;            
}
}
}
.das-bnn{
    background-color: #485da1 !important;
    color:#fff;
}
.das-bnn:hover{
    background-color:#374471 !important; 
    color:#fff;
}

/* Optional: hover effect */
.photo-chose input[type="file"]:hover {
  background-color:#485da1;
}

.das-int{
    background-color: #fff !important;
}


.das-head{
   color: #485da1 !important; 
}


.das-bnn{
    background-color: #485da1 !important;
    color:#fff;
}

.card-title {
    height: 30px;
}

    /*das-board-end*/
    
    
     .footer-logo img {
        width: 120px;

    }

    .btn-square {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }

    .btn-square {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        border-radius: 50%;
        padding: 0;
        text-align: center;
        line-height: 1;
    }

    .share-icon {
        width: 40px;
        height: 40px;
        background-color: #0d6efd;
        /* Bootstrap primary */
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        border-radius: 50%;
    }

    .twit {
        background-color: black !important;
        /*width: 36px;*/
        /* height: 36px;*/
        color: #ffffff !important;
    }

    .insta {
        background-color: #F60776 !important;
        color: #ffffff !important;
    }

    .linkd {
        background-color: #0C61BF !important;
        color: #ffffff !important;
    }

    .yout {
        background-color: red !important;
        /*padding: 7px !important;*/

        color: #ffffff !important;
    }

    .yout i {
        margin-left: -2px;

    }


    .print {
        background-color: #DF0018 !important;
        color: #ffffff !important;
    }

    .face {
        background-color: #1877F2 !important;
        /*margin-top:-15px;*/
        /*color:#ffffff;*/
        color: #ffffff !important;
    }

    .foot-part img {
        /*background:#ffffff;*/
        border-radius: 10px;
    }

    .iconset {
        display: flex;
    }

    @media (max-width: 767px) {
        .ss {
            flex-wrap: wrap;
            justify-content: center;
            margin-left: -16px;
        }

        .iconset {
            display: unset;
        }

        .so {
            margin-left: -15px;
            flex-wrap: unset;
        }

        .face {
            margin: unset;
        }

        .face i:hover {
            color: unset;
        }

        .yout i {
            margin-left: -2px;
        }
    }

    .custom-border {
        border-left: 2px solid var(--primary-color);
    }

    .fs-18 {
        font-size: 18px;
    }

    .cus-foo p {
        margin: 0;
    }
    .rozer img{
        width: 240px;
    height:60px;
    }
    
    .slder-head{
       font-size: 80px;
    font-weight: bold;
    }
    .wel{
       font-size:44px; 
         font-weight:700;
    }
    .sldp{
        font-size:24px; 
    }
    @keyframes letterDrop {
  0% { opacity: 0; transform: translateY(-50px); }
  100% { opacity: 1; transform: translateY(0); }
}
.letter-drop span {
  display: inline-block;
  opacity: 0;
  animation: letterDrop 0.6s forwards;
}


.ashoka-associates-section {
  padding: 40px 0;
  background: #fff;
  text-align: center;
}

.ashoka-container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.ashoka-heading h2 {
  font-size: 28px;
  color: #333;
  font-weight: 600;
}

.ashoka-heading i {
  color: #007bff;
  margin-right: 8px;
}

.ashoka-heading span {
  font-size: 16px;
  margin-left: 10px;
}

.ashoka-heading span a {
  color: #f15a29;
  text-decoration: none;
}

.ashoka-underline {
  width: 40px;
  height: 3px;
  background-color: #f15a29;
  margin: 10px auto 20px;
}

.ashoka-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}

.ashoka-col {
  flex: 1 1 18%;
  max-width: 18%;
}

.ashoka-col img {
  width: 100%;
  height: 70px;
  /*object-fit: contain;*/
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.ashoka-col img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 768px) {
  .ashoka-col {
    flex: 1 1 45%;
    max-width: 45%;
  }
}

@media (max-width: 480px) {
  .ashoka-col {
    flex: 1 1 100%;
    max-width: 100%;
  }
}


.flex-end {
    align-self: flex-end !important;
}


  .call-btn img {
  height: 45px;
  width: 45px;
  position: fixed;
  /*left: 30px;*/
  left: 15px;
  /*bottom: 150px;*/
  bottom: 70px;
  z-index: 999;
}
.whatsapp-link img {
  height: 45px;
  width: 45px;
  position: fixed;
  /*left: 30px;*/
  left: 15px;
  /*bottom: 100px;*/
  bottom: 20px;
  z-index: 999;
}

  a {
    text-decoration: none;
  }
  .pop-img{
      height:200px;
  }
