/* --- Open Sans --- */
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* --- Poppins --- */
@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-BoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraBoldItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLightItalic.woff2') format('woff2');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-LightItalic.woff2') format('woff2');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-MediumItalic.woff2') format('woff2');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
 
 
body , html {  
  overflow-x: hidden;
  font-family: 'Poppins'; 
}

h1, h2, h3, h4, h5, h6{
  font-family: 'Poppins';
}
h1{
  font-weight: 800;
}
h2, h3, h4, h5, h6{
  font-weight: 700;
}

a{
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
 
 .container{
    max-width: 1220px;
 }
.mainheader {
    height: 63px;
    display: flex;
    align-items: center;
    background: #FF8B00;
    position: relative;
    z-index: 2;
}

.nav-list {
  display: flex; 
  list-style: none;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.partnerheader{
    background-color: #FCBA02;
}
.nav-list a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    transition: color 0.3s 
ease;
    font-size: 16px;
}
.nav-list a:hover{
    font-weight: 500;
    color: #fff;
}
.nav-list a.active{
    font-weight: 500;
    color: #fff;
}
.nav-list a img {
    margin-left: 3px;
    filter: brightness(20.5);
}
.has-submenu {
  position: relative;
}

.flyout-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 7px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s 
ease;
width: 167px;
    border: 1px solid #E6E6E6;
}

.has-submenu:hover .flyout-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(9px);
}

.submenu-link {
    display: block;
    padding: 9px 13px;
    border-bottom: 1px solid #E6E6E6;
    color: #1C3440 !important;
    transition: background 0.3s 
ease;
    font-size: 14px !important;
}
.submenu-link:hover {
  background-color: #f0f0f0;
}
.headermenus ul li {
    margin: 0 16px;
}
.logo img {
    max-width: 111px;
}

.flyout-menu li {
    margin: 0 !important;
}
.notificationicon {
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 3px 4px 0px #FFFFFF33 inset;

}
.signinbtn {
    height: 38px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    color: #FF8B00;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
}
.signinbtn img {
    margin-right: 7px;
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Hover animation only for image */
.signinbtn:hover img {
    transform: rotate(-15deg) scale(1.2);  
}
.partnerheader .signinbtn{
    color: #FCBA02;
}
.bannerpart {
    height: 545px;
    display: flex;
    align-items: center;
    position: relative;
}
.bannerpart::after {
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.9;
    background: linear-gradient(98.86deg, #FF8B00 2.58%, #FEC075 49.92%, #FCF5EA 97.27%);
}
.bannerpart video {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.bannercontent {
    position: relative;
    z-index: 3;
}
.bannercontent h1 {
    font-size: 62px;
    font-weight: 600;
    color: #fff;
    margin: 0 auto 15px 0;
    max-width: 900px;
}
.bannercontent p{
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    color: #fff;
}
.whitebtn {
    background-color: #fff;
    height: 48px;
    padding: 0 20px;
    margin: 0 21px 0 0;
    border-radius: 10px;
    color: #FF8B00;
    font-weight: 600;
    font-size: 16px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease, transform 0.2s ease;
}
.whitebtn:hover {
    background-color: #FF8B00;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(255, 139, 0, 0.3);
}

.bluebtn {
    background-color: #fff;
    height: 48px;
    padding: 0 22px;
    margin: 0 10px;
    border-radius: 10px;
    color: #1E4F9E;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease, transform 0.2s ease;
}

.bluebtn:hover {
    background-color: #1E4F9E;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 16px rgba(30, 79, 158, 0.3);
}

.clientlogosslider {
    
}
.logomain{
height: 97px;
    display: flex;
    align-items: center;
    background: #F9F9F9;
}
.logosclient img {
    width: 100% !important;
    max-width: 170px;
}
.bg-1{
    background: #F9F9F9;
}
.bg-2{
    background: #1C3440;
}
.padding{
    padding: 50px 0;
}
.headingmain {
    margin-bottom: 40px;
}
.headingmain h2 {
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 12px; 
}
.headingtheme1{
    color: #FF8B00;
}
.featuress {
    background: #F5DCB94D;
}
.headingmain p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: #808080;
}

.whychoose {
    background: linear-gradient(180deg, #FFD9AA 0%, #FCF5EA 100%);

}
.whychoosebox {
    background: #FFFFFF; 
    border-radius: 20px;
    padding: 20px;
    transition: all 0.3s ease;
}
.whychoosebox h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
    max-width: 220px;
    margin: 18px 0 12px;
}
.whychoosebox img {
    max-width: 54px;
    transition: transform 0.3s ease;
}
.whychoosebox p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #808080;
}
.whychoosebox:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
    background: linear-gradient(145deg, #ffffff, #f9f9f9);
}

.whychoosebox:hover img {
        transform: rotateY(360deg);
}

.worksbox {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
    text-align: left;
    transition: all 0.3s 
ease;
    box-shadow: 4px 10px 10px 0px #0000001A;
    border: 1px solid #F5DCB9;
    position: relative;
    z-index: 1;
}
.worksbox span {
   color: #FF8B00;
   font-size: 20px;
   font-weight: 600;
   margin-bottom: 10px;
   display: block;
     transition: all 0.3s 
ease;
}

.worksbox h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; 
    margin:0 0 15px;
    color: #1C3440;
} 
.worksbox p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #808080;
}
.worksbox:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.worksbox:hover span { 
    color: #FF8B00;   
}
.footermain {
    background: #1C3440;
}
.footerbox h3 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
}
.footerbox ul li a{
    font-size: 16px;
    color: #808080;
    line-height: 24px;
    transition: color 0.3s ease;
}
 

.footerbox ul li a:hover {
    color: #FF8B00;
}
.footercorporate .footerbox ul li a:hover {
    color: #1E4F9E;
}

.footerbox ul li a:hover::after {
    width: 100%;
}
.footerbox ul li{
    margin-bottom: 10px;
}
.footerbox p {
    margin: 25px 0 15px;
    font-size: 16px;
    color: #808080;
    line-height: 24px;
}
.socialmedia a{
    margin-right: 15px;
}
.copyright {
    font-size: 16px;
    color: #808080;
}
.eventsfooter h2{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}
.eventsfooter p {
    font-size: 18px;
    color: #808080;
    margin-bottom: 26px;
}
.footerorangebtns {
    height: 60px;
    border-radius: 8px;
    background: #FF8B00;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;

}
.footerorangebtns1{
    height: 60px;
    border-radius: 8px;
    background-color: transparent;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;

    font-size: 16px;
}

/* Orange button hover */
.footerorangebtns:hover {
    background: #e67800;
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(255, 139, 0, 0.4);
}
.footerbluebtns {
    height: 60px;
    border-radius: 8px;
    background: #1E4F9E;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footerbluebtns:hover {
    background: #174080; /* slightly darker shade for hover */
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(30, 79, 158, 0.4);
}

.footeryellowbtns {
    height: 60px;
    border-radius: 8px;
    background: #FCBA02; /* yellow color */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
}

.footeryellowbtns:hover {
    background: #e0a800; /* slightly darker yellow for hover */
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(252, 186, 2, 0.4); /* shadow matching yellow */
}
/* Transparent button hover */
.footerorangebtns1:hover {
    background: #fff;
    color: #1C3440;
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(255, 255, 255, 0.3);
}
.socialmedia a img {
    transition: transform 0.3s ease, filter 0.3s ease;
}
.socialmedia a:hover img {
    transform: scale(1.2) rotate(8deg);
    filter: brightness(1.3);
}

.readyplan span { 
    display: block;
    margin-bottom: 20px; 
}
.readyplan span img {
    filter: brightness(0) saturate(100%) invert(51%) sepia(96%) saturate(1825%) hue-rotate(4deg) brightness(100%) contrast(102%);
    transition: transform 0.3s 
ease;
    max-width: 36px;
}
.readyplan h3 {
    margin: 0;
    transition: color 0.3s ease;
    font-weight: 600;
    font-size: 20px;
}
.readyplan {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
        transition: all 0.3s ease;
        box-shadow: 4px 10px 10px 0px #0000001A;
border: 1px solid #F5DCB9

}
.readyplan:hover {
    transform: translateY(-8px);
    background: linear-gradient(184.29deg, #FCBA00 2.44%, #FF8B00 95.91%);

}

.readyplan:hover h3 {
    color: #fff;
    
}
 

.readyplan:hover span img {
    transform: rotateY(360deg);
    filter: brightness(0) invert(1);

}
 

.themebtn1 {
    border: 2px solid #FF8B00;
    height: 48px;
    padding: 0 20px;
    margin: 0 10px;
    border-radius: 10px;
    color: #FF8B00;
    font-weight: 600;
    font-size: 16px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease, transform 0.2s ease;
}
 
.themebtn2 {
    background-color: #FF8B00;
    height: 48px;
    padding: 0 20px;
    margin: 0 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease, transform 0.2s ease;
}
 
/* Outline button */
.themebtn1:hover {
    background-color: #FF8B00;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(255, 139, 0, 0.3);
}

/* Solid button */
.themebtn2:hover {
    background-color: #e67800; /* slightly darker */
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(255, 139, 0, 0.3);
}

/* Optional: active (click) effect */
.themebtn1:active,
.themebtn2:active {
    transform: translateY(0);
    box-shadow: none;
}
.testimonialbox {
    border: 1px solid #F5DCB9;
    border-radius: 20px;
    padding: 20px;
    height: 220px;
    background-color: #fff;
}
.clientprofile {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 15px;
}
.clientprofile img{
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.clientcontent h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.clientcontent span {
    color: #808080;
    font-size: 14px;
    display: block;
    margin-top: 2px;
}
.testimonialbottom p {
    color: #808080;
    font-size: 16px;
    margin: 0;
    line-height: 24px;
}
.buildforbox {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}

/* Smooth zoom effect on image */
.buildforbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.buildforbox:hover img {
    transform: scale(1.1);
}

/* Dark gradient overlay */
.buildforbox::after {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
    opacity: 0;
    transition: opacity 0.6s ease;
}

.buildforbox:hover::after {
    opacity: 1;
}

/* Hover text animation */
.hoverpart {
    position: absolute;
    z-index: 1;
    left: 20px;
    bottom: -50px; /* hidden initially */
    opacity: 0;
    transition: all 0.6s ease;
}

.buildforbox:hover .hoverpart {
    bottom: 20px;
    opacity: 1;
}

/* Text styling */
.hoverpart h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.hoverpart span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.Eliminateworkbox {
    background: #FFFFFF;
    border: 1px solid #F5DCB9;
    border-radius: 20px;
    padding: 25px 20px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    box-shadow: 4px 10px 10px 0px #0000001A;
}

.Eliminateworkbox:hover {
    transform: translateY(-10px); 
}
.clienttestimonial {
    background: #FCF5EA;
}
.Eliminateworkbox h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 30px;
    transition: color 0.3s ease;
}

.Eliminateworkbox:hover h3 {
    color: #FF8B00; /* Optional: change text color on hover */
}

.Eliminateworkbox span {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #808080;
    transition: color 0.3s ease;
}
.Eliminateworkbox:hover .Eliminateicon img{
    transform: rotateY(360deg);
}

.Eliminateworkbox:hover span {
    color: #606060;
}

.Eliminateicon {  
    margin: 0 auto 15px;  
}
.Eliminateicon img {
    max-width: 41px;
    transition: 0.3s ease;
}
.coladjust {
    flex: 0 0 20%;
    display: flex;
    align-items: stretch;
}
.featuessheader {
    height: 76px;
    background: #FF8B00;
    align-items: center;
    border-radius:  20px 20px 0 0;
    margin: 0;
    box-shadow: 0px 1px 2px 0px #0000000D; 
}
.featuessheader h3 {
    color: #fff;
    margin: 0;
    font-weight: 600;
    font-size: 18px;
    padding: 0 20px;
}
.featuessdata {
    border-bottom: 1px solid #f2f2f2;
    margin: 0;   
}
.featuessdata span {
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 24px 20px;
}
.featuessdata span img {
    margin-right: 10px;
}
.mainouter {
    overflow: hidden;
    border-radius: 24px;
    background: #FFFFFF;
    box-shadow: 0px 5px 20px 0px #0000001C;
}
.corporateheader .signinbtn {
    background: #1E4F9E;
}



.whycorporateimg {
    height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
 
 
 
.whycontent h3{
    color: #1C3440;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.whycontent p{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}



/* Card hover effect */
.whycorporatebox {
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #EEEEEE;
    transition: all 0.4s ease;
    transform: translateY(0);
}
.whycorporatebox:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

/* Image zoom on hover */
.whycorporateimg img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}
.whycorporatebox:hover .whycorporateimg img {
    transform: scale(1.1);
}

/* Content fade-in on hover */
.whycontent {
    padding: 25px;
    transition: all 0.3s ease;
}
 
.corporatefeatues .featuessheader {
    background: #1E4F9E;
}


.automatedslider .owl-dots .owl-dot {
    height: 11px;
    width: 13px; 
    background: #FFFFFF4D !important; 
    margin: 0 10px 0 0;
    border-radius: 50px;
    transition: all 0.4s ease cubic-bezier(0.4, 0, 0.2, 1);
}
.automatedslider .owl-dots .owl-dot.active{
    background-color: #1E4F9E !important;
    width: 30px;
}
.automatedslider .owl-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
}
.automatedslider .owl-dots .owl-dot.active {
    animation: dotPulse 0.4s ease;
}

@keyframes dotPulse {
    0% { transform: scale(0.8); opacity: 0.7; }
    50% { transform: scale(1.2); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}
.solutionsbox {
    border: 1px solid #D2DCEC;
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 20px;
    transition: all 0.4s ease;
    transform: translateY(0);
}
.solutionsbox:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
    background: #4B72B1;
    border-color: #4B72B1;
}

/* Heading animation */
.solutionsbox h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1C3440;
    font-weight: 600;
    transition: color 0.3s ease;
}
.solutionsbox:hover h3 {
    color: #fff;
}

/* Paragraph */
.solutionsbox p {
    color: #808080;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
}
.solutionsbox:hover p {
    color: #fff;
}

/* Icon background animation */
.solutionsbox span {  
    margin-bottom: 15px; 
    display: block;
}
.solutionsbox:hover span img { 
        transform: rotateY(360deg);
    filter: brightness(10.5);
}

/* Icon */
.solutionsbox span img {
    max-width: 32px;
    transition: all 0.3s ease;
}
.solutionsbox:hover span img {
    
}

.successtorybox{
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}
.successtory {
    background: #D2DCEC;
}
.whohavebox {
    background: #FFFFFF;
    border: 1px solid #D2DCEC;
    border-radius: 20px;
    padding: 20px;
    transition: all 0.4s ease;
    transform: translateY(0);
}
.whohavebox:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.08);
    border-color: #1E4F9E;
}

/* Title */
.whohavebox h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #1C3440;
    font-weight: 600;
    transition: color 0.3s ease;
}
.whohavebox:hover h3 {
    color: #1E4F9E;
}

/* Paragraph */
.whohavebox p {
    color: #808080;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
}
.whohavebox:hover p {
    color: #555;
}

/* List */
.whohavebox ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
    transition: all 0.3s ease;
}
.whohavebox ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    background-image: url(../img/tick.png);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    height: 12px;
    width: 10px;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}
.whohavebox:hover ul li::after {
    opacity: 1;
}

/* Icon */
.whohavebox span {  
    display: block;
    margin-bottom: 15px; 
}
 

/* Icon image */
.whohavebox span img {
    max-width: 40px;
    transition: transform 0.3s 
ease;
}
.whohavebox:hover span img {
    transform: scale(1.1) rotate(8deg);
}
.headingwhite h2 , .headingwhite p{
    color: #fff;
}
.jointeambox {
    background: #1C3440;
    border: 1px solid #8D8D8D;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: background 0.4s ease, box-shadow 0.4s ease;

}


.jointeambox h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    transition: color 0.3s ease;
}
 
 
.jointeambox p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.jointeambox span { 
    display: block;
    transition: all 0.4s ease;
    margin: 0 auto 15px;
} 

/* Icon image */
.jointeambox span img {
    max-width: 32px;
    transition: transform 0.3s ease;
}
.jointeambox {
    background: #fff; /* White background on hover */ 
}

.jointeambox h3 {
    color: #1C3440; /* Dark text for contrast on white */
}

.jointeambox p {
    color: #555; /* Softer grey text on white */
}

.jointeambox:hover span { 
    transform: scale(1.1);
}

.jointeambox:hover span img {
    transform: rotate(10deg) scale(1.1);
} 

.ourvaluesbox {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    border-radius: 20px;
    transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
    padding: 32px;
}


.ourvaluesbox h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #1C3440;
    font-weight: 600;
    transition: color 0.3s ease;
}
 
 
.ourvaluesbox p {
    color: #1C3440;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.ourvaluesbox span { 
    display: block;  
    transition: all 0.4s ease;
    margin-bottom: 20px;
} 

/* Icon image */
.ourvaluesbox span img {
    max-width: 32px;
    transition: transform 0.3s ease;
}
.ourvalues{
    background-color: #FCF5EA;
}
.aboutbanner {
    height: calc(100vh - 63px);
    position: relative;
    background-position: center;
    background-size: cover;
}
.aboutus .headingmain p {
    margin-bottom: 16px;
    font-size: 18px;
    color: #1C3440;
}
.aboutimg img {
    max-width: 100%;
}
.statsabout span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    color: #FF8B00;
}

.statsabout strong {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #1C3440;
}



.ourvaluesbox:hover {
    background: linear-gradient(191.7deg, #FCBA00 5.33%, #FF8B00 89.69%);
    box-shadow: 4px 10px 10px 0px #0000001A;

}

.ourvaluesbox:hover h3 {
    color: #fff; /* highlight heading */
}

.ourvaluesbox:hover p {
    color: #fff; /* softer text for hover state */
}
 

.ourvaluesbox:hover span img { 
    transform: rotateY(360deg);  
    filter: brightness(0) invert(1);
}


.paddinghigh{
    padding: 65px 0;
}
.Eliminatework {
    background: #F5DCB94D;
}
 

    .clienttestimonial .owl-dots {
  text-align: center;
  padding: 20px 0;
  margin-top: 10px;
}

/* Individual dot button */
.clienttestimonial .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
}

/* Dot span element (the visible dot) */
.clienttestimonial .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  background: #f5dcc4;
  display: block;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Active dot styling */
.clienttestimonial .owl-dots .owl-dot.active span {
  width: 32px;
  height: 14px;
  background: #ff9800;
  border-radius: 25px;
}

/* Hover effect for non-active dots */
.clienttestimonial .owl-dots .owl-dot:hover span {
  background: #e8c9a9;
}
.corporateheader {
    background: #1E4F9E;
}
.corporateheader .signinbtn {
    background: #FFFFFF;
    color: #1E4F9E;
}
.corporatebanner{
    height: 513px;
    justify-content: center;
}
.corporatebanner .bannercontent h1{
    margin: 0 auto 15px;
}
.corporatebanner::after{
    background: radial-gradient(100% 1692.73% at 0% 50%, #1E4F9E 38.94%, rgba(30, 79, 158, 0) 100%);
    background-blend-mode: multiply;
    opacity: 0.4;
}
.headingtheme2{
    color: #1E4F9E;
}
.whycorporate {
    background: linear-gradient(180deg, #FFFFFF 0%, #D2DCEC 100%);
}
.corporatefeatues {
    background: #1E4F9E33;
}
.corporatestimonials .testimonialbox {
    background: #F8F8F8 !important;
}
.automated {
    background: #D2DCEC;
}
.collective{
    background-color: #FCF5EA;
}
  
.ourteambox {
    background: #FFFFFF;
    border: 1px solid #F5DCB9;
    overflow: hidden;
    border-radius: 20px;
    transition: all 0.4s ease-in-out; /* Smooth hover transition */
}
.ourteambox:hover {
    transform: translateY(-10px); /* lift effect */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12); /* soft shadow */
    border-color: #FF8B00; /* highlight border */
}
.outteamimg {
    border-radius: 0;
    height: 256px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.outteamimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; /* Smooth zoom on hover */
}
.ourteambox:hover .outteamimg img {
    transform: scale(1.08); /* slight zoom */
}
.ourteamdetails {
    padding: 24px;
}
.ourteamdetails h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1C3440;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}
.ourteamdetails span {
    color: #FF8B00;
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
}
.ourteamdetails p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
.ourteambox:hover .ourteamdetails h3 {
    color: #FF8B00;
}

/* Social icons hover */
.ourteamdetails a img {
    transition: transform 0.3s ease;
}
.ourteamdetails a:hover img {
    transform: scale(1.2) rotate(8deg);
}
.resourcesbanner{
    background: #FCF5EA;
}
.blogsmain{
    background: #F9F9F9;
}
.blogstabs .nav-tabs {
    display: inline-flex;
    background: #FFFFFF;
    border-radius: 50px;
    border: 0;
    box-shadow: 0px 10px 15px -3px #0000001A, 0px 4px 6px -4px #0000001A;
    padding: 4px;
}

.blogstabs .nav-tabs .nav-link {
    height: 40px;
    border: 0;
    border-radius: 50px;
    background-color: #fff;
    color: #4B5563;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 24px;
    box-shadow: unset !important;

    /* ✨ Animation transition */
    transition: all 0.3s ease;
}

.blogstabs .nav-tabs .nav-link:hover {
    background: #ffe1bf;   /* soft hover effect */
    color: #FF8B00;
}

.blogstabs .nav-tabs .nav-link.active {
    background: #FF8B00;
    color: #fff;
    font-weight: 500; 
    box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
}
.blogsbox {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}
.blogsbox:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

.blogsimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.blogsbox:hover .blogsimg img {
    transform: scale(1.1);
}
.blogsimg {
    overflow: hidden;
    height: 200px;
}
.blogsdetails {
    padding: 15px;
}
.bloguserimg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    height: 24px;
    width: 24px;
    margin-right: 10px;
}
.bloguserimg img{
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.nameuser , .datepost {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
}
.blogtitle {
    font-weight: 600;
    color: #1C3440 !important;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}
.blogsdetails p {
    color: #808080;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
}
.blogsdetails .readmore{
    color: #FF8B00 !important;
}
.paginationcount a {
    border-radius: 12px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #4B5563;
} 
.paginationcount a.active{
    background: #FF8B00;
    color: #fff;
}
.blogscommside {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 24px;
}
.blogscommside h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 20px;
}
.categoryblogs a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4B5563;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.categorycount {
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    background: #F3F4F6;
    border-radius: 8px;
    color: #4B5563;
    font-size: 13px;
    font-weight: 500;
}
.blogssearch .form-control {
    height: 46px;
    border-radius: 16px;
    padding: 0 15px;
    font-size: 14px;
    padding: 10px 17px 10px 41px;
    box-shadow: unset !important;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 14px;
    background-size: 16px;
    border: 1px solid #E5E7EB !important;
}
.subscribenow {
    background: linear-gradient(135deg, #FCBA02 0%, #F97316 100%);
    border-radius: 20px;
    padding: 24px;
}
.subscribenow h3{
 font-size: 18px;
 margin-bottom: 10px;
 color: #FFFFFF;
 font-weight: 600;
}
.subscribenow p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}
.subscribe .form-control {
    height: 36px;
    border: 0;
    border-radius: 20px;
    margin-bottom: 15px;
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 500;
    padding: 0 15px;
    box-shadow: unset !important;
}
.subscribe button {
    background: #FFFFFF;
    border: 0;
    width: 100%;
    border-radius: 16px;
    font-weight: 600;
    height: 36px;
}
.postimg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    height: 48px;
    width: 48px;
    margin-right: 13px;
}
.postimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.postcontent {
    width: 73%;
}
.postcontent h4 {
    font-weight: 600;
    font-size: 14px;
    color: #1C3440;
    margin-bottom: 5px;
}
.postcontent span {
    color: #808080;
    font-size: 13px;
    display: block;
}

.whychooseploom{
    background-color: #FCF5EA;
}
.faq{
    background-color: #FCF5EA;
}

.contacthead {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1C3440;
}
.contacticon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    background: #FF8B00;
}
.contactdetail span {
    color: #1C3440;
    font-weight: 600;
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
}
.contactdetail a {
    font-size: 16px;
    color: #1C3440;
    font-weight: 400;
}
.ortherdetails h4 {
    color: #1C3440;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px;
}
.businehours span {
    font-size: 14px;
    font-weight: 500;
    color: #1C3440;
}
.socialiconsss a {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF8B00;
    border-radius: 50px;
    margin-right: 14px;
}
.contact-form .form-group label {
    font-size: 14px;
    font-weight: 600;
    color: #1C3440;
    margin-bottom: 7px;
}
.contact-form .form-group .form-control {
    background: #FFFFFF;
    border: 1px solid #D1D5DB;
    height: 50px;
    border-radius: 16px;
    padding: 13px 17px;
    font-size: 16px;
    color: #808080;
    box-shadow: unset !important;
}
.contact-form .form-group .form-select { 
    border: 1px solid #D1D5DB;
    height: 50px;
    border-radius: 16px;
    padding: 13px 17px;
    font-size: 16px;
    color: #808080;
    box-shadow: unset !important;
}
.contact-form .form-group textarea.form-control{
    height: 146px;
}



.accordiandesign .accordion-item {
    box-shadow: 0px 1px 2px 0px #0000000D;
    border: 1px solid #E5E7EB;
    border-radius: 16px !important;
    margin-bottom: 20px;
}
.accordiandesign .accordion-button {
    background-color: transparent !important;
    font-size: 18px;
    font-weight: 600;
    color: #1C3440 !important;
    padding: 24px 25px;
    border-radius: 0 !important;
    box-shadow: unset !important;
}
.accordiandesign .accordion-button span{
    margin-right: 10px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-color: #FF8B00;
    color: #fff;
    font-size: 14px;
}
.accordiandesign .accordion-body {
    font-size: 15px;
    line-height: 25px;
    padding: 0 24px 25px;
    font-weight: 400;
}
.videoboxcontent h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1C3440;
    margin-bottom: 10px;
}
.videoboxcontent p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
}
.videoboxploom {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    height: 309px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.videoimg{
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}   
.videobtn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
.partnerfooter .footerbox ul li a:hover{
    color: #FCBA02;
}
.vendortestimon{
    background: #FCF5EA;
}
.headingmain span {
    color: #FCBA02;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

/* Vendor Choose Box Container */
.vendorchoosebox {
    border: 1px solid #F5DCB9;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
    transition: all 0.4s ease;
    cursor: pointer; 
}

/* Icon Circle */
.vendorchoosebox span { 
    margin-bottom: 20px;
    display: block;
    transition: all 0.4s ease;
}

/* Icon Image */
.vendorchoosebox span img {
    max-width: 38px;
    transition: transform 0.4s 
ease;
}

/* Title */
.vendorchoosebox h3 {
    font-size: 18px;
    margin-bottom: 10px;
    transition: color 0.3s ease;
    color: #333;
}

/* Description */
.vendorchoosebox p {
    font-size: 14px;
    color: #666;
    transition: color 0.3s ease;
}

/* Hover Effects */
.vendorchoosebox:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(252, 186, 2, 0.25);
    border-color: #FCBA02;
}

 

.vendorchoosebox:hover span img {
    transform: scale(1.2) rotate(10deg);
}

.vendorchoosebox:hover h3 {
    color: #FCBA02;
}

.vendorchoosebox:hover p {
    color: #555;
}


.vendorchoosebox h3{
    color: #1C3440;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.vendorchoosebox p{
    font-weight: 400;
    font-size: 16px;
    color: #808080;
    margin: 0;
}


.ploomworksbox { 
    transition: all 0.3s;
    text-align: center;
    padding:  30px 10px;
    border-radius: 16px;
}
.ploomworksbox span {
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: #FCBA02;
    border-radius: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.ploomworksbox h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px; 
    margin:0 0 15px;
    color: #1C3440;
} 
.ploomworksbox p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #808080;
}
.ploomworksbox:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 24px rgba(0,0,0,0.1);
}

.ploomworksbox:hover span {
    background: #fff;
    color: #FCBA02;
    border: 2px solid #FCBA02;
    transform: scale(1.1);
}


.withoutploomtext{
    list-style: none;
    padding: 0;
    margin: 0;
}
.withoutploomtext li p {
    color: #808080;
    margin: 0;
    font-size: 22px;
}

.withoutploomtext li{
    position: relative;
    list-style: none;
    padding-left:40px;
    margin-bottom: 10px;
}
.withoutploomtext li::after {
    background-image: url(../img/close1.png);
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    height: 24px;
    width: 24px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
}
.withoutploom h3{
    color: #EF4444;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}
.withoutploom {
    border-radius: 20px;
    padding: 30px 20px;
    border: 1px solid #D1D5DB;
    background: #FFFFFF1A;
}





.withploomtext{
    list-style: none;
    padding: 0;
    margin: 0;
}
.withploomtext li p {
    color: #808080;
    margin: 0;
    font-size: 22px;
}

.withploomtext li{
    position: relative;
    list-style: none;
    padding-left:40px;
    margin-bottom: 10px;
}
.withploomtext li::after {
    background-image: url(../img/correct.png);
    content: '';
    position: absolute;
    top: 4px;
    left: 6px;
    height: 24px;
    width: 24px;
    background-size: 23px;
    background-repeat: no-repeat;
    background-position: center;
}
.withploom h3{
    color: #FCBA02;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}
.withploom {
    background: #FC9F2E1A;
    border-radius: 20px;
    padding: 30px 20px;
    background: #FCBA021A;
}

.whothis{
    background-color: #FCF5EA;
}

.whothisbox {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    transition: all 0.4s ease;
    cursor: pointer;
}

.whothisbox span {
    display: block;
    margin: 0 auto 15px;
    transition: all 0.4s 
ease;
    height: 158px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
}

.whothisbox span img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.whothisbox h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1C3440;
    line-height: 28px;
    margin: 0;
    transition: color 0.3s ease;
}

/* Hover Effect */
.whothisbox:hover {
    background: #F5DCB9; /* box background changes to span color */
    transform: translateY(-8px); /* lifts the box */
    box-shadow: 0 12px 25px rgba(245, 220, 185, 0.3); /* subtle shadow */
}

 
.whothisbox:hover h3 {
    color: #1C3440; /* optional: text color can stay same or change */
}

.partnerbanner{
    background: #F9F9F9;
    padding: 50px 0;
}
.partnerbannerright {
    width: 500px;
    background: #FFFFFF;
    padding: 20px;
    border-radius: 20px;
}
.notee {
    font-size: 12px;
    font-weight: 400;
    color: #808080;
}
.partnerbannerright .contacthead {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111827;
}

.themeyellowbtn {
    background-color: #FCBA02; /* golden yellow */
    height: 48px;
    padding: 0 22px;
    margin: 0 10px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease, transform 0.2s ease;
}

/* Hover Effect */
.themeyellowbtn:hover {
    background-color: #e0a800; /* slightly darker yellow */
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(252, 186, 2, 0.3);
}

/* Active/Click Effect */
.themeyellowbtn:active {
    transform: translateY(0);
    box-shadow: none;
}

.callus {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 500;
    color: #1C3440;
    text-decoration: none;
    transition: transform 0.3s ease;
    position: relative;
}

/* animated underline */
.callus::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 20px;
    width: 0;
    height: 2px;
    background: #FCBA02;
    transition: width 0.3s ease;
}

.callus:hover::after {
    width: calc(100% - 40px); /* grows under text */
}

.callus:hover {
    transform: translateY(-3px);
}

.partnerbannerheading h1{
    font-weight: 700;
    font-size: 62px;
    margin-bottom: 20px;
    line-height: 72px;
}
.partnerbannerheading p{
    color: #808080;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 18px;
}
.chatboat {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #FF8B00;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 99999;

    /* Animation */
    animation: float 3s ease-in-out infinite;
    transition: transform 0.3s ease;
}

/* Chatbot image */
.chatboat img {
    max-width: 40px;
    transition: transform 0.3s ease;
}

/* Hover effect */
.chatboat:hover {
    transform: scale(1.2) rotate(-10deg);
}

/* Floating animation */
@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.corporatechatbot{
    background-color: #1E4F9E;
}
.partnerchatbot{
    background-color: #FCBA02;
}
.moonogramdesign{
    position: relative;
}
.moonogramdesign::after {
    position: absolute;
    content: '';
    top: -30px;
    left: -7px;
    height: 159px;
    width: 186px;
    background-image: url(../img/monogramleft.png);
    background-repeat: no-repeat;
    background-position: center;
}

.moonogramdesign::before {
    position: absolute;
    content: '';
    top: -37px;
    right: 13px;
    height: 175px;
    width: 186px;
    background-image: url(../img/monogramright.png);
    background-repeat: no-repeat;
    background-position: center;
}
.corporatestimonials .moonogramdesign::after{
    top: 16px;
    left: 13px;
    background-image: url('../img/corporatemonoleft.png');
} 
.corporatestimonials .moonogramdesign::before{
    top: 1px;
    right: 13px;
    background-image: url('../img/corporatemonoright.png');
}
.coustorersuccess{
        background: #D2DCEC;
}

.automatedboxx {
    margin: 0;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.automatedboxx:hover {  
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.automatedimg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    height: 300px;
    transition: transform 0.5s ease;
}

 

.automatedimg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.automatedboxx:hover .automatedimg img {
    transform: scale(1.1);
}
.toggle-container {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 0;
    color: #808080;
}

.toggle-switch {
    position: relative;
    width: 60px;
    height: 30px;
    background: #fff;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.toggle-switch.enabled {
    background: #FF8B00;
}

.toggle-circle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 22px;
    height: 22px;
    background:#FF8B00;
    border-radius: 50%;
    transition: all 0.3s ease;
    box-shadow: 0px 2px 4px 0px #0000001A;
}

.toggle-switch.enabled .toggle-circle {
    left: 34px;
    background: #fff;
}

.toggle-switch:active .toggle-circle {
    transform: scale(0.9);
} 
.coustomerstoryimg {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    overflow: hidden;
    height: 472px;
}
.coustomerstoryimg img{
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.coustomerstorybox {
    margin: 0;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 20px 10px;
}
.coustomerstoryinner h3 {
    font-size: 40px;
    color: #1C3440;
    margin-bottom: 10px;
    line-height: 40px;
}
.coustomerstoryinner span {
    font-weight: 500;
    color: #1C3440;
    font-size: 16px;
    display: block;
}
.coustomerstoryinner h4 {
    font-size: 24px;
    font-weight: 500;
    color: #1C3440;
    margin: 0 0 0 10px;
}
.coustomerstoryinner p{
    font-weight: 400;
    color: #808080;
    font-size: 20px;
    margin: 0;
}
.whatsupbtnicon{
    height: 48px;
    width: 48px;
    border-radius: 50px;
    padding: 0;
    margin-right: 15px;
}
.modal-open{
    padding-right: 0 !important;
}
.pageLoadModal .modal-content {
    padding: 22px 20px;
    border-radius: 10px;
    border: 0;
}
.pageLoadModal .modal-dialog{
    margin-left: auto !important;
    margin-right: 80px !important;
}

.pageLoadModal .modal-dialog {
      position: fixed;
        bottom: 20px;
        margin: 0;
        left: 0;
        right: 20px;
      transform: none;
      max-width: 360px;
    }

    /* .pageLoadModal .modal-content {
      border-radius: 16px 16px 0 0;
      box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.2);
      animation: slideUp 0.3s ease;
    } */

    @keyframes slideUp {
      from {
        transform: translateY(100%);
      }
      to {
        transform: translateY(0);
      }
    }
    .pageloadmodal .contact-form .form-group .form-control {
    height: 46px;
    border-radius: 10px;
    font-size: 14px;
}
.pageloadmodal .contact-form .form-group textarea.form-control {
    height: 100px;
}
.howitworks::after{
    top: 10px;
    left: 0; 
}
.howitworks::before{
    top: 10px;
    right: 0; 
}
.pageloadmodal .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
}