.cww-ssf-outer-wrapp a.cww-ssf-toggle {
    border-radius: 22px;
}
button#wpforms-submit-2192 {
    background-color: #467ff7 !important;
    border-color: #467ff7 !important;
	    border-radius: 22px;
    padding: 10px 30px;
}
.cf7-row{
  display:flex;
  gap:16px;
  margin-bottom:16px;
  flex-wrap:wrap;
}

.cf7-col{
  flex: 1 1 calc(50% - 8px);
  min-width: 260px; /* tablet pe bhi layout stable rahe */
}

.cf7-col-full{
  flex: 1 1 100%;
}

/* Inputs full width */
.cf7-row input,
.cf7-row textarea{
  width:100%;
  box-sizing:border-box;
}

/* Tablet: (optional) 2 columns hi rakho, bas spacing tight */
@media (max-width: 1024px){
  .cf7-row{ gap:12px; margin-bottom:12px; }
  .cf7-col{ min-width: 240px; }
}

/* Mobile: 1 column */
@media (max-width: 640px){
  .cf7-row{ flex-direction:column; }
  .cf7-col{ flex: 1 1 100%; min-width: 100%; }
}
.cww-ssf-outer-wrapp input[type="submit"] {
    width: 100%;
    height: 40px !important;
}





[type=button], [type=submit], button {
    color: #000000;
    border: 1px solid #686868 !important;
}

.cww-ssf-outer-wrapp input[type="submit"] {
    width: 100%;
    height: 45px;
}

.cww-ssf-outer-wrapp input[type=color], .cww-ssf-outer-wrapp input[type=date], .cww-ssf-outer-wrapp input[type=datetime-local], .cww-ssf-outer-wrapp input[type=datetime], .cww-ssf-outer-wrapp input[type=email], .cww-ssf-outer-wrapp input[type=month], .cww-ssf-outer-wrapp input[type=number], .cww-ssf-outer-wrapp input[type=password], .cww-ssf-outer-wrapp input[type=range], .cww-ssf-outer-wrapp input[type=search], .cww-ssf-outer-wrapp input[type=tel], .cww-ssf-outer-wrapp input[type=text], .cww-ssf-outer-wrapp input[type=time], .cww-ssf-outer-wrapp input[type=url], .cww-ssf-outer-wrapp input[type=week], .cww-ssf-outer-wrapp .cww-sff-wrapp textarea {
    border-radius: 0px;
    border-color: #686868 !important;
    color: #11204d;
}


[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #000000;
}

[type=button], [type=submit], button {
    color: #000000;
    border: 1px solid #000000;
}

.cww-ssf-outer-wrapp .cww-ssf-toggle, .cww-ssf-outer-wrapp .cww-ssf-toggle:visited {
    background-color: #467ff7 !important;
    border-color: #467ff7  !important;
    color: #ffffff;
}

div#wpcf7-f1763-o1 {
    margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 10px;
}

.cww-ssf-outer-wrapp input[type=color], .cww-ssf-outer-wrapp input[type=date], .cww-ssf-outer-wrapp input[type=datetime-local], .cww-ssf-outer-wrapp input[type=datetime], .cww-ssf-outer-wrapp input[type=email], .cww-ssf-outer-wrapp input[type=month], .cww-ssf-outer-wrapp input[type=number], .cww-ssf-outer-wrapp input[type=password], .cww-ssf-outer-wrapp input[type=range], .cww-ssf-outer-wrapp input[type=search], .cww-ssf-outer-wrapp input[type=tel], .cww-ssf-outer-wrapp input[type=text], .cww-ssf-outer-wrapp input[type=time], .cww-ssf-outer-wrapp input[type=url], .cww-ssf-outer-wrapp input[type=week] {
    height: 45px !important;
}

@media only screen and (max-width: 768px) {
    .cww-ssf-outer-wrapp .cww-sff-inner .cww-sff-wrapp {
        width: 380px !important;
    }
}

/* Update the background with a blueish gradient, add square border, and box shadow */
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: linear-gradient(to bottom, #066aab, #066aab); /* Blueish gradient background */
    border: 2px solid #f0f0f1; /* Thicker border for elegance */
    border-radius: 10px; /* Slightly rounded corners for a softer look */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Larger shadow for depth */
    box-sizing: border-box;
    position: relative; /* To position the tail for speech bubble effect */
}

/* Add a tail for speech bubble effect */
div.wpforms-container-full .wpforms-confirmation-container-full::before {
    content: '';
    position: absolute;
    bottom: -16px; /* Adjusted position for tail */
    left: 50%;
    transform: translateX(-50%);
    border-width: 12px 12px 0; /* Adjusted size of the tail */
    border-style: solid;
    border-color: #f0f0f1 transparent transparent;
}

/* Update the text color, margin, padding, line height, and font size */
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
    color: #fff;
    margin: 24px auto; /* Centered margin */
    overflow-wrap: break-word;
    line-height: 1.6; /* Adjusted line-height for better readability */
    font-size: 20px; /* Slightly larger font size */
    padding: 20px; /* Adjusted padding */
    max-width: 90%; /* Limit width for better readability */
}
html, body {
  overflow-x: hidden;
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #ffffff;
 }
@media (max-width: 1024px) {
    .elementskit-menu-hamburger {
        border: 1px solid rgb(0 0 0 / 63%);
    
    }
}



