.insects h4{
    display:block;
    color:#000;
    font-size:18px;
}
.insects{
    display:block;
    text-align:center;
    border: 1px solid var(--divider-color);
    box-shadow: 0px 0px 30px 0px #002F471A;
    border-radius: 24px;
    padding:1.5rem;
    height:100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position:relative;
    overflow:hidden;
}

.insects:hover{
    transform: translateY(-8px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}
.sector-content a{
    color:#000;
}

.sector-item:hover .sector-content a{
    color:#fff;
}
.insects:hover a{
    color:#fd8a00;
}

.insects a{
    color:#000;
    transition: color 0.3s ease;
}

.our-sectiuon .row{
    row-gap:24px;
}

.our-sectiuon{
    position:relative;
    padding:4rem 0;
}

.features-item-content h4{
        font-size: 17px;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.why-choose-item:hover .why-choose-item-content h4{
    color:#fff;
}
.our-services .services-slider .swiper-slide{
    height:100%;
}

.why-choosttle a{
    color:#000;
}

.why-choose-item{
    height:100%;
}

.why-choose-item:hover .icon-box{
    background:#fff;
}

.why-choose-item:hover .icon-box img{
    filter: invert(49%) sepia(63%) saturate(1727%) hue-rotate(5deg) brightness(106%) contrast(103%);
}

.topbar-social-links ul li a{
    color:#fff;
}
.topbar-social-links ul li{
    font-size: 14px;
    font-weight: 500;
    color: var(--white-color);
    display: flex;
        align-items: center;
    justify-content: flex-end;
}
.topbar-social-links ul li i{
    font-size: 16px;
    color: var(--white-color);
    margin-right: 10px;
}


.whatsappicon {
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 9999;
}

.page-header-box .breadcrumb-item + .breadcrumb-item::before {
    content: "\f108";
    font-family: flaticon_normal-icon !important;
    padding: 0 6px 0 0;
    color: #fff; /* adjust based on background */
    font-size: 14px;
    vertical-align: middle;
}

.page-header-box .breadcrumb-item.active{
    font-weight:600;
}

.sec-big-title{
     font-size: 34px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
} 

.sec-big-title span{
     color:#0065c9;
}

.treatment-types {
    border: 1px solid var(--divider-color);
    border-radius: 16px;
  padding: 15px;
  height: 100%;
}

.treatment-types ul li{
    font-size:15px;
    line-height: 1.6;
}

.treatment-types h4{
    font-size:20px;
    margin-bottom: 13px;
}

.treatment-types ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.treatment-types ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.treatment-types ul li:before {
  content: "\f130"; 
  font-family: "flaticon_normal-icon" !important;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #fd8a00; 
}

.service-management-box .row{
    row-gap:20px;
}

.service-management-list .sec-big-title{
    text-align:center
}

/* ===== Section Styles ===== */
.industry-expertise {
  background-color: #012e45;
  padding: 80px 0;
  text-align: center;
}

.industry-expertise .sub-title {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 15px;
}

.industry-expertise .section-title .sec-big-title {
  color: #fff;
}

/* ===== Explore Link ===== */
.explore-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 50px;
  transition: color 0.3s ease;
}

.explore-link:hover {
  color: #ff0000;
  text-decoration: underline;
}

.industry-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 0px;
}

.industry-item {
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.shield-icon {
  position: relative;
  width: 77px;
  height: 100px;
  margin: 0 auto 15px;
}

.shield-outline {
  width: 100%;
  height: 100%;
  stroke: #666;
  fill: none;
  stroke-width: 2;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.shield-inline {
  width: 100%;
  height: 100%;
  stroke: #fd8a00;
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 225;
  stroke-dashoffset: 225;
  position: absolute;
  top: 0;
  left: 0;
  transition: stroke-dashoffset 1s ease;
  pointer-events: none;
}

.img-pest {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.img-pest img {
  width: 35px;
  height: 35px;
 filter: invert(74%) sepia(63%) saturate(5624%) hue-rotate(1deg) brightness(103%) contrast(103%);
  transition: transform 0.4s ease;
}

.industry-item p {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease;
}

.industry-item:hover .shield-inline {
  stroke-dashoffset: 0;
}

.industry-item:hover .img-pest img {
  transform: scale(1.1);
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.industry-item:hover p {
  color: #fd8a00;
}

.industry-expertise .row{
    row-gap:45px;
}

.whychoose-detal {
    padding:4rem 0;
}
/*.main-cta {*/
/*  position: relative;*/

/*  padding:60px;*/
/*  border-radius: 12px;*/
/*  overflow: hidden;*/
/*}*/

.main-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 24px;
  padding: 9px; /* Border thickness */
  background: linear-gradient(135deg, #fd8a00, #0065c9);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.cta-destail-sec {
    padding:2rem 0 3rem;
    position:relative;
}
.cta-destail-sec .sec-big-title{
    text-align: center;
}
.cta-destail-sec .section-title{
    margin-bottom:19px;
}
.cta-destail-sec .main-cta {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg/ajl-pest-control-telangana.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
}
.cta-destail-sec p{
    color:#fff;
}
.cta-destail-sec .sec-big-title{
      color:#fff;
}
.cta-destail-sec .main-cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #012e45; 
  opacity: 0.5;
  z-index: -1;
   border-radius: 24px;
}

/*.mosquito-logo {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  bottom: 0;*/
  /*width: 118px; */
/*  height: 118px;*/
/*  background: url("../images/bg/mosquito.webp") no-repeat right bottom;*/
/*  background-size: contain;*/
  /*opacity: 0.15; */
/*  pointer-events: none;*/
/*}*/


.cta-btn {
    text-align:center;
}
.cta-main-btn{
    display: flex;
    gap: 10px;
   justify-content: center;
}

.process-card {
  position: relative;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  padding:30px;
  transition: all 0.3s ease;
}

.process-card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.process-num {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0065c9;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 12px;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 10px;
}

.process-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.icon-process img {
  width: 55px;
  height: 55px;
  min-width:55px;
}

.side-content-pro h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.side-content-pro p {
  line-height: 1.5;
  margin: 0;
}

.process-main {
    margin-bottom:30px;
}

.process-agl{
    padding:4rem 0;
}

.process-img {
  position: sticky;
  top: 100px; /* Adjust based on your header height */
}

.process-img img {
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.faq-det-agl {
    padding:3rem 0 4rem;
}

/*.faq-det-agl .accordion-item .accordion-button::after, .faq-accordion .accordion-item .accordion-button.collapsed::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background: url(../images/svg/up-arrow.svg) no-repeat;*/
/*    background-position: right center;*/
/*    background-size: cover;*/
/*    height: 24px;*/
/*    width: 24px;*/
/*    transform: rotate(90deg);*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

.faq-det-agl .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg);
}

.faq-det-agl .accordion-item {
  border: none;
  border-bottom: 1px solid #e5e7eb; /* subtle bottom line */
  background: #fff;
}

.faq-det-agl .accordion-button {
  position: relative;
  width: 100%;
  text-align: left;
  font-weight: 600;
  color: #000;
  background: transparent;
  box-shadow: none;
  /*padding: 18px 40px 18px 0;*/
  border: none;
}

.faq-det-agl .accordion-button::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  background: url("../images/svg/up-arrow.svg") no-repeat center center;
  background-size: 20px 20px;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-in-out;
}

.faq-det-agl .accordion-button:not(.collapsed)::after {
  transform: translateY(-50%) rotate(-90deg);
}

.faq-det-agl .accordion-body {
  padding: 0 0 15px 0;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}
.contact-info-item .icon-box img {
  filter: brightness(0) invert(1);
}

.contact-info-item .icon-box img{
    height: 30px;
    width: 30px;

}
.contact-info-item .icon-box{
    margin-right: 15px;
    background: #fd8a00;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 57px;
}
.google-map-iframe,
.google-map-iframe iframe{
    width: 100%;
    height: 400px;
}

.page-single-faqs.page-faq-accordion .faq-accordion.service-faq .accordion-item .accordion-button::after, 
.page-single-faqs.page-faq-accordion .faq-accordion.service-faq .accordion-item .accordion-button.collapsed::after{
    filter: brightness(0) invert(0);
    background: url(../svg/arrow-white.svg) no-repeat;
}

.bullet-tick {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.bullet-tick li {
  position: relative;
  padding-left: 28px; /* space for the icon */
  margin-bottom: 10px;
  line-height: 1.6;
}

.bullet-tick li:before {
  content: "\f1af";
  font-family: flaticon_normal-icon !important;
  color: #0065c9;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1.6;
}
.side-call{
    display:none;
}

.pest-control-sector {
    padding: 3rem 0;
}

.pest-control-sector .page-service-single {
    padding: 28px 0 20px;
}

.pest-control-sector h2{
    text-align:center;
}

.pest-control-sector .project-overview .sec-big-title{
    text-align:left;
}

.termite-treatment img{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
    border-radius: 16px;
}

.our-sectiuon.pre-post-sector .insects p{
    color:#000;
}

.quote-main-sec{
    padding:5rem 0;
}

 .quote-main-section {
   background: linear-gradient(135deg, rgba(30, 60, 114, 0.9) 0%, rgb(0 101 201) 100%), url(../images/bg/ajl-pest-control-telangana.webp);
    padding:50px;
    position: relative;
    margin:0 auto;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    max-width:fit-content;
        }

.quote-main-section::before {
    content: '';
    position: absolute;
    top: 14px;
    left: 9px;
    width: 120px;
    height: 121px;
    background-image: radial-gradient(circle, rgb(255 255 255) 3.5px, transparent 3.5px);
    background-size: 19px 30px;
}

        .quote-main-section::after {
           content: '';
    position: absolute;
    bottom: 10px;
    right: 50px;
    width: 226px;
    height: 158px;
    background-size: 19px 30px;
    background-image: radial-gradient(circle, #6cb6ff  3.5px, transparent 3.5px);
            
        }
        
        
        .circle-top-left {
  position: absolute;
  top: -100px;
  left: -100px;
      width: 200px;
    height: 200px;
    border: 4px solid rgb(0 101 201);
  border-radius: 50%;
  animation: moveLeftRight 8s ease-in-out infinite;
  pointer-events: none; /* Prevents interference with form clicks */
  z-index: 1;
}

/* Circular border shape - Bottom Right */
.circle-bottom-right {
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 200px;
  height: 200px;
  border: 4px solid rgb(255 255 255);
  border-radius: 50%;
  animation: moveRightLeft 8s ease-in-out infinite;
  pointer-events: none;
  z-index: 1;
}

/* Keyframes for left to right movement */
@keyframes moveLeftRight {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
}

/* Keyframes for right to left movement */
@keyframes moveRightLeft {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-50px);
  }
}

        .quote-section-cu {
           max-width: 1050px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }

        .quote-small{
           position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: #000;
    background: var(--secondary-color);
    border-radius: 24px;
    padding: 4px 20px 4px 36px;
    margin-bottom: 15px;
        }
        
        .quote-small::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    background: #fd8a00;
    border-radius: 50%;
    width: 6px;
    height: 6px;
}
        

        .quote-section-cu .quote-title {
            font-size: 38px;
            font-weight: 700;
            color: #ffffff;
            margin-bottom: 20px;
            text-align: center;
        }
        
        .quote-section-cu .form-button{
            text-align: center;
        }

        .quote-section-cu .quote-description {
            color: rgba(255, 255, 255, 0.9);
            text-align: center;
            margin-bottom: 30px;
        }

      

        .quote-input-wrapper {
            margin-bottom: 20px;
        }

        .quote-input-wrapper label {
            display: none;
        }

        .quote-input-wrapper input,
        .quote-input-wrapper textarea, .quote-input-wrapper select {
            width: 100%;
            padding: 20px 20px;
            border: none;
            border-radius: 12px;
            font-size: 15px;
            background: #ffffff;
            color: #333;
            transition: all 0.3s ease;
        }

        .quote-input-wrapper input::placeholder,
        .quote-input-wrapper textarea::placeholder {
            color: #999;
        }

        .quote-input-wrapper input:focus,
        .quote-input-wrapper textarea:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.3);
        }

        .quote-input-wrapper textarea {
            min-height: 120px;
            resize: vertical;
        }

        .quote-submit-wrapper {
            text-align: center;
            margin-top: 30px;
        }

        .quote-submit-btn {
            background: #4299e1;
            color: #ffffff;
            border: none;
            padding: 16px 50px;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .quote-submit-btn:hover {
            background: #3182ce;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(66, 153, 225, 0.4);
        }

.pre-post-sector .insects h4{
    margin-bottom: 10px;
}


.secure-property {
  background: linear-gradient(90deg, #f7fdfb 0%, #ffffff 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.property-img img {
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.property-content {
  padding-left: 30px;
}

.property-content .section-title {
  font-size: 32px;
  color: #022d1f;
  font-weight: 700;
  margin-bottom: 20px;
}

.property-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 15px;
}

.btn-theme {
  display: inline-block;
  background-color: #0e9e5a;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-theme:hover {
  background-color: #087b45;
  transform: translateY(-3px);
}

.secure-property {
  position: relative;
  padding:3rem 0 0;
  overflow: hidden;
  background: url("../images/bg/securing-properties.webp") no-repeat center center/cover;
}

.secure-property::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #002F47;
  z-index: 1;
  opacity: 0.8;
}

.secure-property .row{
     position: relative;
  z-index: 2;
}

.property-content .sec-big-title {
    color:#fff;
}

.property-content p {
    color:#fff;
}

.no-one-cares {
    padding:4rem 0 0;
}

.about-us-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px; /* space between ul and image */
}

.side-about {
    flex-shrink: 0;
    position: relative;
}

.side-about img {
    bottom: 0;
    max-width: 150px;
    top: -75px;
    height: auto;
    display: block;
    border-radius: 8px;
    position: absolute;
}

.main-about .approach-img-1 .image-anime {
    transform: translate(-65px, 0px);
}

.main-about .experience-box .icon-box img {
    width: 100%;
    max-width: 70px;
    background: #fff;
    border-radius: 40%;
}

.about-key{
    background-image: url(../images/bg/ant-control-team.webp);
}

.about-key::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #002F47;
    z-index: 1;
    opacity: 0.8;
}

.about-key .about-counter-list{
     z-index: 2;
     position: relative;
}

.vision-mission {
    padding:4rem 0;
}


.no-one-cares {
  padding:3rem 0;
}

.pests-remove {
  background: #fff;
  border: 2px solid #e4f3eb;
  border-radius: 16px;
  padding: 40px 40px 30px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position:relative;
}

.illustra-vm img{
    width:100%;
}

.pests-remove:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  transform: translateY(-3px);
}

.pests-remove .section-title .sec-big-title {
  margin-bottom: 20px;
}
.pests-remove .section-title{
    max-width:900px;
}

.pests-remove:before {
    content:"";
    position:absolute;
    background-image:url('/images/about/pest-control-services.svg');
}

/*.pests-remove::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  width: 45%;*/
/*  background-image: url('../images/about/pest-control-services.svg');*/
/*  background-repeat: no-repeat;*/
/*  background-size: contain; */
/*  background-position: right center;*/
/*  opacity: 1; */
/*  z-index: 0;*/
/*}*/

.choose-content {
  border-radius: 24px;
  padding: 30px 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: all 0.3s ease;
  height:100%;
}

.choose-content:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(-4px);
}
.choosen-icon {
  position: relative;
  overflow: hidden;
  width: 73px;
  height: 73px;
  border-radius: 50%;
  background: #fd8a00; /* base orange */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: background 0.3s ease;
}

/* pseudo-element handles the filling animation */
.choosen-icon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: #012e45; /* fill color */
  transition: height 0.6s ease;
  border-radius: 50%;
  z-index: 0;
}

/* hover: fill rises smoothly from bottom to top */
.choose-content:hover .choosen-icon::after {
  height: 100%;
}

/* keep icon image visible above the fill */
.choosen-icon img {
  position: relative;
  z-index: 1;
  transition: transform 0.4s ease;
}

/* optional icon animation */
.choose-content:hover .choosen-icon img {
  transform: scale(1.05);
}

.choosen-icon img {
  width: 40px;
  height: 40px;
  filter: brightness(0) invert(1); /* makes SVG white if needed */
}

.choose-main h4 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin-bottom: 8px;
}

.choose-main p {
  line-height: 1.5;
  margin: 0;
}

.about-why-choose .section-title{
    text-align:center;
    margin-bottom: 10px;
}
.about-why-choose {
    padding:2rem 0 4rem;
}

.about-why-choose .row{
    row-gap:30px;
}


 .sector-box{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
        justify-content: center;
}

 .sector-box .sectoricon-box{
    position: relative;
    background: #0065c9;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    transition: all 0.3s 
ease-in-out;
    z-index: 1;
    margin-bottom: 22px;
}

 .sector-box .sectoricon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.4s 
ease-in-out;
}

.sector-box .sectoricon-box img {
    position: relative;
    max-width: 30px;
    z-index: 1;
    filter: invert(99%) sepia(3%) saturate(15%) hue-rotate(135deg) brightness(104%) contrast(100%);}
    
   

.sector-item {
  position: relative;
  width: calc(32% - 22.5px);
  border-radius: 24px;
  overflow: hidden;
  padding: 30px 25px;
  background: var(--white-color);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sector-item::before {
  content: '';
  position: absolute;
  top: 0;       /* fixed */
  left: 0;      /* fixed */
  width: 100%;
  height: 100%;
      background-color: #fd8a00;
  transform: translateY(100%);  /* start hidden below */
  transition: transform 0.4s ease-in-out;
  z-index: 0;   /* ensure it’s behind text */
}

.sector-item:hover::before {
  transform: translateY(0);  /* slide up overlay */
}


.sector-content {
    position: relative;
    z-index: 1;}
    
    
    .sector-services h4{
            margin-bottom: 5px;
            font-size: 20px;
    }
    
    
    .sector-services p{
        margin: 0;
    }
    
    

.sector-item:hover .sectoricon-box {
  background: #fff;
}

.sector-item:hover .sectoricon-box img {
  filter: invert(36%) sepia(92%) saturate(1351%) hue-rotate(199deg) brightness(93%) contrast(103%);
}

.sector-item:hover h4,
.sector-item:hover p {
  color: #fff;
}

.hambuuefer, .close-button, .dropn-btnmobile{
    display:none;
}
label.error{
    color:red;
}


.cockroch-control{
        height: 60px;
    position: absolute;
    width: 60px;
    display: block;
    border-radius: 50px;
    background: #0065c9;
    display: flex;
    align-items: center;
    /* margin: auto; */
    justify-content: center;
    /* margin-left: auto; */
    right: -17px;
    bottom: -12px;
}
.cockroch-control i{
    font-size: 20px;
    top: 14px;
    left: 12px;
    transform: rotateZ(-69deg);
    position: absolute;
    color:#fff;
}

.location-tect {
 
  border-radius: 8px;
  padding: 25px 40px;
  text-align: center;
  color: #fff;
  max-width: 900px;
  margin: 30px auto 0; 
  border:2px solid #ffffff8c;
}

.location-tect h4 {
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
  letter-spacing: 1px;
}

.location-tect ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin: 0;
  padding: 0;
}

.location-tect li a {
  font-size: 15px;
  color: #fff;
  transition: all 0.3s ease;
  cursor: pointer;
}

.location-tect li a:hover {
 color: rgb(253, 138, 0);
}

.location-tect ul {
  list-style: disc; /* enable bullets */
  padding-left: 20px;
}

.location-tect ul li {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.location-tect ul li::marker {
  color: #fd8a00; /* orange bullet color */
  transition: color 0.3s ease-in-out;
}

.location-tect ul li:hover::marker {
  color: #fff; /* bullet turns white on hover */
}
.hide-robot{
display:none !important;
}