/* body{
    overflow-x: hidden;
  }
  

  .blog-heading {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    color: red; 
  }

  .subheading {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: black;
    margin: 10px 0;
  }

  .blog-para {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
  }

  .see-all-button {
    margin:auto;
    margin-bottom: 30px;
    height:45px;
    display: flex;
    text-align: center;
    font-size:14px;
    background-color: red;
    
    padding: 10px 20px;
    font-size: 18px;
    
    border: none;
    cursor: pointer;
   
  }
  .btnlink{
    color: white;
    text-decoration: none;
  } */

/* FLEXES */
/* .contactleft-heading{
  text-align: left;
  color:red;
  font-size:20px;
}

  .flexescontainer {
    display: flex;
   
    justify-content: space-around;
    align-items: center;
    background-color: black;
    flex-wrap: wrap;
    width:auto;
    padding: 20px;
  }
  @media only screen and (min-width: 300px) and (max-width: 400px) {
.flexescontainer {
  flex-direction: column;}
}
  .left-div {
    flex: 1;
    color:white;
    padding: 20px;
    text-align: left;
  }

  .left-div img {
    max-width: 100%;
    height: auto;
  }

  .right-div {
    flex: 1;
    color:white;
    padding: 20px;
    text-align: left;
  }

  form {
    display: flex;
    flex-direction: column;
  }

  input, select, textarea {
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
  }

  button {
    background-color: red;
    color: white;
    padding: 10px;
    cursor: pointer;
    border: none;
  }

  @media (max-width: 768px) {
    .container {
      flex-direction: column;
    }
  } */
/* DIVS 2*/
/* .custom-container {
    display: flex;
    margin-top: 20px;
    margin-bottom:20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:auto;
  }
  .custom-div {
    border: 1px solid #000;
    padding: 20px;
    margin: 10px;
    text-align: left;
    max-width: 400px;
    width: 100%;
  }
  .custom-number {
    color: red;
    font-weight: bold;
    font-size: 24px;
  }
  @media (min-width: 768px) {
    .custom-container {
      flex-direction: row;
    }
  } */

/* FOOTER*/
/* .quicklinks{
    color: white;
    text-decoration: none;
  }
.main_footer {
    background-color: black;
    color: white;
    padding: 20px 0;
  }

  .footer-text {
    max-width: 300px;
    text-align: left;
  }

  .footer_para {
    margin-bottom: 20px;
  }

  .footer-icons {
    
    text-align: left;
  }

  .footer-icons a {
    color: white;
    margin: 0 10px;
    font-size: 1.5em;
  }

  .footer-links {
    margin-right: 20px;
    justify-content: center;
    text-align:center;
    align-items: center; 
  }

  .footer-links h5 {
    margin-bottom: 10px;
    align-items: center; 
  }

  .footer-links p {
    margin-bottom: 5px;
  }

  .get-in-touch {
    text-align: left;
    margin-left: 20px;
  }

  .contact-icons {
    text-align: left;
    padding-top: 10px;
  }

  .contact-icons p {
    margin-bottom: 5px;
  }

  .contact-icons hr {
    border-top: 1px solid white;
  }

  .copyright,
  .policy {
    text-align: center;
    margin-top: 20px;
  }

  .policy p {
    display: inline-block;
    margin-right: 10px;
  } */

/*FIRST SECTION */
/* @media only screen and (min-width: 300px) and (max-width: 400px) {
.flex_main {
  flex-direction: column;
  text-align: center;
}

.flex2 {
  width: 100%;
  margin: 0;
}

.flex1,
.flex2 {
  max-width: none;
}
}

  nav {
    z-index: 1;
    color: white;
    position: absolute;
    width: 100%;
  }
nav li{
font-size:20px;
}
  body {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
  }

  .section-gradient {
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #000080, #000080 70%, #ff8c00 70%, #ff8c00);
    color: white;
    text-align: center;
    padding: 40px;
  }

  .shape-divider {
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .flex_main {
    height:auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 

  .flex1 {
   display: flex;
   flex-direction: column;
    max-width: 500px;
    margin: 20px;
  }

  .flex1 h1 {
    font-weight: bold;
    font-size: 50pxauto;
    text-align: left;
  }

  .flex2 {
    max-width: 500px;
    margin: 20px;
  }

  img {
    width: 100%;
    height: 100%;
  }

  .paraflex {
    margin-top: 20px;
    font-size: 20px;
    text-align: left;
  } */

:root {
  --text-primary: #373131;
  --button-primray: #f1511b;
  --main-blue: #1d91e8;
}

.seventh-section {
  background-color: white;
  color: var(--text-primary);
}

.seventh-section-h1 {
  font-weight: 700;
  font-size: 35px;
  margin: 0;
}

.seventh-section-p {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.seventh-section-gif {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.seventh-section-input {
  padding: 6px 12px;
  color: #807c79;
  background-color: #eaeaea;
  border-radius: 6px;
  border: none;
}

.seventh-section-text-area {
  border: none;
  padding: 6px 12px;
  color: #807c79;
  background-color: #eaeaea;
  border-radius: 6px;
  resize: none;
}

.seventh-section-input::placeholder,
.seventh-section-text-area::placeholder {
  color: #807c79;
}

.seventh-section-form-line {
  font-weight: 500;
  font-size: 15px;
  margin: 0;
}

.seventh-section .dropdown-item:active {
  background-color: #f6f6f6;
  outline: none;
  border: none;
  color: var(--text-primary);
}

.main-btn-layout {
  padding: 8px 16px;
  background-color: var(--button-primray);
  color: white;
  font-size: 23px;
  font-weight: 600;
  border-radius: 25px;
  transition: 0.25s;
}

.main-btn-layout:hover {
  color: var(--text-primary);
}

@media only screen and (max-width: 992px) {
  .second-section-grid-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .main-btn-layout {
    font-size: 19px;
    padding: 6px 12px;
  }

  .general-image-sub-card {
    padding: 12px 10px;
    width: 160px;
  }

  .seventh-section-p {
    font-size: 18px;
  }

  .seventh-section-h1 {
    font-size: 25px;
    text-align: center;
  }
}

.seventh-section .dropdown-btn {
  background-color: #eaeaea !important;
  width: 100%;
  color: #807c79 !important;
  border-radius: 6px;
  text-align: left;
  border: none;
  box-shadow: none !important;
}

.seventh-section .dropdown-btn:hover,
.seventh-section .dropdown-btn:active {
  background-color: #eaeaea !important;
  color: #807c79 !important;
}

.seventh-section .dropdown-toggle::after {
  vertical-align: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}





/* Ensure the container styling is consistent */
.seventh-section {
  padding: 40px 20px;
  background-color: white;
}

/* Input, Select, and Textarea Styling */
input,
select,
textarea {
  margin-bottom: 20px;
  /* consistent spacing */
  padding: 12px;
  /* comfortable padding */
  width: 100%;
  /* full width */
  box-sizing: border-box;
  /* sizing method */
  border-radius: 6px;
  /* rounded corners */
  border: 1px solid #ccc;
  /* subtle border */
}

/* Button Styling */
.submitbtn {
  background-color: #f1511b;
  /* brand color */
  color: white;
  /* readable text */
  border: none;
  /* no border */
  border-radius: 10px;
  /* rounded corners */
  padding: 10px 15px;
  /* comfortable padding */
  cursor: pointer;
  /* indicates clickability */
  font-size: 18px;
  /* readable font size */
  text-transform: uppercase;
  /* stylistic choice */
  display: block;
  /* block level for full width */
  width: 100%;
  /* full width */
}

/* Optional: Hover effect for button */
.submitbtn:hover {
  background-color: #e14010;
  /* slightly darker on hover */
}