/* General Reset */



@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

* {
    margin: 0px;
    padding: 0px;
}

body {
    /**font-family: 'Exo', sans-serif;**/
}


@media (max-width: 768px) and (min-height: 800px) {
        .navbar-collapse {
            max-width: 100vw;
           
            overflow-y: auto;
            overflow-x: visible !important;/* Add scroll if the menu is too long */
        }
    }
    
  .navbar, .container-fluid, .container {
        overflow: visible !important;
        max-width: auto; !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial", sans-serif;
    
    
}
#typed-heading {
    font-family: "Arial", sans-serif;
    font-size: 45px;
}
/* Loader container to cover the entire screen */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* Ensure it is above all other content */
    background-color: rgba(255, 255, 255, 1);
    /* Optional: add a solid or semi-transparent background */
    display: flex;
    /* Center loader content */
    justify-content: center;
    align-items: center;
}

#background {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: radial-gradient(ellipse, #cbcded, #f3f4ff);
    background: -webkit-radial-gradient(center, ellipse cover, #cbcded 1%, #f3f4ff 100%);
    background: -moz-radial-gradient(center, ellipse cover, #cbcded 1%, #f3f4ff 100%);
    background: -ie-radial-gradient(center, ellipse cover, #cbcded 1%, #f3f4ff 100%);
}

#logocontainer {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 30vh;
    height: 13vh;
    margin-left: -17vh;
    margin-top: -17vh;
    overflow: hidden;
    transition: background-color 500ms;
    cursor: pointer;
}

#pelogo {
    display: block;
    position: absolute;
    left: 2vh;
    top: 0.5vh;
    width: 30vh;
    height: 13vh;
    background: #fff9f2;
    background: #fff9f2; background: -webkit-linear-gradient(-45deg, #34324b 0%, #161222 100%);
    background: #fff9f2;
    background-size: contain;
    font-family: Trebuchet MS, sans-serif;
    font-size: 10vh;
    font-weight: bold;
    color: blue;
    text-align: center;
    line-height: 10vh;
}

.loader {
    display: block;
    position: absolute;
    background-color: #f28c28;
}

/*Pretty complex animation, so each side needs its own @keyframes.*/

@keyframes slide1 {
    50% {
        width: 32vh;
        margin-left: 0;
    }

    100% {
        margin-left: 32vh;
    }
}

@keyframes slide2 {
    50% {
        height: 32vh;
        margin-top: 0;
    }

    100% {
        margin-top: 32vh;
    }
}

@keyframes slide3 {
    50% {
        width: 32vh;
        margin-right: 0;
    }

    100% {
        margin-right: 32vh;
    }
}

@keyframes slide4 {
    50% {
        height: 32vh;
        margin-bottom: 0
    }

    100% {
        margin-bottom: 32vh;
    }
}

@media (max-width: 767px) {
    #imageCarousel {
        display: none;
        /* Hides the carousel on screens smaller than 768px */
    }
}

/* Hide main content until the loader finishes */
#main-content {
    display: none;
    background-color: #f8f9fa;
   
}

/* Navbar Styles */
.navbar {
    padding: 10px 0;
    position: relative;
        z-index: 1;
     /*Adjust padding to center elements */
}

.navbar-brand img {
    max-height: 50px;
    /* Adjust height for the logo */
}

.navbar-nav .nav-link {
    font-size: 1rem;
    margin: 0 10px;
    /* Add spacing between links */
    color: #333333;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #F28C28  ;
}

.active{
    color: #F28C28;
}
/* Align Sign-In Button */
.navbar .btn-primary {
    font-size: 1rem;
    padding: 8px 16px;
    border-radius: 4px;
}

/* Center All Elements     overflow: hidden; */
.container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collapse, .navbar-collapse {
    flex-grow: 1;
    justify-content: center;
    overflow: visible !important;
}
.frame1 {
background-image: radial-gradient(ellipse, #6CB4EE, #f3f4ff);
    height: 700px;
    position: relative;
    z-index: 1000;
}
.container {
    padding: 24px 0px 24px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    flex-shrink: 0;
    position: static;
}
.frame2 {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
    box-sizing: border-box;
    z-index: 10;
} 


.navheading {
    color: #000214;
    text-align: left;
    font-family: "Inter-Bold", sans-serif;
    font-size: 51.420162200927734px;
    line-height: 55.38px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    align-self: stretch;
}
.navtalk {
    color: #222222;
    text-align: left;
    font-family: var(--paragraph-large-medium-font-family,
            "Inter-Medium",
            sans-serif);
    font-size: var(--paragraph-large-medium-font-size, 18px);
    line-height: var(--paragraph-large-medium-line-height, 24px);
    font-weight: var(--paragraph-large-medium-font-weight, 500);
    position: relative;
    align-self: stretch;
}
.tab1 {
    width: 100%;
    /* Keep full width to ensure responsiveness */
    height: auto;
    /* Allow height to adjust proportionally */
    transform-origin: center;
    /* Adjust transform origin */
    transform: rotate(0deg) scale(-1, 1);
    /* Keep the flip if necessary */
    object-fit: contain;
    /* Ensure the image fits within its container without overflow */
    display: block;
    /* Ensure it's treated as a block element */
    margin: 0 auto;
    /* Center the image within its column */
}

.back1 {
    background-color: #585eb4;
    border-radius: 50%;
    height: 346.47px;
    position: relative;
    filter: blur(193.78px);
}
.frame3{
    
            display: flex;
            flex-direction: column;
            gap: 24px;
            align-items: flex-start;
            justify-content: flex-start;
            flex-shrink: 0;
            width: 409px;
            position: relative;
        
}
.frame4 {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}
.frame5 {
    background: radial-gradient( #f3f4ff);
    border-radius: 12px;
    border-style: solid;
    border-color: #323893;
    border-width: 1px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 246px;
    z-index: 1;
    
}
.frame5button {
    border-radius: 6px;
        border-style: solid;
        border-color: #323893;
        border-width: 1px;
        padding: 8px 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        cursor: pointer;
        /* Ensures it looks clickable */
        position: relative;
        display: inline-flex;
        z-index: 1000;
}

.whyus {

    background-color: #e4e6ff;
        border-radius: 6px;
        padding: 8px 16px 8px 16px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        justify-content: center;
        flex-shrink: 0;
        position: relative;
        overflow: hidden;
        color: #323893;
        border-style: none ;
}
.frame6{
background: radial-gradient(ellipse, #cbcded, #f3f4ff);
border-radius: 12px;
border-style: solid;
border-color: #323893;
border-width: 1px;
padding: 16px;
display: flex;
flex-direction: column;
gap: 16px;
align-items: center;
justify-content: center;
flex: 1;
height: 246px;
position: relative;

}
.frame6:hover {
    transform: scale(1.05);
}


/* Style for the Video Section */
/* Style for Video Section */
.video-container {
    max-width: 960px;
    /* Increased width for larger video */
    position: relative;
    margin: 0 auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1), 0px 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    overflow: hidden;
}

.video-thumbnail {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
}

.play-button img {
    width: 70px;
    height: 70px;
}

video {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    outline: none;
}
/* Client Logo Styling */
.client-logo {
    max-width: 250px;
    height: auto;
    border: 4px solid #f28c28;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Review Blockquote Styling */
.blockquote {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #222222;
}

.blockquote-footer {
    font-size: 0.9rem;
    color: #555555;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}

/* Subscribe Section */
section.bg {
    background-color:#c96604;
    /* Dark background */
    color: #ffffff;
    /* Light text color */
}

section.bg h2 {
    font-size: 2rem;
}

form .form-control {
    border-radius: 0.375rem;
    padding: 0.75rem;
}

form .btn, .subbtn {
    background-color: white;
        /* Bright orange button */
        color:  #f28c28;
        /* White text */
        border: none;
        border-radius: 0.375rem;
        font-weight: bold;
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
}

form .btn:hover {
    background-color: #d37724;
}
.email-input {
    max-width: 1500px;
    /* Ensures the input field is wide */
    background-color: transparent;
    /* Makes the background transparent */
    border: 2px solid #ffffff;
    /* White border for contrast */
    color: #ffffff;
    /* White text */
    padding: 0.75rem;
    /* Adds padding for better appearance */
    border-radius: 0.375rem;
    /* Rounded edges */
    font-size: 1rem;
    /* Increases font size */
    outline: none;
    /* Removes default focus outline */
}
.email-input::placeholder {
    color: rgba(255, 255, 255, 0.7);
    /* Light placeholder text for better readability */
}
.email-input:focus {
    border-color: #f28c28;
    /* Highlight border on focus */
    box-shadow: 0 0 5px rgba(242, 140, 40, 0.5);
    /* Adds a subtle glow effect */
}

footer img {
    max-width: 100%;
    height: auto;
}

.footer-container {
    padding-left: 10rem;
    /* Adjust to your design */
    padding-right: 10rem;
}

.footer h4 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.footer ul {
    
    list-style: none;

}

.footer ul li {
    margin-bottom: 0.5rem;
}

.footer ul li a {
    color: #000214;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.footer ul li a:hover {
    color: #F28C28;
}

.footer .border-top {
    border-color: #ddd !important;
    margin-top: 2rem;
}





.context {
    width: 100%;
    position: absolute;
    top: 50vh;

}

.context h1 {
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area {
    
    background: -webkit-linear-gradient(to left, #cbcded, #f3f4ff);
    width: 100%;
    height: 100vh;


}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #F28C28;
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}




























.cbh-phone{display:block;position:fixed; left: -50px;
  bottom: -55px; visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:999;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s}
  .cbh-phone.cbh-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
  .cbh-phone.cbh-static1{opacity:.6}
  .cbh-phone.cbh-hover1{opacity:1}
  .cbh-ph-circle{width:110px;height:110px;top:40px;left:40px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
  .cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
  .cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
  .cbh-phone.cbh-green .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204,204,204,1);opacity:.5}
  .cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
  .cbh-ph-circle-fill{width:74px;height:74px;top:58px;left:58px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
  .cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}         .cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
  .cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204,204,204,.5);opacity:.75!important}
  .cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:1!important}
  .cbh-ph-img-circle1{width:50px;height:50px;top:70px;left:70px;position:absolute;background-image:url(https://360imagem.com/google/images/wpp-icon.png);background-size: 40px 40px;background-color:rgba(30,30,30,.1);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:1;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out;animation:cbh-circle-img-anim 1s infinite ease-in-out}
  .cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
  .cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
  .cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117,235,80,1)}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
  .cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204,204,204,1)}
  .cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117,235,80,1)}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
  .cbh-ph-img-circle1 {}
  .cbh-phone.cbh-green .cbh-ph-circle {border-color: rgb(0, 242, 164)}
  .cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: rgb(0, 242, 164);}
  .cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color:rgb(46, 203, 113);}

  .kmacb__manager-border {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -39.5px;
    margin-left: -39.5px;
    border-radius: 100%;
    border: 2px solid #ffe787;
    -webkit-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -moz-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -ms-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    -o-animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    animation: kmacb__manager-border-anim 1.5s ease-in-out .5s infinite;
    opacity: .8;
    transform-origin: center;
  }
  .kmacb__manager-fill {
    background: #52aff7 center bottom no-repeat;
    position: absolute;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    border-radius: 100%;
    opacity: .5;
    -webkit-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -moz-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -ms-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    -o-animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    animation: kmacb__manager-fill-anim 1.5s ease-in-out infinite;
    transform-origin: center;
  }
  .kmacb__manager-circle {
    background: #52aff7;
    position: absolute;
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    border-radius: 100%;
  }



.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}




.card {
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    cursor: pointer;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.price {
    font-size: 1.2rem;
    color: #333;
}

.view-details {
    margin-top: 10px;
    background-color: #F28C28;
    border: none;
    text-align: center;
}

.view-details:hover {
    background-color: #f28c28;
    color: #fff;
}

/* Responsive Cards */
@media (max-width: 768px) {
    .card {
        text-align: center;
    }

    .card-body {
        padding: 15px;
    }
}


.modal-dialog-side {
    max-width: 300px;
    /* Set the width of the modal */
    margin: 0;
    margin-right: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.offcanvas {
    width: 300px;
}


.frame5button {
    background-color: #323893;
    /* Change this to your desired color */
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

.frame5button:hover {
    background-color: #F28C28;
    /* Adjust hover color */
    color: #fff;
}

.pattern   {
    background-color: radial-gradient(ellipse, #cbcded, #f3f4ff);
       
        
       
}

html {
    scroll-behavior: smooth;
}


/*Phone*/

.hero {
    background: url("https://assets.codepen.io/567707/illustration-mountains.jpg") center center/cover;
    padding: 2rem;
    background: #f36c21 !important;
}

.hero .download {
    margin: 0.6rem;
    width: 80%;
    max-width: 14rem;
    cursor: pointer;
    position: relative;
    top: 0;
    transition: 0.3s ease;
}

.hero .download:hover {
    top: -4px;
}

@media (min-width: 800px) {
    .hero {
        padding: 0 5rem;
    }
}

@media (min-width: 1024px) {
    .hero__inner {
        display: flex;
    }
}

.hero__info {
    line-height: 1.5;
    flex: 1;
    padding-top: 5rem;
    text-align: center;
}

@media (min-width: 1024px) {
    .hero__info {
        padding-right: 3rem;
        text-align: left;
    }
}

.hero__mockups {
    flex: 1;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

@media (min-width: 1024px) {
    .hero__mockups {
        transform: translate(1.5rem, -2rem);
    }
}

.screen {
    width: 20rem;
    margin: auto;
    margin: 2rem;
    position: relative;
}

.screen:nth-child(2) {
    position: absolute;
    top: 2rem;
    right: 0;
    z-index: 20;
}

@media (max-width: 740px) {
    .screen:nth-child(2) {
        top: 10%;
    }
}

@media (min-width: 1024px) {
    .screen:nth-child(2) {
        top: 10%;
    }
}

.screen__inner {
    background: white;
    position: absolute;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.6rem 0.7rem;
}

.screen img {
    position: relative;
    width: 100%;
    z-index: 1;
}

.screen__header {
    background: var(--purple);
    color: var(--yellow-light);
    text-align: center;
    padding: 0.5rem 0.2rem 0.15rem;
}

.screen__middle {
    padding: 0.1rem 0 0;
    color: var(--black);
    position: relative;
}

h1 {
    color: var(--yellow-lighter);
    font-family: "Homemade Apple";
    font-size: clamp(2.5rem, 4vw, 4rem);
    margin: 1rem;
}

h1 span {
    background-repeat: no-repeat;
    background-position: 100% 80%;
    background-size: 80%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 126.24 17.71'%3E%3Cpath d='M76.41.07c11,.32,22.06.71,33.07,1.68,5.33.47,9.92,2.61,14.48,5,1.74.92,2.64,3.69,2.14,5.61-.27,1-1,1.31-1.93,1.65-4.58,1.69-9.25,1.76-14,1.32C94.59,14,79,12.93,63.42,12.76a297.76,297.76,0,0,0-51.74,3.71c-2.1.35-4.18.78-6.27,1.15a4.2,4.2,0,0,1-4.71-2c-1.16-1.89-.91-3.45.94-4.71a28.39,28.39,0,0,1,6.59-3c7.76-2.78,15.84-4.17,24-5.41C46.84.23,61.61-.19,76.41.07Z' style='fill: %23fdf1cd;'/%3E%3C/svg%3E");
}

h2 {
    color: var(--yellow-light);
    font-weight: 600;
    font-size: clamp(1.6rem, 2vw, 2rem);
    line-height: 1.3;
    margin: 3rem 1rem 2.5rem;
}

.bg-red {
    background: var(--red);
}

.bg-purple {
    background: var(--purple-dark);
}

.bg-yellow {
    background: #f6ca43;
}

.bg-yellow .question {
    color: var(--purple-dark);
}

.question {
    color: var(--yellow-lighter);
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.1;
    margin: 1.5rem 2rem 1.5rem;
}

.subheader {
    margin: -0.3rem 2rem 3rem;
    line-height: 1.2;
}

.choices {
    font-size: 1.2rem;
    list-style: none;
}

.choices li {
    padding: 0.8rem 2rem;
}

.choices li:nth-child(1) {
    background: var(--yellow-light);
}

.choices li:nth-child(2) {
    background: #f2d47c;
}

.choices li:nth-child(3) {
    background: #f3d169;
}

.choices li:nth-child(4) {
    background: #f5cd56;
}

.choices li:nth-child(5) {
    background: #f6ca43;
}

.choices li:nth-child(6) {
    background: #f8c630;
}

.choices li:nth-child(7) {
    background: #f7c326;
}

.items {
    margin: 0 2rem 1.5rem;
    transform: translateY(-1.5rem);
}

.items li {
    margin: 0.8rem 0;
    background: var(--maroon);
    color: var(--yellow-lighter);
    line-height: 1.1;
    padding: 0.8rem 0.8rem;
}

.more-info {
    display: flex;
    align-items: center;
    background: var(--yellow-lighter);
    color: var(--maroon);
}

.more-info a {
    color: var(--maroon);
}

.more-info .image {
    flex: 0 0 30%;
    max-width: 10rem;
    line-height: 0;
}

.more-info .image img {
    width: 100%;
}

.more-info p {
    flex: 1;
    padding: 0 1.5rem;
}

/* Default: Show Image, Hide Heading */
.desktop-img {
    display: block;
}
.mobile-heading {
    display: none;
}

/* On Mobile: Hide Image, Show Heading */
@media (max-width: 768px) {
    .desktop-img {
        display: none;
    }
    .mobile-heading {
        display: block;
        
    }
}
