    /*
    Theme Name: child theme
    Author: 
    Description: Your description goes here
    Version: 1.0
    Template: astra

    This is the child theme for Astra theme, generated with Generate Child Theme plugin by catchthemes.

    (optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
    */

    /* Only main menu items (NOT submenu) */
    .main-header-menu > li > a {
        position: relative;
    }

    .main-header-menu > li > a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px; 
        width: 0%;
        height: 2px;
        background-color: #FFD700;
        transition: width 0.3s ease;
    }

    .main-header-menu > li > a:hover::after {
        width: 100%;
    }

    /* Fix header at top */
    .ast-primary-header-bar {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        background-color: #ffffff;
    }

    #force-footer {
      display: none !important;
    }

    .adv-section {
      padding: 80px 20px;
      text-align: center;
      font-family: inter;
      background: #f5f7fa;
    }

    .adv-heading {
      font-size: 36px;
      font-weight: bold;
      color: #0B3C5D;
      margin-bottom: 20px;
    }

    .adv-subtext {
      color: #6b7280;
      max-width: 700px;
      margin: 0 auto 50px;
      font-size: 16px;
    }

    .wheel {
      width: 500px;
      height: 500px;
      border-radius: 50%;
      position: relative;
      margin: auto;
      background: conic-gradient(
        #e8eef5 0deg 72deg,
        #dde6ef 72deg 144deg,
        #e8eef5 144deg 216deg,
        #dde6ef 216deg 288deg,
        #e8eef5 288deg 360deg
      );
    }

    .center {
      position: absolute;
      width: 180px;
      height: 180px;
      background: linear-gradient(135deg, #0B3C5D, #1e5f85);
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      font-weight: 600;
      padding: 20px;
      box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    }

    .label {
      position: absolute;
      width: 140px;
      text-align: center;
      font-size: 12px;
      color: #1f2937;
    }

    /* Positions */
    .l1 { top: 5%; left: 50%; transform: translateX(-50%); }
    .l2 { top: 30%; right: 5%; }
    .l3 { bottom: 30%; right: 5%; }
    .l4 { bottom: 5%; left: 50%; transform: translateX(-50%); }
    .l5 { top: 30%; left: 5%; }

    .adv-footer {
      margin-top: 60px;
    }

    .adv-footer p {
      font-size: 20px;
      font-weight: 600;
      color: #0B3C5D;
    }
    /*single product page */
    /* our-product-content */
    .our-product-content .editor-wraper h1{
      font-size: 50px;
      line-height: 55px;
      color: #222;
      font-weight: 700;
      margin-bottom: 10px;
    }
    .our-product-content .editor-wraper h4{
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 10px;  
    }
    .our-product-content .editor-wraper ul li,
    .our-product-content .editor-wraper p{
      font-size: 14px;
      line-height: 20px; 
      font-weight: 400;
    }
    .our-product-content .editor-wraper p a:hover{
      color:#003A67;
    }
    .our-product-content .editor-wraper ul{
      margin-left: 35px;
      margin-bottom: 0;
    }
    .our-product-content .editor-wraper ul li{
      margin-bottom: 5px;
    }
    /* our-product-content */

    /* PROCESS SECTION */
    .process-section {
      padding: 20px 20px 40px;
      max-width: 1200px;
      margin: auto;
    }
    .process-header {
      text-align: center;
      margin-bottom: 50px;
    }

    .process-section .process-header h2 {
      font-size: 32px;
      line-height: 40px;
      color: #222;
      margin-bottom: 10px;
      font-family: inter;
      font-weight: 700;
    }

    .process-section .process-header p {
      font-size: 16px;
      line-height: 20px;
      color: #7a7a7a;
      font-family: inter;
    }

    /* process */
    .process-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 25px 25px;
      max-width: 950px;
      margin: 0 auto;
    }
    .process-grid > .process-step{
      justify-content: flex-start!important;
    }
    .process-grid > .process-step,
    .process-grid > .process-card {
      width: calc(51% - 25px);
      justify-content: center;
      border-radius: 0px 20px 0px 20px;
      border: 3px solid #FFA500;
      padding: 30px 15px;
      box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;

    }
    .process-grid > .process-card {
      text-align: center;
      border: none;
    }

    .process-step {
      display: flex;
      gap: 15px;
      align-items: flex-start;
    }

    .process-step .icon {
      font-size: 22px;
      flex-shrink: 0;
      margin-top: 4px;
    }
    .process-step h3 {
      font-size: 18px;
      margin: 0;
      color: #111827;
    }

    .process-step p {
      font-size: 14px;
      color: #6b7280;
      margin-top: 5px;
    }
    
    .process-card {
      padding: 24px;
      border-radius: 16px;
      background: linear-gradient(135deg, #eef2ff, #ffffff);
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      transition: all 0.3s ease;
    }

    .process-card:hover {  
      box-shadow: 0 12px 30px rgba(0,0,0,0.12);
    }

    /* Card Text */
    .process-card h3 {
      color: #2563eb;
      margin-bottom: 8px;
      font-size: 18px;
    }

    .process-card p {
      font-size: 14px;
      color: #6b7280;
    }

    .process-section .process-cta {
      text-align: center;
      margin-top: 60px;
    }

    .process-section .process-cta h4 {
      font-size: 22px;
      line-height: 30px;
      font-weight: 600;
      color: #222;
      margin-bottom: 30px;
      font-family: inter;
    }

    /* Buttons */
    .process-section .cta-buttons {
      display: flex;
      justify-content: center;
      gap: 15px;
      flex-wrap: wrap;
    }

    .process-section .btn {
      color: #fff;
      border-radius: 6px;
      cursor: pointer;
      border: 1px solid #003A67;
      padding: 12px 24px;      
      background-color: transparent;
    }
    .process-section .btn.download {
      background-image: linear-gradient(45deg, #FFD700 0%, #FFA500 100%);
      border-color: #FFA500;
      color: #221B00;
    }

    .process-section .btn.download:hover {
      background: #003A67;
      border: 1px solid #003A67;
      color: #fff;
    }
    .process-section .btn.dis{
      background-color: #003A67;
     }

    .process-section .btn.dis:hover {      
      color: #221B00;
      background-image: linear-gradient(45deg, #FFD700 0%, #FFA500 100%);
      border-color: #FFA500;
    }

    /* ================= RESPONSIVE ================= */
    @media (max-width: 768px) {
      .process-grid > .process-step,
      .process-grid > .process-card {
        width: 100%;
      }
    }

    @media (max-width: 480px) {
      .process-section .process-header h2 {
        font-size: 24px;
        line-height: 32px;
      }

      .process-step h3,
      .process-card h3 {
        font-size: 16px;
      }

      .process-step p,
      .process-card p {
        font-size: 13px;
      }
		.rfq-main-container {
    	padding: 0px; 
	}
		.nf-field-label .nf-label-span, .nf-field-label label {
	    font-size: 12px;
    	padding: 5px;
}
		.rfq-main-container h3 {
        font-size: 20px;
    	padding-top: 25px;
    	padding-bottom: 10px;
    	text-align: center;
	  }
		.rfq-input {
    	font-size: 12px;
		}

    }

}

@media (max-width: 768px){
 .shinrai-flow-v2 .sf-v2-main-title {
     font-size: 22px !important;
 }
}
@media (max-width: 767px){
   .rfq-main-container {
        padding: 0px; !important
   }

}
@media (max-width: 767px) {
  .process-line::after {
    visibility: hidden !important;
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .process-line::after {
    width: 800px !important;
  }
}