.testimonial-text {
  font-style: italic;
  text-align: center;
  font-size: 1.1rem;
  color: #333;
  margin-top: 20px;
}

.testimonial-author {
  text-align: center;
  font-weight: 600;
  color: #555;
  margin-top: 10px;
}
.img-card{
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 15px 20px;
}
.card-desing{
    box-shadow: 0 10px 50px rgba(4, 75, 194, 0.2);
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
}
.bg-img-card h3{
    font-weight:bold; 
		font-size: 15px;
    margin: 10px auto;
    min-height: 25px;
}
 .bg-img-card p{
		 min-height: 80px;
}
.vi-class-reduce-img img {
    height: 150px;
    object-fit: contain;
    box-shadow: 0 10px 50px rgba(4, 75, 194, 0.2);
    border: none;
    border-radius: 30px;
    padding: 20px;
}
.vi-zoho .vi-our-core-services{
    height: 85px;
    object-fit: contain;
}
.vi-zoho .zoho-connect-content h3{
    font-size: 18px;
}
.vi-zoho .zoho-people-title h1{
    font-size: 28px
}
.vi-zoho .zoho-connect-img img {
    height: 50px;
}
.vi-zoho .zoho-recruit-content h3{
    font-size: 18px;
}
.vi-class-reduce-img h2{
    font-size: 24px;
}
.vi-zoho .zoho-people-content h3{
    font-size: 18px;
}
.vi-zoho .zoho-people-img img{
    height: 50px;
}
.vi-zoho .zoho-recruit-img img{
    height: 50px;
}
.vi-our-core-services img{
    height: 55px;
    object-fit: contain;
}
.form-bg-design{
    box-shadow: 0 10px 50px rgba(4, 75, 194, 0.2);
    border: none;
    border-radius: 30px;
    padding: 20px;
}
.vi-home-form{
		    padding: 10px 20px;
}

.vi-home-form  input{
    width:100%;
    border-radius: 18px;  border: 1px solid #ccc;
}
.vi-home-form textarea{
    width: 100%;
    height: 100px;padding-left: 10px;
    border-radius: 18px;
    border: 1px solid #ccc;
}
html body .vi-class-submit{
    width: 20% !important;
    border-radius: 12px; 
}

/* === Outer Form Box === */
.custom-form-wrapper {
  max-width: 950px;
  margin: 30px auto;
  padding: 24px;
  background: #ffffff;
  border-radius: 22px;
		box-shadow:
box-shadow:
  0 2px 6px rgba(0, 0, 0, 0.04),       /* subtle near shadow */
  0 8px 24px rgba(0, 0, 0, 0.08),      /* primary depth */
  0 20px 40px rgba(4, 75, 194, 0.06);  /* soft blue glow */

  /*inset 0 1px 2px rgba(0, 0, 0, 0.05),
  0 10px 25px rgba(0, 0, 0, 0.06);

  box-shadow:
    0 10px 20px rgba(0, 0, 0, 0.05),   /* soft base shadow */
    /*0 0 30px rgba(4, 75, 194, 0.05);  /* colored glow shading */
  font-family: 'Segoe UI', sans-serif;
}

/* === Form Row Layout === */
.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

/* === Columns (Half and Full) === */
.form-col {
  flex: 1 1 48%;
}
.form-col-full {
  flex: 1 1 100%;
}

/* === Label Styling (optional) === */
.custom-form-wrapper label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
}

/* === Input & Textarea Styling === */
.custom-form-wrapper input,
.custom-form-wrapper textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 14px;
  background: #f9f9f9;
  box-shadow: 0 2px 8px rgba(4, 75, 194, 0.04);
  transition: all 0.3s ease;
}

.custom-form-wrapper textarea {
  min-height: 100px;
  resize: vertical;
}

.custom-form-wrapper input:focus,
.custom-form-wrapper textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.15);
  outline: none;
}

/* === Submit Button Styling === */
.submit-btn,
input[type="submit"] {
  background-color: #007bff !important;
  color: #ffffff !important;
  padding: 12px 20px;
  font-size: 15px;
  border: none;
  border-radius: 12px;
  width: 100%;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 6px 16px rgba(0, 123, 255, 0.3);
  text-align: center;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* === Submit Button Hover State === */
.submit-btn:hover,
input[type="submit"]:hover {
  background-color: #0056b3 !important;
}

/* === Submit Button Disabled State === */
.submit-btn:disabled,
input[type="submit"]:disabled {
  background-color: #cccccc !important;
  color: #666666 !important;
  cursor: not-allowed;
  box-shadow: none;
}

/* === Responsive Behavior === */
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 12px;
  }

  .form-col, .form-col-full {
    width: 100%;
  }

  .custom-form-wrapper {
    margin: 10px auto;
    padding: 10px 12px;
  }

  .submit-btn,
  input[type="submit"] {
    font-size: 16px;
    padding: 12px;
  }
}

/* Form space reducer Starts */

.vi-home-form .custom-form-wrapper{
    max-width: unset;
    margin:unset
}
.vi-our-core-services .btn{
  font-size: 14px;
}
.info a:hover{
color:#086ad8 !important;
}

/* Form space reducer Ends */

/* card design to fit in a screen */
@media(max-width:1600px){
.img-card{
    padding:5px 0;
}
.bg-img-card h3{
    margin-bottom: unset;
}
.vi-our-core-services img{
    height: 45px;;
}
.bg-img-card p {
    min-height: 50px;font-size: 12px;;
}
.card-desing{
padding: 10px 15px;
}
}
/* Form space reducer Starts */

.vi-home-form .custom-form-wrapper{
    max-width: unset;
    margin:unset
}
.vi-our-core-services .btn{
  font-size: 14px;
}
.info a:hover{
color:#ffffff !important;
}

/* Form space reducer Ends */

/* card design to fit in a screen */
@media(max-width:1600px){
.img-card{
    padding:5px 0;
}
.bg-img-card h3{
    margin-bottom: unset;
}
.vi-our-core-services img{
    height: 45px;;
}
.bg-img-card p {
    min-height: 50px;font-size: 12px;;
}
.card-desing{
padding: 10px 15px;
}
}

/* Force mobile number to remain visible on hover */
a[href^="tel"]:hover {
    color: #fff !important;
    background: transparent !important;
    text-decoration: underline !important;
}


/* Fix only the  items inside the #menu-company-links */
#menu-company-links {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu-company-links li {
  display: block;
  margin-bottom: 10px;
  white-space: nowrap; /* Prevents breaking into two lines */
  overflow: hidden;
  text-overflow: ellipsis; /* Optional: add "..." if it overflows */
}

#menu-company-links li a {
  text-decoration: none;
  color: #c2d1e2;
  display: inline-block;
  max-width: 100%;
}

#menu-company-links li a:hover {
  text-decoration: underline;
  color: #ffffff;
}
#menu-company-links li a {
  font-size: 13.4px;
}


/*   */
footer {
  padding-top: 10px !important;
  margin-top: 0 !important;
}

footer .col-lg-2,
footer .col-md-6,
footer .f-item,
footer .widget,
footer .container,
footer .row {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Optional: reduce logo spacing */
footer .f-item img {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Reduce margin above logo section in footer specifically */
footer .f-item.link {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.rc-anchor-error-msg-container {
    display: none !important;
}

/* Custom placement for the Adobe heading */
.custom-service-heading {
    position: absolute; /* or relative depending on need */
    top: 50px; /* move down from top */
    left: 50%; /* center horizontally */
    transform: translateX(-50%); /* align center perfectly */
    text-align: center;
    width: 100%; /* ensure text stays responsive */
}