.elementor-kit-7{--e-global-color-primary:#374836;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hover-containers {
  display: flex;
  gap: 10px;
}

/* Default sizes */
.hover-containers .hover-box {
  flex: 1;
  transition: flex 0.5s ease;
  background-size: cover;
  background-position: center;
  border-radius: 27.27px;
  cursor: pointer;
}

/* Pehle box ko default bada */
.hover-containers .hover-box:first-child {
  flex: 3;
}

/* Hover effect for all */
.hover-containers .hover-box:hover {
  flex: 3;
}


/*.hover-bo .box-1 {*/
/*  display: inline-block; */
/*}*/
/*.hover-bo .box-2 {*/
/*  display: none;*/
/*}*/

/*.hover-bo:hover .box-1 {*/
/*  display: none;*/
/*}*/
/*.hover-bo:hover .box-2 {*/
/*  display: inline-block;*/
/*}*/



.hover-bo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Common for both contents */
.hover-bo .box-1,
.hover-bo .box-2 {
  position: absolute;   /* dono ek dusre ke upar rahenge */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; 
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

/* Default show content-1 */
.hover-bo .box-1 {
  opacity: 1;
  visibility: visible;
}

/* On hover show content-2 instead */
.hover-bo:hover .box-1 {
  opacity: 0;
  visibility: hidden;
}

.hover-bo:hover .box-2 {
  opacity: 1;
  visibility: visible;
}









.hover-cont
{ display: flex; gap: 10px; } 

.hover-cont .hover-bo 
{ flex: 1;  transition: flex 0.5s ease; background-size: cover; background-position: center; border-radius: 27.27px; cursor: pointer; } 

.hover-cont .hover-bo:hover { flex: 3;  }/* End custom CSS */