@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  display: inline-block !important;
}
img {
  width: 100%;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
}
p {
  padding: 0;
  margin: 0;
  line-height: 25px;
  font-family:var(--c1);
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
	font-family:var(--f2);
	text-transform:capitalize;
	color : var(--c1);
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--c3); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--c6); 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #540830; 
}

:root {
  --c1: #000; /* Black */
  --c2: #fff; /* White */
  --c3: #C76F9F; /* Primary */
  --c4: linear-gradient(180deg, #C76F9F 0%, #A54C82 100%); /* linergrident */
  --c5: rgba(199, 111, 159, 0.05); /* Opacity */
  --c6: #7E3763;

  --f1:"Poppins", sans-serif;
  --f2:"Literata", serif;
  --f3: "Kumbh Sans", sans-serif;
  --f4: "PT Serif", serif;
}
::selection {
  background: var(--c1);
	color:var(--c2);
}
span {
  display: inline-block;
}
.spacing {
  padding: 100px 0px;
}
.wrapper {
	position:relative;
	overflow : hidden;

}
/* inner-wrapper */

.inner-header {
  height: 400px;
  background-position: center !important;
  background-attachment: fixed !important;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.inner-header:before {
  width: 100%;
  height: 100%;
  content: "";
  background: rgb(0 0 0 / 60%);
  position: absolute;
  left: 0;
  top: 0;
}
.inner-header .container {
  position: relative;
}
.inner-header .inner-header-title h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}

/* end inner-wrapper */

/*Navigation animations*/
.menu-nav ul li a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 5px 10px;
}

.menu-nav ul li a::before,
.menu-nav ul li a::after {
  content: "";
  position: absolute;
  background: linear-gradient(to left, #cccccc90, #fff);
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transition: transform 0.4s;
}
.menu-nav ul li a::after {
	background: linear-gradient(to left,#fff, #cccccc90);
}

.menu-nav ul li a::before {
  top: 0;
  left: 0;
  transform-origin: left;
}

.menu-nav ul li a::after {
  bottom: 0;
  right: 0;
  transform-origin: right;
}

.menu-nav ul li a:hover::before,
.menu-nav ul li a:hover::after {
  transform: scaleX(1);
}

/* ___BUTTON_ANIMATION____ */

.dswipe a {
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: transform 0.6s ease-in-out, box-shadow 0.3s ease-in-out;
	border: 1px solid var(--c3);
}
.dswipe a::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 50px solid var(--c2) ; 
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out;
  z-index: -1; 
}
.dswipe a:hover {
  color:var(--c3);
  box-shadow: 0px 0px 4px var(--c3);
}
.dswipe a:hover::before {
  transform: translateX(0);
}

/* _____ */

/* Responsive Menu */

.responsive-btn a {
  display: block !important;
}
.responsive-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: var(--c1);
  z-index: 9999;
  transition: all 0.5s;
}
.responsive-links ul li ul {
  display: none;
}
.responsive-links ul li i {
  transition: transform 0.3s ease;
}

.responsive-menu.active {
  left: 0;
}
.responsive-links ul li ul li {
  list-style: disc;
  color: var(--c3);
}
.responsive-menu-main {
  height: 100%;
  padding: 30px;
  position: relative;
  background: var(--c2);
}
.responsive-logo {
  width: 203px;
  margin: 0 auto;
  margin-bottom: 10px;
  margin-top: 13px;
}
.responsive-links ul li a {
  color: var(--c1);
  padding: 17px 0px;
  display: block !important;
  font-weight: 500;
}
.responsive-links ul li {
  border-bottom: 1px solid #8080803d;
  position: relative;
}
.resp-social {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--c3);
  padding: 6px 0px;
}
.responsive-icon a i {
  display: block;
}
.responsive-icon {
  position: absolute;
  top: 50px;
  right: 30px;
}
.responsive-icon a {
  color: var(--c3);
  font-size: 30px;
}
.responsive-links ul li:last-child {
  border: 0;
}
body.scroll-stop {
  overflow: hidden;
}
.resp-social ul {
  display: flex;
  gap: 10px;
  justify-content: center;
}
.resp-social ul li a i {
  display: block;
}
.resp-social ul li a {
  padding: 10px;
  color: var(--c2);
  font-size: 24px;
}
.responsive-links ul li i {
  position: absolute;
  right: 0;
  top: 13px;
  color: var(--c3);
}
.responsive-links ul li ul {
  padding-left: 30px;
  border-top: 1px solid #8080803d;
}
.responsive-links ul li i.active::before {
  content: "\f068";
}
.responsive-btn a {
    color: var(--c3);
    font-size: 31px;
    text-align: end;
}

/* ___ */

/************************************/
/***       Loader         	  ***/
/************************************/

.loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: var(--c6);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 3px solid var(--c2);
	border-color: var(--c2) var(--c2) transparent transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
	border: 3px solid;
	box-sizing: border-box;
}

.loader::after {
	width: 58px;
	height: 58px;
	border-color: transparent transparent var(--c2) var(--c2);
	animation: rotationBack 0.5s linear infinite;
}

.loader::before {
	width: 48px;
	height: 48px;
	border-color: var(--c2) var(--c2) transparent transparent;
	animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotationBack {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}

/* Card H-Effect */

.crad-hover {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.crad-hover::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 230%;
    height: 200%;
    background: linear-gradient(0deg, transparent, transparent 30%, rgba(255, 255, 255, 0.88));
    transform: rotate(-45deg);
    transition: 0.7s ease-in-out;
    opacity: 0;
    z-index: 5;
}

.crad-hover:hover {
    transform: scale(1.03) translateY(-10px);
    box-shadow: rgba(39, 39, 39, 0.5) 0px 0px 20px;
    /* padding: 10px; */
}

.crad-hover:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(100%);
}

/* Header 00 */

.header-bottom {
    background: vaR(--c6);
    padding: 10px;
}

header.header {
    position: relative;
}

.logo {
    position: absolute;
    top: 0;
    width: 198px;
    padding: 0px 40px;
    background: vaR(--c2);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 92% 100%, 8% 100%, 0 50%);
}

.header-content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-tag-line p {
    color: vaR(--c6);
    text-transform: uppercase;
    font-size: 16px;
}

.header-top {
    padding: 15px 0px;
}

.main-btn a {
    color: vaR(--c2);
    text-transform: uppercase;
    padding: 11px 22px;
    font-size: 14px;
    background: linear-gradient(180deg, #C76F9F 0%, #A54C82 100%);
}

.navigations nav ul {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.navigations nav ul li a {
    color: vaR(--c2);
    text-transform: uppercase;
    font-size: 18px;
    display: block !important;
}

section.main-home {
    position: relative;
    background-position: right;
    height: 100dvh;
    background-size: cover;
}

.main-home::before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.banner-content {position: absolute;width: 100%;top: 50%;transform: translateY(-50%);}

.banner-title h4 {
    color: var(--c3);
    font-size: 20px;
    position: relative;
    margin-bottom: 6px;
    font-family: 'Kumbh Sans';
    display: inline-block;
}

.banner-title h4::before {
    position: absolute;
    content: '';
    width: 170px;
    height: 2px;
    background: vAR(--c3);
    top: 50%;
    transform: translateY(-50%);
    right: -200px;
}

.banner-title h2 {
    color: vaR(--c2);
    font-size: 42px;
    padding-bottom: 10px;
    font-weight: 400;
}

.banner-title h1 {
    color: vaR(--c2);
    font-size: 56px;
}

.banner-title > span {
    color: vaR(--c3);
    font-size: 20px;
    font-weight: 500;
    text-shadow: 5px 4px 16px var(--c3);
    margin: 10px 0px;
    font-family: 'Literata';
}

.banner-title p {
    color: var(--c2);
    padding: 10px 0px;
}

.banner-btn {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 30px;
}

.banner-btn-sec a {
}


/* Our Services 02  */

.main-title-prim {
    text-align: center;
}

.main-title-prim h4 {
    color: vaR(--c3);
    font-size: 21px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-family: vaR(--f3);
}

.main-title-prim h4::before {
    content: '';
    position: absolute;
    height: 1px;
    width: 90px;
    background: vaR(--c3);
    top: 50%;
    left: 0;
    transform: translateX(-110%);
}
.main-title-prim h4::after {
    content: '';
    position: absolute;
    height: 1px;
    width: 90px;
    background: vaR(--c3);
    top: 50%;
    right: 0;
    transform: translateX(110%);
}

.main-title-prim h2 {
    color: vaR(--c1);
    font-size: 44px;
    padding: 6px 0px;
}

.servece-slide-item {
    margin: 0px 10px;
    position: relative;
}

.our-services-slider .slick-track {
    padding: 30px 0px;
}

.service-item-image img {
    height: 315px;
    object-fit: cover;
}

.service-item-content {
    padding: 20px 5px 20px 10px;
}

.service-item-content span {
    color: vaR(--c3);
    font-weight: 600;
    padding-left: 75px;
    font-size: 22px;
    position: relative;
}

.service-item-content span::before {
    position: absolute;
    content: '';
    width: 57px;
    height: 3px;
    border-radius: 30px;
    background: #aa5b86;
    left: 10px;
    top: 45%;
    /* transform: translateY(-50%); */
}

.service-item-content  h5 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 15px;
}
.our-service {
    background: #fff3fb61;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* About Us 03 */

  .about-left-image {
    margin-bottom: 40px;
    border: 8px solid #7E3763;
    position: relative;
    background: vaR(--c2);
}

.about-left-image img {
    transform: translate(13px, -13px);
    height: 500px;
    object-fit: cover;
}

.about-content p {
    padding-bottom: 20px;
}

.about-content {
    text-align: start;
}

.about-content h4::before {
    display: none;
}
.about-us-right {
    padding-left: 18px;
}

.about-content h2 {
    padding-bottom: 30px;
}

.about-right-image {
    position: relative;
    margin-left: 50px;
    padding-top: 30px;
}

.about-right-image span {
    position: absolute;
    left: -160px;
    top: 70%;
    transform: rotate(-90deg);
    font-size: 50px;
    color: vaR(--c6);
    text-transform: uppercase;
    font-family: 'PT Serif';
}

.about-right-image img {
    height: 500px;
    object-fit: cover;
}
section.about-us {
    position: relative;
}

.about-us-main-img {
    position: absolute;
    left: 50%;
    top: 50%;
    background: var(--c2);
    z-index: 2;
    border-radius: 16px;
    overflow: hidden;
    transform: translate(-50%, -50%);
    width: 200px;
    box-shadow: 0px 0px 20px #0000003d;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Why Choose us 04 */

.why-choose-us {
    background: rgba(199, 111, 159, 0.05);
}
.choose-us-left .main-title-prim {
  text-align: start;
}
.choose-us-left .main-title-prim h4::before {
    display: none !important;
}
.choose-us-content-box:hover {
    background: var(--c2);
    box-shadow: 10px 10px 0px 0px #000;
}
.choose-us-image img {
}

.choose-us-points-main {
    border-left: 5px solid var(--c6);
    border-bottom: 5px solid var(--c6);
    margin: 0px 0px 35px 40px;
    padding: 0px 0px 10px 36px;
}

.choose-us-content-box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 22px;
    transition: all .5s;
}

.choose-us-box-icon {
    height: 56px;
    width: 56px;
    background: vaR(--c3);
    padding: 8px;
}

.choose-us-box-text strong {
    font-size: 21px;
    font-weight: 400;
}

/* Testimonial 07*/
.testimonial {
    background-size: cover;
    position: relative;
    margin-bottom: 180px;
}
.testimonail-main {
    background-size: cover;
    background-position: bottom;
}
.testimonial::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(199, 111, 159, 0.05); */
}

.testimonail-main {
    position: relative;
}

.our-services-slider {
  position: relative;
}

.our-services-slider .slick-prev,
.our-services-slider .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 35px;
  color: var(--c3);
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15); */
  transition: all 0.3s ease;
  cursor: pointer;
  background: transparent;
}

/* Hover Effect */
.our-services-slider .slick-prev:hover,
.our-services-slider .slick-next:hover {
  background: #001f3f;
  color: #fff;
}

/* Positioning */
.our-services-slider .slick-prev {
  left: -60px;
}

.our-services-slider .slick-next {
  right: -60px;
}
.service-image-icon {
    position: absolute;
    background: var(--c4);
    right: 20px;
    top: 250px;
    width: 58px;
    padding: 8px;
    box-shadow: 0px 0px 0px 4px #ffffff59;
}
.service-item-image {
    position: relative;
    overflow: hidden;
}

.service-item-image::before {
    content: '';
    background: rgb(199 111 159 / 55%);
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: -50px;
    right: -50px;
    transform: rotate(-16deg);
}
.about-us-shape-1 {
    position: absolute;
    left: 0;
    top: 110px;
}

.about-us-shape-2 {
    position: absolute;
    right: 0;
    width: 230px;
    bottom: 110px;
}

.about-us-main-img img {
    width: 130px;
}

.choose-us-shape {
    position: absolute;
    top: 10px;
    right: -60px;
    width: 221px;
}
.choose-us-left {
    position: relative;
}

.choose-us-image {
    position: relative;
    z-index: 2;
}

.choose-us-left .main-title-prim h2 {
    font-size: 68px;
    padding-bottom: 30px;
}
.choose-us-tag {
    background-size: cover;
    padding: 0px 100px;
    background-repeat: no-repeat;
    background-position: right;
    transform: translateX(-50px);
}

.choose-us-tag sapn {
    font-family: vaR(--f1);
    display: inline-block;
}

.choose-us-tag span {
    font-family: vaR(--f4);
    color: var(--c3);
    font-size: 44px;
    font-weight: 400;
}
.testi-title h4 {
    color: vaR(--c2);
}

.testi-title h4::before, .testi-title h4::after {
    background: var(--c2);
}

.testi-title h2 {
    color: var(--c2);
}
.testimonail-main {
    height: 700px;
    margin-bottom: -270px;
    position: relative;
}

.testi-title {
    padding-bottom: 40px;
}

.testimonail-slider {
    position: absolute;
    bottom: 0px;
    width: 600px;
    background: vaR(--c2);
    right: 0;
    padding: 50px 10px 80px;
}
.testi-slide-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}.testi-slide-top {}

.tasti-review-info {
    display: flex;
    align-items: center;
}

.review-info-image img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}

.review-info-content {
    margin-left: 10px;
}

.review-info-content strong {
    color: #111;
    font-size: 19px;
    font-weight: 600;
}

.review-info-content h6 {
    color: #333;
}

.testi-review ul {
    display: flex;
    gap: 7px;
}

.testi-review ul li {
    background: #F4B503;
    width: 28px;
    height: 29px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: var(--c2);
}

.tasetimonial-content {
    padding: 15px 0px;
}
.testimonial-slide {
    margin: 0px 20px;
}


/* ðŸ”½ Base arrow container style */
.testimonail-slider .slick-prev,
.testimonail-slider .slick-next {
  position: absolute;
  bottom: 0;
  z-index: 20;
  width: 50%; /* 50% each side */
  height: 60px;
  background: vaR(--c4);
  color: var(--c2);
  border: none;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
}

/* ðŸ”¹ Hover Effect */
.testimonail-slider .slick-prev:hover,
.testimonail-slider .slick-next:hover {
  background: vaR(--c2);
  color: var(--c1);
}

/* ðŸ”¸ Positioning */
.testimonail-slider .slick-prev {
  left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.testimonail-slider .slick-next {
  right: 0;
}

/* ðŸ”¸ Icon Styling */
.testimonail-slider .slick-prev i {
  font-size: 16px;
}

.testimonail-slider .slick-next i {
  font-size: 16px;
}

section.form {
}

.form-left {
    background: vaR(--c2);
    border: 1px solid #00000024;
    padding: 50px 30px 20px;
    box-shadow: 0px 0px 14px #00000029;
}

.form-field span {
    width: 100%;
}

.form-field input {
    width: 100%;
    padding: 10px 19px;
    outline: none;
    border: 1px solid #00000080;
    color: #444;
    background: #FCF8FA;
}

.form-field {
    margin: 20px 0px;
    width: 100%;
}

.form-left h2 {
    text-align: center;
    padding-bottom: 10px;
}

.form-field textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
    background: #FCF8FA;
}
.f-bottom {
    background: var(--c6);
    color: vaR(--c2);
    text-align: center;
    padding: 7px 0px;
    margin-top: 40px;
}
footer.footer {
    padding-top: 60px;
    background: var(--c1);
}

.f-links h3 {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: var(--c2);
}

.f-links h3::before {
    content: '';
    background: vaR(--c2);
    width: 53px;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
}

.f-links ul li a {
    color: vaR(--c2);
    transition: all 0.3s ease-in-out;
}
.form-info-box {
    background: vaR(--c2);
    position: absolute;
    top: 0;
    left: 0;
    padding: 0px 18px;
    border-radius: 2px;
}

.form-right {
}

.form-image {
    position: relative;
}

.contact-location {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.contact-location-icon {
    width: 42px;
    height: 42px;
    background: vaR(--c4);
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
    color: vaR(--c2);
}

.contact-location-info strong {
    display: block;
    font-size: 14px;
}

.contact-location-info span {
    font-size: 15px;
    font-weight: 600;
}

.form-title {
    padding-bottom: 25px;
    text-align: start;
}
.form-title h4:before {
    display: none;
}
.f-logo img {
    width: 150px;
}

.f-logo p {padding-right: 40px;color: var(--c2);}

.f-links {
    /* text-align: center; */
}
.f-contact-info h3 {
    font-size: 22px;
    font-weight: 400;
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    color: var(--c2);
}
.f-contact-info h3::before {
    content: '';
    background: vaR(--c2);
    width: 53px;
    height: 2px;
    position: absolute;
    bottom: -7px;
    left: 0;
}
.header-contact {
    background: var(--c6);
    position: absolute;
    height: 360px;
    width: 330px;
    border-radius: 50%;
    /* text-align: center; */
    padding-top: 130px;
    top: -120px;
    right: -40px;
    border: 13px solid var(--c3);
    padding-left: 20px;
}

.phone span {
    color: var(--c2);
    text-transform: uppercase;
    font-size: 18px;
}

.phone-num span {
    color: vaR(--c2);
    font-weight: 800;
    font-size: 28px;
}
.header-btn {
    text-align: center;
}

.phone img {
    background: var(--c3);
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding: 10px;
    object-fit: contain;
    border-radius: 50%;
}

.phone {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.f-links ul li {
    padding-bottom: 10px;
}

.contact-location-info {
    width: 80%;
}
.footer .contact-location-info span {
    color: var(--c2);
}

.footer .contact-location-info strong {
    color: var(--c2);
}
.banner-title h1 span {
    background: vaR(--c2);
    color: vaR(--c3);
    font-weight: 300;
    font-family: var(--f2);
    padding: 0px 10px;
}
.banner-btn-sec a {/* background: #ffffff14; *//* background-blend-mode: saturation; */color: vaR(--c2);/* text-transform: uppercase; *//* padding: 11px 22px; *//* font-size: 14px; *//* transition: all 0.4s ease-in-out; *//* border: 0; */}

.f-links ul li a:hover {
    transform: scale(1.1);
}
.form-logo {
    position: absolute;
    top: 170px;
    width: 120px;
    padding: 10px 22px;
    background: #fff;
    border-radius: 10px;
    left: 270px;
    box-shadow: 0px 0px 10px #00000045;
}
.time {
    display: flex;
    gap: 15px;
    align-items: start;
}

.time .form-field {
    margin: 0;
}
.contact-location-info a {
    color: #111;
}
.f-contact-info a {
    color: #fff;
}
