/*
Theme Name: priteshshah Child
Theme URI: #
Template: priteshshah
Author: Aaryasoftex
Author URI: https://aaryasoftex.com/
Description: priteshshah Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1753866350
Updated: 2025-07-30 09:05:50

*/
sr7-module .sr7-layer, sr7-module sr7-layer {
	font-family: "Axiforma", Sans-serif !important;
}
.page-title1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 5px;
  background: linear-gradient(90deg,rgba(101, 139, 197, 1) 0%, rgba(10, 16, 34, 1) 100%);
/*   background: #B50839; */
  border: none;
}
.page-title2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    /* background: #B50839; */
    border: none;
}
.elementor-accordion .elementor-tab-title {
	border: 1px solid #142E5E;}

.elementor-accordion .elementor-accordion-item {
    border-radius: 20px;
    margin: 20px 0px;
}
.elementor-accordion .elementor-tab-title {
	border-radius: 20px;}
.elementor-accordion .elementor-tab-content {
	border-radius: 20px;
}
.elementor-accordion .elementor-accordion-item {
    border: 0px solid #d5d8dc !important;
}
.elementor-accordion .elementor-tab-content {
    border: 1px solid #142E5E !important;
}
/* contact us form*/
.member-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #fff;
    max-width: 600px;
    margin: 0 auto;
}

.member-form .row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.member-form .col-md-6,
.member-form .col-md-12 {
    width: 100%;
    padding: 0px 10px;
}

.member-form .col-md-6 {
    width: 50%;
}

.member-form input[type="text"],
.member-form input[type="email"],
.member-form input[type="tel"],
.member-form textarea {
    width: 100%;
	font-family: "Axiforma", Sans-serif !important;
    padding: 12px 16px;
    background-color: #dae5ff;
    border: none;
    border-radius: 8px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border 0.3s ease;
}

.member-form textarea {
    height: 150px;
    resize: none;
}

.member-form input::placeholder,
.member-form textarea::placeholder {
    color: #8fa3c2;
}

.octf-btn {
margin: 0 10px;
    background-color: #0A4CE9;
    color: #fff;
    padding: 12px 25px;
    border: none;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.octf-btn:hover {
    background-color: #1c3bcc;
}
/* contact us form */
/* tabel */
.ekyc-table {
  overflow-x: auto;
}

.ekyc-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 600px;
  /*background: linear-gradient(to bottom right, #1dbfa3, #34c6d0);*/
  color: #fff;
}

.ekyc-table thead {
  background: linear-gradient(to right, #133164, #0d1a36);
    color: white;
}

.ekyc-table th,
.ekyc-table td {
  padding: 12px 16px;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}

.ekyc-table tbody tr:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
  .ekyc-table table,
  .ekyc-table thead,
  .ekyc-table tbody,
  .ekyc-table th,
  .ekyc-table td,
  .ekyc-table tr {
    display: block;
  }

  .ekyc-table thead {
    display: none;
  }

  .ekyc-table tr {
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .ekyc-table td {
    position: relative;
    padding: 6px 8px 6px 50%;
    font-size: 13px;
    line-height: 1.3;
    /*text-align: right;*/
  }

  .ekyc-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 8px;
    top: 6px;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
    width: 45%;
  }
}


/*End table */
/* resposive */
/* For desktops (1600px to 1920px) */
@media screen and (min-width: 1600px) and (max-width: 1920px) {

}
/* For laptops (between 1440px and 1599px) */
@media screen and (min-width: 1440px) and (max-width: 1599px) {

}
@media screen and (min-width: 375px) and (max-width: 767px) {
.member-form {
    background-color: #ffffff;
	padding: 5px;}
}
/* For tablets (768px to 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
.member-form {
    background-color: #ffffff;
	padding: 5px;}
}
/* resposive */
