@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

body {
      font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
	background-color:#fdf5f5;
    color: #252525;
}
html {
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Outfit", sans-serif;
}

a {
    text-decoration: none !important;
    outline: none !important;
}


/*======================
        HELPER
========================*/

.section {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-color: #fff;
}

.bg-overlay {
    position: absolute;
    top: 0;
    background: linear-gradient(
100deg, #ffffff, #ffffff75);
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay-gradient{
    background: #396afc;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #2948ff, #396afc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #2948ff, #396afc) !important; /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.4;
}

.title h2 {
    margin-top: 10px;
}

span.title-border:before {
    left: 100%;
}

span.title-border:after {
    right: 100%;
}

span.title-border:before {
    content: "";
    background: #dadada;
    width: 45px;
    height: 1px;
    top: 9px;
    position: absolute;
}

span.title-border:after {
    content: "";
    background: #dadada;
    width: 45px;
    height: 1px;
    top: 9px;
    position: absolute;
}

span.title-border {
    padding: 0 8px;
    font-size: 18px;
    line-height: 18px;
    position: relative;
    display: inline-block;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-custom {
    font-size: 15px;
    transition: all 0.4s;
    color: #fff !important;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
    box-shadow: none !important;
}

.btn-outline-custom {
    background-color: transparent;
    border: 1px solid #fff !important;
    transition: all 0.4s;
    color: #fff;
}

.btn-outline-custom:hover,
.btn-outline-custom:focus,
.btn-outline-custom:active,
.btn-outline-custom.active,
.btn-outline-custom.focus,
.btn-outline-custom:active,
.btn-outline-custom:focus,
.btn-outline-custom:hover,
.open > .dropdown-toggle.btn-outline-custom {
    background-color: #fff !important;
    border: 1px solid #fff !important;
    box-shadow: none !important;
    color: #000;
}

.btn {
    padding: 12px 25px;
    font-size: 14px;
    letter-spacing: 0.03px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 30px;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;  
    flex-direction: row;
    -webkit-flex-direction: row;
}

/*==========================
        HOME
============================*/

.bg-home {
    background-image: url('../images/home-bg.webp');
    background-size: cover;
    background-position: center center;
    height: 100vh;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}
.home-desc-center h6{
    color: #151414;
    font-size: 21px;
    font-weight: 400 !important;
}
.home-desc-center p{
	color:#000;
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
}

.home-title{
    font-size: 48px;
    line-height: 1.2;
    font-weight: 600;
}

.home-sub-title{
    font-size: 17px;
    line-height: 1.8;
    max-width: 600px;
}

.watch-video a span{
    font-size:16px;
    padding-left: 10px;
    position: relative;
    top: -5px;
}

.play-icon-circle {
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    font-size: 28px;
}

.play-btn-light{
    background-color: #fff !important;
    color: #6c77c0;
    mix-blend-mode: lighten;;
}

/*----------DEMO 2-----------*/
.home-height-half{
    padding: 220px 0 150px 0;
    height: auto;
}
/*----------DEMO 3-----------*/
.home-half{
    padding-bottom: 50px;
    padding-top: 120px;
    background-image: url('../images/home-bg.webp');
    background-size: cover;
    background-position: center center;
    position: relative;
}

.home-registration-form .form-title {
    font-size: 24px;
    font-weight: 600;
}

.home-registration-form .form-subtitle{
    line-height: 1.4;
    font-size: 18px;
}

.home-registration-form {
    border-radius: 3px;
    box-shadow: 0px 0px 3px 0px #000000;
}

.home-registration-form .registration-form label{
    font-size: 14px;
}

.home-subtitle-width-100{
    max-width: 100%;
}

.small-text {
    font-size: 14px;
}

.registration-input-box{
    border:none;
    border-radius:0px;
    color: #999;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

/*---------DEMO 6-----------*/
.back-slide{
    height: 100vh;
}

.search-form input {
    padding: 15px 20px;
    width: 100%;
    font-size: 17px;
    color: #4c5667 !important;
    border: none;
    outline: none !important;
    padding-right: 180px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 30px;
}

.search-form button {
    position: absolute;
    top: 7px;
    right: 8px;
    outline: none !important;
    border-radius: 30px;
    font-size: 17px;
    padding: 9px 30px;
}

.search-form form {
    position: relative;
    max-width: 600px;
    margin: 0px auto;
}

/*--------DEMO 8-----------*/
.bg-gradient {
    background: -webkit-linear-gradient(#7474BF, #348AC7) !important;
    background: -moz-linear-gradient(#7474BF, #348AC7) !important;
    background: -ms-linear-gradient(#7474BF, #348AC7);
    background: -o-linear-gradient(#7474BF, #348AC7) !important;
    background: linear-gradient(#7474BF, #348AC7) !important;
}
.navbar-light{
    background-color: #fff;
    box-shadow: 0 10px 33px rgba(0,0,0,.1) !important;
}

.navbar-light .navigation-menu > li > a {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    min-height: 62px;
}

.navbar-light .logo .logo-dark {
    display: inline-block !important;
}

.navbar-light .navigation-menu > li > a {
    color: #000 !important;
}
/*-----------DEMO 9----------*/
.bg-overlay-gredient {
    background: #000046;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #1CB5E0, #000046) ;  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #1CB5E0, #000046); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: 0.8;
}
/*----------DEMO 10-----------*/
.bg-video{
    height: 100vh;
    background-color: #000;
}
/*---------DEMO 11--------*/
.navbar-light.small {
    top: 0px !important;
    width: 100%;
}
/*--------DEMO 12----------*/
.slidero{
    position: relative;
    z-index: 1;
}
/*---------DEMO 13-----------*/
.main-slider .flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: rgba(255,255,255,0.8); 
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: none; 
}
.main-slider .flex-control-paging li a:hover { 
  background: #333;
  background: rgba(255,255,255,0.9);
}
.main-slider .flex-control-paging li a.flex-active { 
}
.main-slider .flex-control-nav {
    bottom: -50px;
    left: 0;
    right: 0;
    width: auto;
}
/*==========================
        FEATURES
============================*/

.features-desc h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}

.features-desc p{
    font-size: 15px;
}

.features-desc a{
    color: #000;
    transition: all 0.5s;
    font-size: 15px;
    font-weight: 600;
}

.features-desc a i{
    font-size: 16px;
    position: relative;
    top: 2px;
}



.features-border{
    height: 2px;
    width: 70px;
}

/*==========================
        CTA 
============================*/
.critarea-desc {
    font-size: 26px;
}
/*==========================
        SERVICES
============================*/

.service-box {
    border: 1px dotted #dddddd;
    border-radius: 3px;
    position: relative;
}

.service-left {
    float: left;
}

.service-box .service-icon {
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.service-box .service-desc {
    margin-left: 25%;
}

.service-box .service-desc h4 {
    font-size: 18px;
    font-weight: 600;
}

.service-box .service-desc p {
    font-size: 14px;
}

/*=========================
    CLIENTS/TESTIMONIAL 
===========================*/

.testimonial-box h4 {
    line-height: 26px;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.client-images img {
    max-height: 30px;
    width: auto !important;
    margin: 10px auto;
    opacity: 0.3;
    transition: all 0.5s;
}

.client-images img:hover {
    opacity: 0.6;
}

.client-images .owl-pagination{
    display: none;
}

.testi-work{
    font-size: 15px;
}

/*=========================
        TEAM
===========================*/
.team-box{
    border-radius: 7px;
    border: 1px dashed #ddd;
}

.team-box .team-desc .team-name{
    font-weight: 600;
}

.team-box .team-desc .team-work{
    font-size: 14px;
}

.team-social li a {
    color: #808083;
    transition: all 0.52s;
    border: 1px solid #ddd;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
    display: inline-block;
}

.team-social li a:hover{
    color: #fff;
}

/*=========================
        PRICING
===========================*/
.plan-price h6{
    font-weight: 600;
    font-size: 36px;
    height: 110px;
    width: 110px;
    line-height: 110px;
    display: inline-block;
    color: white;
    border-radius: 50%;
}

.plan-price h6 span{
    font-size: 16px;
}

.plan-title h5{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
}


.plan-features p{
    color: #8e8e8e;
}

.pricing-box{
    border-radius: 8px;
    border:1px solid #e2e2e2;
}

/*==========================
        CONTACT US
============================*/

.form-sub-title {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 50px;
}

.form-control {
    margin-bottom: 14px;
    box-shadow: none !important;
    height: 44px;
}

textarea.form-control {
    height: auto;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    background-color: rgba(244, 35, 103, 0.2);
    margin-bottom: 20px;
    text-align: center;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}

/*==========================
        FOOTER
============================*/

.company-sub-menu li a {
  color: #808080;
  font-size: 14px; 
  margin-bottom: 7px;
  display: inline-block;
  transition: all 0.5s;
}

.footer-title{
  font-size: 15px;
  font-weight: 700
}

.company-sub-menu li a:hover{
  text-decoration: none;
}

.contact-us p{
  color: #808080;
  font-size: 14px;
  margin-bottom: 7px;
}

.footer-icons li a{ 
    height: 35px;
    width: 35px;
    color: #808080;
    text-align: center;  
    border-radius: 20%;
    font-size: 16px;
    display: inline-block;
    line-height: 35px;  
    border-radius: 50%;
    border:1px solid #808080;  
    transition: all 0.5s;
}

.footer-icons li a:hover{
    color: #fff;
}

.footer-alt .copy-rights{
  margin: 0;
  line-height: 60px;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

@media (max-width: 768px) {
    .service-box .service-desc {
        width: auto;
        margin-left: 0%;
    }
    .service-box .service-icon {
        top: -15px;
        position: relative;
        transform: none;
        left: 0;
    }
    .vertical-content{
        display: inherit;
    }
    .features-desc h2{
        font-size: 26px;
    }
    .home-title {
        font-size: 28px;
    }
    .home-sub-title {
        font-size: 14px;
    }
    .home-half {
        padding-bottom: 85px;
        padding-top: 120px;
    }
    .home-height-half{
        height: 100vh !important;
    }
    .navbar-light .logo {
        line-height: 0px !important;
        padding: 0px !important;
    }
}

/*==================================
STYLE SWITHER - Demo purpose only
==================================*/ 

#style-switcher div h3 {
  color: #ffffff;
  font-size: 16px;
  margin: 8px 3px 12px;
}
#style-switcher {
  background: none repeat scroll 0 0 #2b2424;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  left: -189px;
  position: fixed;
  top: 17%;
  width: 189px;
  z-index: 9999;
  padding: 10px 5px;
}
#style-switcher div {
  padding: 5px 10px;
}
#style-switcher .bottom {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #252525;
  padding: 0;
}
#style-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #2b2424;
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: 0;
  width: 40px;
  padding: 3px;
}
#style-switcher .bottom a {
  text-decoration: none;
}

#style-switcher .bottom a.settings i {
  margin-left: 5px;
  color: #ffffff;
  font-size: 24px;
  position: absolute;
}

ul.pattern {
  list-style: none outside none;
  margin: 0 0 0px;
  overflow: hidden;
  padding:0;
  border-radius: 0px;
}
ul.pattern li {
  float: left;
  margin: 2px;
}
ul.pattern li a {
  cursor: pointer;
  display: block;
  height: 35px;
  width: 35px;
  border-radius: 0px 35px 0px 0;
  margin: 5px;
}
ul.pattern .color1 {
  background-color: #615fe6;
}
ul.pattern .color2 {
  background-color: #ff546c;
}
ul.pattern .color3 {
  background-color: #f2b31a;
}
ul.pattern .color4 {
  background-color: #31b164;
}
ul.pattern .color5 {
  background-color: #8060cf;
}
ul.pattern .color6 {
  background-color: #37b8df;
}
@media only screen and (max-width: 479px) {
  #style-switcher {
    display: none;
  }
}


.quote-box {
  background-color: #29487ac4; /* translucent dark blue */
  border-radius: 20px;
  backdrop-filter: blur(6px);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.quote-box .lead {
    font-size: 1.25rem;
    font-weight: 300;
    height: 95px;
}
.form-field {
  border-radius: 12px;
  padding: 10px 15px;
  border: none;
  background-color: #f8f9fa;
}

.form-field:focus {
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.6);
  background-color: #fff;
}

.btn-submit {
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  border: none;
  padding: 10px 28px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 30px;
  transition: 0.3s ease-in-out;
}

.btn-submit:hover {
  background: linear-gradient(135deg, #0072ff, #00c6ff);
  box-shadow: 0 0 10px rgba(0, 114, 255, 0.5);
}
.bg-button{
	background-color: #7e98bf;
	border-radius: 50px;
	color:#fff;
	padding: 15px 11px;
	font-size: 17px;
	letter-spacing: 0px;
	font-weight: 600;
	line-height: 20px;
}

.bg-dark-blue {
  background-color: #1b3b6f;
}

.why-choose h2 {
  border-bottom: 2px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
}

.img-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.img-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 15px;
  padding: 9px 8px;
  text-align: left;
  height: 56px;
  line-height: 22px;
  justify-content: flex-start;
  display: flex;
  align-items: center;
}
.vertical-content h1 {
    font-size: 66px !important;
    margin-bottom: 1rem;
    color: #ed1c24 !important;
}
.vertical-content .lead {
}
.display-text{
	font-size: 55px;
	color: #325c99 !important;
	line-height: 59px;
	font-weight: 400;
	padding-left: 1rem;
}
.boxview{
    position: relative;
    top: -64px;
    margin-bottom: -120px;
}
.Why-Chooselist{
    padding-right: 3rem;
}
.Why-Chooselist li{
    margin-bottom: 10px;
}
.Why-Chooselist li span{
    font-size: 21px;
    line-height: 31px;
    font-weight: 300;
}

.a1-garnet-section {
  background-color: #fff;
}

.a1-garnet-section h2 {
    line-height: 55px;
}

.a1-garnet-section .subtitle {
  font-size: 25px;
  color: #4b6cb7 !important;
  display: inline-block;
  padding-bottom: 8px;
  text-align: center;
  letter-spacing: 0.31px;
  width: fit-content;
  font-weight: 700 !important;
  margin-left: 4px;
}


.withmax span{
    padding-top: 12px;
    font-size: 19px;
}

.industry-card {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.industry-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overlay-text {
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.text-primary{
	color:#193c6f !important;
}
.lead {
    font-size: 1.5rem !important;
    font-weight: 300  !important;
    line-height: 39px  !important;
}
.about-section {
  background: url('../images/banner-bg.webp') no-repeat center center;
  background-size: cover;
  color: #fff;
  position: relative;
}

.btn-quote {
  background: linear-gradient(90deg, #00bfff, #1e90ff);
  color: #001b4d;
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
}
.leads{
	 font-size: 1.3rem;
	 font-weight: 200;
}
.btn-quote:hover {
  color: white;
  background: linear-gradient(90deg, #1e90ff, #0077cc);
}

.info-bar {
  background: #1a3b62;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
}

.info-item .icon {
  width: 40px;
  height: 44px;
  object-fit: contain;
}
.display-texts-about{
    font-size: 55px;
    font-weight: 500 !important;
    margin-top: 25px;
}

.testimonials-section {
    padding: 60px 0;
}

.testimonial-card {
    background-color: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #e0e0e0;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.rating .bi-star-fill {
    color: #ffc107; /* Yellow color for stars */
}

.testimonial-text {
    font-size: 19px;
    color: #000000;
    flex-grow: 1; /* Allows text to take available space */
    height: 100px;
}

.quote-icon {
    background-color: #3b5998; /* Blue color for the quote icon background */
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-top: -25px; /* Pulls the icon up */
    margin-right: -10px;
}

.testimonial-divider {
    border-top: 1px solid #000000;
    position: relative;
    top: -37px;
    width: 80%;
}

.client-info {
    text-align: left;
    margin-top: -25px;
}

.client-name {
    font-weight: bold;
    color: #5d5959;
    margin-bottom: 0;
    font-size: 20px;
}

.client-company {
    color: #3b5998;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 27px;
}

.tech-specs-section {
    overflow-x: hidden; /* Prevents horizontal scrollbar */
}


/* "GARNET SIZES" Subtitle */
.garnet-sizes-subtitle {
    font-weight: bold;
    color: #333;
    font-size: 0.9rem;
}

/* Carousel container */
.garnet-carousel {
    gap: 15px;
}

/* Individual Garnet Item */
.garnet-item {
    padding: 10px;
}

/* Wrapper for circular image */
.garnet-image-wrapper {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background-color: #f0f0f0;
}

.garnet-image-wrapper img {
    max-width: 100%;
    height: auto;
}

/* Mesh Size Text (e.g., 20/40) */
.garnet-mesh-size {
    color: #007bff;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

/* Download Link */
.download-link {
    background-color: #e9f5ff;
    color: #0c0c0d;
    padding: 6px 15px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.02rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.download-link i {
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

.download-link:hover {
    background-color: #d1e7ff;
    color: #0056b3;
}

/* Navigation Arrows */
.arrow-btn {
    background: transparent;
    border: none;
    color: #007bff;
    font-size: 2rem;
    cursor: pointer;
    padding: 0 10px;
}

/* Custom Quote CTA Button */
.btn-custom-quote {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    color: white;
    font-weight: bold;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 114, 255, 0.3);
}

.btn-custom-quote:hover {
    color: white;
    box-shadow: 0 6px 20px rgba(0, 114, 255, 0.5);
    transform: translateY(-2px);
}

.request-form-section{
	background: url('../images/request-bg.webp') no-repeat center center;
  background-size: cover;
  padding:120px 0px;
}

.site-footer {
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 20px;
    color: #333;
}

.footer-logo {
    max-width: 258px; /* Adjust size as needed */
}

.social-icons .social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    font-size: 21px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #605e5e;
    color: #555;
    margin-right: 10px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.social-icons .social-icon:hover {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.contact-info .company-name {
    font-size: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0.25rem;
}

.contact-info .company-tagline {
    font-size: 21px;
    color: #010101;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.contact-list {
    padding-left: 0;
}

.contact-list li {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
    font-size: 1rem;
}

.contact-list li i {
    color: #4963ae; /* Blue icon color */
    margin-right: 15px;
    font-size: 1.4rem;
    font-weight: 500;
}

.contact-list li a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

.contact-list li a:hover {
    color: #007bff;
}

.footer-divider {
    margin-top: 11px;
    margin-bottom: 20px;
    border-top: 2px solid #858585;
}

.copyright-text {
    font-size: 0.9rem;
    color: #555;
    margin-bottom: 0px;
}

/* Responsive adjustments for medium screens and below */
@media (max-width: 991.98px) {
    .contact-info {
        margin-top: 20px;
    }
}


@media (max-width: 575.98px) { 

.bg-button {
    background-color: #7e98bf;
    border-radius: 0px !important;
    color: #fff !important;
    padding: 11px !important;
    font-size: 22px !important;
    letter-spacing: 0px !important;
    font-weight: 600;
    line-height: 34px !important;
    width: 100%;
    display: flex;
}
.boxview {
    position: relative;
    top: 4px !important;
    margin-bottom: -98px !important;
    padding: 14px !important;
    right: 10px;
}
.display-text {
    font-size: 40px;
    color: #325c99 !important;
    line-height: 42px!important;
    font-weight: 400;
    padding-left: 0.5rem!important;
}
.pe-5 {
    padding-right: 0rem !important;
}
.garnet-sizes{
	text-align:center !important;
}

}

.custom-radio-group {
  display: flex;
  gap: 30px;
}

.custom-radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.custom-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-btn {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: white;
  border: 2px solid black;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  transition: all 0.3s ease;
}

.radio-btn::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000; /* Bootstrap Blue */
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.custom-radio input[type="radio"]:checked ~ .radio-btn::after {
  opacity: 1;
}

.radio-label {
  color: white;
  font-size: 1rem;
}
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: none;
  border-radius: 10px;
  background-color: #f2f4f7;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='blue' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.646 6.646a.5.5 0 0 1 .708 0L8 9.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 18px;
}

.custom-select:focus {
  outline: none;
  box-shadow: 0 0 0 2px #007bff33;
}

.garnet-item .bi-download{
    background-color: #4861ad;
    color: #fff;
    font-weight: 500;
    padding: 5px 7px;
    border-radius: 50%;
}
.contact-info {
  font-family: 'Segoe UI', sans-serif;
  color: #000;
}

.contact-info .company-name {
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 5px;
}

.contact-info .company-tagline {
  font-size: 20px;
  color: #555;
  margin-bottom: 15px;
}

.contact-list {
  padding-left: 0;
  margin: 0;
}

.contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 400;
}

.contact-list img {
  width: 33px;
  height: 26px;
  margin-right: 10px;
  display: inline-block;
}

.contact-list a {
  color: #000;
  text-decoration: none;
}

.contact-list a:hover {
  text-decoration: underline;
}
/* Section Background */
.why-choose-section {
  background: #fdecec; /* light pink */
  border-radius: 6px;
}

/* Subtitle */
.why-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #d70000;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

/* Title */
.why-title {
  font-size: 33px;
  font-weight: 700;
  color: #000;
  letter-spacing: 2px;
}

/* Each Box */
.why-box {
  text-align: left;
  padding: 10px 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}


/* Remove border from last in row */
.col-md-4:nth-child(3n) .why-box {
  border-right: none;
}

/* Numbers */
.why-number {
  font-size: 25px;
  font-weight: 700;
  color: #d70000;
  margin-bottom: 6px;
  width: 9%;
}
.why-line{
	width: 18%;
	height:1px;
	background-color: #b6b4b4;
	margin: 0px 12px 0px 2px;
	margin-top: 11px;
}
/* Text */
.why-text {
  font-size: 19px;
  color: #333;
  line-height: 1.4;
  margin: 0;
  width: 70%;
  font-weight: 600;
}

/* Responsive (remove borders on mobile) */
@media (max-width: 767px) {
  .why-box {
    border-right: none !important;
    text-align: center;
  }
}

/* Quantity Surveying Section Styles */
.qs-section {padding: 80px 0px;}

.qs-title {
  font-size: 2.1em;
  font-weight: 700;
  color: #000;
}

.qs-desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.qs-btn {
  font-weight: 600;
  border-radius: 30px;
}

.qs-image-wrap {
  position: relative;
  display: inline-block;
}

.qs-image-wrap::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #d70000; /* red background */
  border-radius: 12px;
  transform: rotate(2deg); /* slight tilt */
  z-index: 0;
}

.qs-image {
  position: relative;
  display: block;
  border-radius: 12px;
  z-index: 1;
  width: 100%;
}

/* Section Background */
.key-highlights-section {
  background: #fdf5f5; /* light pink shade */
  padding: 100px 0px;
}

/* Title */
.highlights-title {
  font-size: 22px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

/* Description */
.highlights-desc {
  font-size: 17px;
  color: #555;
  max-width: 90%;
}

/* Experience Box */
.experience-box {
  position: absolute;
  bottom: 36px;
  left: 40%;
  background: #d70000;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  border-radius: 4px;
}
.experience-box h2 {
  font-size: 28px;
  margin: 0;
  font-weight: 700;
}
.experience-box p {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Icons */
.highlight-icon {
  margin-bottom: 10px;
  width: 20%;
  background: #d50000;
  border-radius: 0px 0px 0px 45px;
}

/* Text */
.highlight-text {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}
.key-highlights{
	position:relative;
}
.key-highlights-img{
	position:relative;
}
/* Register Button */
.register-btn {
  background: #d70000;
  color: #fff;
  font-weight: 600;
  padding: 10px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 14px;
}
.register-btn:hover {
  background: #b00000;
  color: #fff;
}
 .job-section {
      padding: 60px 0;
      text-align: center;
	  background: #fdf5f5; /* light pink shade */
    }

    .job-section h2 {
      font-weight: 700;
      font-size: 28px;
      margin-bottom: 20px;
      text-transform: uppercase;
    }

    .job-section p {
      color: #444;
      font-size: 18px;
      line-height: 1.7;
      text-align: justify;
    }

    .job-card  h6{
      border-radius: 0px;
      overflow: hidden;
      transition: 0.3s;
      text-align: center;
      position: absolute;
      bottom: -6px;
      left: 1px;
      text-transform: uppercase;
      background: linear-gradient(
2deg, #ffffff, transparent);
      width: 100%;
      padding: 10px 0px;
    }
.job-card{border: 2px solid #fff;} 

    .job-card img {
      width: 100%;
      height: 220px;
      object-fit: cover;
      position: relative;
    }

    .job-card h5 {
      margin: 12px 0;
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      color: #000;
    }
	.eligibility-section {
  background: rgba(128, 0, 0, 0.85) url('../images/background/eligiblitybg.webp') no-repeat center;
  background-size: cover;
  position: relative;
}
.eligibility-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(128, 0, 0, 0.8); /* Red overlay */
}
.eligibility-section .container {
  position: relative;
  z-index: 1;
}
.eligibility-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.eligibility-list li {
  color: #fff;
  font-size: 16px;
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px; /* more space for icon */
}

.eligibility-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;  /* icon size */
  height: 20px;
  background: url('../images/icon/points.webp') no-repeat center;
  background-size: contain; /* makes image fit */
}

.btn-danger {
  background-color: #c82333;
  border: none;
  padding: 10px 20px;
  font-weight: 600;
  border-radius: 30px;
}
.btn-danger:hover {
  background-color: #a71d2a;
}
.icon-img{
    width: 87%;
    position: relative;
    left: 10px;
    border-radius: 0px 0px 0px 36px;
}
.faq-section {
  background: #f9f4f4;
  padding: 85px 0px;
}


.faq-image-wrapper {
    position: relative;
    display: inline-block;
}

.faq-image-wrapper::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100%;
  height: 100%;
  background: #d70000; /* red background */
  border-radius: 12px;
  transform: rotate(2deg); /* slight tilt */
  z-index: 0;
}

.faq-img {
  position: relative;
  display: block;
  border-radius: 12px;
  z-index: 1;
  width: 100%;
}
#faqAccordion .accordion-item{
	margin-bottom:5px;
	border-radius: 10px;
}

.faq-accordion .accordion-button {
  background: transparent !important;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 16px;
  border: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  gap: 10px;
}

.faq-accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='red' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.5 8a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 0 1h-12a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
  transform: rotate(0deg) !important;
  width: 20px;
  height: 20px;
}

.faq-accordion .accordion-body {
  font-size: 16px;
  color: #555;
  background: #fff;
  border-top: 1px solid #eee;
  padding: 12px 16px;
  text-align: justify;
}

.faq-num {
  background: #ff3b3b;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
 .faq-section {
      padding: 80px 0px;
      text-align: center;
    }
    .faq-title {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: 40px;
      text-transform: uppercase;
    }
    .faq-card {
      background: #fff;
      border-left: 4px solid #e63946;
      border-radius: 10px;
      padding: 20px;
      text-align: left;
      transition: all 0.3s ease-in-out;
      height: 100%;
    }
    .faq-card:hover {
      box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.1);
      transform: translateY(-5px);
    }
    .faq-question {
      font-size: 1rem;
      font-weight: 600;
      margin-bottom: 10px;
      text-transform: capitalize;
    }
    .faq-answer {
      font-size: 0.9rem;
      color: #444;
      line-height: 1.6;
    }
    .load-more-btn {
      margin-top: 30px;
    }
	
	
@media (max-width: 575.98px) {
.vertical-content h1 {
    font-size: 23px !important;
    margin-bottom: 2rem;
    color: #000000;
}.why-title {
    font-size: 23px!important;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
}
	.why-text {
    font-size: 19px;
    color: #333;
    line-height: 1.4;
		text-align:left !important;
    margin: 0;
    width: 70%;
    font-weight: 600;
}
	.qs-title {
    font-size: 25px !important;
    font-weight: 700;
    color: #000;
}
	.home-desc-center p {
    color: #030303;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.experience-box {
    position: absolute;
    bottom: 7px !important;
    right: 0px !important;
    color: #fff;
    padding: 16px 0px;
    border-radius: 0px 0 40% 0;
    text-align: center;
    width: 133px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
.img-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 12px !important;
    padding: 9px 8px;
    text-align: left;
    height: 56px;
    line-height: 15px !important;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.Why-Chooselist {
    padding-right: 0rem!important;
}
.why-choose .p-5{
	padding:1rem !important;
}
.logo .logo-dark {
	height: 60px;
}
.a1-garnet-section .ps-5 {
    padding-left: 0.5rem !important;
}
.display-texts-about {
    font-size: 33px !important;
    font-weight: 500 !important;
    margin-top: 25px;
}
.testimonial-text {
    font-size: 14px!important;
    color: #000000;
    flex-grow: 1;
    height: auto !important;
}
.client-company {
    color: #3b5998;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 18px !important;
}
.faq-num {
    background: #ff3b3b;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 40px;
    height: 30px;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}
}	
	/* COMMON STYLES */
.wf-form-component {
	padding: 30px 40px 60px;
}
.wf-style{
    margin-bottom: unset !important;
    border: unset !important;
    line-height: unset !important;
}
.wf-form-paid {
	padding-bottom: 45px;
}
.wf-parent {
	padding: 30px 0;
	height: 100%;
	box-sizing: border-box;
	overflow: auto;}
.wf-wrapper * {
	box-sizing: border-box;
}
.wf-wrapper {
	width: 100%;
	max-width: 700px;
	border-radius: 10px;
	margin: auto;
	border: none;
	background-color: #fff;
	color: #222;
	box-shadow: 0px 0px 2px 0 #00000033;
}
.iframe-container{
	height: 100%;
	width: 100%;
	border: none;
	min-height: 365px;
}
.wf-header {
	font-size: 19px;
	padding-bottom: 15px;
	font-weight: bold;
	word-break: break-word;
}
.wf-row {
	margin-bottom: 15px;
}
.wf-row:last-child{
	margin-bottom: 0;
}
.wf-label {
	padding: 7px 0;
	word-break: break-word;
}
.wf-field {
	text-align: left;
	word-break: break-word;
	border: 0;
	position: relative;
}
.wf-field-inner {
	position: relative;
	display: flex;
	flex: 1;
}
.wf-field-input:focus {
	border: 1px solid #30c384;
}
.wf-input-focus.wf-field::after {
	opacity: 1;
}
.wf-field-error-active{
	margin-bottom: -10px;
}
.wf-input-focus.wf-field::after,
.wf-field-error-active.wf-field .wf-field-error {
	display: block;
}
.wf-field-error-active.wf-field .wf-field-input {
	border: 1px solid #FD6B6D;
	box-shadow: 0 0 1px 1px #F4A2A2;
}
.wf-field-mandatory .wf-field-inner::before {
	content: '';
	position: absolute;
	left: 0px;
	background-color: #ff6a6a;
	width: 3px;
	height: 100%;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 2;
	top: 0;
	bottom: 0;
}
.wf-field-input,
.wf-field-dropdown {
	width: 100%;
	border: 1px solid #BDC8D3 !important;
	border-radius: 4px !important;
	padding: 10px 15px !important;
	min-height: 38px;
	font-size: 15px;
	font-family: inherit;
}
select:not([data-wform-field='select-multiple']) {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent;
	background-image: url(\"data:image/svg+xml;utf8,<svg fill='black' height='34' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>\");
	background-repeat: no-repeat;
	background-position-x: 99%;
	background-color: #fff;
	min-width: 70px;
}
input,
select {
	background-color: #fff;
}
.wf-field-item {
	min-height: 38px !important;
}
.wf-time-field-wrapper {
	display: flex;
	flex: 1;
}
.wf-time-field-wrapper select {
	margin-left: 10px;
}
.wf-form-component .wf-field-error,
	.wf-form-component .wf-field-help-text {
	text-align: left;
}
.wf-field-error {
	color: #FF5050;
	font-size: 12px;
	margin-top: 4px;
	display: none;
	animation: shake 0.82s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}
.wf-field-help-text {
	color: #515159;
	font-size: 12px;
	margin-top: 5px;
	}
.wf-field-help-text-link{
	text-decoration: none;
}
.wf-field-checkbox {
	cursor: pointer;
	border-radius: 3px;
	min-width: 14px;
	min-height: 20px;
	box-sizing: initial;
	accent-color: #31C486;
	margin-right: 10px;
	margin-bottom: auto;
}
.wf-field-dropdown-date {
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
}
.wf-field-dropdown-date {
	border: 1px solid #BDC8D3;
	}
.wf-field-dropdown-date:hover {
	border: 1px solid #65C199;
}
.wform-field-item-upload-input {
	min-height: 5rem;
	background-color: #FBFCFD;
	border: 1px dashed #bdc8d3;
	line-height: 2.1;
	cursor: pointer;
}
.wform-field-item-upload-input:focus {
	border: 1px dashed #bdc8d3;
}
.wform-file-upload-input-label {
	background-color: #fff;
	background-image: linear-gradient(to top, #F5F8FA, #ffffff);
	color: #212129;
	border-color: #d3dbe3;
	border: 1px solid #d3dbe3;border-radius: 4px;
	padding: 0.7rem 2rem;
	font-size: 1.4rem;
	right: 1rem;
	transform: translateY(-50%);
	top: 50%;
	position: absolute;
	}
input[type='file']::file-selector-button, input[type='file']::-webkit-file-upload-button{
 opacity: 0; 
 width: 0;
 height: 28px;
}.wf-row[data-ux-field-appearance='captcha'] .wf-field{
	display: flex;
	align-items: center;
}
.wform-field-item-captcha-input{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.wf-field-captcha-img-wrap{
	border: 1px solid #BDC8D3;
	border-radius: 4px;
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	height: initial;
	overflow: hidden;
	min-width: 120px;
}
.wf-field-captcha-img{
	height: 38px;
	width: 100%;
}
.reload-img{
	font-size: 23px;
	color: #4B5569;
	margin-right: 5px;
}
.reload-captcha{
	margin-left: 10px;
	user-select: none
}
.wf-btn {
	padding: 10px 20px;
	border-radius: 4px;
	font-size: 15px;
	cursor: pointer;
	font-weight: bold;
	font-family: inherit;
}
.wform-btn-wrap {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}
.wform-poweredby-container {
	position: absolute;
	left: 0;
	bottom: 0;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #23384F;
	font-size: 13px;
	padding: 6px 8px;
	font-family: sans-serif;
	display: flex;
	align-items: center;
}
/* ==================== *** Form Alignment *** ==================== */
.wf-form-component:not([data-ux-form-alignment='top']) .wf-row {
	display: flex;
}
.wf-form-component:not([data-ux-form-alignment='top']) .wf-label {
	word-break: break-word;
	width: 30%;
	padding: 0.2rem 0rem 0;
}
.wf-form-component[data-ux-form-alignment='left'] .wf-label {
	text-align: left;
	padding-left: 0;
}
.wf-form-component[data-ux-form-alignment='right'] .wf-label {
	text-align: right;
}
.wf-form-component[data-ux-form-alignment='center'] .wf-label {
	text-align: center;
}
.wf-form-component:not([data-ux-form-alignment='top']) .wf-field {
	width: 70%;
}
.wf-form-component[data-ux-form-alignment='top'] .wform-btn-wrap {
	justify-content: flex-start;
}
.wf-form-component[data-ux-form-alignment='top'] .wf-label[data-ux-empty-label='true']{
	padding: 0;
}
.wf-form-component[data-ux-form-alignment='top'] .reload-captcha{
	text-align: right;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-inner{
	height: 38px;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field.wf-field-error-active{
	flex-wrap: wrap;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-error{
	flex-basis: 100%;
	width:100%;
}
/* ==================== *** Form Alignment ends *** ==================== */

/* ==================== *** css animations *** ==================== */
@keyframes shake {
	10%,90% {transform: translate3d(-1px, 0, 0);}
	20%,80% {transform: translate3d(2px, 0, 0);}
	30%,50%,70% {transform: translate3d(-4px, 0, 0);}
	40%,60% {transform: translate3d(4px, 0, 0);}
}
/* ==================== *** css animations ends *** ==================== */

/* ==================== *** Mediaquery *** ==================== */
@media screen and (max-width: 1024px) {
	.wf-wrapper {
	max-width: 700px;
	width: calc(100% - 40px);
	border: 0;
}
	.wf-field input[type=text],
	.wf-field select,
	.wf-field textarea {
		width: 100% !important;
	}
	.wf-label:empty {
		display: none;
	}
.wf-field-checkbox {
	min-width: 18px;
	min-height: 18px;
}
}
@media screen and (max-width: 768px) {
	.wf-wrapper {
	max-width: 700px;
	width: calc(100% - 40px);
	border: 0;
}
.wf-field input[type=text],
	.wf-field select,
	.wf-field textarea {
	width: 100% !important;
	}
.wf-label:empty {
	display: none;
	}
}
@media screen and (max-width: 590px) {
.wf-parent {
	padding: 20px 0;
}
.wf-wrapper {
	width: calc(100% - 40px) !Important;
	border: 0;
}
.wf-form-component {
	padding: 20px;
	padding-bottom:60px;
}
.wf-field input[type=text],
.wf-field select,
.wf-field textarea {
	width: 100% !important;
}
.wf-label:empty {
	display: none;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-field-inner{
	flex-direction: column;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-time-field-wrapper{
	margin-top: 10px;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-field-item:first-child{
	margin-left: 0;
}
.wf-row[data-ux-field-appearance='date-time'] .wf-field-item{
	flex: 1;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field{
	flex-direction: column;
}
.wf-row[data-ux-field-appearance='captcha'] .reload-captcha{
	margin-left: auto;
}
.wf-row[data-ux-field-appearance='captcha'] .wf-field-inner{
	width: 100%;
}
}
/* ==================== *** Mediaquery ends *** ==================== */

footer {
    color: rgba(0, 0, 0, .72);
    font-size: 15px;
    box-shadow: 0 -10px 20px 0 rgba(255, 83, 83, .08);
    background: #edf0f3;
}
