		:root {
			--primary-color: #ff6b35;
			--secondary-color: #f7931e;
			--dark-color: #2c3e50;
			--light-bg: #f8f9fa;

      /* Color system: 1 primary + neutrals (max 5 total) */
      --color-primary: #ff6b35;
      /* teal */
      --color-bg: #f8fafc;
      /* neutral bg */
      --color-surface: #ffffff;
      /* surface */
      --color-text: #0f172a;
      /* strong text */
      --color-muted: #475569;
      /* muted text */
      --radius: 0.75rem;
      --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
      --shadow-md: 0 6px 16px rgba(15, 23, 42, 0.08);
      --shadow-lg: 0 18px 40px rgba(15, 23, 42, 0.12);
    }
    
    .table tr td * {margin-bottom:0px !important; font-size:15px !important; text-align:left;}
    /* About page*/
    .abt-page .stats-section {
            background: var(--secondary-color);
            color: white;
            padding: 60px 0;
        }
        
        .table-btn .frm-downbtn {
                background-color: #007cc3;
    color: #ffffff !important;
    text-decoration: none;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 13px !important;
    display: inline-block;
    margin: 8px !important;
        }

      .table-btn .frmhead {
            background: linear-gradient(90deg, #831710, #8d3b3a);
            color: #ffffff;
            text-align: center;
            padding: 20px 10px;
            font-size: 22px;
            font-weight: 700;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }
        
        .vision-value hr {margin-bottom:15px !important;}
        
        .content-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.content-block.reverse {
    flex-direction: row-reverse;
}
        
        .abt-page .content-block img {
max-width : 400px !important
}

        .abt-page .stat-item {
            text-align: center;
            padding: 30px;
        }

        .abt-page .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
        }

        .abt-page .stat-label {
            font-size: 1rem;
            margin-top: 10px;
        }



        .abt-page .timeline {
            border-left: 7px solid #ff6b35;
            margin-right: 10px;
            position: relative;
        }

        .abt-page .timeline-item {
            background: #f9f9f9;
            padding: 15px;
            margin-bottom: 15px;
            margin-left: 20px;
            position: relative;
        }

        .abt-page .timeline-content h3 {
            font-size: 1.4rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: var(--text-dark);
        }

        .abt-page .timeline-item:after {
            content: "";
            position: absolute;
            background: #ff6b35;
            left: -37px;
            height: 25px;
            width: 25px;
            z-index: 100;
            top: 59px;
            border-radius: 50%;
            padding: 5px;
            border: 4px solid #fff;
            box-shadow: 0px 1px 3px #e5e5e5;

        }

        .timeline-year {
            color: var(--primary-color);
            font-weight: 700;
            font-size: 1.1rem;
            margin-bottom: 10px;
        }

        .abt-page .card {
            background: white;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            max-width: 600px;
            margin: auto;
        }

        .abt-page .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }

        .abt-page .card-header {
            background: linear-gradient(135deg, #ff8c00 0%, #ffb84d 100%);
            padding: 30px;
            text-align: center;
        }

        .card-header .label {
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 1.5px;
            color: rgba(255, 255, 255, 0.9);
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .abt-page .card-header h1 {
            font-size: 28px;
            color: white;
            font-weight: 600;
            line-height: 1.3;
        }

        .card-body {
            padding: 40px 30px;
        }

        .quote-text {
            font-size: 14px;
            color: #666;
            font-style: italic;
            line-height: 1.7;
            margin-bottom: 15px;
            text-align: center;
        }

        .abt-page .card-footer {
            padding: 30px;
            background: #f9f9f9;
            text-align: center;
            border-top: 1px solid #eee;
        }

        .abt-page .author-image {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ff8c00, #ffb84d);
            margin: 0 auto 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: bold;
            font-size: 24px;
        }

        .author-details h3 {
            font-size: 16px;
            color: #8b3a3a;
            margin-bottom: 3px;
            font-weight: 600;
        }

        .abt-page .author-details p {
            font-size: 13px;
            color: #999;
        }

        @media (max-width: 480px) {
            .abt-page .card-header {
                padding: 20px;
            }

            .abt-page .card-header h1 {
                font-size: 22px;
            }

            .abt-page .card-body {
                padding: 25px 20px;
            }

            .abt-page .card-footer {
                padding: 20px;
            }
        }


        /* Responsive */
        @media (max-width: 768px) {

            .abt-page .content-block,
            .abt-page .content-block.reverse {
                flex-direction: column;
                gap: 20px;
            }

            .abt-page .section-title {
                font-size: 1.8rem;
            }

            .abt-page .stat-number {
                font-size: 2rem;
            }
        }
        
        /* End About */
    
#ThWL-YAjH-ghqg-swTt.Custom-Links-1-v1 a {
    background: #ff6701;
    margin: 8px 1px;
    border-radius: 4px;
}
 header.page-header {
      margin-bottom: 1.25rem;
      text-align: center;
    }

.News-Article-1-v1 .body_container p {
margin-bottom:10px !important;
}


    .branch-head .eyebrow {
      display: inline-block;
      padding: 0.25rem 0.5rem;
      background: rgba(14, 165, 165, 0.1);
      color: var(--color-primary);
      border-radius: 999px;
      font-weight: 600;
      font-size: 0.875rem;
      letter-spacing: 0.02em;
    }
.page-header h1 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 15px;
    color: #292929;
}

.page-header .eyebrow {
    color: #831710;
    font-size: 14px;
    font-weight: 600;
}
    .branch-head h1 {
      margin: 0.5rem 0 0.25rem;
      font-size: clamp(1.25rem, 2.2vw + 0.8rem, 2rem);
      line-height: 1.2;
      letter-spacing: -0.02em;
    }

    .branch-head p.subtle {
      margin: 0.25rem 0 0;
      color: var(--color-muted);
      font-size: 0.975rem;
    }

    /* Variant labels */
    .branch-head .variant-title {
      margin: 2.25rem 0 1rem;
      font-size: 0.95rem;
      color: var(--color-muted);
      text-transform: uppercase;
      letter-spacing: 0.12em;
      font-weight: 700;
    }

    /* Responsive grid */
    .branch-head .grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 2rem;
    }

    /* Shared card structure */
    .branch-head .card {
      border-radius: var(--radius);
      overflow: clip;
      display: flex;
      flex-direction: column;
      transition: transform 180ms ease, box-shadow 180ms ease;
    }

    .branch-head .card:hover {
      transform: translateY(-2px);
    }

    .branch-head .card-header {
      padding: 1rem 1rem 0.5rem;
    }

    .branch-head .branch {
     margin: 0;
    font-size: 2rem;
    letter-spacing: -0.01em;
    font-weight: 600;
    color: #292930;
    padding: 10px 0;
    }

    .branch-head .branch small {
      color: var(--color-muted);
          display: block;
    margin-top: 1rem;
    color: var(--color-muted);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
}
      
    }

    .branch-head .people {
      list-style: none;
      margin: 0;
      padding: 0 1rem 1rem;
      display: grid;
      gap: 0.75rem;
    }

    .person {
      display: grid;
      gap: 0.35rem;
      padding: 0.75rem;
      border-radius: calc(var(--radius) - 0.25rem);
    }

    .person .name {
      font-weight: 700;
      letter-spacing: -0.01em;
    }

    .person .role {
      color: var(--color-muted);
      font-size: 1.5rem;
    }

    .contact {
      display: flex;
      flex-wrap: wrap;
      gap: 0.5rem 0.75rem;
      margin-top: 0.25rem;
      font-size: 0.95rem;
    }

    .contact a {
      color: var(--color-primary);
      text-decoration: none;
      font-weight: 600;
    }

    .branch-head .contact a:hover {
      text-decoration: underline;
    }

    .branch-head .contact a[href^="tel"]::before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f095";
      /* phone */
      margin-right: 0.4rem;
      color: var(--color-primary);
    }

    .branch-head .contact a[href^="mailto"]::before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f0e0";
      /* envelope */
      margin-right: 0.4rem;
      color: var(--color-primary);
    }

    /* Variant 1: Filled card with accent bar */
    .branch-head .v1 {
      background: var(--color-surface);
      box-shadow: var(--shadow-md);
      border: 1px solid rgba(15, 23, 42, 0.06);
      position: relative;
      padding: 10px;
    }
    
    .branch-head .v1 .person * {
        font-size: 15px;
    }

    .branch-head .v1::before {
      content: "";
      position: absolute;
      inset: 0 auto auto 0;
      height: 4px;
      width: 100%;
      background: var(--color-primary);
    }

    .branch-head .v1 .person {
      background: rgba(14, 165, 165, 0.045);
    }


.direction-btn{color:#fff !important;}
#gbPj-LtNb-tXZk-sEBu .owl-stage-outer { position:relative !important;}
#Voad-LZzy-WtgJ-pvMj.Menu-Bar-3-v1 .desktop {
    background-color: transparent !important;
}
#dzpW-aZQu-JmQS-gGNs.Slider-Grid-2-v1,
.help-contactus-form .content-container,
.Slider-Grid-1-v1{
   z-index: 0;
}
#Voad-LZzy-WtgJ-pvMj.Menu-Bar-3-v1 .desktop.fixed {
    background: #ffffff !important;
    box-shadow: 1px 1px 4px #bbb7b7 !important;
}

.News-Article-1-v1 .body_container img {   
    margin: 0 auto 15px auto !important;
    border-radius: 10px;
}

#NewsComp-Wfix-Jsea-jxwY-sQvN.News-Article-1-v1 .heading_container {
    border-bottom-width: 0px !important;
}


#gbPj-LtNb-tXZk-sEBu .owl-stage-outer:after{
    content: "";
    background: #ff6701;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
    transform: skewX(60deg);
    
}
#gbPj-LtNb-tXZk-sEBu .owl-stage { z-index: 1;}
#gbPj-LtNb-tXZk-sEBu .owl-carousel .owl-item {
    position: relative;
    padding: 15px;
}

.cont-3 {
    background: #831710;
    margin: 25px 0;
}
#Voad-LZzy-WtgJ-pvMj.Menu-Bar-3-v1 {
margin-top:13px;
}

.cont-1{background: #f6f6f6;
    margin-bottom: 30px;
    box-shadow: 2px 1px 4px 0px #ccc;
    
}

.cont-5 {
    background: #8b1f1f;
    padding: 30px 0;
}
    
#gbPj-LtNb-tXZk-sEBu.Slider-Grid-1-v1 .item {
   background-size: contain !important;
}

#qLsX-yqPX-Siiz-QOtI .Img-Title-Intro-UI-1-v1 .content h2,
#QoLc-doHe-FlZk-Rgnp .Img-Title-Intro-UI-1-v1 .content h2 {
    text-align: left;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;

}

#qLsX-yqPX-Siiz-QOtI .Img-Title-Intro-UI-1-v1 .content h2:after,
#QoLc-doHe-FlZk-Rgnp .Img-Title-Intro-UI-1-v1 .content h2:after {
    position: absolute;
    right: 0px;
    width: 25px;
    height: 25px;
    background: #831710;
    top: 8px;
    z-index: 6;
    content: "\f054";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hcont-2 {
    position: relative;
    background: #f6f6f6;
    padding: 10px 0;
}

.hcont-2:after {
    content: "";
    width: 25%;
    top: 0;
    right: 0;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #831710;
}

#qLsX-yqPX-Siiz-QOtI .Img-Title-Intro-UI-1-v1 .content h2,
#QoLc-doHe-FlZk-Rgnp .Img-Title-Intro-UI-1-v1 .content h2 {
    text-align: left;
    z-index: 0;
    position: relative;
}



#qLsX-yqPX-Siiz-QOtI .Img-Title-Intro-UI-1-v1 .content h2 a,
#QoLc-doHe-FlZk-Rgnp .Img-Title-Intro-UI-1-v1 .content h2 a {
    display: block;
    position: relative;
    z-index: 20;
}

#dzpW-aZQu-JmQS-gGNs.Slider-Grid-2-v1 .owl-carousel .owl-stage {
    display: flex;
    gap: 40px;
}

#dzpW-aZQu-JmQS-gGNs.Slider-Grid-2-v1 .owl-carousel .owl-item {
  float : none !important;
  border: 1px solid #831710;
  
}

#dzpW-aZQu-JmQS-gGNs.Slider-Grid-2-v1 .item {
    margin-right : 0px !important;
}

#dzpW-aZQu-JmQS-gGNs.Slider-Grid-2-v1 .owl-carousel .owl-stage-outer {padding-left: 25px; }
#dzpW-aZQu-JmQS-gGNs.Slider-Grid-2-v1 .controls button {
    height: 85px !important;
}

.cont-6 {
background: linear-gradient(to bottom, #ffa64d 0%, #ff4500 100%);
padding: 40px 0;
}

.cont-6 .ncont{ 
    background: url(https://tirupati.bank.in/images/WebSiteImg_bg-group-family-new.png);
    background-repeat: no-repeat;
    background-size: 61%;
    background-position: right;
    min-height: 450px;
}

.Text-Custom-Text-1-v1 .grid .text span .sm-txt {
    font-size: 18px;
    display: block;
    line-height: 25px;
    margin: 15px 0;
}

.hcont-1 {
    background: #831710;
}


.cont-7 {background: url(https://tirupati.bank.in/images/WebSiteImg_phoneplay-bg-img.jpg);
    padding: 20px 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #4b0c07;
    margin-bottom: 25px;
    
}


.Menu-Bar-3-v1 .search_icon {
    display: none;
}

.shadow {
    box-shadow: none !important;
}

.hcont-2 {
        position: relative;
    background: #f6f6f6;
    padding: 10px 0;
   overflow-x: clip;
}

.hcont-2:after {
       content: "";
    width: 25%;
    top: 0;
    right: -22px;
    height: 100%;
    content: '';
    position: absolute;
    background-color: #831710;
    z-index: 0;
    transform: skewX(22deg);
}

  .hcont-2 .ncont  {position: relative;
    z-index: 1;}

.bg-raed {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.bg-raed .orangetxt{
color:#ff8521;
display: block;
    margin-bottom: 5px;
}

#rzQx-mMUH-WqaG-bzTc.Img-Title-Intro-UI-7-v2 .grid .box .content i {
    color: #fff !important;
    background: #fe9d39;
    padding: 3px;
    border-radius: 50%;
}

 .report-card {
            text-align: center;
            padding: 20px;
            border-radius: 12px;
            transition: 0.3s;
        }

        .report-card:hover {
            background: #f8f9fa;
            transform: translateY(-5px);
        }

        .report-icon {
            width: 60px;
            height: 60px;
            background: #f97316;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin: 0 auto 10px;
            color: #fff;
            font-size: 24px;
            font-family: "bootstrap-icons";
        }

        .report-card a {
            color: #212529;
            text-decoration: none;
        }
        
        .report-card h5 {
    font-weight:  bold !important;
}
        .report-card.shadow {
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
            display: block !important;
        }

.header-section {
			text-align: center;
			margin-bottom: 50px;
			padding: 30px 0;
			background: white;
			border-radius: 15px;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
		}

		.header-section h1 {
			color: var(--primary-color);
			font-weight: 700;
			font-size: 3rem;
			margin-bottom: 10px;
			text-transform: uppercase;
			letter-spacing: 2px;
		}

		.header-section p {
			color: var(--secondary-color);
			font-size: 1.2rem;
			font-weight: 500;
			text-transform: uppercase;
			letter-spacing: 3px;
		}

		.region-title {
			text-align: center;
			margin: 60px 0 40px;
			position: relative;
			z-index: 0;
		}

		.region-title h2 {
			color: var(--dark-color);
			font-weight: 700;
			font-size: 2.5rem;
			display: inline-block;
			padding: 0 30px;
			background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
			position: relative;
			z-index: 1;
		}

		.region-title::before {
			content: "";
			position: absolute;
			top: 50%;
			left: 0;
			right: 0;
			height: 2px;
			background: linear-gradient(90deg,
					transparent,
					var(--primary-color),
					transparent);
		}

		.region-subtitle {
			text-align: center;
			color: var(--secondary-color);
			font-weight: 600;
			text-transform: uppercase;
			letter-spacing: 2px;
			margin-bottom: 30px;
		}

		.branch-card {
			background: white;
			border-radius: 15px;
			padding: 25px;
			margin-bottom: 30px;
			box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
			transition: all 0.3s ease;
			border-left: 5px solid var(--primary-color);
			height: 100%;
			font-size: 15px;
			line-height: 23px;
		}

		.branch-card:hover {
			transform: translateY(-10px);
			box-shadow: 0 15px 40px rgba(255, 107, 53, 0.2);
		}

		.branch-header {
			border-bottom: 2px solid #f0f0f0;
			padding-bottom: 15px;
			margin-bottom: 20px;
		}

		.branch-name {
			color: var(--primary-color);
			display: flex;
			align-items: center;
			font-size: 2rem;
			font-weight: 700;
			margin-bottom: 12px;
			display: flex;
			align-items: center;
		}

		.branch-name i {
			margin-right: 10px;
			font-size: 1.6rem;
		}

		.branch-manager {
			color: var(--dark-color);
			font-size: 1.5rem;
			font-weight: 600;
			margin-bottom: 5px;
		}

		.manager-name {
			color: var(--secondary-color);
			font-weight: 500;
		}

		.info-item {
			display: flex;
			align-items: flex-start;
			margin-bottom: 12px;
			text-align: left;
		}

		.info-item i {
			color: var(--primary-color);
			margin-right: 10px;
			margin-top: 3px;
			font-size: 1.1rem;
			min-width: 20px;
		}

		.info-label {
			font-weight: 600;
			color: var(--dark-color);
			margin-right: 5px;
		}

		.info-value {
			color: #666;
			word-break: break-word;
		}

		.direction-btn {
			background: linear-gradient(135deg,
					var(--primary-color),
					var(--secondary-color));
			color: white;
			border: none;
			padding: 8px 15px;
			border-radius: 25px;
			font-weight: 600;
			text-decoration: none;
			display: inline-flex;
			align-items: center;
			transition: all 0.3s ease;
			margin-top: 15px;
			font-size: 1.3rem;
		}

		.direction-btn:hover {
			transform: scale(1.05);
			box-shadow: 0 5px 15px rgba(255, 107, 53, 0.4);
			color: white;
		}

		.direction-btn i {
			margin-left: 8px;
		}

		.ifsc-badge {
			background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
			color: white;
			padding: 8px 15px;
			border-radius: 20px;
			font-size: 1.3rem;
			font-weight: 600;
			display: inline-block;
			margin-top: 10px;
		}

		.locate-us .row .col-lg-4:nth-child(3n+1) {
			display: block;
			clear: both;
		}


@media only screen and  (max-width: 460px) { 
.Menu-Bar-3-v1 .search_icon {
    display: block;
}
.cont-6 .ncont {
   
    background-size: 95%;
    background-position: bottom;
    min-height: 533px;
}

#OMmn-FVJd-jSym-LoZs.logo_image_container {
    margin-bottom: 25px !important;
}

.calculator {
    display: none;
}

.hcont-2:after {
right:-200px;
}

#ZsRx-mgDo-hRPy-jimC.logo_image_container {
    text-align: center !important;
}

.Menu-Bar-3-v1 .search_icon {
    background: #831710;
}

.bg-raed {
    display: none;
}

}
@media (min-width: 768px) {
    .md\:flex {
        display: flex !important;
    }
    .md\:block {
        display: block !important;
    }
    .from-amber-400 {
        font-size: 14px !important;
        line-height: 18px !important;
        
    }
}

/* All Loan Pages*/
.body_container ul li{
   list-style-type: disc;
}

.body_container ol li{
list-style-type: decimal;
}

.body_container ol{
    margin-left: 4rem;
}

.body_container h2{
    font-size: 30px !important;
    margin-bottom: 1.5rem;
    color: #831710 !important;
    padding: 15px 0;
}

.body_container .loan-faq-ques-title {
    font-size: 20px !important;
}

.News-Article-1-v1 .body_container #extra-heading{
        margin-bottom: 3rem;
    letter-spacing: 2px;
    color: #ff8521;
    font-weight: 600;
}

.vision-value .brand {
      display: flex;
      gap: 16px;
      align-items: center
    }



     .vision-value .title {
      line-height: 1
    }

     .vision-value .title h1 {
      margin: 0;
      font-size: 20px
    }

     .vision-value .title p {
      margin: 2px 0 0;
      color: var(--muted);
      font-size: 13px
    }

     .vision-value .card {
      background: var(--card);
      border-radius: 14px;
      padding: 22px;
      margin-top: 20px;
      box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
      overflow: hidden
    }

     .vision-value .intro {
      display: grid;
      grid-template-columns: 1fr 320px;
      gap: 20px;
      align-items: start
    }

     .vision-value .intro p, 
     .vision-value .intro-new p {
         color: #25303b;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 30px !important;
    font-family: sans-serif;
    }

     .vision-value .stats {
      background: linear-gradient(180deg, rgba(11, 148, 143, 0.06), rgba(11, 148, 143, 0.03));
      padding: 18px;
      border-radius: 10px
    }

     .vision-value .stats h3 {
     margin: 0 0 6px;
    color: var(--accent);
    font-size: 20px;
    font-weight: bold;
    color: #3c5987;
    text-transform: uppercase;
    }

    .vision-value .stat-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 12px
    }

     .vision-value .stat {
      flex: 1 1 140px;
      background: var(--glass);
      padding: 10px;
      border-radius: 8px;
      font-weight: 600
    }

     .vision-value .stat .value {
      display: block;
      font-size: 20px;
    font-weight: bold;
    }

     .vision-value .stat .label-nw {
      display: block;
      font-size: 13px;
      color: var(--muted);
      font-weight: 500
    }

     .vision-value h2.section {
      margin-top: 28px;
      font-size: 18px;
      color: #0b5560
    }

     .vision-value .lead {
      color: var(--muted);
      margin-top: 8px
    }

     .vision-value table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 14px
    }

    .vision-value  thead th {
      background: linear-gradient(90deg, #f3f6f9, #ffffff);
      text-align: left;
      padding: 12px;
      font-size: 13px;
      color: #1f2937;
      border-bottom: 1px solid #eef2f7
    }

     .vision-value tbody td {
      padding: 12px;
      border-bottom: 1px dashed #eef2f7;
      font-size: 14px
    }

     .vision-value tbody tr:nth-child(even) {
      background: rgba(15, 111, 97, 0.02)
    }

     .vision-value .branches {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 12px;
      margin-top: 12px
    }

    .branch-card {
      background: linear-gradient(180deg, #fff, #fbffff);
      padding: 12px;
      border-radius: 10px;
      border: 1px solid #f1f5f9
    }

    .branch-card h4 {
      margin: 0 0 6px;
      font-size: 14px
    }

    .branch-card p {
      margin: 0;
      color: var(--muted);
      font-size: 13px
    }

    .footer {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 22px;
      padding-top: 16px;
      border-top: 1px solid #eef2f7;
      color: var(--muted);
      font-size: 13px
    }

    /* responsive */
    @media (max-width:900px) {
       .vision-value .intro {
        grid-template-columns: 1fr
      }

       .vision-value .branches {
        grid-template-columns: 1fr
      }

       .vision-value .header {
        flex-direction: column;
        align-items: flex-start
      }

      
    }


@media (min-width: 460px) and (max-width: 992px) {
  .Custom-Links-1-v1 .bg-raed .redtxt {
    color: #831710 !important;
  }
}
