
/*** 
====================================================================
    Global Settings
====================================================================
***/
:root {
    --white-color: #ffffff;
    --body-color:#394e66;
    --black: #000000;
    --card-shadow-2: 0 10px 15px rgba(23, 42, 65, .1);
    --theme-color-1: #DB007D;
    --theme-color-2: #1c4598;
    --light-grey: #f1f4f5;
    --grey-color:#63788f;
    --border-radius-xs: 8px;
    --border-radius-sm: 16px;
}
body{
    color: var(--body-color);
    line-height: 1.5;
    font-family: 'Inter', 'Trebuchet MS', 'Century Gothic', 'Segoe UI', sans-serif;
}
.text-primary{
    color: var(--theme-color-2) !important;
}
.text-warning{
    color: var(--warning-color) !important;
}
.border-radius-xs{
    border-radius: var(--border-radius-xs);
}
.border-radius-sm{
    border-radius: var(--border-radius-sm);
}
.bg-primary{
    background: var(--theme-color-2) !important;
}
.bg-light {
    background-color: var(--light-grey) !important;
}
.vcp-wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.bg-overlay:after{
    position: absolute;
    content: "";
    inset: 0;
    background: var(--black);
    opacity: .3;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}
.bg-overlay{
    position: relative;
    z-index: 1;
}

a{
    text-decoration: none;
}

h1,h2,h3,h4{
    color: var(--theme-color-2);
    font-weight: 700;
}
.h1, h1 {
    font-size: 36px;
}
h2{
    font-size: 34px;
}
h3{
    font-size: 20px;
}
h1 span,
h2 span,
h3 span{
    color: var(--theme-color-1);
}
.form-select,
.form-control{
    height: 46px;
    border-radius: 4px;
    font-size: 14px;
    border-color: #e5e5e5;
    background-color: var(--light-grey);
    border-radius: var(--border-radius-xs);
}
.form-select{
    background-position: right 0.2rem center;
    padding: 0 22px 0 8px;
}
.form-select:focus,
.form-control:focus{
    border-color: var();
    box-shadow: none;
}
input.invalid {
    background-color: #ffdddd
}
textarea.form-control{
    height: 110px !important;
    resize: none;
    padding: 10px 15px;
}
/*** Footer Page ***/
.vcp-footer-page {
    font-size: 15px;
    background: var(--light-grey);
    padding-top: 40px;
    font-weight: 500;
}
.vcp-footer-page .vcp-footer-text p{
    line-height: 25px;
}
.vcp-footer-page .ft-heading{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 26px;
    letter-spacing: 2px;
    padding-left: 12px;
    color: var(--theme-color-2);
}
.vcp-footer-page .ft-heading:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: var(--theme-color-1);
    width: 3px;
    height: 100%;
}
.vcp-ft-contact-list a{
    display: inline-flex;
}
.vcp-footer-page .ft-list li a{
    display: inline-flex;
    align-items: baseline;
    padding-left: 24px;
    position: relative;
}
.vcp-footer-page .ft-list li a:hover{
    transform: translateX(7px);
}

.vcp-footer-page .ft-list a::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23db007d'%3E%3Cpath d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM320 112C205.1 112 112 205.1 112 320C112 434.9 205.1 528 320 528C434.9 528 528 434.9 528 320C528 205.1 434.9 112 320 112zM390.7 233.9C398.5 223.2 413.5 220.8 424.2 228.6C434.9 236.4 437.3 251.4 429.5 262.1L307.4 430.1C303.3 435.8 296.9 439.4 289.9 439.9C282.9 440.4 276 437.9 271.1 433L215.2 377.1C205.8 367.7 205.8 352.5 215.2 343.2C224.6 333.9 239.8 333.8 249.1 343.2L285.1 379.2L390.7 234z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    left: 0;
    background-size: 18px;
    background-position-y: 2px;
}
.vcp-ft-contact-list{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vcp-ft-contact-list li i{
    color: var(--theme-color-1);
    width: 22px;
    height: 22px;
    text-align: center;
}
.vcp-ft-contact-list li .text-wrap{
    gap: 10px;
    display: inline-flex;
}
.vcp-footer-page a{
    color: var(--body-color);
    transition: all .25s ease-in-out;
}
.vcp-footer-page a:hover{
    color: var(--theme-color-1);
}
.vcp-footer-page .ft-list{
    display: grid;
    gap: 10px;
}
.vcp-ft-service-list .ft-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 15px;
}
.social-mdeia-icons li {
    margin-right: 12px;
}
.social-mdeia-icons a{
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 4px;
    background: var(--theme-color-1);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s linear;
    color: var(--white-color);
}
.social-mdeia-icons a:hover{
    transform: translateY(-5px);
    color: var(--white-color);
}
.vcp-map{
    filter: grayscale(100%);
}
.vcp-map iframe{
    height: 260px;
    width: 100%;
}
.copyright{border-top: 1px solid rgba(0,0,0,.1);margin-top: 35px;}
.copyright a{
    color: var(--theme-color-1);
}

.vcp-blog-detail-block{
    border-radius: 15px;
    padding: 20px 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.vcp-blog-detail-block h1{
    font-size: 30px;
}
.vcp-blog-detail-block h2{
    font-size: 26px;
}

/* Section 16 */
.vcp-about-aside-list-sec .vcp-section-caption.vcp-main-list ul{
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 3px 15px;
}
.vcp-about-content-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.vcp-about-content-list li{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vcp-about-content-list li .img-holder img{
    border-radius: 20px;
    width: 100%;
}
.vcp-about-content-list .content{
    background: var(--theme-color-2);
    color: var(--white-color);
    padding: 20px 15px;
    border-radius: 20px;
    flex: 0 0 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.vcp-about-content-list .content p{
    margin-bottom: 0;
}
.vcp-about-content-list .content h3{
    font-size: 22px
}
.vcp-about-content-list li:nth-child(2){ 
    flex-direction: column-reverse;
}
.vcp-about-content-list li:nth-child(2) .content{
    background: var(--danger-color);
}
.vcp-about-us-sec .vcp-main-list ol, 
.vcp-about-us-sec .vcp-main-list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4px 10px;
}

/* Section 18 */
.vcp-choose-caption-list-2 ul {
    display: grid;
    grid-template-columns: repeat(2 , 1fr);
    gap: 30px;
    padding: 12px 0;
}
.vcp-choose-caption-list-2 ul li{
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 21px 21px 59px 0px rgba(27, 137, 212, 0.1);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg);
}
.vcp-choose-caption-list-2 ul .content{
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg);
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vcp-choose-caption-list-2 ul .content p{
    margin-bottom: 0;
}
.hcp-sticky-call-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--theme-color-1);
    color: var(--white-color);
    border-radius: 7px;
    z-index: 999;
    padding: 6px 16px;
    gap: 8px;
    font-weight: 600;
    font-size: 14px;
}
.bounce {
    animation: bounce 0.8s ease;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    30% { transform: translateY(-10px); }
    50% { transform: translateY(0); }
    70% { transform: translateY(-5px); }
}












/************** New Code *****************/
.spacing-padding {
    padding: 70px 0;
}
.spacing-margin {
    margin-bottom: 70px;
}
.btn{
    border-radius: var(--border-radius-xs);
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 50px;
    padding: 8px 20px;
    line-height: 1.3;
    font-weight: 700;
    white-space: nowrap;
}
.btn-sm{
    border-radius: var(--border-radius-xs);
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 40px;
    padding: 6px 14px;
    line-height: 1.3;
    font-weight: 500;
    border: 1px solid;
    white-space: nowrap;
}
.btn-primary{
    background-color: var(--theme-color-1);
    border-color: var(--theme-color-1);
    color: var(--white-color);
}
.btn-primary:hover{
    background: #b50067;
    border-color: #b50067;
}
.btn-outline-primary{
    border-color: var(--theme-color-1);
    color: var(--theme-color-1);
}
.btn-outline-primary:hover{
    background: #b50067;
    border-color: #b50067;
    color: var(--white-color);
}
.btn-outline-light{
    border-color: var(--white-color);
    color: var(--white-color);
}
.btn-outline-light:hover{
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--theme-color-2);
}
.btn-light{
    background: var(--white-color);
    border-color: var(--white-color);
    color: var(--theme-color-2);
}
.btn-light:hover{
    background: transparent;
    border-color: var(--white-color);
    color: var(--white-color);
}
.checlist-items ul{
    padding: 0;
    list-style-type: none;
    line-height: 24px;
    margin: 0;
}
.checlist-items ul li{
    position: relative;
    padding: 0 0 0 27px;
}
.checlist-items ul li:not(:last-child){
    margin-bottom: 12px;
}
.checlist-items ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23394e66'%3E%3Cpath d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}
.checlist-items.sm-items ul{
    line-height: 20px;
    font-size:15px
}
.checlist-items.sm-items ul li{
    padding: 0 0 0 25px;
}
.checlist-items.sm-items ul li:not(:last-child){
    margin-bottom: 15px;
}
.checlist-items.sm-items ul li::before{
    top: 0px;
}
.vcp-top-subtitle{
    text-transform: uppercase;
    font-weight: 600;
    color: var(--theme-color-1);
}
.vcp-btn-wrapp{
    margin-top: 30px;
}
.vcp-section-caption{
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    align-items: flex-start;
    font-size: 18px;
}
.vcp-section-caption h2{
    margin-bottom: 0;
}
.vcp-section-caption p{
    margin-bottom: 0;
}
/* Page Header */
#pageHeader {
    position: static; 
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    transition: background 0.2s ease, box-shadow .2s ease, padding .2s ease;
    background: var(--white-color);
    height: 88px;
}
#pageHeader.header-scrolled {
    position: fixed;   /* scroll par fixed ho jaye */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.12);
}
/* Jump rokne wala placeholder */
#header-placeholder {
    display: none;
    height: 0;
}
.vcp-main-menu-wrapper{
    gap: 40px;
    position: relative;
}
.vcp-page-nav .vcp-navbar {
    display: flex;
    gap: 16px;
    text-transform: capitalize;
    font-weight: 500;
}
.vcp-page-nav{
    flex: 1;
}
.vcp-page-nav .vcp-navbar .nav-link{
    padding: 0;
    color: #404040;
    position: relative;
    line-height: 88px;
}
.vcp-page-nav .vcp-navbar .nav-link i{
}
.vcp-page-nav .vcp-navbar .nav-link:hover{
    color: var(--theme-color-1);
}
.vcp-header-actions{
    gap: 15px;
}
.vcp-header-actions .btn-sm .icon-call {
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
/* .vcp-header-actions .btn{
    font-size: 14px;
    height: 42px;
} */
.vcp-header-actions .btn-sm.call-btn{
    padding-left: 40px;
}
.vcp-header-actions .btn-sm span {
    font-size: 10px;
}
/* Mega menu */
.vcp-serviceMainMenu{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    z-index: 909;
    top: 100%;
    transition: all .2s ease-in-out;
    transform: translateY(20px);
    visibility: hidden;
}
.vcp-page-nav .vcp-navbar .nav-item:hover .vcp-serviceMainMenu{
    opacity: 1;
    transform: translateY(0);
    visibility:visible;
}
.serviceMegaMenu .menueTitle{
    font-size: 18px;
    color: var(--theme-color-1);
    border-bottom: 1px solid rgb(219 0 125 / 10%);
    padding-bottom: 10px;
    margin-bottom: 15px;
    width: 80%;
    letter-spacing: .5px;
    text-transform: uppercase;
}
.serviceMegaMenu{
    background: var(--white-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    padding: 20px;
    border-radius: var(--border-radius-sm);
    gap: 25px;
    font-size: 14px;
    font-weight: 500;
}
.triangle {
    width: 14px;
    height: 10px;
    border-style: solid;
    border-width: 0px 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    transform: rotate(0deg);
    position: relative;
    top: 0;
    display: block;
    left: 50%;
    transform: translateX(-50%);
}
.serviceMegaMenu .serviceRightSide{
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 40%;
}
.serviceRightSide .serviceMenuList{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 20px;
}
.serviceRightSide .serviceMenuList a{
    color: var(--body-color);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: color .25s ease-in-out;
}
.serviceRightSide .serviceMenuList a:hover{
    color:var(--theme-color-1);
}
.serviceRightSide .serviceMenuList img{
    max-width: 25px;
}
.serviceMenuChoose{
    width: 30%;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    flex-direction: column;
}
.serviceMenuGuaranteBox{
    background: rgb(219 0 125 / 5%);
    border-radius: var(--border-radius-sm);
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 30px;
    flex-direction: column;
}
.serviceMenuGuaranteBox .textWrap{
    display: flex;
    align-items: center;
    gap: 20px;
}
.serviceMenuGuaranteBox img{   
    max-width: 50px;
}
.serviceMenuGuaranteBox h3{
    color: var(--body-color);
    font-size: 17px;
}
.serviceMenuChooseList{
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.serviceMenuChooseList li{
    position: relative;
    padding: 0 0 0 30px;
}
.serviceMenuChooseList li:not(:last-child){
    margin-bottom: 15px;
}
.serviceMenuChooseList li:after{
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 384'%3E%3Cpath d='M192 384c105.863 0 192-86.129 192-192 0-18.273-2.55-36.281-7.602-53.527-2.488-8.48-11.343-13.352-19.847-10.864-8.489 2.48-13.344 11.368-10.864 19.848C349.872 161.785 352 176.777 352 192c0 88.223-71.777 160-160 160S32 280.223 32 192 103.777 32 192 32c32.063 0 62.91 9.375 89.207 27.105 7.32 4.942 17.273 3 22.207-4.32 4.938-7.328 3.012-17.273-4.316-22.21C267.496 11.264 230.465 0 192 0 86.137 0 0 86.129 0 192s86.137 192 192 192zm0 0' fill='%23db007d'/%3E%3Cpath d='M356.688 36.688 192 201.368l-52.688-52.68c-6.25-6.247-16.375-6.247-22.625 0-6.246 6.25-6.246 16.375 0 22.625l64 64C183.817 238.44 187.903 240 192 240s8.184-1.559 11.313-4.688l176-176c6.246-6.25 6.246-16.374 0-22.624-6.25-6.247-16.375-6.247-22.625 0zm0 0' fill='%23db007d'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}
.serviceMegaMenu .menueImg{
    width: 30%;
    border-radius: var(--border-radius-sm);
    overflow: hidden;
}
.serviceMegaMenu .menueImg.bg-overlay:after{
    z-index: 1;
    background: linear-gradient(180deg, rgb(242 241 240 / 70%) 35%, rgba(255, 255, 255, 0) 70%);
    opacity: 1;
}
.serviceMegaMenu .menueImg .menueImgDetails{
    top: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    z-index: 9;
    font-size: 16px;
    font-weight: 600;
}
.serviceMegaMenu .menueImg h3{
    font-size: 24px;
}
.serviceMegaMenu .menueImg .btn{
    font-size: 14px;
    height: 42px;
    padding: 8px 12px;
}
/* Mobile Menu */

.vcp-mobile-header{
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
}
.vcp-offcanvas-close,
.vcp-offcanvas-opener{
    border: none;
    background: transparent;
    color: var(--body-color);
}
.vcp-mobile-header .offcanvas {
    background: var(--white-color);
    max-width: 330px;
}
.vcp-mobile-page-nav li a {
  padding: 10px 22px;
  color: var(--body-color);
  display: block;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,.05);
  position: relative;
  font-size: 16px;
}
.vcp-mobile-page-nav li a.vcp-accordion-button{
    position: absolute;
    top: 0px;
    right: 0;
    padding: 13px 12px;
    display: flex;
    align-items: center;
    border: none;
    background: var(--theme-color-1);
    color: var(--white-color);
}
.vcp-mobile-page-nav li a:hover {
    color:var(--warning-color);
}
.vcp-mobile-page-nav .vcp-mobile-submenu-list{
  margin: 13px auto;
  width: 90%;
  line-height: 20px;
  background: rgba(255,255,255,.035);
}
.vcp-mobile-page-nav .vcp-mobile-submenu-list a{
    font-size:14px;
    padding: 8px 15px;
}
.vcp-mobile-page-nav li:last-child a{
    border:none;
}


/* Section 1 */
.vcp-accordian .accordion-button{
    background: var(--light-grey);
    color: var(--body-color);
    padding: 12px 55px 12px 15px;
    font-size: 15px;
    box-shadow: none;
    font-weight: 500;
    border-radius: 6px;
    overflow: hidden;
    letter-spacing: -.5px;
}
.vcp-accordian .accordion-button:before{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    height: 100%;
    background: var(--theme-color-1);
    transition: all .3s linear;
}
.vcp-accordian .accordion-button:focus{
    box-shadow: none;
}
.vcp-accordian .accordion-body {
    padding: 10px 25px;
    color: #000;
    font-size: 15px;
    line-height: 24px;
    background: #f7f7f7;
    margin-top: 10px;
}
.vcp-accordian .accordion-item{
    border: none;
    border-radius: 0;
    position: relative;
}
.accordion-button:after{
    display: none;
}
.expand-icon {
    height: 15px;
    width: 15px;
    right: 15px;
}
.expand-icon:before, .expand-icon::after {
    content: " ";
    width: 15px;
    height: 2px;
    background-color: var(--white-color);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.25s cubic-bezier(.42, 0, .58, 1);
    opacity: 1;
    border-radius: 2px;
}
.expand-icon:before {
    transform: translate(-50%, -50%) rotate(90deg);
}
.expand-icon:after {
    transform: translate(-50%, -50%);
}
.vcp-accordian .accordion-button[aria-expanded="true"] .expand-icon:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
}
.vcp-accordian .accordion-button[aria-expanded="true"] .expand-icon:after{
    background-color: rgba(255, 255, 255, .7);
}
.vcp-accordian .accordion-button[aria-expanded="true"]:before{
    background: var(--theme-color-1);
}
.vcp-accordian .accordion-button[aria-expanded="true"]{
    color: var(--theme-color-2);
}
/* Section 2 */
.vcp-hero-sec {
    min-height: 768px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    padding: 40px 0 0;
    position: relative;
    height: calc(100vh - 88px);
    background-image: var(--desktop-bg);
}
.vcp-hero-sec.bg-overlay:after{
    content: none;
}
.vcp-hero-col-wrapper{
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: 100%;
    justify-content: center;
    padding-bottom: 160px;
}
.vcp-hero-sec .vcp-section-caption{
    gap: 20px;
}
.vcp-hero-caption.checlist-items ul li{
    padding: 0 0 0 35px;
}
.vcp-hero-caption.checlist-items ul li:before {
    color: #3ca831;
    top: 0px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%233ca831'%3E%3Cpath d='M320 576C178.6 576 64 461.4 64 320C64 178.6 178.6 64 320 64C461.4 64 576 178.6 576 320C576 461.4 461.4 576 320 576zM438 209.7C427.3 201.9 412.3 204.3 404.5 215L285.1 379.2L233 327.1C223.6 317.7 208.4 317.7 199.1 327.1C189.8 336.5 189.7 351.7 199.1 361L271.1 433C276.1 438 282.9 440.5 289.9 440C296.9 439.5 303.3 435.9 307.4 430.2L443.3 243.2C451.1 232.5 448.7 217.5 438 209.7z'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
}
.vcp-hero-sec .vcp-section-caption p{
   font-size: 18px;
}
.vcp-inner-hero-highlight{
    width: calc(100% + 100px);
    position: relative;
    z-index: 9;
}
.vcp-inner-hero-highlight .vcp-form-caption {
    margin-bottom: 7px;
}
.vcp-inner-hero-highlight .vcp-form-caption span{
    color: var(--theme-color-1);
}
.vcp-hero-form{
    display: flex;
    background: var(--white-color);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 10px 10px 20px;
    flex: 1;
    border-radius: 10px;
    gap: 20px;
}
.vcp-hero-form .btn{
    height: 45px;
    padding: 4px 22px;
}
.vcp-hero-form .form-group{
    position: relative;
    width: 100%;
}
.vcp-hero-form .form-group:first-child::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    background: #00000021;
    top: 5px;
    right: -5px;
}
.vcp-hero-form .form-control{
    background: transparent;
    border-radius: 0;
    border: none;
    padding: 0 0 0 28px;
    height: 45px;
}
.vcp-hero-form .form-group i{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    margin-top: -1px;
    display: inline-flex;
}
.vcp-trust-hero-bar{
    background: var(--white-color);
    display: flex;
    border-radius: 16px 16px 0 0;
    font-weight: 600;
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1140px;
    margin: 0 auto;
}
.vcp-trust-hero-bar .vcp-trust-col{
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 8px;
    padding: 10px;
    position: relative;
    align-items: center;
    justify-content: center;
}
.vcp-trust-hero-bar .swiper-slide:not(:last-child) .vcp-trust-col::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 82px;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgb(219 0 125 / 65%) 50%, rgb(0 0 0 / 0%) 100%);
    border-radius: 10px;
}
.vcp-trust-hero-bar li:nth-child(even){
    /* background: var(--light-grey); */
}
.vcp-trust-bar{
    background: var(--theme-color-2);
    padding: 8px 0;
}
.vcp-star-bar-wrapps{
    gap: 15px;
}

/* Section 3 */
.vcp-services-style-1-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center; /* last row center */
}
.vcp-services-style-1-list li {
     width: calc((100% - (5 * 20px)) / 6);
}
.vcp-services-style-1-list li a {
    padding: 15px 10px;
    box-shadow: 0 7px 20px rgba(23, 42, 65, 0.1);
    border-radius: var(--border-radius-xs);
    background: var(--white-color);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    color: var(--body-color);
    height: 100%;
    font-weight: 500;
}
.vcp-services-style-1-list li .vcp-service-title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Secton 4 */
.vcp-features-col{
    background: var(--white-color);
    border-radius: var(--border-radius-xs);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}
.vcp-features-col p{
    margin-bottom:0;
}
/* Section 5 */
.vcp-questions-wrap h3{
    font-size: 18px;
}
.vcp-questions-wrap p{
    margin-bottom: 0;
}
/* Section 6 / Section 11 */

.vcp-about-us-sec .vcp-section-caption{
    font-size: inherit;
}
.vcp-about-number-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    line-height: 1.3;
}
.vcp-about-number-grid .vcp-rating-icon{
    width: 90px;
    height: 90px;
    border:  2px dashed #c7b9ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0 auto 15px;
}

.vcp-about-number-grid .vcp-rating-icon::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 45px;
    height: 2px;
    background: var(--theme-color-2);
    border-radius: 10px;
}
.vcp-about-number-grid .vcp-rating-icon::before{
    content: '';
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    width: 120px;
    height: 45px;
    background: #ffffff;
    left: 50%;
}
.vcp-about-number-grid .vcp-rating-inner{
    width: 75px;
    height: 75px;
    background: var(--light-grey);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
}
.vcp-money-guarantee-wrapp,
.vcp-about-number-grid li{
    border-radius: 8px;
    padding: 15px;
    background: var(--white-color);
    box-shadow: var(--card-shadow-2);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vcp-money-guarantee-wrapp .number,
.vcp-about-number-grid .number {
    font-size: 27px;
    line-height: 1.1;
    color: var(--theme-color-1);
    font-weight: 600;
}
.vcp-about-number-grid strong {
    font-size: 15px;
}
.vcp-money-guarantee-wrapp{
    flex-direction: row;
    text-align: start;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
}
.vcp-money-guarantee-wrapp .vcp-guarantee-icon{
    max-width: 140px;
    width: 100%;
}
.vcp-money-guarantee-wrapp .number{
    color: #2a675f;
}
.vcp-money-guarantee-wrapp .vcp-guarantee-details{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Section 8 */
.vcp-choose-wrapper{
    display: grid;
    
    gap: 35px;
}
.vcp-choose-wrapper.vcp-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vcp-choose-wrapper.vcp-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.vcp-choose-wrapper .vcp-choose-col::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 5px;
    width: 26px;
    height: 26px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23D6D6D6'%3E%3Cpath d='M471.1 297.4C483.6 309.9 483.6 330.2 471.1 342.7L279.1 534.7C266.6 547.2 246.3 547.2 233.8 534.7C221.3 522.2 221.3 501.9 233.8 489.4L403.2 320L233.9 150.6C221.4 138.1 221.4 117.8 233.9 105.3C246.4 92.8 266.7 92.8 279.2 105.3L471.2 297.3z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 26px;
}
.vcp-choose-wrapper .vcp-choose-col:last-child::before{
    content: none;
}
.vcp-choose-wrapper .vcp-choose-col{
    position: relative;
}
.vcp-choose-wrapper .vcp-head-wrapp{display: flex;align-items: center;margin-bottom: 10px;}
.vcp-choose-wrapper .vcp-choose-col p{
    margin: 0;
    padding-left: 45px;
}
.vcp-choose-wrapper .vcp-choose-col h3{
    font-size: 18px;
}
.vcp-choose-wrapper .vcp-choose-col .vcp-choose-counter{
    font-weight: 700;
    color: #D6D6D6;
    font-size: 40px;
    line-height: 1;
    width: 45px;
    min-width: 45px;
    display: inline-block;
}
/* Section 9 */
.vcp-blog-col .img-holder{
    overflow: hidden;
}
.vcp-blog-col .blog-date{
    font-size: 20px;
    top: -35px;
    left: 0;
    padding: 10px 15px;
    line-height: 20px;
    background: var(--theme-color-1);
    z-index: 1;
}
.vcp-blog-col .blog-date .month{
    font-size: 14px;
}
.vcp-blog-col h2{
    font-size: 20px;
}
.vcp-blog-col h2 a{
    color: var(--theme-color-2);
    transition: color .3s ease-in-out;
}
.vcp-blog-col h2 a:hover{
    color: var(--theme-color-1);
}
.vcp-blog-col .blog-content {
    position: relative;
    display: block;
    background-color:var(--white-color);
    padding: 35px 27px 20px;
    border-radius: 10px;
    margin: -20px 10px 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.vcp-blog-col .blog-btn a{
    color: var(--body-color);
    transition: color .3s ease-in-out;
    font-size: 14px;
}
.vcp-blog-col .blog-btn a:hover{
    color: var(--primary--color);
}

/* Section 13 */
.vcp-widget-wrapper{
    display: grid;
    gap: 30px;
}
.vcp-widget-wrapper.vcp-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vcp-widget-wrapper.vcp-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.vcp-widget-wrapper .vcp-widget-col{
    box-shadow: 0 20px 20px rgba(23, 42, 65, .1);
    border-radius: var(--border-radius-sm);
    overflow: hidden;
    background: var(--white-color);
}
.vcp-widget-wrapper .vcp-widget-text{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
}
/* Section 22 */
.vcp-inner-hero-sec{
    align-items: end;
    background: var(--light-grey);
    padding-top: 40px;
    min-height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
}


.vcp-inner-hero-sec .vcp-hero-wrapps{
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-rows: auto;
    gap: 30px;
    padding-bottom: 160px;
}
.vcp-inner-hero-sec .vcp-hero-img{
    width: 50%;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
}
.vcp-inner-hero-sec .vcp-hero-img .main-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.vcp-inner-hero-sec .vcp-hero-img .shape{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.vcp-inner-hero-details{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Section 24 */
.vcp-cta-sec-3 .vcp-cta-details-3{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 850px;
    margin: 0 auto;
}
.vcp-cta-sec-3 .vcp-cta-details-3 p{
    margin-bottom: 0;
}
/* Section 26 */
.vcp-reviews-col{
    background: var(--light-grey);
    border-radius: 10px;
    font-size: 13px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: 100%;
}
.vcp-reviews-col p{
    margin: 0;
}
.vcp-reviews-col .vcp-reviews-head{
    display: flex; 
    gap: 12px;
}
.vcp-reviews-col .icon{
    width: 30px;
    height: 30px;
    min-width: 30px;
    background: var(--theme-color-2);
    border-radius: 50%;
    color: var(--white-color);
}
.vcp-reviewsSwiper .swiper-slide:nth-child(1) .icon{
    background: #ff6b6b;
}

.vcp-reviewsSwiper .swiper-slide:nth-child(2) .icon{
    background: #4ecdc4;
}

.vcp-reviewsSwiper .swiper-slide:nth-child(3) .icon{
    background: #ffa94d;
}

.vcp-reviewsSwiper .swiper-slide:nth-child(4) .icon{
    background: #6c5ce7;
}

.vcp-reviewsSwiper .swiper-slide:nth-child(5) .icon{
    background: #20c997;
}
.vcp-reviews-col .vcp-reviews-info-wrapp{
    display: flex;
    flex-direction: column;
}
.vcp-reviews-col .vcp-reviews-info-wrapp .name{
    font-size: 14px;
}
.vcp-reviews-col .vcp-reviews-info-wrapp .time{
    color: var(--grey-color);
    font-size: 12px;
}
.vcp-reviewsSwiper .swiper-slide{
    height: auto;
    display: flex;
}
.vcp-reviews-col .check-icon{
    color: #1a73e8;
}
.vcp-star-list{
    color: #f6b52a;
    gap: 4px;
}
.vcp-star-list li{
    display:flex;
}
.vcp-star-list svg{
    width: 16px;
    height: 16px;
}
.vcp-swiper-btn-block{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 40px;
    bottom: 0;
    gap: 12px;
    right: 0;
}
/* Lock class ka asar khatam karo */
.vcp-swiper-btn-block .swiper-button-lock {
    display: flex !important;
    opacity: 1;
}
.vcp-swiper-btn-block .swiper-button-next:after, 
.vcp-swiper-btn-block .swiper-button-prev:after{
    content: none;
}
.vcp-swiper-btn-block svg{
    width: 16px;
    height: 16px;
}
.vcp-swiper-btn-block .swiper-button-next, 
.vcp-swiper-btn-block .swiper-button-prev{
    position: static;
    width: 27px;
    height: 27px;
    background: var(--theme-color-1);
    border-radius: var(--border-radius-xs);
    color: var(--white-color);
    margin: 0;
    display: flex !important;
    pointer-events: auto !important;
    cursor: pointer !important;
}
.vcp-swiper-btn-block .swiper-button-next{
    right: 0;
}
.vcp-swiper-btn-block .swiper-button-prev{
    left: 0;
}
.vcp-reviewsSwiper .vcp-swiper-btn-block {
    position: relative;
    margin-top: 20px;
    justify-content: flex-end;
}
/* Section 21 */
.vcp-process-list{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.vcp-process-list:after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .1);
    width: 2px;
    height: 100%;
}
.vcp-process-list li{
    position: relative;
    padding: 0 0 0 35px;
    display: flex;
    gap: 20px;
}
.vcp-process-list li:after{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: 2px;
    left: -9px;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transform: scale(0);
    -webkit-transform: scale(0);
    background: var(--theme-color-2);
    z-index: -1;
}
.vcp-process-list li:hover:after{
    transform: scale(1.25);
    -webkit-transform: scale(1.25);
}
.vcp-process-list li:before{
    position: absolute;
    content: "";
    top: 8px;
    left: -3px;
    background: var(--danger-color);
    width: 8px;
    height: 8px;
    z-index: 1;
    border-radius: 50%;
}
.vcp-process-list li p{
    margin: 0;
}
.vcp-process-list .list-head{gap: 10px;display: flex;}
.vcp-process-list .list-description{display: flex;flex-direction: column;gap: 8px;}
.vcp-process-list .ico-holder{
    width: 50px;
    min-width: 50px;
}
.vcp-process-list .vcp-process-counter{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--white-color);
    text-stroke: .6px var(--danger-color);
    -webkit-text-stroke: .6px var(--danger-color);
}
.vcp-process-list li h3{
    color: var(--theme-color-2);
}
/* Section 27 */
.vcp-comparison-img {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    user-select: none;
}
.vcp-comparison-img .img-after {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.vcp-comparison-img .divisor {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: width 0.05s linear;
}
.vcp-comparison-img .divisor .img-before {
    position: absolute;
    width: 100vw; /* ya parent container ki width */
    max-width: none;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.vcp-comparison-img .divisor::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: var(--white-color);
    z-index: 3;
}
.vcp-comparison-img .handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: var(--white-color);
    border-radius: 50%;
    z-index: 4;
    pointer-events: none;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: left 0.05s linear;
}
.vcp-comparison-img .handle::before,
.vcp-comparison-img .handle::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-color: transparent;
}
.vcp-comparison-img .handle::before {
    left: 8px;
    border-width: 6px 8px 6px 0;
}
.vcp-comparison-img .handle::after {
    right: 8px;
    border-width: 6px 0 6px 8px;
}
.vcp-comparison-img .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 5;
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
}
.vcp-comparison-img .handle {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    pointer-events: none;
}
.vcp-comparison-img .handle::before,
.vcp-comparison-img .handle::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
}
.vcp-comparison-img .handle::before {
    left: 10px;
    border-right-color: var(--theme-color-1);
}
.vcp-comparison-img .handle::after {
    right: 10px;
    border-left-color: var(--theme-color-1);
}
.vcp-comparison-img .slider {
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    width: calc(100% + 50px);
    background: transparent;
    z-index: 5;
    -webkit-appearance: none;
}
.vcp-comparison-img .slider:focus {
    outline: none;
}
.vcp-comparison-img .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid var(--white-color);
    background: transparent;
    cursor: pointer;
}
.vcp-comparison-img .slider::-moz-range-thumb {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 4px solid var(--white-color);
    background: transparent;
    cursor: pointer;
}
/* Section 20 */
.vcp-work-description{
    padding: 40px 30px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    height: 100%;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: all .3s ease-in-out;
}
.vcp-work-description:hover{
    background: var(--light-grey);
    transform: translateY(-7px);
}
.vcp-work-description .vcp-work-counter::after,
.vcp-work-description .vcp-work-counter::before {
    content: "";
    position: absolute;
    top: -30px;
    right: 0px;
    height: 30px;
    width: 30px;
    border-radius: 0 0 20px 0;
    background-color: #00;
    border: 1px solid #e5e5e5;
    border-top: 0;
    border-left: 0;
    box-shadow: 0 15px 0 0 #fff;
}
.vcp-work-description .vcp-work-counter::after {
    top: inherit;
    bottom: 0px;
    left: -30px;
    right: 0;
}
.vcp-work-description p{
    margin: 0;
}
.vcp-work-description .number {
    min-width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 100%;
    text-align: center;
    font-size: 18px;
    z-index: 2;
    position: relative;
    color: var(--theme-color-2);
    background-color: var(--light-grey);
    font-size: 17px;
    font-weight: 600;
}
.vcp-work-counter{
    position: absolute;
    bottom: -1px;
    right: -1px;
    border-radius: 30px 0 0 0;
    padding: 10px 0 0 10px;
    background-color: var(--white-color);
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}
.vcp-work-details{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* Section 28 */
.vcp-pricing-wrapp{
    display: grid;
    gap: 30px;
}
.vcp-pricing-wrapp.vcp-grid-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.vcp-pricing-wrapp.vcp-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vcp-pricing-wrapp.vcp-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.vcp-main-pricing-col {
    overflow: hidden;
    height: 100%;
    border-radius: var(--border-radius-xs);
    background: var(--white-color);
    box-shadow: 0 20px 20px rgba(23, 42, 65, .1);
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 25px;
}
.vcp-main-pricing-col .vcp-pricing-head{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vcp-main-pricing-col .plan-price {
    font-size: 24px;
    font-weight: 700;
}
.vcp-main-pricing-col .plan-price span{
    font-size: 18px;
    font-weight: 500;
}
.vcp-main-pricing-col .checlist-items ul{
    line-height: 20px;
    font-size:15px
}
.vcp-main-pricing-col .checlist-items ul li:not(:last-child){
    margin-bottom: 15px;
}
.vcp-main-pricing-col .checlist-items ul li:before{
    font-size: large;
    top: 0px;
}

/* Section 14 */
.vcp-partners-sec{
    padding: 40px 0;
}

.vcp-partners-col{
    font-weight: 500;
    display: flex;
    gap: 8px;
    align-items: center;
    width: calc(100% / 6);
}
.vcp-partners-col .vcp-partners-ico{
    min-width: 50px;
}
.vcp-partners-col .partners-title{
    font-size: 14px;
    display: block;
}
.vcp-partners-col .vcp-partners-ico img{
    max-width: 45px;
}
.vcp-partners-list-2{
    display: flex;
    position: relative;
    z-index: 99;
    background: var(--white-color);
    box-shadow: var(--card-shadow-2);
    margin: 50px -80px 0 0;
    gap: 20px;
    border-radius: var(--border-radius-sm);
    padding: 35px 15px;
}
.vcp-partners-list-2 .vcp-text-wrapps p{
    margin: 0;
}
/* Section 23 */
.vcp-deals-wrapp{
    background: var(--white-color);
    box-shadow: 0 10px 20px rgba(23,42,65,.1);
    border-radius: var(--border-radius-sm);
    margin: 20px 20px 40px;
}
.vcp-deals-wrapp .img-holder{
    width: 300px;
    min-width: 300px;
    min-height: 270px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: var(--border-radius-sm);
    border-bottom-left-radius: var(--border-radius-sm);
}
.vcp-deals-wrapp .vcp-deals-text-block{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}
.vcp-deals-wrapp .vcp-deals-text-block p{  
    margin: 0;
}
.vcp-deals-wrapp .vcp-deals-text-block .description{
    margin-bottom: 15px;
}
.vcp-deals-wrapp .vcp-deals-text-block .btn{
    min-width: 150px;
    height: 40px;
}
.vcp-deals-wrapp .validation{
    font-size: 12px;
}
.vcp-deals-wrapp .validation span{
    color: #A3B3C6;
}
.vcp-deals-wrapp .vcp-deals-label{
    width: 80px;
    height: 80px;
    background: var(--theme-color-1);
    color: var(--white-color);
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 9;
}
/* Section 15 */
.vcp-summary-wrapper .vcp-summary-col{
    background: var(--white-color);
    border-bottom: 4px solid var(--theme-color-1);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: var(--border-radius-xs);
    padding: 17px;
    height: 100%;
}
.vcp-summary-wrapper .vcp-summary-col h3{
    font-size: 16px;
}
.vcp-summary-wrapper .vcp-summary-col p{
    margin-bottom: 0;
}
.vcp-summary-wrapper .vcp-summary-head{
    gap: 21px;
    position: relative;
    align-items: center;
    border-bottom: 1px solid #0000001f;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.vcp-summary-col .vcp-small-description{
    font-size:14px;
}
.vcp-summary-wrapper .ico-holder{
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: #db007d24;
    margin-bottom: 15px;
}
.vcp-summary-wrapper .vcp-summary-counter{
    background: var(--theme-color-1);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    border: 4px solid var(--white-color);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: absolute;
    right: 0;
    top: 0;
}
/* vcp-summary-counter */
.vcp-summary-wrapper .row > div:nth-child(1) .vcp-summary-counter{
    background: #3d7dff;
}
.vcp-summary-wrapper .row > div:nth-child(2) .vcp-summary-counter{
    background: #039e9c;
}
.vcp-summary-wrapper .row > div:nth-child(3) .vcp-summary-counter{
    background: var(--theme-color-1);
}
.vcp-summary-wrapper .row > div:nth-child(4) .vcp-summary-counter{
    background: #d30000;
}
.vcp-summary-wrapper .row > div:nth-child(5) .vcp-summary-counter{
    background: #fb9a00;
}
.vcp-summary-wrapper .row > div:nth-child(6) .vcp-summary-counter{
    background: #767676;
}

/* vcp-small-description */
.vcp-summary-wrapper .row > div:nth-child(1) .vcp-summary-col{
    border-color: #3d7dff;
}
.vcp-summary-wrapper .row > div:nth-child(2) .vcp-summary-col{
    border-color:  #039e9c;
}
.vcp-summary-wrapper .row > div:nth-child(3) .vcp-summary-col{
    border-color: var(--theme-color-1);
}
.vcp-summary-wrapper .row > div:nth-child(4) .vcp-summary-col{
    border-color: #d30000;
}
.vcp-summary-wrapper .row > div:nth-child(5) .vcp-summary-col{
    border-color: #fb9a00;
}
.vcp-summary-wrapper .row > div:nth-child(6) .vcp-summary-col{
    border-color: #767676;
}

/* vcp-small-description */
.vcp-summary-wrapper .row > div:nth-child(1) .vcp-summary-col .vcp-small-description{
    color: #3d7dff;
}
.vcp-summary-wrapper .row > div:nth-child(2) .vcp-summary-col .vcp-small-description{
    color:  #039e9c;
}
.vcp-summary-wrapper .row > div:nth-child(3) .vcp-summary-col .vcp-small-description{
    color: var(--theme-color-1);
}
.vcp-summary-wrapper .row > div:nth-child(4) .vcp-summary-col .vcp-small-description{
    color: #d30000;
}
.vcp-summary-wrapper .row > div:nth-child(5) .vcp-summary-col .vcp-small-description{
    color: #fb9a00;
}
.vcp-summary-wrapper .row > div:nth-child(6) .vcp-summary-col .vcp-small-description{
    color: #666565cc;
}


/* ico-holder */
.vcp-summary-wrapper .row > div:nth-child(1) .vcp-summary-col .ico-holder{
    background: rgb(61 125 255 / 10%);
}
.vcp-summary-wrapper .row > div:nth-child(2) .vcp-summary-col .ico-holder{
    background: rgb(3 158 156 / 10%);
}
.vcp-summary-wrapper .row > div:nth-child(3) .vcp-summary-col .ico-holder{
    background: rgb(219 0 125 / 10%);
}
.vcp-summary-wrapper .row > div:nth-child(4) .vcp-summary-col .ico-holder{
    background: rgb(211 0 0 / 10%);
}
.vcp-summary-wrapper .row > div:nth-child(5) .vcp-summary-col .ico-holder{
    background: rgb(251 154 0 / 10%);
}
.vcp-summary-wrapper .row > div:nth-child(6) .vcp-summary-col .ico-holder{
    background: rgb(118 118 118 / 10%);
}

/* Section 12 */
.vcp-included-col{
    border-radius: var(--border-radius-sm);
    height: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    overflow: hidden;
}
.vcp-included-sec .vcp-included-col .vcp-included-head{
    background: linear-gradient(180deg, rgb(219 0 125 / 3%) 0%, rgb(219 0 125 / 10%) 100%);
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 15px;
}
.vcp-included-col .vcp-included-head .vcp-main-ico{
    width: 70px;
    height: 70px;
    min-width: 70px;
    background: rgb(219 0 125 / 8%);
}
.vcp-included-col .vcp-included-head .texr-wrap{
    display: flex;
    align-items: center;
    gap: 17px;
}
.vcp-included-col .vcp-included-head .vcp-badge{
    background: rgb(219 0 125 / 8%);
    color: var(--theme-color-1);
    font-size: 12px;
    font-weight: 700;
    border-radius: 50px;
    padding: 2px 10px;
}
.vcp-included-col .vcp-included-description-list .vcp-small-ico{
    width: 35px;
    height: 35px;
    min-width: 35px;
    background: rgb(219 0 125 / 8%);
}
.vcp-included-col .vcp-included-description-list ul{
    margin: 0;
}
.vcp-included-col .vcp-included-description-list{
    padding: 15px;
}
.vcp-included-col .vcp-included-description-list li{display: flex;align-items: center;gap: 20px;flex: 1;position: relative;}
.vcp-included-col .vcp-included-description-list li:not(:last-child){
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.vcp-included-col .vcp-included-description-list li span{flex: 1;position: relative;}
.vcp-included-col .vcp-included-description-list li:not(:last-child):after{
    position:absolute;
    content:'';
    border-bottom: 1px solid rgba(0 ,0 ,0 ,20%);
    width: calc(100% - 60px);
    right: 0;
    bottom: 0;
}
.vcp-included-col h3{
    color: var(--black);
}
.vcp-included-sec .row div:nth-child(2) .vcp-included-col .vcp-included-head{
    background: linear-gradient(180deg, rgb(28 69 152 / 3%) 0%, rgb(28 69 152 / 10%) 100%);
}
.vcp-included-sec .row div:nth-child(2) .vcp-main-ico{
    background: rgb(28 69 152 / 8%);
}
.vcp-included-sec .row div:nth-child(2) .vcp-included-col .vcp-badge{
    background: rgb(28 69 152 / 8%);
    color: var(--theme-color-2);
}
.vcp-included-sec .row div:nth-child(2) .vcp-included-col .vcp-included-description-list .vcp-small-ico{
    background: rgb(28 69 152 / 8%);
}

/* Section 29 */
.vcp-condition-inner{
    box-shadow: 0 10px 20px rgba(23, 42, 65, .1);
    border-radius: var(--border-radius-sm);
    padding: 30px;
}
.vcp-condition-wrapps{
    gap: 8px;
    border-bottom: 1px solid rgb(219 0 125 / 15%);
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.vcp-condition-wrapps .vcp-condition-wrapps-head {
    
gap: 45px;
    

}
.vcp-condition-wrapps .vcp-section-caption{
    gap:10px;
    font-size: 16px;
    padding-left: 240px;
}

.vcp-condition-wrapps .vcp-icon-aside{
    min-width: 200px;
}
.vcp-condition-wrapps .vcp-icon-aside:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 1px;
    height: 140px;
    background: rgb(219 0 125 / 15%);
}
.vcp-condition-wrapps .vcp-icon-aside:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 100px;
    background-image: radial-gradient(#ffd0e7 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    z-index: 1;
}
.vcp-condition-points {
    margin-bottom: 30px;
}
.vcp-condition-points h3{
    color:var(--theme-color-1);
    font-size: 28px;
    margin-bottom: 32px;
    padding-left: 40px;
}
.vcp-condition-points h3:after{
    position: absolute;
    content: '';
    left: 0px;
    top: 0;
    width: 24px;
    height: 30px;
    background: var(--theme-color-1);
    border-radius: 6px 6px 0 0;
    clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
}
.vcp-condition-wrapps .vcp-icon-circle{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgb(219 0 125 / 3%);
}
.vcp-bottom-description-wrapps .vcp-small-icon{
    height: 75px;
    min-width: 75px;
    width: 75px;
    background: var(--white-color);
    border: 1px solid rgb(219 0 125 / 10%);
}
.vcp-bottom-description-wrapps p{
    max-width: 480px;
}
.vcp-bottom-description-line {
    width: 1px;
    height: 50px;
    background: rgb(219 0 125 / 15%);
}
.vcp-bottom-description-wrapps{
    gap: 40px;
    background: rgb(219 0 125 / 3%);
    border: 1px solid rgb(219 0 125 / 10%);
    padding: 10px;
    border-radius: var(--border-radius-sm);
}
.vcp-bottom-description-wrapps .vcp-bottom-description-details{
    display: flex;
    gap: 20px;
    align-items: center;
}
.vcp-condition-points .vcp-condition-col{
    border: 1px solid rgb(219 0 125 / 10%);
    border-radius: var(--border-radius-sm);
    padding: 35px 20px 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: justify;
    font-size: 14px;
}
.vcp-condition-points .vcp-condition-col p{
    margin-bottom: 0;
}
.vcp-condition-points .vcp-condition-counter{
    top: -8px;
    left: 8px;
    width: 30px;
    height: 30px;
    background: var(--theme-color-1);
    color: var(--white-color);
    font-weight: 700;
}
.vcp-condition-points .point-ico{
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: rgb(219 0 125 / 3%);
    position: relative;
}
/* Section 30 */
.vcp-preview-sec{
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.vcp-preview-col{
    background: var(--white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 25px;
    gap: 16px;
    height: 100%;
}
.vcp-preview-col p{
    margin-bottom:0;
}
.vcp-preview-col .ico-holder{
    width: 105px;
    height: 105px;
    background: rgb(219 0 125 / 5%);
}
.vcp-preview-col .ico-holder:before {
    position: absolute;
    content: '\f00c';
    font-family: "Font Awesome 7 free";
    font-weight: 900;
    color: var(--theme-color-1);
    font-size: 16px;
    width: 35px;
    height: 35px;
    border: 2px solid var(--theme-color-1);
    border-radius: 50%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0px;
}
/* Section 31 */
.vcp-details-wrapper{
    display: grid;
    grid-template-columns: auto 350px;
    gap: 30px;
}
.vcp-details-wrapper .vcp-section-caption{
    font-size: 16px;
}
.vcp-details-wrapper .vcp-details-col{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.vcp-details-wrapper .vcp-details-col p{
    margin-bottom: 0;
}
.vcp-details-wrapper .vcp-details-col h3{
    font-size: 18px;
}
.vcp-details-aside-wrapps{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.vcp-details-aside-wrapps .vcp-details-aside-col{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 19px;
    gap: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 330px;
}
/* Section 32 */
.vcp-intro-sec{
    padding: 45px 0;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
    min-height: 150px;
}
/* Section 10 */
.vcp-summary-sec .vcp-section-summary h2{
    font-size: 26px;
}
.vcp-summary-sec .vcp-section-summary h3{
    font-size: 19px;
}
.vcp-summary-sec .vcp-section-summary ul{
    margin-bottom: 15px;
}
/* Section 25 */
.vcp-thank-you-page-sec{
    margin:160px 0 50px;
}
.vcp-thank-you-wrapper{
    gap: 30px;
    background: var(--light-grey);
    border-radius: 20px;
    padding: 30px;
}

/* Contact Paga */

/*** 
====================================================================
    Ozp Contact Section
====================================================================
***/
.vcp-contact-sec h2 {
    font-size: 28px;
}
.vcp-contact-sec .vcp-contact-list{
    font-size: 17px;
}
.vcp-contact-sec .vcp-contact-list li{
    display: flex;
    margin-bottom: 30px;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
    border-radius: 7px;
    width: 90%;
    color:rgba(0,0,0,.8);
    overflow: hidden;
}
.vcp-contact-sec .vcp-contact-list .txt{
    padding: 10px 10px 10px 20px;
}
.vcp-contact-sec .vcp-contact-list .ico{
    background: var(--theme-color-1);
    color: var(--white-color);
    width: 55px;
    min-width: 55px;
    padding: 10px;
}
.vcp-contact-sec .vcp-contact-list li:nth-child(2){
    margin: 0 0 30px 30px;
}
.vcp-contact-sec .vcp-contact-list li:nth-child(2) .ico{
    background: var(--theme-color-2);
}
.vcp-contact-sec .vcp-contact-list li .contact-txt a{
    font-size: 16px;
}
.vcp-contact-sec .vcp-contact-list a{
    color:var(--black)
    word-break: break-word;
    transition: all .25s ease-in-out;
}
.vcp-contact-sec .vcp-contact-form{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 30px;
}
/* Booking Form */
.vcp-main-booking-form{

}
.vcp-main-booking-form .vcp-booking-main-head{
    margin-bottom: 40px;
}
.vcp-main-booking-form .vcp-booking-main-head h2{
    color: var(--black);
    font-size: 28px;
}
.vcp-main-booking-form .vcp-booking-list-head p{
    margin-bottom: 0;
}
.vcp-booking-list-wrapp{
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.15) 0px 2px 8px 0px;
    border-radius: var(--border-radius-sm);
    padding: 0 30px 30px 30px;
    margin-bottom: 40px;
    border: 1px solid rgb(219 0 125 / 20%);
}
.vcp-booking-list-head{
    margin: -12px -15px 30px;
    width: fit-content;
    background: var(--white-color);
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 0 12px;
}
.vcp-booking-list-wrapp h3{
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 13px;
    color: var(--black);
    font-size: 17px;
}
.vcp-booking-list-wrapp h3 img{
    max-width: 26px;
}
.vcp-radio-btn-wrapp{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.vcp-radio-btn-wrapp .btn-check{
    width: 100%;height: 100%;
}
.vcp-radio-btn-wrapp .vcp-radio-label{
    background: rgb(219 0 125 / 5%);
    color: var(--theme-color-1);
    border: 1px solid rgb(219 0 125 / 13%);
    padding: 7px 12px;
    display: inline-flex;
    font-weight: 500;
    font-size: 15px;
    gap: 10px;
    align-items: center;
    cursor: pointer;
    min-width: 60px;
    text-align: center;
    position: relative;
    border-radius: var(--border-radius-xs);
    min-width: 150px;
}
.vcp-radio-btn-wrapp .vcp-radio-label img{
    max-width:18px;
}
.vcp-radio-btn-wrapp .vcp-radio-label .ico{
    max-width: 20px;
    width: 20px;
    font-size: 10px;
    display: flex;
    height: 20px;
    align-items: center;
    border: 1px solid;
    border-radius: 50%;
    justify-content: center;
    position: relative;
}
.vcp-radio-btn-wrapp .vcp-main-radio-btn{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.vcp-main-radio-btn .child-fields .vcp-booking-list-wrapp{
    margin-bottom:0;
}
.vcp-radio-btn-wrapp .btn-check:checked+.vcp-radio-label{
    background:var(--theme-color-1);
    color: var(--white-color);
}
.vcp-radio-btn-wrapp .vcp-radio-label .ico::before {
    content:none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23ffffff'%3E%3Cpath d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    transform: translateX(-50%) translateY(-50%);
}
.vcp-radio-btn-wrapp .vcp-radio-label i{display: none;}
.vcp-radio-btn-wrapp .btn-check:checked+.vcp-radio-label .ico::before{
    content: '';
}

.vcp-main-checked-grid{
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.vcp-main-checked-btn{
    position: relative;
    cursor: pointer;
}
.vcp-main-checked-btn .form-select{
    width: calc(100% - 30px) !important;
    height: 25px;
    position: relative;
    z-index: 99;
    background-color: var(--white-color);
}
.vcp-main-checked-btn .form-check-input{

position: absolute;

width: 100%;

height: 100%;

margin: 0;

background: transparent;

border: none;

top: 0;

cursor: pointer;
}
.vcp-main-checked-btn .form-check-label{color: var(--theme-color-1);display: inline-flex;font-weight: 500;font-size: 14px;gap: 10px;align-items: flex-start;cursor: pointer;border-color: rgb(219 0 125 / 13%);position: relative;padding: 8px 12px;min-width: 150px;border-radius: var(--border-radius-xs);background: rgb(219 0 125 / 5%);color: var(--theme-color-1);border: 1px solid rgb(219 0 125 / 13%);}
.vcp-main-checked-btn .form-check-input:checked+.form-check-label{
    background:var(--theme-color-1);
    color: var(--white-color);
    border-color: var(--theme-color-1) !important;
}
.vcp-main-checked-btn .form-check-label .ico{
    min-width: 18px;
    width: 18px;
    font-size: 8px;
    display: flex;
    height: 18px;
    align-items: center;
    border: 1px solid;
    border-radius: 4px;
    justify-content: center;
    margin-top: 2px;
    position: relative;
}
.vcp-main-checked-btn .form-check-label .ico::before {
    content:none;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='%23ffffff'%3E%3Cpath d='M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    transform: translateX(-50%) translateY(-50%);
}
.vcp-main-checked-btn .form-check-label .ico i{display: none;}
.vcp-main-checked-btn .form-check-input:checked+.form-check-label .ico::before{
    content: '';
}

.vcp-main-checked-btn:has(.form-check-input:checked){
    /* background: var(--theme-color-1); */
    /* border-color: var(--theme-color-1); */
}
.vcp-main-checked-btn .form-check-input:focus{
    box-shadow: none;
}
.vcp-room-list .form-control{
    padding: 7px 45px;
    border-radius: 50px !important;
    height: 40px;
}
.vcp-room-list .counter-btn{width: 25px;height: 25px;border-radius: 50% !IMPORTANT;background: rgb(219 0 125 / 15%);color: var(--theme-color-1);border: 1px solid rgb(219 0 125 / 13%);padding: 0;display: flex;align-items: center;justify-content: center;font-size: 20px;position: absolute;z-index: 9;top: 50%;transform: translateY(-50%);}
.vcp-room-list .counter-minus{
    left: 7px;
}
.vcp-room-list .counter-plus{
    right: 7px;
}



.vcp-qty-counter {
    display: inline-flex;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
    height: 38px;
}
.vcp-qty-counter .counter-btn {
    background: transparent;
    border: none;
    width: 30px;
    height: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s;
}
.vcp-qty-counter .counter-btn:hover {
    background: #f8f9fa;
    color: #db007d;
}
.vcp-qty-counter .counter-input {
    border: none;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    width: 40px;
    font-size: 13px;
    height: 100%;
    text-align: center;
    font-weight: 500;
    color: #212529;
    outline: none;
    background: transparent;
    -moz-appearance: textfield;
}
.vcp-qty-counter .counter-input::-webkit-outer-spin-button,
.vcp-qty-counter .counter-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty-control{
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
}
#wizardSteps{
    margin-top: 40px;
}
.child-fields .vcp-booking-list-wrapp{
    margin: 30px 0 0;
}
.child-fields .vcp-radio-btn-wrapp,
.child-fields .vcp-main-checked-grid{
    flex-direction: row;
    flex-wrap: wrap;
}


/* Section 34 */
.vcp-service-location-wrapp{
    margin-bottom: 40px;
}
.vcp-service-location-wrapp .vcp-section-caption{
    font-size: inherit;
}
.vcp-location-list-wrapper h3{
    text-align: center;
    margin-bottom: 30px;
}
.vcp-location-list-wrapper h3 span{
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 50px;
    background: var(--white-color);
    padding: 9px 25px;
    display: inline-flex;
}
.vcp-location-list-wrapper h3:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,.15);
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: -1;
}
.vcp-location-list-wrapper .vcp-location-list{
    display: flex;
    flex-wrap: wrap;
    color: var(--black);
    gap: 15px;
    justify-content: center;
    }
.vcp-location-list-wrapper .vcp-location-list .area-text{
    border-radius: 50px;
    border: 1px solid;
    border-color: rgba(0,0,0,.15);
    padding: 7px 16px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-transform: capitalize;
}
.vcp-location-list-wrapper .vcp-location-list .area-text.area-link{
    background: #fdf2f8;
    color: var(--theme-color-1);
    border-color: rgb(219 0 125 / 50%);
    font-weight: 600;
}
.vcp-location-service-bar{
    display: flex;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: var(--border-radius-sm);
    padding: 15px;
    background: var(--white-color);
}
.vcp-location-service-bar-list{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    font-size: 14px;
}
.vcp-location-service-bar-list h3{
    font-size: 15px;
}
.vcp-location-service-bar-list li{
    display: flex;
    border-right: 1px solid rgba(0,0,0,.15);
    align-items: center;
    margin-right: 20px;
    padding-right: 20px;
    gap: 12px;
}
.vcp-location-service-bar-list li p{
    margin-bottom: 0;
}
.vcp-location-service-bar-list .icon{
    min-width: 60px;
    height: 60px;
    background: rgb(219 0 125 / 5%);
    padding: 8px;
    width: 60px;
    border: 1px solid rgb(219 0 125 / 10%);
}
.vcp-location-service-bar .btn{
    flex-direction: column;
    align-items: flex-start;
    height: 60px;
    gap: 3px;
}
.vcp-location-service-bar span{
    display: flex;
    height: 60px;
    gap: 6px;
    align-items: center;
}
.vcp-service-location-listing-wrapp{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.vcp-service-location-map:after,
.vcp-service-location-listing-wrapp:before,
.vcp-service-location-listing-wrapp:after{
    position: absolute;
    content: '';
    width: 110px;
    height: 110px;
    background-image: radial-gradient(circle, rgba(255, 105, 180, 0.5) 2px, transparent 1.5px);
    background-size: 16px 16px;
    top: 50px;
    z-index: -1;
}
.vcp-service-location-map:after,
.vcp-service-location-listing-wrapp:after{
    mask-image: radial-gradient(circle at top left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    left: -40px;
}
.vcp-service-location-listing-wrapp:before{
    mask-image: radial-gradient(circle at top right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    right: -40px;
}
.vcp-service-location-map{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: calc(100% - 40px);
    background: var(--white-color);
    padding: 8px;
    border-radius: var(--border-radius-sm);
    margin-top: 40px;
}
.vcp-service-location-map:after{
    top: -50px;
}
.vcp-service-location-map iframe{
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-xs);
}
/* Section 7 */
.vcp-service-block{
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: var(--light-grey);
    border-radius: 20px;
    height: 100%;
}
.vcp-service-block img{
    border-radius: 20px 20px 0 0;
}
.vcp-service-block .content{
    font-size: 14px;
    padding: 0 15px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.vcp-service-block .content p{
    text-align: justify;
    flex: 1;
}
.vcp-service-block .content h3{
    font-size: 20px;
}
.vcp-service-block .content ul{
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
}
.vcp-service-block .content li {
    position: relative;
    padding: 0 0 0 25px;
}
.vcp-service-block .content li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M23.36 10.153a5.332 5.332 0 0 1-.926-1.62 11.061 11.061 0 0 0-.602-1.46 5.356 5.356 0 0 1-.493-1.801 2.986 2.986 0 0 0-2.61-2.61 5.375 5.375 0 0 1-1.803-.494 10.937 10.937 0 0 0-1.46-.603 5.317 5.317 0 0 1-1.62-.926 3.032 3.032 0 0 0-3.695.001 5.306 5.306 0 0 1-1.617.925 10.96 10.96 0 0 0-1.459.602 5.376 5.376 0 0 1-1.803.494 2.986 2.986 0 0 0-2.61 2.61 5.34 5.34 0 0 1-.496 1.805 11.129 11.129 0 0 0-.6 1.457 5.337 5.337 0 0 1-.925 1.62 2.985 2.985 0 0 0-.001 3.694 5.332 5.332 0 0 1 .926 1.62 11.061 11.061 0 0 0 .602 1.46 5.356 5.356 0 0 1 .494 1.801 2.986 2.986 0 0 0 2.61 2.61 5.375 5.375 0 0 1 1.802.494 10.937 10.937 0 0 0 1.46.603 5.317 5.317 0 0 1 1.62.926 2.99 2.99 0 0 0 3.695-.001 5.306 5.306 0 0 1 1.617-.925 10.96 10.96 0 0 0 1.459-.603 5.376 5.375 0 0 1 1.803-.493 2.986 2.986 0 0 0 2.61-2.61 5.34 5.34 0 0 1 .495-1.805 11.129 11.129 0 0 0 .601-1.457 5.337 5.337 0 0 1 .925-1.619 2.985 2.985 0 0 0 0-3.694zm-1.572 2.458a7.248 7.248 0 0 0-1.252 2.227 9.15 9.15 0 0 1-.491 1.192 7.35 7.35 0 0 0-.693 2.462.985.985 0 0 1-.862.862 7.402 7.402 0 0 0-2.461.69 8.875 8.875 0 0 1-1.191.492 7.312 7.312 0 0 0-2.226 1.252.99.99 0 0 1-1.222.002 7.322 7.322 0 0 0-2.228-1.254 8.864 8.864 0 0 1-1.192-.492 7.399 7.399 0 0 0-2.46-.69.985.985 0 0 1-.862-.863 7.365 7.365 0 0 0-.69-2.459 9.088 9.088 0 0 1-.494-1.193 7.242 7.242 0 0 0-1.253-2.229.988.988 0 0 1 0-1.222 7.248 7.248 0 0 0 1.253-2.227 9.15 9.15 0 0 1 .491-1.191 7.35 7.35 0 0 0 .693-2.462.985.985 0 0 1 .862-.862 7.402 7.402 0 0 0 2.46-.69 8.875 8.875 0 0 1 1.192-.492 7.312 7.312 0 0 0 2.226-1.252.99.99 0 0 1 1.222-.002 7.322 7.322 0 0 0 2.229 1.254 8.864 8.864 0 0 1 1.19.492 7.399 7.399 0 0 0 2.46.69.985.985 0 0 1 .863.862 7.365 7.365 0 0 0 .69 2.46 9.088 9.088 0 0 1 .494 1.193 7.242 7.242 0 0 0 1.253 2.228.988.988 0 0 1-.001 1.222z" fill="%23002359"/><path d="m14.293 9.293-2.586 2.585a1 1 0 0 1-1.414 0l-.586-.585a1 1 0 0 0-1.414 1.414l.586.586a3.004 3.004 0 0 0 4.242 0l2.586-2.586a1 1 0 0 0-1.414-1.414z" fill="%23002359"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}
.vcp-service-block .content a{
    color: var(--theme-color-2);
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.vcp-service-block .content a span{
    display: inline-block;
    transition: all .25s ease-in-out;
}
.vcp-service-block .content a:hover span{
    transform: translate(10px);
}
/*
section 10 profile design
*/
.sec-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--theme-color-1);
    margin-bottom: 10px;
    display: block;
}
.timeline { position: relative; padding-left: 0; }
.timeline::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 6px; bottom: 6px;
    width: 2px;
    background: linear-gradient(to bottom, var(--theme-color-1), rgba(45,122,79,0.1));
    border-radius: 2px;
}
.tl-item {
    display: flex;
    gap: 22px;
    margin-bottom: 28px;
}
.tl-item:last-child { margin-bottom: 0; }
.tl-dot {
    width: 40px; height: 40px;
    background: var(--theme-color-1);
    border-radius: 50%;
    flex-shrink: 0;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    position: relative; z-index: 1;
    border: 3px solid var(--off-white);
    box-shadow: 0 0 0 2px var(--theme-color-1);
}
.tl-card {
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: var(--radius);
    padding: 10px 24px;
    flex: 1;
    box-shadow: var(--shadow-sm);
    transition: box-shadow .2s;
}
.tl-card:hover { box-shadow: var(--shadow); }
.tl-period {
    display: inline-block;
    background: var(--theme-color-1-light);
    color: var(--black);
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 50px;
    margin-bottom: 8px;
    letter-spacing: .03em;
}
.tl-card h4 {
    font-size: .95rem;
    font-weight: 600;
    color: var(--gray-800);
    margin-bottom: 3px;
}
.tl-org {
    font-size: 12px;
    color: var(--theme-color-1-mid);
    font-weight: 500;
    margin-bottom: 10px;
}
.tl-card ul {
    list-style: none;
    padding: 0; margin: 0;
}
.tl-card ul li {
    font-size: .83rem;
    color: var(--text-light);
    line-height: 1.65;
    padding: 3px 0 3px 18px;
    position: relative;
}

.avail-card {
    background: var(--theme-color-1);
    border-radius: 22px;
    padding: 24px 26px;
    color: #fff;
}
.avail-row {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: .88rem;
    color: rgba(255, 255, 255, 0.8);
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.avail-card h5 {
    font-size: .9rem !important;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: .06em;
    font-size: 11px;
}
.dot-green {
    background: #4ade80;
}
.avail-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    flex-shrink: 0;
}
.dot-red {
    background: #f87171;
}

.sec-heading {
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 700;
    color: var(--gray-800);
    line-height: 1.3;
    margin-bottom: 12px;
}

.sec-sub {
    font-size: .93rem;
    color: var(--text-light);
    line-height: 1.75;
}
.vcp-section-caption:has(.skill-pill){
    align-items: center;
}
.skill-pill {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #db007d0f;
    border: 1px solid #db007d40;
    border-radius: 50px;
    padding: 9px 18px;
    font-size: .87rem;
    color: var(--theme-color-1);
    font-weight: 400;
    margin: 5px;
    cursor: default;
    transition: all .2s;
}
.skill-dot{
    width: 6px;
    height: 6px;
    background: var(--theme-color-1);
    border-radius: 50%;
    position: relative;
}
.skill-dot:after{
    position:absolute;
    content:'';
    width: 12px;
    height: 12px;
    left: -3px;
    border: 1px solid var(--theme-color-1);
    border-radius: 50%;
    top: -3px;
}
.quote-block {
    background: var(--theme-color-1);
    border-radius: 24px;
    padding: 32px 36px;
    position: relative;
    overflow: hidden;
    color:var(--white-color)
}