 /*  
textarea {
    resize: vertical;
}
container {
  display: inline-block;
  width: 13%;
  height: 10px;
  cursor: pointer;
  background: white;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  color:darkblue;
  background-color: darkblue;
  margin: 6px 0;
  transition: 0.1s;
}

.change .bar1 {
  color:darkblue;
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
body {
  background-color: lightgrey;
}

.mycontainer div {
  width:100%;
  float:left;
  background-color: darkblue;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: lightgrey;
  overflow-x: hidden;
  
transition: 0.1s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.1s;
}

.sidenav a:hover {
  color: lightblue;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height:450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p1 {
  display: inline;
  text-align: Right;
}

.diva {
  text-align:center;
 }
.divb {
 
  background-color: lightgrey; 
  text-align:center;
  
}
.nav {
  background-color: grey; 
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.nav a {
  display: inline;
  text-align: left;
  font-size: 20px;
  padding: 20px;
}

.nav b {
  display: inline;
  text-align: center;
  font-size: 20px;
  padding: 20px;
}

.nav li {
  display: inline;
  text-align: right;
 
  
}

#rcorners1 {
  border-radius: 15px;
  background: darkblue;
  padding: 20px; 
  width: 80%;
  height: 800; 
  margin:auto;
}

.p3 {
color:lightgrey;
 text-align: center;
}

.h2 {
color:lightgrey;
 text-align: center;
}


.headr {
 text-align: center;
}
.main {
 text-align: center;
}

#ImSticky{
    
    top:60px;
    left:10;
}

    body {
   
      font-family: Arial, sans-serif;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100vh;
      background-color: #f4f4f4;
    }   */
    .calculator-container {
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      text-align: center;
      color:black;
      width: 450px;
    }
    input[type=range] {
      width: 100%;
      margin: 10px 0;
    }
    button {
      padding: 10px 20px;
      background-color: blue;
      color: white;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      margin: 5px;
    }
    button:hover {
      background-color: black;
    }
    .result {
      margin-top: 20px;
      text-align: left;
    }
    .hidden {
      display: none;
    }
    
    
    
  
    /* **************** NAVIGATION BAR ****************     */
.fixed-nav-bar {
 position: fixed; 
 top: 0; 
 left: 0;
 width: 100%; 
 height: 150px; 
 background-color: blue;
 margin-bottom:20px;

}
 
 
 /* **************** MIDDLE BAR ****************     */
.middle-bar {
    margin-bottom:20px;
    display:flex;
    flex-direction:column;
    height :auto;
    
}
 /*  padding: 170px;
  margin-top: 170px;
  height:500px;
  background-image: url("12.jpg");
  background-repeat: no-repeat;
  background-size: 100%  100%;
  
  
  
  background-color: grey;
  padding: 10px;
  text-align: center;
  color: white;

 left: 0;
 
 width: 100%;  
 background-color: white; }*/

/* button ********************************     */
  .button {
  background-color: orange; /* Green */
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 36px;
  margin: 4px 2px;
  cursor: pointer;
}
    .button4 {border-radius: 20px;}



 /* **************** ROUND CONTAINER ****************     */
#rcorners3 {
  background-color: orange;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  height: auto;
}

 /* **************** ROUND INPUT ****************     */
#rcorners-input {
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  height: 30px;
}
#rcorners-input2 {
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  height=300px
}
#rcorners-input3 {
  background-color: green;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  height=300px
}


 	
/* button ********************************     */

.inline {
  display: inline-block;
  padding-right: 30px;
}
/*
a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: black;
  background-color: transparent;
}
a:active {
  color: black;
  background-color: transparent;
}


/* button ********************************     */

h1 {
  font-size: 20px;
  
  
}
h2 {
  font-size: 30px;
  color:navy;
}
h13 {
  font-size: 30px;
  color:black;
}
p1 {
  font-size: 20px;
  color:white;
  text-align: left;
}
p3 {
  font-size: 20px;
  color:blue;
 
}
h12 {
   text-align: center;
  font-size: 20px;
  color:blue;
 
}
h112 {
   text-align: center;
  font-size: 20px;
  color:black;
 
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  

}

/* Style the header */
header {
  background-color: blue;
  padding: 30px;
  text-align: center;
  font-size: 35px;
  color: blue;
  margin-bottom:20px;

}

/* Create two columns/boxes that floats next to each other */
/*
nav {
  float: left;

  width: 30%;
  height: 300px; 
  background: #ccc;
  padding: 20px;
}

/* Style the list inside the menu */
nav ul {
  list-style-type: none;
  padding: 0;
}
*/
article {
  background-image: url("12.jpg");
  background-repeat: no-repeat;
   background-size: 100%  100%;
  
  
  
  background-color: grey;
  padding: 10px;
  text-align: center;
  color: white;
}


/* Style the footer */
footer {
  background-color: blue;
  padding: 10px;
  text-align: center;
  color: white;
}

/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens 
@media (max-width: 600px) {
  nav, article {
    style="background-image: url('images/apply.jpg');
   
	background-repeat: no-repeat;
    width: 100%;
    height: auto;
  }
}
 */
.main {
  padding: 16px;
  margin-top: 30px;
  height: 1500px; /* Used in this example to enable scrolling */
}

.mycontainerfooter {
  width:100%;
  overflow:auto;
}
.mycontainerfooter div {
  width:33%;
  float:left;
}
.grid-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}
.grid-container-logo {
    background-color: #3498db;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

/* forms etc */

input {
  width: 100%;
}

/* decoration of input */
.input-container {
            width: 300px;
            text-align: center;
        }
        input {
            width: 100%;
            padding: 10px;
            margin: 10px 0;
            border: 2px solid #3498db;
            border-radius: 8px;
            outline: none;
            font-size: 16px;
            transition: 0.3s ease-in-out;
        }
        input:focus {
            border-color: #2ecc71;
            box-shadow: 0px 0px 8px rgba(46, 204, 113, 0.5);
        }
        .input-container label {
            font-size: 16px;
            color: #333;
            font-weight: bold;
        }
        .submit-btn {
            background-color: #3498db;
            color: white;
            padding: 10px 15px;
            border: none;
            border-radius: 8px;
            cursor: pointer;
            font-size: 16px;
            transition: 0.3s;
        }
        .submit-btn:hover {
            background-color: #2980b9;
        }
     /*table deco */
  
        table {
            width: 100%;
            border-collapse: collapse;
            background-color: white;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 10px;
            overflow: hidden;
        }
        th, td {
            padding: 12px 15px;
            text-align: center;
            border-bottom: 1px solid #ddd;
        }
        th {
            background-color: #3498db;
            color: white;
            font-size: 18px;
        }
        tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        tr:hover {
            background-color: #f1f1f1;
            transition: 0.3s ease-in-out;
        }

/* Decorating text */
.text-box {
            background: linear-gradient(135deg, #3498db, #6dd5fa);
            color: black;
            padding: 20px;
            border-radius: 12px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            font-size: 18px;
            font-weight: bold;
            max-width: 100%;
            line-height: 1.6;
            text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
            transition: transform 0.3s ease-in-out;
        }
        
.section {
           
            display: flex;

        }
        
        
        .text-box:hover {
            transform: scale(1.05);
        }
        
        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            scroll-behavior: smooth;
        }
        
        
.div33 {
  background-color:white;
  width:130px;
  height:130px;
 }
 
 
 
/*logo */
        /* Reset default margin and padding */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        /* Fixed Navigation Bar */
        .navbar {
            display: grid;
            grid-template-columns: 10% 90%;
            align-items: center;
            background-color: blue;
            padding: 10px 20px;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 150px;
            box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }

        /* Logo Container */
        .logo-container {
            display: flex;
            background-color: white;
            align-items: center;
        }

        .logo-container img {
           height: 100px; 
            width:100px ;
        }
        a{text-decoration:none;}

        /* Navigation Links */
        .nav-links {
            display: flex;
            background-color: transparent;
            text-decoration:none;
            justify-content: flex-end;
            gap: 20px;
        }

        .nav-links a {
            text-decoration: none;
            color: white;
            background-color: transparent;
            text-decoration:none;
            font-size: 18px;
            font-weight: bold;
            padding: 10px 15px;
            transition: background 0.3s ease, color 0.3s ease;
            border-radius: 5px;
        }

        .nav-links a:hover {
            text-decoration:none;
            color: black;
        }

        /* Push Content Down to Avoid Overlap */
        body {
            text
            padding-top: 80px; /* Same height as navbar */
            font-family: Arial, sans-serif;
            background-image: url('images/applyloan.png');
            background-repeat: no-repeat;
            background-size: cover; /* or contain */
            background-position: center;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .navbar {
                grid-template-columns: 30% 70%; /* Adjust width for smaller screens */
            }

            .nav-links {
                justify-content: center;
            }

            .nav-links a {
                font-size: 16px;
                padding: 8px 12px;
            }
        }
 
 
 .center-text {
        text-align: center;
        padding: 20px;
        
        font-size: 20px;
    }
 
 
 .no-bg {
    background: none !important;
}
