@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
        max-width: 1300px;
    }
}


label {
    font-size: 14px;
    color: #232323;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.input-icon {
    position: relative;
}
.input-icon i {
    position: absolute;
    right: 25px;
    bottom: 15px;
    color: #ff9d3d;
    font-size: 20px;
}

.menu-main-menu-container {
    width: 100%;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    border-width: 1px 00px 1px 1px;
    border-radius: 50px 0px 0px 50px;
    max-width: 100%;
    z-index: 1;
    position: relative;
    padding: 0px 20px 0px 30px;
}

.hero-section {
    background: url('/assets/images/slider-banner.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    padding: 125px 0px;
}
.hero-section span.sub-heading {
    font-family: "Covered By Your Grace", Sans-serif;
    font-size: 36px;
    color: var(--e-global-color-primary);
}


.hero-section h2 {
    font-size: 80px;
    line-height: 88px;
    letter-spacing: -0.02em;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.quote-form {
    background: #fff;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 0;
    position: relative;
    z-index: 10;
}

.about-section {
    padding: 100px 0px;
}
.about-two__image {
    position: relative;
    z-index: 1;
    text-align: right;
    padding-bottom: 120px;
}

.about-two__image .content-inner img {
    -webkit-transition: all 5s;
    transition: all 5s;
    border-radius: 40px;
    margin-right: 150px;
}

.about-two__image-second {
    position: absolute;
    right: 40px;
    bottom: 0;
    z-index: 2;
    max-width: 50%;
}
.about-two__image-second .content-inner:before {
    content: "";
    background: #F2F5F9;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 40px;
    z-index: -1;
}

.about-two__image-second .content-inner {
    overflow: hidden;
    display: inline-block;
    padding-top: 15px;
    padding-left: 15px;
    position: relative;
    border-radius: 40px;
}

.about-two__image-second .content-inner img {
    border-radius: 40px;
}

.about-two__logo {
    position: absolute;
    top: 15%;
    right: 0;
    z-index: 3;
}

.about-two__logo img {
    -webkit-animation: scaleOut2 3s ease 0s infinite;
    animation: scaleOut2 3s ease 0s infinite;
}

.about-two__image-third {
    position: absolute;
    left: -150px;
    bottom: 0;
    z-index: 3;
}

.elementor img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
}

.heading-style-1 .sub-title .tagline {
    letter-spacing: 1px;
    position: relative;
    background: #F2F5F9;
    padding: 4px 20px 6px;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    color: #16243D;;
    position: relative;
    text-transform: uppercase;
}

.heading-style-1 .title {
    font-size: 50px;
    position: relative;
    margin: 0;
    font-weight: 700;
    font-family: "Plus Jakarta Sans", sans-serif;;
    font-weight: 700;
    line-height: 1.2;
    color: #16243D;;
}

.heading-style-1 .title-desc {
    padding: 20px 0px 0px 0px;
    line-height: 30px;
    font-weight: 500;
}

.box-style-one__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-style-one__icon-inner {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-right: 15px;
}

.box-style-one__icon {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 52px;
  background: var(--e-global-color-secondary);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-style-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}

.box-style-one__desc {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}

.why-section{
  position: relative;
  background-color: #FDF8F4;
  background-image: url(https://themegavias.com/wp/travivu/wp-content/uploads/2024/11/bg-05.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.why-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(https://themegavias.com/wp/travivu/wp-content/uploads/2024/11/bg-04.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
}

/* Make sure your section content stays above the overlay */
.why-section > *{
  position: relative;
  z-index: 1;
}

.about-four__single {
    position: relative;
    max-width: 660px;
}

.about-four__image {
    position: relative;
    z-index: 1;
    padding-bottom: 60px;
    max-width: 658px;
}

.about-four__image .content-inner {
    padding: 30px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.about-four__image .content-inner img {
    -webkit-transition: all 5s;
    transition: all 5s;
    border-radius: 50%;
    -webkit-transform: scale(1) matrix(-1, 0, 0, 1, 0, 0);
    transform: scale(1) matrix(-1, 0, 0, 1, 0, 0);
}

.about-four__image-second {
    position: absolute;
    left: 0;
    bottom: 30px;
    z-index: 2;
}

.about-four__image-second .content-inner {
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    max-width: 324px;
}

.about-four__image-second .content-inner img {
    -webkit-transition: all 5s;
    transition: all 5s;
    border-radius: 50%;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    -webkit-transform: scale(1) matrix(-1, 0, 0, 1, 0, 0);
    transform: scale(1) matrix(-1, 0, 0, 1, 0, 0);
}

.about-four__image-third {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
}

.sub-title .tagline {
    background-color: #FFFFFF;
    letter-spacing: 1px;
    position: relative;
    background: #F2F5F9;
    padding: 4px 20px 6px;
    border-radius: 50px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    color: var(--travivu-heading-color);
    position: relative;
    text-transform: uppercase;
}

.title {
    font-size: 50px;
    position: relative;
    margin: 0;
    font-weight: 700;
}

.box-style-three__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-style-three__icon {
    width: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FDF8F4;
    font-size: 45px;
    color: var(--travivu-link-color);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.box-style-three__title {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}



[class^="ticon-"], [class*=" ticon-"] {
    font-family: 'ticomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}









#wp-footer {
    position: relative;
    z-index: 9;
}

footer .footer-main {
    background: var(--travivu-footer-bg-color);
    color: var(--travivu-footer-color);
    font-size: 16px;
    position: relative;
    z-index: 111;
}
footer .footer-main::before {
    content: "";
    position: absolute;
    inset: 0;                /* top:0; right:0; bottom:0; left:0 */
    background-image: url(https://themegavias.com/wp/travivu/wp-content/uploads/2024/11/bg-footer.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.3;
}