@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Rock+Salt&display=swap');

html {
  scroll-behavior: smooth;
  background-color: #f2ebc7;
}

body {
  font-family: 'Lato', sans-serif;
  color: #040000;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

h1,
h2 {
  font-family: 'Merriweather Sans', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #f2ebc7;
}

.header_section .container-fluid {
  background-color: #f2ebc7;
  position: fixed;
  z-index: 1000;
  top: 0;
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #000000;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #ff8a1d;
}

.header_section .header_bottom {
  padding: 10px 0;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
}

.navbar-brand span {
  background-color: white;
  padding: 10px;
  padding-inline: 15px;
  border-radius: 10px;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s;

  color: #000000;
  text-transform: uppercase;
  font-family: 'Rock Salt', 'Lato', sans-serif;
  text-align: center;
}

.navbar-brand span:hover {
  transform: scale(1.03);
  box-shadow: 0px 7px 12px black;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #000000;
  text-align: center;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #fbfcfd;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #000000;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #ff8a1d;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: bottom;

  min-height: 500px;
  position: relative;
  margin-bottom: 75px;
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-bottom: 90px;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  color: #000000;
}

.slider_section .detail-box p {
  color: #444;
  font-size: 15px;
}

.slider_section .detail-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #D6CFAF;
  border: 1px solid #D6CFAF;
  border-radius: 5px;
  color: #000000;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #000000;
}

.slider_section .img-box img {
  max-height: 400px;
  width: auto;
  object-fit: contain;
  align-self: center;
  justify-content: center;
}

.feature_section {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 45px 15px;
  background-color: #ffffff;
  color: #555089;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #000000;
}

.feature_section .feature_container .box .name {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  margin-bottom: 0;
  color: #000000;
}

.feature_section .feature_container .box:hover,
.feature_section .feature_container .box.active {
  background-color: #D6CFAF;
  color: #000000;
  cursor: pointer;
}

.feature_section .feature_container .box:hover .img-box svg,
.feature_section .feature_container .box.active .img-box svg {
  fill: #000000;
}

.feature_section .feature_container .box:hover .img-box svg path,
.feature_section .feature_container .box.active .img-box svg path {
  fill: #000000;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
}

.about_section .detail-box p {
  margin-top: 10px;
}

.about_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #D6CFAF;
  border: 1px solid #D6CFAF;
  border-radius: 2px;
  color: #000000;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #000000;
}

.about_section .img-box img {
  width: 100%;
}

.professional_section {
  background-color: #f2ebc7;
}

.professional_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.professional_section .img-box img {
  width: 100%;
}

.professional_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #000000;
}

.professional_section .detail-box p {
  margin-top: 20px;
}

.professional_section .detail-box a {
  margin-top: 25px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #D6CFAF;
  border: 1px solid #D6CFAF;
  border-radius: 5px;
  color: #000000;
}

.professional_section .detail-box a:hover {
  cursor: pointer;
  background-color: #FFFFFF;
}

.service_section {
  position: relative;
}

.service_section .box {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #D6CFAF;
  color: #000000;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #f2ebc7;
  border: 1px solid #f2ebc7;
  border-radius: 0;
  color: #000000;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #000000;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client_section .box {
  margin: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  width: 125px;
  min-width: 125px;
  margin-right: 15px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_id .client_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #fbaf5d;
}

.client_section .box .client_text {
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #0355cc;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
}

.heading_container {
  margin-bottom: 30px;
}

/* Contact section improvements */
.contact_section {
  background-color: #ffffff;
}

.contact_section .contact-heading {
  margin-bottom: 50px;
  text-align: center;
  align-items: center;
}

.contact_section .contact-heading h2 {
  color: #2c2c2c;
  font-size: 2.5rem;
  margin-bottom: 12px;
}

.contact_section .contact-heading p {
  color: #737272;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.contact-form-wrapper {
  background-color: #f9f9f9;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.contact_section .form-group {
  margin-bottom: 25px;
}

.contact_section .form-group label {
  display: block;
  margin-bottom: 10px;
  font-weight: 600;
  color: #2c2c2c;
  font-size: 0.95rem;
  text-transform: capitalize;
}

.contact_section input,
.contact_section textarea {
  width: 100%;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  height: 50px;
  padding: 12px 18px;
  background-color: #ffffff;
  vertical-align: middle;
  outline: none;
  color: #2c2c2c;
  line-height: 1.5;
  font-family: 'Lato', sans-serif;
  transition: all 0.3s ease;
}

.contact_section input:focus,
.contact_section textarea:focus {
  border-color: #4CAF50;
  box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.1);
  background-color: #fafafa;
}

.contact_section input::-webkit-input-placeholder,
.contact_section textarea::-webkit-input-placeholder {
  color: #aaa;
}

.contact_section input:-ms-input-placeholder,
.contact_section textarea:-ms-input-placeholder {
  color: #aaa;
}

.contact_section input::-ms-input-placeholder,
.contact_section textarea:-ms-input-placeholder {
  color: #aaa;
}

.contact_section input::placeholder,
.contact_section textarea::placeholder {
  color: #aaa;
}

.contact_section input.message-box,
.contact_section textarea.message-box {
  height: auto;
  min-height: 150px;
  resize: vertical;
  padding: 15px 18px;
}

.form-action {
  margin-top: 30px;
}

.contact_section button,
.btn-send {
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 14px 50px;
  background: linear-gradient(135deg, #381d02 0%, #381d02 100%);
  border-radius: 8px;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.contact_section button:hover,
.btn-send:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
  background: linear-gradient(135deg, #381d02 0%, #381d02 100%);
}

.contact_section button:active,
.btn-send:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(76, 175, 80, 0.3);
}

.contact_section .map_container {
  height: 360px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact_section .map_container .map {
  height: 100%;
}

/* Info section improvements */
.info_section {
  padding: 100px 0;
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  text-align: center;
  color: #ffffff;
}

.info_section .info-header {
  margin-bottom: 60px;
}

.info_section .info-header h2 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 2.2rem;
  letter-spacing: 1px;
}

.info_section .info-header p {
  color: #bdc3c7;
  font-size: 1.05rem;
  margin-bottom: 0;
}

.contact-card {
  background-color: rgba(255, 255, 255, 0.08);
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-8px);
  background-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.2);
}

.contact-card .icon-wrapper {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.contact-card:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
}

.contact-card h3 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 1.3rem;
  text-transform: capitalize;
}

.contact-card p {
  color: #bdc3c7;
  margin-bottom: 0;
  line-height: 1.6;
}

.contact-card p a {
  color: #4CAF50;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact-card p a:hover {
  color: #5fc961;
  text-decoration: underline;
}

.info_section .social-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.info_section .social-box h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 0.5px;
}

.info_section .social-box p {
  color: #bdc3c7;
  margin-bottom: 25px;
}

.social-links {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.social-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.social-link:hover {
  background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
  transform: translateY(-5px) scale(1.1);
  box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
  border-color: #4CAF50;
}

.info_section a i {
  font-size: 20px;
}

.info_items a {
  position: relative;
}

.info_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #D6CFAF;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 80px;
  background-color: #D6CFAF;
  color: #000000;
}

.info_items .item .img-box i {
  font-size: 24px;
}

.info_items .item p {
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
  background-color: #0a0f43;
}

.info_items .item:hover .img-box {
  background-color: #D6CFAF;
}

.info_items {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 65px;
  width: 75%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* footer section*/
.footer_section {
  background-color: #f2ebc7;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
  border-top: 0.8px solid #000000;
}

.footer_section a {
  color: inherit;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */


/* Custom css by Alan Muttappillil @alm0st01 */

.professional_section.layout_padding.support_us .img-box {
  width: 100%;
  height: auto;
  min-height: 500px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transform: scale(0.95);
}

.professional_section.layout_padding.support_us .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  transition: transform 0.3s ease;
  border-radius: 3%;
}

.professional_section.layout_padding.support_us .img-box img:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.professional_section.layout_padding.support_us .detail-box .text {
  padding: 20px;
  margin-top: 31px;
  background-color: white;
  border-radius: 10px;
  transition: 0.3s;
}

.professional_section.layout_padding.support_us .detail-box .text:hover {
  transform: scale(1.03);
  box-shadow: -4px 7px 12px black;
}

/* Other media settings are in responsive.css */
@media (max-width: 768px) {
  .header_section .container-fluid {
    position: relative;
    z-index: inherit;
    top: inherit;
  }
}


.ourteam-page .about_section {
  padding-top: 150px;
  /* Needs to have a value above 140px */
}

/* Team section, merged into the About page */
.team_section {
  scroll-margin-top: 110px;
  /* clears the fixed header when jumping to #team */
  padding-top: 20px;
}

.ourteam-page .team-grid,
.team_section .team-grid {
  row-gap: 40px;
}

.ourteam-page .team-member,
.team_section .team-member {
  background: #ffffff;
  border: 1px solid #D6CFAF;
  border-radius: 12px;
  padding: 18px 18px 22px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform .28s ease, box-shadow .28s ease;
}

.ourteam-page .team-member:hover,
.team_section .team-member:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
}

.ourteam-page .team-member .img-box,
.team_section .team-member .img-box {
  width: 157px;
  height: 236px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
  background: #f2ebc7;
  position: relative;
}

.ourteam-page .team-member .img-box img,
.team_section .team-member .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

.ourteam-page .team-member:hover .img-box img,
.team_section .team-member:hover .img-box img {
  transform: scale(1.07);
}

.ourteam-page .team-member h5,
.team_section .team-member h5 {
  font-size: 1rem;
  font-weight: 700;
  margin: 14px 0 4px;
  text-transform: none;
  letter-spacing: .3px;
}

.ourteam-page .team-member .role,
.team_section .team-member .role {
  font-size: .8rem;
  font-weight: 500;
  margin: 0 0 4px;
  color: #444;
  line-height: 1.3;
}

.ourteam-page .team-member .role:after,
.team_section .team-member .role:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 10px auto 0;
  background: #D6CFAF;
  border-radius: 2px;
}

.ourteam-page .team-member .member-school,
.team_section .team-member .member-school {
  font-size: 14px;
  color: #555;
  margin-top: 0px;
  padding: 0 5px;
}

@media (max-width: 575.98px) {
  .ourteam-page .team-member,
  .team_section .team-member {
    padding: 16px 14px 20px;
  }

  .ourteam-page .team-member .img-box,
  .team_section .team-member .img-box {
    width: 140px;
    height: 210px;
  }
}

/* --- New Premium Footer --- */
.site-footer {
  background-color: #1a1d23;
  color: #e0e0e0;
  padding: 80px 0 30px;
  font-family: 'Lato', sans-serif;
}

.footer-container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

.footer-col h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-col p {
  line-height: 1.8;
  color: #a0aec0;
  font-size: 15px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #a0aec0;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 15px;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-contact-info .contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #a0aec0;
  font-size: 15px;
}

.footer-contact-info .contact-item i {
  color: #D6CFAF;
  width: 20px;
  text-align: center;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-icon:hover {
  background-color: #D6CFAF;
  color: #1a1d23;
  transform: translateY(-3px);
  border-color: #D6CFAF;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.copyright {
  font-size: 14px;
  color: #718096;
}

/* Responsive footer */
@media (max-width: 991px) {
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-contact-info .contact-item {
    justify-content: center;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

/* --- Modernization Updates (Phase 2) --- */

/* Section Headings */
.section-heading-container {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading-container h2 {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1d23;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-heading-container h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: #fca311; /* Gold accent */
  border-radius: 2px;
}

/* Professional Support Card */
.modern-support-wrapper {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  display: flex;
  min-height: 500px;
  margin: 50px 0;
}

.support-content {
  flex: 1;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.support-visual {
  flex: 1.2;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  overflow: hidden;
}

.support-visual img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-top: -7%;
  margin-bottom: -7%;
}

.support-visual::after {
  display: none;
}

.btn-premium {
  display: inline-block;
  background: #1a1d23;
  color: #fff;
  padding: 16px 40px;
  border-radius: 50px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin-top: 30px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.btn-premium:hover {
  background: #fca311;
  color: #1a1d23;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(252, 163, 17, 0.3);
  text-decoration: none;
}

@@media (max-width: 991.98px) {
  .modern-support-wrapper {
    flex-direction: column;
  }
  .support-visual::after {
    background: linear-gradient(to bottom, rgba(255,255,255,0.95), transparent 40%);
  }
}