@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
:root{
	--theme-color1:#A9827B;
	--theme-color2:#F4E9DC;
	--theme-color3:#F4E9DC;
}

body{
	font-family: "Lora", serif;
	font-weight: 400;
	font-size: 16px;
	background-color: #fdf9ff;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
	font-family: "Raleway", sans-serif!important;
	font-weight: 700;
}
.btn{
	border-radius: 25px!important;
}
.text-lpurple{
    color: #dd7ff8!important;
}
.bg-grey{
	background-color:#374550!important;
}
.bg-theme2{
	background-color:#502b5b!important;
}
.bg-gold{
	background-color:#502b5b!important;
}
.bg-lblue{
	background-color: #F3FAFA!important;
}
.bg-lred{
	background-color: #FAF3F3!important;
}
.bg-lgold{
	background-color: #e7d7f0!important;
}
.text-grey{
	color:#374550!important;
}
.text-gold,
.text-theme{
	color:#502b5b!important;
}
.btn-lblue{
	background-color: #3AA6FF;
	border: 2px solid #3AA6FF;
	color: #fff;
}
.btn-lblue:hover{
	background-color: #fff;
	border: 2px solid #3AA6FF;
	color: #3AA6FF;
}

.btn-theme2{
	background-color: #fdf3e9;
	border: 2px solid #fdf3e9;
	color: #555;
}
.btn-theme2:hover{
	background-color: transparent;
	border: 2px solid #fdf3e9;
	color: #fdf3e9;
}
.btn-theme{
	background-color: #502b5b;
	border: 2px solid #502b5b;
	color: #f5f1eb;
}
.btn-theme:hover{
	background-color: transparent;
	border: 2px solid #502b5b;
	color: #502b5b;
}
.btn-outline-gold{
	background-color: transparent;
	border: 2px solid #502b5b;
	color: #502b5b;
}
.btn-outline-gold:hover{
	background-color: #502b5b;
	border: 2px solid #502b5b;
	color: #374550;
}
.border-gold{
	border: 1px solid #502b5b;
}
.text-gold{
	color:#502b5b!important;
}
.bg-theme-header{
	/*background: #efe5da;*/
  background: #E6D8F0!important;
  top: 44px;
}
.top-bar{
    background: #502b5b;
    padding: 10px;
    text-align: center;
    color: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
        height: 44px;
}
.top-bar .text1{
    font-family: cursive;
}
.top-bar .text-2{
text-decoration: none;
    margin-left: 10px;
    color: #dd7ff8;
    border-bottom: 1px solid #dd7ff8;
    font-family: cursive;
}
.navbar-dark .navbar-nav .nav-link {
    color: #555;
    font-size: 18px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #502b5b;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #502b5b;
}
.navbar .navbar-brand{
    max-width: 132px;
}
main{
	margin-top: 136px;
}
footer .credits a{
  color: #502b5b!important;
}
.banner-img{
	width: 100%;
}
.landing-sec .zigzag-content h1{
	font-weight: 900;
    font-size: 3rem;
}
.landing-sec .zigzag-content p {
    font-weight: 400;
    font-size: 19px;
}
.zigzag-sec .zigzag-content p{
	font-weight: 200;
}
.vm-sec .vm-box .vm-icon{
	width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #502b5b;
    outline: 7px solid #502b5b80;
    padding: 25px;
    margin: auto;
}
.vm-sec .vm-box .vm-icon img{
        filter: invert(1) contrast(1.7);
}
.gallery-sec .gallery-slick .card{
	margin: 15px 20px 10px 0px;
}
.gallery-sec .gallery-slick .card .card-body p{
	margin-bottom: .2rem;
}
.gallery-sec .gallery-slick .next-arrow{
	position: absolute;
	top: -10%;
	right: 0;
}
.gallery-sec .gallery-slick .prev-arrow{
	position: absolute;
	top: -10%;
	right: 60px;
}
.gallery-sec .gallery-slick .next-arrow,
.gallery-sec .gallery-slick .prev-arrow{
	border: 1px solid #502b5b;
    background-color: #502b5b;
    color: #fff;
    border-radius: 50%;
    line-height: 38px;
    width: 40px;
    font-size: 21px;
    height: 40px;
}
.gallery-sec .gallery-slick .next-arrow:hover,
.gallery-sec .gallery-slick .prev-arrow:hover{
	border: 1px solid #502b5b;
	background-color: #fff;
	color: #502b5b;
}
.testimonial-sec .t-box{
	margin-top: 1rem;
	background-color: #000;
	padding: 15px;
	border-radius: 4px;
}
.testimonial-sec .t-box h6{
	font-weight: 200;
}
.testimonial-sec .t-box p{
	font-weight: 200;
	font-size: 80%;
}
ul.list-unstyled li{
  padding-left: 25px;
  position: relative;
  margin-bottom: 7px;
}
ul.list-unstyled li i{
  position: absolute;
  top: 1px;
  left: 0;
}
footer {
	background-color: #502b5b;
}
footer .footer-logo{
	max-width: 100%
}
.gold-divider{
	height: 3px;
	width: 120px;
	border-radius: 25px;
	background-color:#502b5b ;
	margin-top: .5rem;
}
footer .links ul li{
	margin-bottom: 1rem;
}
footer hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fff;
}

footer .credits{
	text-align: right;
}
.inner-landing {
	height: 500px;
	background-position: center;
	background-size: cover;
}
.inner-landing:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #00000069;
}
.inner-landing .inner-landing-title {
	position: absolute;
	top: 42%;
	left: 0;
	right: 0;
	text-align: center;
}
.inner-landing .inner-landing-title h1,
.inner-landing .inner-landing-title .h1{
	    color: #ffff;
    font-weight: 900;
}
.inner-landing .inner-landing-title p{
	    max-width: 75%;
	    margin: auto;
}
.contact-details .card-icon{
	width: 60px;
	margin: auto;
}

.contact-form-sec .form-sec .form-group .form-control{
	height: calc(2.4em + 0.75rem + 2px);
}
.why-choose {
	height: auto;
	background-position: center;
	background-size: cover;
}
.why-choose:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: #00000096;
}
.cta .cta-btn{
 text-align: right;
}
.rounded-lg {
    border-radius: 1rem !important;
}
.main-banner{
	position: relative;
}
.main-banner .banner-content{
	    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(45deg, #efe5daa3, transparent);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 100px;
}
.main-banner .banner-content .h1{
	color: #502b5b;
	    font-size: 3.5rem;
	    font-weight: bold;
}
.main-banner .banner-content p{
	color: #221227;
	    font-size: 2rem;
	    font-weight: bold;
}
.intro{
	    background: #502b5b;
    padding: 50px 30px;
    font-style: italic;
    font-size: 25px;
    text-align: center;
    color: #efe5da;
}
.approach{
	background: url(../images/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}
.approach .wrap {
  max-width: 1300px;
  margin: 0 auto;
}


.approach .title h1 {
  text-align: center;
}
.approach .title p {
  text-align: center;
  font-size: var(--secondary-font-size);
}

.approach a {
  text-decoration: none;
  background-color: whitesmoke;
  padding: 15px;
  color: rgb(0, 0, 109);
  font-weight: 800;
  border-radius: 25px;
  font-size: var(--secondary-font-size);
}

.approach a:hover {
  background-color: whitesmoke;
}

.approach .container-fluid {
  /*background-color: white;*/
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
  /*align-items: center;*/
  flex-wrap: nowrap;
  row-gap: 20px;
  border-radius: 25px;
}

.approach .card {
  width: 30%;
  background-color: white;
  transition: 1s;
  border-radius: 25px;
}

.approach .hide {
  color: rgba(0, 0, 109, 0.315);
}

.approach .card:hover {
  transform: translateY(-10px);
  background-color: #502b5b;
  color: white;
}
.approach .card:hover i{
  color: #fff!important;
}
.approach .card:hover .hide {
  visibility: hidden;
}
.approach .card:hover span {
  background-color: white;
  color: rgb(0, 0, 109);
}

.approach .card-wrapper {
  padding: 20px;
}
.approach .card-wrapper .h1{
  font-size: 14px;
  background: #502b5b;
    padding: 10px;
    border-radius: 22px;
    text-align: center;
    color: #efe5da;
    display: block;
    width: 100%;
}
.approach .title-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.approach span {
  background-color: rgb(0, 0, 109);
  padding: 8px;
  color: white;
  border-radius: 10px;
  font-size: var(--third-font-size);
  transition: 1s;
}

.approach ul li {
  font-size: var(--secondary-font-size);
}

.approach .list-price {
  display: flex;
  align-items: center;
}

.approach .list-price h1 {
}
.approach .list-price p {
  font-size: var(--secondary-font-size);
}

.approach .btn {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1439px) {
  .approach .wrap {
    margin: 0 5%;
  }
  .approach .container-fluid {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1000px) {
  .approach .card {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .approach .card {
    width: 50%;
  }
}
@media only screen and (max-width: 425px) {
  .approach .card {
    width: 100%;
  }
}


.service-slider .slide-arrow.prev-arrow{
    position: absolute;
    top: 20%;
    background-color: #efe5da;
    border: 2px solid #efe5da;
    border-radius: 5px;
    z-index: 8;
    font-size: 20px;
    color: var(--bs-dark);
    left: -4%;
    cursor: pointer!important;
}
.service-slider .slide-arrow.next-arrow{
    position: absolute;
    top: 20%;
    background-color: #efe5da;
    border: 2px solid #efe5da;
    border-radius: 5px;
    z-index: 8;
    font-size: 20px;
    color: var(--theme-dark);
    right: -4%;
    cursor: pointer!important;

}
.gallery-box{
    height: 270px!important;
    overflow: hidden;
    margin-bottom: 2rem;
    border-radius: .5rem;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
/*    border: 2px solid #fe9f10;*/
    margin-left: 5px;
    margin-right: 5px;
}
.conditions-box{
    margin-bottom: 30px;
}
.conditions-box .condition-icon{
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
    padding: 20px;
    background: #502b5b;
    border-radius: .5rem;
    border: 2px solid transparent;
}
.conditions-box .condition-icon img{
    filter: invert(0) contrast(8.5);
}
.conditions-box p{
    font-size: 15px;
    font-weight:600 ;
    margin-top: 10px;
    text-align: center;
}

.profiles .card {
    width: 100%;
    /*height: 520px;*/
    perspective: 1000px;
    margin: 40px auto;
    cursor: default;
    background-color: transparent!important;
    border: none!important;
}

.card-content {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 24px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.07);
    background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
    overflow: hidden;
    display: flex;
}

.card:hover .card-content {
    transform: rotateY(5deg) rotateX(5deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
}

.card-image {
    position: relative;
    /*height: 400px;
    overflow: hidden;*/
    border-radius: 24px 24px 0 0;
}

.card-image-container {
    position: relative;
    width: 365px;
    height: 100%;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card:hover .card-image img {
    transform: scale(1.05);
}

.card-glow {
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.25), transparent 50%);
    pointer-events: none;
    top: -50%;
    left: -50%;
    opacity: 0;
    transition: opacity 0.6s ease;
}

.card:hover .card-glow {
    opacity: 1;
}

.card-info {
    padding: 15px;
    position: relative;
}

.card-name {
    margin: 0 0 6px;
    font-size: 21px;
    font-weight: 700;
    color: #1a1a2e;
    letter-spacing: -0.5px;
}

.card-title {
    margin: 0 0 7px;
    font-size: 12px;
    color: #5e60ce;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.card-bio {
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 1.5;
    color: #555;
}

.card-stats {
        display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    background: #e9e7e7;
    border-radius: .5rem;
    padding: 10px 0px;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
}

.stat-value {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 4px;
    color: #dd7ff8;
}

.stat-label {
    font-size: 12px;
    color: #777;
    text-align: center;
}

.card-actions {
    display: flex;
    gap: 12px;
}

.action-button {
    flex: 1;
    border: none;
    border-radius: 30px;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-size: 10px;
}

.action-button svg {
    transition: transform 0.3s ease;
}

.action-button.primary {
    background: linear-gradient(135deg, #502b5b 0%, #dd7ff8 100%);
    color: white;
}

.action-button.secondary {
        background: rgb(187 107 211 / 10%);
    color: #bb6bd2;
}

.action-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
}

.action-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(94, 96, 206, 0.2);
}

.action-button:active {
    transform: translateY(-1px);
}

.action-button:hover::before {
    left: 100%;
}

.action-button:hover svg {
    transform: scale(1.1);
}

@media (max-width: 400px) {
    .card {
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
    }
    
    .card-info {
        padding: 20px;
    }
    
    .card-name {
        font-size: 20px;
    }
    
    .card-bio {
        font-size: 14px;
    }
    
    .stat-value {
        font-size: 16px;
    }
    
    .action-button {
        padding: 10px;
        font-size: 13px;
    }
    .card-actions{
        display: block;
    }
    .card-actions .action-button.primary{
        margin-bottom: 1rem;
    }
}

/*accordian*/
.accordion .card-header{
      background: #502b5b;
    color: #fff;
    border-bottom: 2px solid rgb(154 154 154);
}
.accordion .card-header .card-title{
    color: #fff;
}
.accordion .card-header:after {
    font-family: bootstrap-icons !important;  
    content: "\F2E5";
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    font-family: bootstrap-icons !important;  
    content: "\F4F9";
}
.c-form{
        height: 400px;
    overflow-y: scroll;
}

.insurances .thumb-clients img {
    filter: brightness(0) invert(1);
    padding: 15px;
}
.cta-bottom{
    border-bottom:1px solid #392b3f;
}
.cta-bottom .container-fluid {
    margin: 0 !important;
    background-color: #1E1F21;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.cta-bottom .block {
    background-color: #502b5c;
    height: 100vh;
    width: 35%;
    // float: right;
    // z-index: -22;
    position: absolute;
    right: 0;
}

.cta-bottom .outer-wrapper {
    overflow: hidden;
    width: 1070px;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 6px 58px 2px #111219;
    // background-color: #131212 ;
}

.cta-bottom .wrapper {    
    background-image: url('../images/cta-bottom.jpg');
    background-size: cover;
    padding: 3rem;  
    background-position: right bottom;
    animation-name: slider;
    animation-duration: 1s;
    animation-timing-function: ease-out;
    // border: 1px solid white;
}
.cta-bottom     h2 {
        text-align: right;
        color: #e7e7e7;
        font-size: 30px;
        margin-top: 2rem;
        // padding: 3rem;
    }

 .cta-bottom    hr {
        height: 2px;
        width: 20%;
        border: none;
        display: block;
        margin-right: 0;
        background-color: #502b5c;
    }

.cta-bottom     p {
        padding-left: 3rem;
        text-align: justify;     
        color: #b3b2b2;
    }

.cta-bottom     a {
        background-color: transparent;
        border: 2px solid #502b5c;
        padding: 10px;
        color: #f7f7f7;
        font-size: 12px;
        border-radius: 3px;
        float: right;
        width: auto;
    }

.cta-bottom     a:focus {
        box-shadow: none;
        outline: none;
    }


@keyframes slider {
    from {
        // width: 0;
        right: -1090px;
    }
    to {
        // width: 1090px;;
        right: 0;
    }
}
