

.boxes.change-bgcolor {
    position: relative;

    background-size: cover;
    background-position: center;
    
    overflow: hidden;
}

.boxes.change-bgcolor::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dark overlay */
    z-index: 1;
}

.boxes.change-bgcolor > * {
    position: relative;
    z-index: 2;
}
.boxes.change-bgcolor {
    padding: 20px;
}
.container {
  width: 100%;
  background: #f7f7f7;
}

.content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.content .list {
  flex-direction: column;
  position: relative;
  width: 100%;
  padding-left: 57px;
  padding-right: 100px;
}

.content .list label {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 30px;
    background: #c540ff1c;
    transition: 0.3s ease;
    display: inline-block;
}
ul.rbt {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
}
/* Active tab styles */
#home:checked ~ .list .home,
#blog:checked ~ .list .blog,
#help:checked ~ .list .help,
#code:checked ~ .list .code,
#zxc:checked ~ .list .zxc,
#vbn:checked ~ .list .vbn,
#mlp:checked ~ .list .mlp,
#oiu:checked ~ .list .oiu,
#cvb:checked ~ .list .cvb,
#mki:checked ~ .list .mki{
  background:#55004c;
  color: white;
      max-width: fit-content;
}

/* Position of the slider under each tab */


/* Content visibility */
.text-content .text {
  display: none; /* Hide all content initially */
}

#home:checked ~ .text-content .home,
#blog:checked ~ .text-content .blog,
#help:checked ~ .text-content .help,
#code:checked ~ .text-content .code,
#zxc:checked ~ .text-content .zxc,
#vbn:checked ~ .text-content .vbn,
#mlp:checked ~ .text-content .mlp,
#oiu:checked ~ .text-content .oiu,
#cvb:checked ~ .text-content .cvb,
#mki:checked ~ .text-content .mki{
  display: block; /* Show the active tab's content */
}

/* Hover effect on labels */
.content .list label:hover {
  color: black;
}

/* Slider effect (to position the line under active tab) */

.content input{
  display: none;
}


@media screen and (max-width: 800px) {
.content .list {
    width: 100% !important;
}
}
* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.verizon {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.kter:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .verizon {
    width: 100%;
  }
}

.project-section {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.project-section-items {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.boxess {
  position: relative; /* Position relative for the pseudo-element */
  height: 300px;
  width: 250px;
  background-color: white; /* Set background color to white */
  margin: 5px 10px;
  cursor: pointer;
  transition: all 1s; /* Smooth transition */
  display: block;
  align-items: center;
  justify-content: center;
  font-family: poppins;
  font-size: 18px;
  color: black; /* Default text color */
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Add box shadow */
}

/* Pseudo-element for the background */
.boxess::before {
  content: ""; /* Create a pseudo-element */
  position: absolute; /* Position it absolutely */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0); /* Start with transparent */
  transition: background-color 1s; /* Smooth transition for the background color */
  z-index: 1; /* Ensure it is above the background image */
}


.boxess:hover {
  color: white; /* Change text color to white on hover */
}

/* This is to ensure that text remains above the pseudo-element */
.boxess h3, .boxess p {
  position: relative;
  z-index: 2; /* Ensure text is above the hover effect */
  text-align: left;
}

/* Additional styles to ensure hover changes are clearly visible */
.boxess:hover h3, .boxess:hover p {
  color: white; /* Ensure text color changes on hover */
}

* {
  box-sizing: border-box;
}

/* Create four equal columns that float next to each other */
.ploty {
  float: left;
  width: 25%;
  padding: 20px;
}

/* Clear floats after the columns */
.gloty:after {
  content: "";
  display: table;
  clear: both;
}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .ploty {
    width: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .ploty {
    width: 100%;
  }
  .content .list {

 padding-left: 0px!important; 
    padding-right: 0px!important; 
}
}

.project-section {
  margin-top: 10px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.project-section-items {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.boxes {
  position: relative; /* Position relative for the pseudo-element */
  height: 300px;
  width: 250px;
  
  background-size: cover; /* Ensure the image covers the entire box */
  margin: 5px 10px;
  cursor: pointer; 
  transition: all 1s;  /* Smooth transition */
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: poppins;
  font-size: 18px;
  color: white;
  padding: 10px;
}

.boxes::before {
  content: ""; /* Create a pseudo-element */
  position: absolute; /* Position it absolutely */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 0, 0, 0); /* Start with transparent */
  transition: background-color 1s; /* Smooth transition for the background color */
  z-index: 1; /* Ensure it is above the background image */
}

.boxes:hover::before {
  background-color: #5c0153; /* Change to semi-transparent red on hover */
}
.boxes.change-bgcolor {
    display: block;
}
.boxes h3, .boxes p {
  position: relative; /* Position text above the pseudo-element */
  z-index: 2;
  text-align:left;/* Ensure text is above the hover effect */
}



/* Style the tab */
.tab {
  float: left;
 background:#f7f7f7;
 
  width: 46%;
  height: 713px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: #606060;
    padding: 0px 16px;
    width: auto;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
    margin: 0;
    font-family:poppins;
    
}
.tab button:hover {
  color:black;
}

/* Create an active/current "tab button" class */
.tab button.active {
    color: #000000;
    border-left: 2px solid #000000;
    margin-left: -31px;
    border-radius:0px;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
 
  width: 54%;
  border-left: none;
  height: 609px;
}
@media screen and (max-width: 800px){
.mobs {
    padding-top: 0px !important;
}
}

@media screen and (max-width: 800px) {
.tab {
    float: left;
    width: 100%;
    height: 550px;
    padding: 0 !important;
     margin-bottom:196px;
}


.tabcontent {
    float: left;
    padding: 0px 12px;
    width: 100%;
    border-left: none;
    height: 500px;
   
}
.bottom-right {
    position: absolute;
    width: 317px!important;
    height: 300px!important;
    bottom:0px!important;
    right: 12px!important;
    backdrop-filter: blur(8px);
    background-image: linear-gradient(to right, rgba(243, 112, 33, 0.31) 10%, rgba(189, 26, 41, 0.28) 54%, rgba(237, 28, 36, 0.36) 79%, rgba(240, 78, 48, 0.37) 101%);
}

}

p.ertyo {
    color: white;
    background: #55004c;
    text-align: center;
}


.swiper {
    width: 1070px!important;
    height: 280px !important;
    overflow: auto !important;
}

 @media (max-width: 800px) {
.swiper {
    width: 250px!important;
    height:300px !important;
     overflow: auto !important;
}

  }


    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height:100%;
      object-fit: cover;
    }
    
    
    
    
.wertyu {
  position: relative;
  display: flex;
  width: 250px;
  max-height: 250px;
  aspect-ratio: 3 / 2;
}

.img-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.img-wrapper:nth-child(2) {
  clip-path: inset(0px 0px 0px 50%);
}

.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: .2rem;
  height: 100%;
  background-color: #FAFAFA;
}

.slider {
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.slider::-webkit-slider-thumb {
  /* reset */
  -webkit-appearance: none;
  appearance: none;
  /* custom */
  height: 2.25rem;
  width: 2.25rem;
  border: .25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E');
  background-size: cover;
  cursor: grab;
}

.slider::-moz-range-thumb {
  height: 2.25rem;
  width: 2.25rem;
  border: .25rem solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.1);
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 height%3D%2224px%22 viewBox%3D%220 -960 960 960%22 width%3D%2224px%22 fill%3D%22%23000%22%3E%3Cpath d%3D%22M286.15-293.85 100-479.62l185.77-185.76 42.15 41.76-113 113.62h530.16l-113-113.62 42.15-41.76L860-479.62 674.23-293.85l-42.54-41.77 113.39-114H214.54l113.38 114-41.77 41.77Z%22/%3E%3C/svg%3E');
  background-size: cover;
  cursor: grab;
}

.slider:active::-webkit-slider-thumb {
  cursor: grabbing;
}

.slider:active::-moz-slider-thumb {
  cursor: grabbing;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
    .swiper {
    width: 250px;
    height: 250px!important;
    overflow: auto!important;
}
.swiper-slide.swiper-slide-active {
    display: grid;
    width: 250px!important;
    margin-right:10px;
}
.swiper-slide.swiper-slide-next {
    display: grid!important;
    width: 250px!important;
    margin-right: 10px;
}
.swiper-slide {
    display: grid !important
;
    width: 250px !important;
    margin-right: 10px !important;
}
.swiper-slide.swiper-slide-active {
    width: 250px;
    height: 250px;
}


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1100px;
  position: relative;
  margin: auto;
}
p{
    color: black; font-family: poppins!important; font-size: 14px; font-weight: 400; text-align: left;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: 22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
 
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.azx {
  float: left;
  width: 50%;
  padding: 10px;
  height: 450px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.aqw:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .azx {
    width: 100%;
  }
}
i.fa.fa-whatsapp {
    font-family: 'FontAwesome';
}


i.fa.fa-angle-right {
    float: right;
}
.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 20px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    border-bottom: 1px solid #cacaca;
    outline: none;
}
.elementor-48444 .elementor-element.elementor-element-430541c .elementor-accordion-item {
    border: 0px;
}


div#elementor-tab-title-2001 {
    height: 36px;
    line-height: 0;
}

div#elementor-tab-title-2002 {
    height: 36px;
    line-height: 0;
}

div#elementor-tab-title-2003 {
    height: 36px;
    line-height: 0;
}

li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
    color: #690079 !important;
    border-bottom: solid #690079 !important;
    border: 0px;
    border-radius: 50px;
}
.qodef-tabs .qodef-tabs-nav li.ui-state-active a {
    background-color: white;
    border: 0px;
    color: black;
}
ul.qodef-tabs-nav.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {
    padding-top: 35px;
}

.vty{
  width:32%;
}
.btm{
  display:flex;
}
.vty { font-size: 30px; text-align: center; padding: 10px 5px; line-height: 2; font-weight: 700; background-color: white!important; box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5); width:30%;     margin-top: 20px;   margin-left: 20px;   margin-bottom: 20px;      font-family:poppins;}
.qodef-tabs.qodef-vertical .qodef-tab-container {
    float: left;
    padding: 0 25px;
    width: 73%;
}

        

.grid {
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    max-width: 1200px;
    list-style: none;
    text-align: center;
}
.grid .one-half {
    width: 100%;
    float: left;
}
.grid .one-forth {
    width: 100%;
}
.grid .three-forth {
    width: 100%;
}
/* Common style */
.grid figure {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    margin: -0.135em 0;
    
    height: 300px;
    background: silver;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-width: 100%;
    min-height: 100%;
    opacity: 0.8;
    transition: opacity 0.5s, -transform 1s;
}
.grid figure img:hover {
    opacity: 0.3;
}
.grid figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #3c4a50;
    background: #f2caff;
    text-transform: uppercase;
    font-size: 1.25em;
    backface-visibility: hidden;
    transition: transform 0.35s;
}
.grid figure figcaption::after {
    content: '';
    border-style: solid;
    border-width: 20px;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption > span::before {
    display: inline-block;
    padding: 8px 10px;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure a.anchor {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}




.grid figure:hover p {
    opacity: 1; 
}
.grid figure h2,
.grid figure figcaption > span {
    transition: transform 0.35s;
}





/* Individual effects */



/*--------------------*/
/***** Slide Left *****/
/*--------------------*/

figure.effect-slideleft figcaption {
    width: 100%;
    transform: translate3d(-200%,0,0);  
}
figure.effect-slideleft figcaption::after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #ffffff;
    right: -35px;
    top: 45%;
}
figure.effect-slideleft figcaption > span {
    float: right;
}
figure.effect-slideleft h2,
figure.effect-slideleft figcaption > span {
    transform: translate3d(-200%,0,0);
}
figure.effect-slideleft:hover figcaption,
figure.effect-slideleft:hover h2,
figure.effect-slideleft:hover figcaption > span {
    transform: translate3d(0,0,0);
}


/* MEDIA SCREEN SIZES */
@media screen and (max-width: 1200px) {
    .grid figure {
        width: auto;
        float: left;
    }
    .grid figure img {
    }
    .grid figure figcaption {
        font-size: 90%;
    }
}
@media screen and (max-width: 900px) {
    
    .grid figure {
        width: 50%;
    }
    .grid figure img {
        min-width: 100%;
    }
    .grid figure figcaption {
        font-size: 90%;
    }
}
@media screen and (max-width: 664px) {
    .grid .one-half {
        width: 100%;
    }
    .grid figure {
        width: 100%;
    }
}