*{
    padding: 0;
    margin: 0;
}
.contact-banner{
     background-image: url(../contact-image/contact-bg.png);
        background-size: cover;
        background-position: center;
        height: 550px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
}
.contact-banner-h2{
    font-weight: 600;
    font-size: 50px;
    line-height: 100%;
    font-family: Raleway, sans-serif;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 12px;
}
.italic{
    font-style: italic;
}
.contact-banner-p{
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    text-align: center;
}
.red-line {
position: absolute;
    width: 30%;
    height: 46px;
    left: 0;
    bottom: -46px;
    background: #E30613;
    clip-path: polygon(0% 0, 100% 0, 90% 100%, 0 100%);
transform: skewX(-0deg);
}


.blue-line {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 52px;
  background-color: #009FE3;
  z-index: 0;
  clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 104%);
}
.details{
 padding: 100px 0;
}
.details-h1{
    font-weight: 600;
    font-family: Raleway, sans-serif;
    font-size: 50px;
    line-height: 100%;
    color: #2E2E2E;
    margin-bottom: 29px;
}
.details-span{
    font-style: italic;
    color: #36A9E1;
}
.details-p{
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #494949;
    margin-bottom: 55px;
}
.red-text{
    color: #E30613;
    font-weight: 600;
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 23px;
}
.details-title{
    font-weight: 600;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 100%;
    color: #2E2E2E;
}
.details-address{
    font-weight: 400;
    font-family: Lato, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #494949;
margin-bottom:23px;
}
.get-btn{
    border: 1px solid #2E2E2E !important;
    border-radius: 55px !important;
    color: #494949 !important;
    font-size: 14px !important;
    margin-bottom: 57px !important;
}.get-btn img{
    margin-right: 7px;
}
.phone{
    font-weight: 500;
    font-size: 20px;
    font-family: Lato, sans-serif;
    padding: 46px 0 42px 0;
    margin: 0;
    color: #494949;	
}
.phone img{
    margin-right: 15px;
}
.border-line{
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}
.email{
    font-weight: 400;
    padding: 46px 0 42px 0;
    font-size: 18px;
    margin: 0;
}
.email img{
    margin-right: 15px;
}
.section1{
    background-color: #EFEFEF99;
    padding: 80px 0 76px 0;
}
.section1-h1{
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    font-family: Raleway, sans-serif;
    color: #000000;
    text-align: center;
    margin-bottom: 84px;
}
.section1 label{
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    font-family: Lato, sans-serif;
    color: #2E2E2E;
    padding-bottom: 7px;
}
.section1 input, select{
  padding: 14px 30px;
 border-radius: 0;
 border: 1px solid #2E2E2E;
 margin-bottom: 32px;
}
.section1 select{
    margin-bottom: 32px;
    width: 100%;
    appearance: none;
        background-image: url('../contact-image/down-arrow.svg');
    background-repeat: no-repeat;

    background-position: right 25px center;
    background-size: 12px;
}
.custom-select {
    appearance: none; /* Removes default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('contact-image/down-arrow.svg');
}
.section1 input::placeholder{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #2E2E2E;
}
.submit-btn{
    text-align: center;
    margin-top: 48px;
margin-bottom: 56px
}
.submit{
    background-color: #36A9E1 !important;
    color: #FFFFFF !important;
    border-radius: 50px !important;
    padding: 15px 50px !important;
}
.social-icons {
  display: flex;
  gap:20px;
  align-items: center;
  padding: 46px 0 42px 0;
}

.icon-wrapper {
  position: relative;
  width: 32px;
  height: 32px;
  display: inline-block;
}

.icon-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  height: auto;
}

.default-icon {
  opacity: 1;
}

.hover-icon {
  opacity: 0;
}

.icon-wrapper:hover .hover-icon {
  opacity: 1;
}

.icon-wrapper:hover .default-icon {
  opacity: 0;
}
@media (max-width: 768px){
.submit-btn{
margin-bottom: 50px
}
.border-line{
margin-bottom: 50px
}
.details{
padding-bottom: 70px
}
}
@media (max-width: 576px){
    .contact-banner{
        height: 277px;
    }
    .contact-banner-h2{
        font-size: 20px;
    }
    .contact-banner-p{
        font-size: 12px;
    }
    .details{
        padding: 70px 4px 10px 4px;
    }
    .details-h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .details-p{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .red-text{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .details-title{
        font-size: 20px;
    }
    .details-address{
        font-size: 12px;
    }
    .get-btn{
        font-size: 12px !important;
        margin-bottom: 20px !important;
    }
    .phone{
        font-size: 12px;
        padding: 10px 0 10px 0;
    }
    .border-line{
        margin-bottom: 20px;
    }
    .email{
        font-size: 12px;
        padding: 10px 0 10px 0;
    }
    .section1{
        padding: 30px 4px;
    }
    .section1-h1{
        font-size: 20px;
        margin-bottom: 20px;
    }
    .section1 label{
        font-size: 12px;
        padding-bottom: 5px;
    }
    .section1 input, select{
        padding: 10px 20px;
        margin-bottom: 10px;
    }
    .section1 input::placeholder{
        font-size: 12px;
    }
    .section1 select{
       margin-bottom: 10px;
    }
    .submit-btn{
        margin-top: 20px;
margin-bottom: 40px
    }
.blue-line{
z-index: 0;
height: 13.22px;
width: 75%
}
.red-line{
height: 13.22px;
width: 31%
}
    .social-icons{
padding: 10px 0;
    }
}