/*!
Theme Name: Ienet Child theme
Theme URI: https://bracketweb.com/ienetwp/
Template: ienet
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Ienet WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ienet-child
*/


:root {
  --ienet-font: "Outfit", sans-serif;
  --ienet-heading-font: "Outfit", serif;
  --ienet-special-font: "Outfit", cursive;
  --ienet-text: #737177;
  --ienet-text-rgb: 115, 113, 119;
  --ienet-text-dark: #9C93AE;
  --ienet-text-dark-rgb: 156, 147, 174;
  --ienet-base: #ec1845;
  --ienet-base-rgb: 223, 35, 57;
  --ienet-gray: #F7F5F1;
  --ienet-gray-rgb: 247, 245, 241;
  --ienet-white: #fff;
  --ienet-white-rgb: 255, 255, 255;
  --ienet-black: #091d3c;
  --ienet-black-rgb: 37, 20, 68;
  --ienet-black2: #141215;
  --ienet-black2-rgb: 20, 18, 21;
  --ienet-black3: #000;
  --ienet-black3-rgb: 0, 0, 0;
  --ienet-border-color: #E6E2D9;
  --ienet-border-color-rgb: 230, 226, 217;
  --ienet-letter-space: 0.1em;
  --ienet-letter-space-xl: 0.2em;
}



.packages-top__bottom__title{
	font-size:26px;
}

/* Tablet */
@media (max-width: 1024px) {
  .packages-top__bottom__title {
    font-size: 22px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .packages-top__bottom__title {
    font-size: 18px;
    line-height: 1.3;
  }
}

.main-slider-one__price{
	left:96% !important;
}


.packages-one__list {
    justify-content: space-around !important;
    row-gap: 0px;
    column-gap: 10px;
}

.main-header__inner{
	padding: 19px 30px 19px 30px;
}

@media (max-width: 767px) {
 .main-header__inner{
	padding: 19px 30px 19px 0px;
}
}

.packages-one__card__list{
	grid-template-columns: unset;
}

.packages-one__card{
	padding-bottom:80px;
}

.packages-one__card__price span {
    font-size: 16px;
    color: #797272;
}

@media (min-width: 1200px) {
    #service-section .container {
        max-width: 1400px;
    }
}

#service-section .packages-top__wrapper {
    align-items: unset;
}

#service-section .packages-top__item{
	    padding: 0 30px 24px;
}

@media (max-width: 767px) {
#service-section .packages-top__item{
	    padding: 24px 30px 24px;
}
}

.about-one__video{
	display:none;
}

.about-one__content__list {
   width: 620px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
    row-gap: 8px;
}

@media (max-width: 767px) {
    .about-one__content__list {
         grid-template-columns: 1fr;
    }
       width: 100%;
}


@media (max-width: 1750px) {
  #hero-section-slider .main-slider-one__layer {
        right: 0%;
    }
}

#hero-section-slider .main-slider-one__image__user__image {
    display: flex;
    align-items: center;
    display: none;
}

#hero-section-slider .main-slider-one__list__item{
	    background-color: #091d3c;
	border: 1px solid #f2f2f3;
}
 @media (max-width: 1550px) {
   #hero-section-slider .main-slider-one__shape {
        left: 118%;
    }
}

.feature-one__image{
	    margin: 13px 0 0;
}


#hero-section-slider .main-slider-one__image__social{
	display:none;
}

#hero-section-slider .main-slider-one__image__user{
	display:none;
}
 
@media (max-width: 767px) {
  #hero-section-slider .main-slider-one .active .main-slider-one__btn {
        flex-flow: wrap;
    }
}



#video-sec .video-two .video-popup{
	display: none;
}


#save-money-sec .cta-one__video{
	display:none;
}


@media (max-width: 767px) {
#save-money-sec .cta-one__content__list{
	width:305px;
}
}


#service-section .packages-one .row.gutter-y-30 {
    justify-content: center;
}

@media (max-width: 767px) {
#home-testimonials .testimonials-card__content{
	width:330px;
}
}



#save-money-sec .cta-one__image__price{
	font-size: 21px;
   
    padding: 36px 27px;
}
#save-money-sec .cta-one__content__text{
	width:615px;
}

@media (max-width: 767px) {
    #save-money-sec .cta-one__content__text{
	width:330px;
}
}


/* Desktop & Tablet – 2 columns */
#save-money-sec  .cta-one__content__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
	width:670px;
}

/* Mobile – 1 column */
@media (max-width: 767px) {
    #save-money-sec  .cta-one__content__list {
        grid-template-columns: 1fr;
    }
}

/* Desktop & Tablet */
#save-money-sec .cta-one__content__list li {
    font-size: 16px;
    line-height: 1.5;
	display: flex;
    align-items: center; /* vertical center */
    gap: 12px;
}

/* Mobile */
@media (max-width: 767px) {
    #save-money-sec .cta-one__content__list li {
        font-size: 14px;
        line-height: 1.6;
		display: flex;
    align-items: center; /* vertical center */
    gap: 12px;
    }
}




@media (max-width: 767px) {
#about-us-sec-home .about-one__image__two{
	right: -11px;
    bottom: -90px;
}
}

.packages-one__card{
	background-color: #091d3c;
}

.packages-one__card__price{
	border: 2px solid #f2f2f3;
}

/*   About page css */
 
#about-us-page-sec .about-two__content__user{
	display:none;
}

#about-speed-sec .cta-three__content__tab{
	gap:11px;
}

#about-speed-sec .cta-three__content__list {
	width:715px;
}

@media (max-width: 767px) {
   #about-speed-sec .cta-three__content__list {
        display: block;
    }

   #about-speed-sec .cta-three__content__list li {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 10px;
    }
}


@media (max-width: 767px) {
    .cta-three__content__tab {
        display: flex;
        flex-wrap: wrap;
        gap: 10px !important; 
    }

/*     .cta-three__content__tab li {
        width: calc(50% - 5px);
        box-sizing: border-box;
        text-align: center;
    } */
}



.blog-card__meta li:nth-child(2) {
    display: none;
}

@media (max-width: 767px) {

  .main-slider-one__sub-title {
    animation: none !important;
    -webkit-animation: none !important;
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
  }

}



/* footer css */

.main-footer__shape-one, .main-footer__shape-two{
	display:inherit;
}

@media (max-width: 767px) {
    .main-footer__shape-one,
    .main-footer__shape-two {
        display: none !important;
    }
}


/* check availability css */

@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700&display=swap');

/* Wrapper */

.availability-wrapper {
    position: relative;
}



/* Input field */
#service_area_input {
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    outline: none;
    font-family: 'Outfit', sans-serif;
	margin-right:15px;
}

#service_area_input:focus {
    border-color: #DF2339;
    box-shadow: 0 0 0 2px rgba(223, 35, 57, 0.15);
}

/* Button */
#checkAvailabilityBtn {
    padding: 14px 24px;
    background-color: #DF2339;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    cursor: pointer;
    width: fit-content;
}

#checkAvailabilityBtn:hover {
    background-color: #c81f32;
}

/* Suggestions dropdown */
#suggestions-box {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 6px;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    max-height: 220px;
    overflow-y: auto;
    display: none;
    z-index: 99999;
}


/* Suggestion item */
.suggestion-item {
    padding: 12px 16px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.suggestion-item:hover {
    background-color: #f7f7f7;
}

/* Result message */
#availability-result {
    margin-top: 14px;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

/* Mobile styles */
@media (max-width: 768px) {

    .availability-wrapper {
        width: 100%;
    }

    /* Input full width */
    #service_area_input {
        width: 100%;
        font-size: 15px;
        padding: 12px 14px;
    }

    /* Button full width & stacked */
    #checkAvailabilityBtn {
        width: 100%;
        padding: 13px 16px;
        font-size: 15px;
        margin-top: 8px;
    }

    /* Suggestions dropdown full width */
    #suggestions-box {
        left: 0;
        right: 0;
        max-height: 180px;
    }

    /* Bigger tap area for suggestions */
    .suggestion-item {
        padding: 14px 16px;
        font-size: 14px;
    }

    /* Result text spacing */
    #availability-result {
        font-size: 15px;
        line-height: 1.5;
    }
}


/* ott css */

/* .plan-ott {
  margin-top: 14px;
} */

.plan-ott-title {
  font-size: 16px;
  font-weight: 400;
  color: #9C93AE;
  margin-bottom: 6px;
}

.plan-ott-row {
  display: flex;
  align-items: center;
  gap: 10px;
	padding: 6px;
    border: 2px solid #ec1845;
	border-radius:8px;
	width: 190px;
	margin-top: 5px;
}

.plan-ott-icons {
  display: flex;
  gap: 8px;
}

.plan-ott-icons img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* + More text */
.ott-more {
  position: relative;
  font-size: 11px;
  color: #e0e0e0;
  cursor: pointer;
  white-space: nowrap;
	
}

/* Popup */
.ott-popup {
  position: absolute;
  top: 182%;
  left: -145px;
  width: 290px;
  background: #091d3c;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: 0.25s ease;
  z-index: 10;
	border:2px solid #ec1845;
	
}

.ott-more:hover .ott-popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ott-popup p {
  font-size: 14px;
  font-weight: 400;
  color: #9C93AE;
  margin-bottom: 8px;
}

.ott-popup-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ott-popup-icons img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* VOIP add-on */
.plan-ott-addon {
  margin-top: 8px;
  font-size: 11px;
  color: #e0e0e0;
}

.plan-ott-addon span {
  opacity: 0.75;
}

/* New OTT CSS */

/* .ott-pack {
  margin-top: 14px;
} */

.ott-pack-title {
  font-size: 16px;
  font-weight: 400;
  color: #9C93AE;
  margin-bottom: 6px;
}

.ott-pack-box {
  padding: 8px;
  border: 2px solid #ec1845;
  border-radius: 8px;
  width: 100%;
  max-width: 285px;
	margin-top: 5px;
}

.ott-pack-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ott-pack-icons img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

/* VOIP add-on */
.ott-pack-addon {
  margin-top: 8px;
  font-size: 11px;
  color: #e0e0e0;
  line-height: 1.3;
}

.ott-pack-addon span {
  opacity: 0.75;
}



.page-header__shape {
    background-image: url(http://103.132.16.148/bbnl/wp-content/uploads/2026/02/tt7.webp) !important;
}

.page-header__bg {
    background-image: url(http://103.132.16.148/bbnl/wp-content/uploads/2026/02/GLBE-3.webp) !important;
}

.page-header__layer {
    background-image: url(http://103.132.16.148/bbnl/wp-content/uploads/2026/02/AU-1.webp) !important;
}


@media (max-width: 767px) {
  .main-footer__copyright a {
    display: block;
    margin-top: 5px;
  }
}
