body{
    /* font-family: "Red Hat Display", sans-serif; */
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: var(--text-color);
}


ul {
	padding:0
}
ol, ul {
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
	font-size:14px;
	line-height:24px;
	margin-bottom:20px
}
ol li, ul li {
	font-size:17px;
	line-height:28px;
	font-family:Montserrat, sans-serif;
	list-style-type:none
}
ul li i {
	vertical-align:middle;
	padding-right:5px
}
p {
	font-size:17px;
	line-height:28px;
	font-weight:400;
	color:var(--text-color);
	margin-bottom:15px;
	font-family: "Open Sans", sans-serif;
}
a, a:active, a:focus, a:hover, a:visited {
	text-decoration:none;
	outline:0
}
a:hover {
	color:#017df7
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Red Hat Display", sans-serif;
	line-height:1.2;
	margin-top:0;
	margin-bottom:20px;
	color:#333;
	font-weight:700
}
h1 {
	font-size:42px
}
h2 {
	font-size:36px
}
h3 {
	font-size:30px
}
h4 {
	font-size:26px
}
h5 {
	font-size:20px
}
h6 {
	font-size:18px
}

:root {
    --primary-color: #fd4b01;
    --secondary-color: #ffc30b;
    --odoo-official: #724b66;
    --white: #fff;
    --text-color: #4d525a;
    --text-color-one: #002035;
}
section {
    padding: 2rem 0 0;
}
img {
    width: 100%;
}
button, select {
    text-transform: none;
    outline: none;
}




/* Main CSS Start */

/* Header */

.headerSec {
    z-index: 999;
    top: 0;
    border-width: 0 0 1px;
    position: fixed;
    right: 0;
    left: 0;
    padding: 10px 20px;
    background: linear-gradient(90deg, #00c6ff26, rgba(255, 229, 219, 1), #0072ff21);
    /* border-bottom: 1px solid #edf6f5; */
    /* box-shadow: 0 3px 18px rgba(2, 21, 78, 9%); */
    transition: all ease-in-out 0.5s;
}

.officialLogo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
img.odoo-logo {
    width: 70px;
}
.officialLogo .navbar-brand img {
    width: 160px;
    margin-right: 20px;
}
.menuItems {
    justify-content: end;
}
.menuItems ul li a.nav-link {
    font-size: 15px;
    font-weight: 600;
}
/* #navbarNav {
    display: flex;
    justify-content: space-between;
} */
.navbar-nav {
    padding-left: 120px;
}
.pageBtn a {
    box-shadow: none;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px;
    color: var(--white);
    border: 2px solid;
    padding: 10px 17px;
    font-weight: 500;
    line-height: 42px;
    border-color: var(--odoo-official);
    font-size: 16px;
    margin-left: 12px;
    background-color: var(--odoo-official);
    transition: all ease-in-out 0.5s;
}
.pageBtn a i {
    margin-left: 10px;
    transform: rotate(-45deg);
}
.pageBtn a:hover {
    color: var(--odoo-official);
    border-color: var(--odoo-official);
    background-color: var(--white);
}
.pageBtn2 a {
    box-shadow: none;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px;
    color: var(--white);
    border: 2px solid;
    padding: 10px 57px;
    font-weight: 500;
    line-height: 42px;
    border-color: var(--odoo-official);
    font-size: 20px;
    margin-left: 12px;
    background-color: var(--odoo-official);
    transition: all ease-in-out 0.5s;
}
.menuItems ul li a {
    font-size: 15px;
}

.active-state{
    background-image: url(../images/close.png) !important;
    transition: all ease-in-out 0.5s;
}















/* Banner */

.bannerSection {
    width: 100%;
    height: auto;
    padding: 9% 0 5% 0;
    background: #E2EAFF;
    /* background: linear-gradient(90deg, rgba(226, 234, 255, 1) 0%, rgba(255, 229, 219, 1) 50%, rgba(224, 202, 246, 1) 100%); */
    /* background: linear-gradient(90deg, #00c6ff26 0%, rgba(255, 229, 219, 1) 50%, #0072ff21 100%); */
    background: linear-gradient(90deg, #00c6ff26, rgba(255, 229, 219, 1), #0072ff21);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    /* animation: gradient 15s ease infinite; */
}
/* @keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} */

.bannerText h1 span {
    color: #ff3e00;
}
.bannerText h1 {
    font-weight: 800;
    color: var(--text-color-one);
    line-height: 65px;
    margin-bottom: 40px;
    font-size: 65px;
}
.bannerText {
    padding: 0 30px 0 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    z-index: 9;
    position: relative;
}
.bannerVideo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 9;
}
/* .bannerText h1 span {
    font-weight: 700;
    background-color: transparent;
    background-image: linear-gradient(130deg, var(--primary-color) 13%, var(--secondary-color) 91%);
    -moz-text-fill-color: transparent;
    -o-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
} */
.bannerText p {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 40px;
}
.bannerText p span {
    font-weight: 700;
}
.bannerBtn a {
    box-shadow: none;
    margin-top: 0px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid;
    padding: 10px 40px;
    font-weight: 500;
    font-size: 20px;
    transition: all ease-in-out 0.5s;
}
.bannerBtn {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
}
.bannerBtn a i {
    margin-left: 10px;
    transform: rotate(-45deg);
}
a.even {
    color: var(--white);
    border-color: var(--odoo-official);
    background-color: var(--odoo-official);
}
a.even:hover {
    color: var(--white);
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}
a.odd {
    color: var(--text-color-one);
    border-color: var(--text-color-one);
    background-color: rgba(0,0,0,0);
}
a.odd:hover {
    color: var(--white);
    border-color: var(--odoo-official);
    background-color: var(--odoo-official);
}
.badges {
    margin: 40px 0 0;
}
.badges ul {
    display: flex;
    flex: 1 1 calc(33% - 1rem);
    gap: 10px;
    margin-bottom: 0;
}
.badges ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 12px;
    line-height: normal;
    font-weight: 600;
    width: 25%;
}
.badges ul li span i {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0px;
}
.bannerImage {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0%;
    z-index: 9;
}
.floatImageOne {
    width: 30%;
    position: absolute;
    top: -60px;
    right: -20px;
    animation-name: float_top_bottom_one;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float_top_bottom_one;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float_top_bottom_one;
    -moz-animation-duration: 10s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float_top_bottom_one;
    -ms-animation-duration: 10s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float_top_bottom_one;
    -o-animation-duration: 10s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@-webkit-keyframes float_top_bottom_one {
  0% {
    -webkit-transform: translateY(-60px);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateY(0px);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: translateY(-60px);
    opacity: 1;
  }
}
.headerSec .navbar-toggler:focus {
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}





















/* Why Choose Odoo */

.sectionTitle {
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 99;
}
.headeing {
    color: #000;
    margin: 0 0 10px 0;
    font-weight: 800;
    font-family: "Red Hat Display", sans-serif;
}
.subHeading {
    font-weight: 400;
    position: relative;
}
.subHeading::after {
    content: "";
    width: 58px;
    height: 1px;
    background: var(--odoo-official);
    margin-top: 30px;
    display: block;
    margin: 20px auto;
}
.subHeading span {
    font-weight: 700;
    font-size: 22px;
}
.problemSolution {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 60px;
    border-radius: 50px;
    background: #ffffff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgb(222 239 255 / 76%) 100%);
}
.eachOdooSolution {
    width: 100%;
    text-align: center;
    padding: 3rem 3rem;
}
.odooPainPoints {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.odooSolutions {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.odooPainPoints ul {
    margin: 0;
}
.odooPainPoints ul li {
    font-size: 15px;
    padding: 10px 0 0 40px;
    position: relative;
    text-align: left;
    color: #000;
    font-weight: 500;
}
.odooPainPoints ul li::before {
    content: "\f057";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 16px;
    height: 16px;
    font-size: 20px;
    position: absolute;
    top: 30%;
    left: 0;
    color: #ff0000;
}
.odooPainPoints h4 {
    text-align: left;
    color: #000;
}
.odooSolutions h4 {
    text-align: left;
    color: #000;
}
.odooSolutions  ul {
    margin: 0;
}
.odooSolutions  ul li {
    font-size: 15px;
    padding: 10px 0px 0 40px;
    position: relative;
    text-align: left;
    font-weight: 500;
}
.odooSolutions  ul li::after {
    content: "\f058";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    width: 16px;
    height: 16px;
    font-size: 20px;
    position: absolute;
    top: 28%;
    left: 0;
    color: #01cb65;
}


/* Client Slider */
.fullWidthTitle {
    width: 60%;
    margin: 0 auto;
}
.clientSliderSection .item {
    width: 200px;
    height: auto;
    margin: 0 auto;
    object-fit: contain;
}
.clientSliderSection .item img {
    display: block;
    width: 200px;
    max-width: 100%;
    height: 35px;
    margin: 0 auto;
    object-fit: contain;
}
.clientSliderSection {
    border-bottom: 1px solid #ccc;
}
.clientSlider {
    padding: 20px 0;
}



/* Why Choose Envertis */

#whyEnvertis {
    background-color: #f2f8ff;
    /* background-image: url(../images/ban-img.jpg); */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 450px;
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(242, 248, 255, 1) 100%);
}
.headingWhite, .subHeadingWhite {
    color: var(--white);
}
.subHeadingWhite::after {
    background: var(--white);
}
.sectionTitle p {
    color: #fff;
}
/* #whyEnvertis .card {
    background: rgba(0,0,0,0);
} */

.cardBox .card {
    display: flex;
    flex: 1 1 calc(25% - 1rem);
}
.cardImage img {
    width: 50px;
    margin-bottom: 20px;
}
#whyEnvertis .card-body {
    flex: 1 1 auto;
    padding: 2rem 2rem;
    border-radius: 5px;
    /* border: 1px solid #edf6f5; */
    /* box-shadow: 0 3px 18px rgba(2, 21, 78, 9%); */
    /* background: linear-gradient(to right, #00c6ff26, #0072ff21); */
    background: linear-gradient(90deg, #00c6ff26, rgba(255, 229, 219, 1), #0072ff21);
}
#whyEnvertis .card-body:hover {
    /* background: linear-gradient(to right, #0072ff4d, #00c6ff52); */
    background: linear-gradient(90deg, #00c6ff26, rgba(255, 229, 219, 1), #0072ff21);
}
#whyEnvertis .card-title {
    margin-bottom: .5rem;
    font-weight: 700;
    color: var(--text-color-one);
    /* min-height: 60px; */
}
/* .card-text {
    min-height: 90px;
} */

.cardBox {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin: 0px 0 20px;
}
#whyEnvertis span.cardImage {
    font-size: 70px;
    margin: 0 0px 10px 0;
    display: block;
}
#whyEnvertis p.card-text {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
}
.EnvCards .pageBtn {
    margin: 20px auto;
    text-align: center;
}



/* Our Solutions */

.ourSolution {
    background-color: var(--white);
    position: relative;
}
.ourSolution::after {
    content: "";
    width: 100%;
    height: 30%;
    background: #f3f4f6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
}
.priceSection {
    position: relative;
    z-index: 9;
}
.solutionCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1rem;
    margin: 30px 0;
    flex: 1 1 calc(25% - 1rem);
}
.myCard {
    width: 250px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 30px;
    /* background: linear-gradient(to right, #00c6ff26, #0072ff21); */
    border-radius: 10px;
    position: relative;
    flex: 1 1 calc(33% - 1rem);
    justify-content: center;
    text-align: center;
    background: linear-gradient(90deg, #00c6ff12, rgb(255 229 219 / 54%), #0072ff14);
    transition: all ease-in-out 0.5s;
}

/* .myCard:hover {
    background: linear-gradient(90deg, #00c6ff26, rgba(255, 229, 219, 1), #0072ff21);
} */
.frontSide {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.frontSideCardImage img {
    width: 70px;
    margin-bottom: 20px;
}
.frontSide h4 {
    color: var(--text-color-one);
    font-size: 22px;
}
.frontSide p {
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
}
.frontSideCardImage {
    width: 100%;
}




















/* Testimonials */

/* .testimonials{
    background-image: url(../images/bg3.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
} */
.testimonials {
    background: #f3f4f6;
}
.testiImages img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.testimonialCard {
    box-shadow: 0 3px 18px rgba(2, 21, 78, 9%);
    background: #f8faff;
    border: 1px solid #f3f4f7;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 0px 0 30px;
    min-height: auto;
    flex-wrap: wrap;
}
h4.clientDegination {
    font-size: 18px;
    margin: 30px 0 20px;
    color: var(--text-color-one);
}
.testiSliderBox .item {
    margin: 30px 0px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testiSliderBox .owl-prev, .testiSliderBox .owl-next {
    font-size: 26px !important;
    font-weight: 200;
    width: 50px !important;
    height: 50px !important;
    display: block;
    background: #e7e7e7 !important;
    border-radius: 50px !important;
    color: #000;
    position: absolute;
}
.testiSliderBox .owl-prev {
    top: 40%;
    left: -5%;
}
.testiSliderBox .owl-next {
    top: 40%;
    right: -5%;
}
.testiContent {
    padding-top: 60px;
}
.testiImages {
    position: absolute;
    top: 50px;
    width: 20%;
}
.testiImages img {
    width: 60% !important;
    height: auto;
}







/* How It Works */

.howItWorks {
    background: var(--white);
}
.eachStep {
    flex: 1 1 calc(25% - 1rem);
    border-radius: 10px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    /* background: linear-gradient(to right, #00c6ff26, #0072ff21); */
    position: relative;
}
.eachStep::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    opacity: 1;
    top: 40%;
    right: -9px;
    background: #000;
}
.eachStep:last-child::before {
    display: none;
}
.eachStep:hover {
    background: linear-gradient(90deg, #00c6ff26, rgba(255, 229, 219, 1), #0072ff21);
}
.eachStep::after {
    position: absolute;
    content: "01";
    font-size: 80px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.2;
    z-index: 1;
    top: 40px;
    left: 60px;
}
.stepTwo::after {
    content: "02";
}
.stepThree::after {
    content: "03";
}
.stepFour::after {
    content: "04";
}
.stepContainer {
    display: flex;
    gap: 1rem;
    margin: 0px 0;
    background: #fff;
    /* background: linear-gradient(to right, #00c6ff26, #0072ff21); */
    border-radius: 10px;
    background: #ffffff;
    background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(242, 248, 255, 1) 100%);
}
.stepIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--text-color-one);
    box-shadow: 0 0 4px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9;
    margin: 60px 0 20px 0;
}
.stepIcon i {
    color: var(--white);
}
.stepContent h4 {
    color: var(--text-color-one);
    margin: 20px 0;
    font-size: 18px;
}
.stepContent p {
    font-size: 15px;
    line-height: 24px;
}



/* Contact Form */
.formSection {
    background: url(../images/bg2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 2rem;
}

.formContentBox {
    display: flex;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    background: var(--text-color-one);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background : #000 url(../images/ban-img.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.formfillBox{
    padding-left: 0;
}
.formTitle {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
    text-align: left;
    margin-top: 50px;
    padding: 40px;
}
#contactForm .form-group {
    margin-bottom: 20px;
}
input[type=number] {
  -moz-appearance: textfield;
}

/* Chrome, Safari, Edge */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.formTitle .subHeading::after {
    content: "";
    width: 58px;
    height: 1px;
    background: var(--white);
    margin-top: 30px;
    display: block;
    margin: 20px auto 0 0;
}
* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }





        .geometric-shapes {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            pointer-events: none;
            z-index: -1;
            overflow: hidden;
        }

        .shape {
            position: absolute;
            opacity: 0.04;
            animation: float 20s ease-in-out infinite;
        }

        .shape:nth-child(1) {
            top: 10%;
            left: 10%;
            width: 60px;
            height: 60px;
            background: var(--primary);
            border-radius: 50%;
            animation-delay: -2s;
        }

        .shape:nth-child(2) {
            top: 60%;
            right: 15%;
            width: 40px;
            height: 40px;
            background: var(--accent);
            transform: rotate(45deg);
            animation-delay: -8s;
        }

        .shape:nth-child(3) {
            bottom: 20%;
            left: 20%;
            width: 80px;
            height: 80px;
            border: 3px solid var(--primary);
            border-radius: 50%;
            animation-delay: -14s;
        }

        .shape:nth-child(4) {
            top: 30%;
            right: 30%;
            width: 0;
            height: 0;
            border-left: 25px solid transparent;
            border-right: 25px solid transparent;
            border-bottom: 43px solid var(--accent);
            animation-delay: -5s;
        }

        @keyframes float {
            0%, 100% { transform: translate(0, 0) rotate(0deg); }
            25% { transform: translate(20px, -20px) rotate(90deg); }
            50% { transform: translate(-10px, 20px) rotate(180deg); }
            75% { transform: translate(-20px, -10px) rotate(270deg); }
        }

        .form-container {
            background: var(--white);
            box-shadow: var(--text-color-one);
            padding: 48px;
            width: 100%;
            max-width: 600px;
            position: relative;
            overflow: hidden;
            border-top-right-radius: 50px;
            border-bottom-right-radius: 50px;
        }

        .form-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--primary), var(--accent));
        }

        .form-header {
            text-align: center;
            margin-bottom: 40px;
        }

        .form-title {
            font-size: 2.5rem;
            font-weight: 600;
            color: var(--text-primary);
            margin-bottom: 12px;
            opacity: 0;
            transform: translateY(20px);
            animation: slideUp 0.6s ease forwards;
        }

        .form-subtitle {
            color: var(--text-secondary);
            font-size: 1.1rem;
            font-weight: 400;
            opacity: 0;
            transform: translateY(20px);
            animation: slideUp 0.6s ease 0.1s forwards;
        }


        .form-group {
            margin-bottom: 32px;
            opacity: 0;
            transform: translateY(30px);
            animation: slideUp 0.6s ease forwards;
        }

        .form-group:nth-child(3) { animation-delay: 0.2s; }
        .form-group:nth-child(4) { animation-delay: 0.3s; }
        .form-group:nth-child(5) { animation-delay: 0.4s; }
        .form-group:nth-child(6) { animation-delay: 0.5s; }
        .form-group:nth-child(7) { animation-delay: 0.6s; }

        label {
            display: block;
            font-weight: 500;
            color: var(--text-primary);
            margin-bottom: 15px;
            font-size: 0.95rem;
            transition: font-weight 0.3s ease;
        }

        .form-group:focus-within label {
            font-weight: 600;
            color: var(--primary);
        }

        .required {
            color: var(--primary);
            margin-left: 4px;
        }

        input, textarea, select {
            width: 100%;
            padding: 16px 20px;
            border: 2px solid var(--border);
            border-radius: 12px;
            font-family: inherit;
            font-size: 1rem;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            background: var(--bg-card);
            color: var(--text-primary);
            outline: none;
            font-weight: 400;
            position: relative;
        }

        input:focus, textarea:focus, select:focus {
            border-color: var(--primary);
            box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
            transform: translateY(-2px) scale(1.01);
            font-weight: 500;
        }

        input:hover, textarea:hover, select:hover {
            border-color: var(--text-light);
            font-weight: 450;
        }

        /* Dynamic placeholder animations */
        .input-wrapper {
            position: relative;
        }

        .dynamic-placeholder {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-light);
            pointer-events: none;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-size: 1rem;
            font-weight: 400;
        }

        .input-wrapper input:focus + .dynamic-placeholder,
        .input-wrapper input:not(:placeholder-shown) + .dynamic-placeholder {
            top: 0px;
            left: 16px;
            font-size: 0.75rem;
            color: var(--white);
            background: var(--odoo-official);
            padding: 0 8px;
            font-weight: 500;
            border-radius: 10px;
        }

        .input-wrapper input {
            background: transparent;
            border: 2px solid;
            border-color: var(--odoo-official);
        }

        .input-wrapper input::placeholder {
            opacity: 0;
        }

        /* Textarea character count */
        .textarea-wrapper {
            position: relative;
        }

        .char-count {
            position: absolute;
            bottom: -24px;
            right: 0;
            font-size: 0.8rem;
            color: var(--text-light);
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .char-count.warning {
            color: var(--accent);
        }

        .char-count.error {
            color: var(--error);
        }

        textarea {
            resize: vertical;
            min-height: 120px;
            font-family: inherit;
            padding-bottom: 40px;
            border: 2px solid;
            border-color: var(--odoo-official);
        }

        textarea:focus + .char-count {
            color: var(--primary);
            font-weight: 600;
        }

        .checkbox-group {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-top: 8px;
        }

        .checkbox-wrapper {
            position: relative;
            display: flex;
            align-items: center;
            cursor: pointer;
        }

        input[type="checkbox"] {
            width: auto;
            height: 20px;
            width: 20px;
            cursor: pointer;
            accent-color: var(--primary);
        }

        .checkbox-label {
            margin: 0;
            margin-left: 12px;
            font-size: 0.9rem;
            color: var(--text-secondary);
            line-height: 1.5;
        }

        .checkbox-label a {
            color: var(--primary);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.2s ease;
        }

        .checkbox-label a:hover {
            color: var(--primary-dark);
            text-decoration: underline;
        }

        .submit-btn {
            background: var(--text-color-one);
            color: white;
            border: none;
            padding: 18px 40px;
            border-radius: 12px;
            font-size: 1.1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            width: 100%;
            position: relative;
            color: var(--white);
            line-height: 24px;
            font-size: 16px;
        }

        .submit-btn:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: var(--shadow-lg);
            border-radius: 16px;
            font-weight: 700;
        }

        .submit-btn:active {
            transform: translateY(-1px) scale(0.98);
            border-radius: 8px;
        }

        .submit-btn::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: left 0.5s ease;
        }

        .submit-btn:hover::before {
            left: 100%;
        }

        /* Typing animation for placeholders */
        @keyframes typing {
            from { width: 0; }
            to { width: 100%; }
        }

        @keyframes blink {
            0%, 50% { opacity: 1; }
            51%, 100% { opacity: 0; }
        }

        .typing-placeholder {
            display: inline-block;
            overflow: hidden;
            white-space: nowrap;
            animation: typing 2s steps(30) infinite alternate, blink 1s infinite;
        }

        .success-message, .error-message {
            padding: 16px;
            border-radius: 12px;
            margin-bottom: 24px;
            font-weight: 500;
            display: none;
            opacity: 0;
            transform: translateY(-20px);
            transition: all 0.3s ease;
        }

        .success-message {
            background: #f0fff4;
            color: var(--success);
            border: 2px solid #9ae6b4;
        }

        .error-message {
            background: #fed7d7;
            color: var(--error);
            border: 2px solid #fe3030;
        }

        .success-message.show, .error-message.show {
            display: block;
            opacity: 1;
            transform: translateY(0);
        }

        @keyframes slideUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeIn {
            to {
                opacity: 1;
            }
        }

        @media (max-width: 768px) {
            .form-container {
                padding: 32px 24px;
            }

            .form-title {
                font-size: 2rem;
            }

            .language-selector {
                position: static;
                text-align: center;
                margin-bottom: 32px;
            }
        }

        /* Loading state */
        .submit-btn.loading {
            pointer-events: none;
            opacity: 0.8;
        }

        .submit-btn.loading::after {
            content: '';
            width: 20px;
            height: 20px;
            border: 2px solid rgba(255,255,255,0.3);
            border-radius: 50%;
            border-top-color: white;
            animation: spin 1s linear infinite;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        @keyframes spin {
            to {
                transform: translate(-50%, -50%) rotate(360deg);
            }
        }

        .submit-btn.loading .btn-text {
            opacity: 0;
        }





/* footer-section */

footer {
    padding: 60px 0;
    background-size: cover;
    padding-bottom: 0px;
    background: linear-gradient(90deg, #00c6ff12, rgb(255 229 219 / 54%), #0072ff14);
}
.footerLogo {
    justify-content: center;
    margin: 20px 0 50px;
}
.footerLogo .navbar-brand img {
    width: 100%;
    margin-right: 20px;
}
.footerLogo .odoo-logo {
    width: 60%;
    margin-left: 30px;
}
.last-section .footer-upper-section {
  border-bottom: 1px solid #3534343b;
  padding-bottom: 40px;
}

.phone-section a {
  color: #000;
}

.last-section .footer-upper-section ul.footer-list.first-list {
  padding: 0px;
}

.last-section .footer-upper-section ul.footer-list li.heading {
    text-align: center;
    display: block;
    position: relative;
    color: var(--text-color-one);
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
}

.last-section .footer-upper-section ul.footer-list li.heading span {
    position: relative;
    /* padding-left: 40px; */
    color: var(--text-color-one);
    text-align: left;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

/* .last-section .footer-upper-section ul.footer-list li.heading.aus-head span::before {
  position: absolute;
  content: "";
  background: url(../images/aus-flag.png) no-repeat;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 30px;
} */

/* .last-section .footer-upper-section ul.footer-list li.heading.uk-head span::before {
  position: absolute;
  content: "";
  background: url(../images/uk-flag.png) no-repeat;
  left: -10px;
  top: -2px;
  display: inline-block;
  width: 49px;
  height: 38px;
  background-size: 44px;
  transform: scale(0.6);
} */

.last-section .footer-upper-section ul li {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: block;
    font-weight: 600;
}
.ptt-20 {
    margin-bottom: 0;
}
.ptt-20 a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0px;
    display: block;
}

.last-section .footer-upper-section ul.footer-list.second-list {
  padding: 0px;
}

.last-section .footer-upper-section ul.footer-list.third-list {
  padding: 0px;
}

.last-section .footer-upper-section ul.footer-list.third-list li a {
  color: #fff;
}

.last-section .footer-upper-section ul.footer-list.fourth-list {
  padding-left: 0px;
}

.last-section .footer-upper-section ul.footer-list.fourth-list {
  padding: 0px;
  padding-left: 0px;
}

.last-section .footer-upper-section ul.footer-list.fourth-list #form-2 .form-group {
  position: relative;
}

.last-section .footer-upper-section ul.footer-list.fourth-list #form-2 .form-group .form-control {
  background: none;
  border: 1px solid #fff;
  border-radius: 0px;
  position: relative;
  color: #fff;
}

.last-section .footer-upper-section ul.footer-list.fourth-list #form-2 .form-group img.footer-form-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: auto;
}

.footer-end-section {
  text-align: center;
  padding: 30px 0px;
  padding-bottom: 50px;
}

.footer-end-section p {
  color: #fff;
  font-size: 18px;
  display: inline-flex;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
}

.footer-end-section p span img.footer-rating {
  width: auto;
  padding-right: 10px;
  margin-bottom: 6px;
}

.footer-end-section ul.badge-list {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 10px;
}

.footer-end-section ul.badge-list li {
  display: inline-block;
  margin: 10px 20px;
}

.footer-end-section ul.badge-list li img {
  width: 145px;
  height: auto;
}

.copy-right-bar {
  padding: 15px 0px;
  background: var(--text-color-one);
}

.copy-right-bar p {
    color: #fff;
    font-size: 15px;
    float: none;
    margin-bottom: 0px;
    text-align: center;
    text-transform: capitalize;
}





.goToTop {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 120px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
}







