@font-face {
  font-family: montserratfont;
  /* src: url('../fonts/montserrat.ttf'); */
  src: url('../fonts/montserrat.ttf');
}

@font-face {
  font-family: teko;
  src: url('../fonts/teko.ttf');
}

@font-face {
  font-family: abangfashion;
  src: url('../fonts/abangfashion.otf');
}

:root {
  --primary-color: #F9B233;
  --text-color: #FFFFFF;
  --bg-color: rgba(0, 0, 0, 0.7);
  --font-title: 'abang';
  --font-body: 'montserratfont';
  --font-button: 'teko';
  --font-b: 'abangfashion';
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
 width: 100%;
  height: 100%;
  font-family: var(--font-body);
}

/* Custom Styles for Get In Touch Section */
.container {
    max-width: 1140px;
}

h2 {
    font-size: 3.5rem;
    font-weight: 700;
}

.text-orange {
    color: #f96302;
    font-size: 1.8rem;
}

address {
    font-size: 1rem;
    line-height: 1.6;
}

address p {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 8px;
}

.email{
    margin-top: -7px;
}

.follow-us{
    font-weight: bold;
    margin-top: 5px;
}

.second-floor{
    font-size: 13px;
    line-height: 15px;
    color: black;
    font-weight: 500;
    margin-top: 7px;
}

.icon-wrapper {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f96302;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(-45deg); /* Rotate the icon */
}

.icon-wrapper i {
    font-size: 1.4rem;
    color: white;
    transform: rotate(45deg); /* Rotate the icon back */
}

.icons-container{
    margin-left: 5px;
}

.social-icons {
    font-size: 1.25rem;
    padding: 10px;
    margin-left: 33px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.6rem;
    margin: 0px 5px;
}

.social-icons a:hover {
    background-color: #f96302;
    color: #fff;
}

.mt-4, .my-4 {
    margin-top: 3.5rem !important;
}

.phone{
    margin-bottom: -37px;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
    margin-left: 47px;
}

/* Mobile First Adjustments */
@media (max-width: 767.98px) {
      h2 {
    font-size: 2rem;
   
    margin-top: -20px;
  }

    .social-icons {
        margin-top: 20px;
    }

    .map img {
        width: 100%;
    }
    
    .mt-5, .my-5 {
    
    margin-left: 0px;
}

  address p {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 14px;
    font-size: 14px;
  }
  
  .second-floor {
  font-size: 12px;
  line-height: 15px;
  color: black;
  font-weight: 500;
  margin-top: 7px;
}

.follow-us {
  font-weight: bold;
  margin-top: 5px;
  font-size: 20px;
margin-left: -40px;
}

iframe{
    width: 100%;
}

}

/* Tablet Adjustments */
@media (min-width: 768px) and (max-width: 991.98px) {
    .social-icons {
        font-size: 1rem;
    }
}

.mobile{
  margin-top: 25px;
}





