@charset "utf-8";
/* CSS Document */
.space {
    padding: 70px 0px 70px;
}
.text-justify {
    text-align: justify;
}
.bg-img-01 {
    background-image: url("../agnis-assets/home/work-bg.jpg");
}

.bg-color-22 {
/*  background: #35C429;*/
  background: #0a6e9b;
    background-repeat: repeat;
    background-size: auto;
}
.bg-color11 {
  background: #064675;
/*  background: #33B028A8;*/
    background-repeat: repeat;
    background-size: auto;
}
.highlight-image-container {
  background-color: #101435;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.highlight-image {
border-radius: 5%;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.highlight-image {
  transform: scale(1.05);
  box-shadow: 
    0 0 30px rgba(0, 183, 255, 0.6),
    0 0 60px rgba(255, 165, 0, 0.4),
    inset 0 0 20px rgba(0, 183, 255, 0.4);
}
.head-text-dark{
    color: #222222;
}
.bg-img-02 {
    background-image: url("../agnis-assets/home/bg-01.jpg");
}
.bg-img-03 {
    background-image:url("../agnis-assets/home/product-bg.jpg");
}
.bg-img-04 {
    background-image:url("../agnis-assets/home/bg-benifits.jpg");
}
/* Hover Effects */
.serviceBox{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 15px 25px 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.serviceBox:before,
.serviceBox:after{
    content: '';
    background: linear-gradient(#70def9,#70def9,#8370ff,#8370ff); 
    height: 950px;
    transform: translateY(-50%);
    position: absolute;
    left: 2px;
    right: 2px;
    top: 50%;
    z-index: -1;
}
.serviceBox:after{
    background:#2a2c3c85;
    border-radius: 0;
    height: 100%;
    box-shadow: 0 0 3px rgba(0,0,0,0.6);
    transform: translateY(0);
    top: 0;
    left: 7px;
    right: 7px;
}
/* Hover Effects */
.serviceBox:hover {
   box-shadow: 0 0 60px 5px #00FFFF82, 0 0 5px 10px #0960ac69, 0 0 20px 20px #2755ae6b;
}
/* Service Title - Glowing Accent */
.serviceBox .title {
    font-size: 26px;
    font-weight: bold;
    color: #ffffff;
    transition: text-shadow 0.4s ease;
}
/* Glow intensifies on hover */
.serviceBox:hover .service-icon {
    transform: scale(1.1) rotate(3deg);
}
.serviceBox .service-icon{
    font-size: 40px;
    background: linear-gradient(#70def9,#8370ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 0px;
}
.serviceBox .title{
    color: #FDFDFD;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #F3F3F3;
    font-size: 15px;
    line-height: 24px;
    margin: 0 10px;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }}

/* Hover effects */
.item:hover {
    box-shadow: 0 0 22px rgba(84, 80, 153, 0.5);
    transform: translateY(-6px);
    border: 1px solid rgba(84, 80, 153, 0.4);
}

/* Heading glow */
.item h2 {
    color: #ffffff;
/*    text-shadow: 0 0 5px #545099, 0 0 10px #545099;*/
	
    transition: text-shadow 0.4s ease;
}

@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }}

.product-grid{
    text-align: center;
    padding: 10px 10px;
    margin: 0 auto;
    border: 2px solid #dedade;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.product-grid:hover{ border: 2px solid #003844;
box-shadow: 0 0 60px 5px #00FFFF82, 0 0 5px 10px #0960ac69, 0 0 20px 20px #2755ae6b /*inset 0 0 10px #fff, inset 20px 0 30px #ce0909, inset -20px 0 30px #e38038, inset 20px 0 100px #cc3a3a, inset -20px 0 300px #ff8f00, 0 0 20px #fff, -10px 0 30px #bf0808, 10px 0 30px #ff7800*/;
}
.product-grid .product-image{
    position: relative;
}
.product-grid .product-image a.image{display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
}
.product-image .pic-1{ transition: all .5s ease; }
.product-grid:hover .product-image .pic-1{ opacity: 0; }
.product-image .pic-2{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s ease;
}
.product-grid:hover .product-image .pic-2{ opacity: 1; }
.product-grid .product-links{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 1;
    border: 1px solid #aaa;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s ease 0.3s;
}
.product-grid:hover .product-links{ opacity: 1; }
.product-grid .product-links li{
    margin: 0;
    display: block;
}

.product-grid .product-content{ padding: 10px; background: white;}
.product-grid .rating li:last-child {
    color: #111;
    display: inline-block;
}
.product-grid .title{
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 5px;
}
.product-grid .title a{
    color: #000;
    transition: all 0.3s ease 0s;
}
.product-grid .title a:hover{ color: #1a2044; }
.product-grid .add-cart{
    color: #1a2044;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 12px 10px;
    border: 1px solid #1a2044;
    display: block;
    position: relative;
    transition: all .3s ease;
    z-index: 1;
}
.product-grid .add-cart i{ margin: 0 5px 0 0; }
.product-grid .add-cart:hover{ color: #fff; }
.product-grid .add-cart:before{
    content: "";
    background: #1a2044;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.product-grid .add-cart:hover:before{ width: 100%; }
@media screen and (max-width: 990px){
    .product-grid{ margin-bottom: 30px; }
}

.agnis-list-02{
    width:100%;
}
.agnis-list-02{
    counter-reset: li;
    list-style: none;
    *list-style: decimal;
    font-size: 18px;
    padding: 0;
    font-weight: 300;
}
.agnis-list-02 a{
    border-radius: 10px;
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0;
background: #495266;
background: linear-gradient(90deg,rgb(73, 82, 102) 0%, rgb(44, 46, 57) 74%);
    color: white;
    text-decoration: none;
    -webkit-transition: box-shadow 1s; /* For Safari 3.1 to 6.0 */
    transition: box-shadow 1s;
    text-align: center;
}
.serviceBox2{
    font-family:'Poppins', sans-serif;
    text-align: center;
    padding: 20px 35px 30px;
    position: relative;
    z-index: 1;
}
.serviceBox2:before,
.serviceBox2:after{
    content: "";
    background-color: #5B6580;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.serviceBox2:after{
    background-color: #fff;
    height: auto;
    border-radius: 50%/15%;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.serviceBox2 .service-icon{
    color:  #5B6580;
    font-size: 30px;
    margin: 0 0 10px;
}
.serviceBox2 .title{
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
}
.serviceBox2 .description{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
    text-align: center;
    margin: 0;
}
/*.serviceBox2:hover{
box-shadow: 0 0 60px 5px #00FFFF82, 0 0 5px 10px #0960ac69, 0 0 20px 20px #2755ae6b ;
}*/
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }}
hr {
  display: block;
  clear: both;
  border-top: solid 1px #6c6868;
  margin: 15px 0 15px 0;
}
.panel-heading {
  background:#545E7B;
  border: solid 1px #969393;
    padding: 10px;
    color: #FDFDFD;
}
.panel-body {
  background:#FFFFFF;
  border: solid 1px #969393;
    padding: 10px;
}
.form-group {
    margin: 10px;
}

.serviceBox3{
    color: #fff;
    background:  #F5F5F5;
    text-align: center;
    position: relative;
    z-index: 0;
}
.serviceBox3:before,
.serviceBox3:after{
    content: "";
    background: #F5F5F5;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    transform: translateX(-50%);
    position: absolute;
    top: 48px;
    left: 50%;
}
.serviceBox3:after{
    top: auto;
    bottom: 62px;
}
.serviceBox3 .title{
    background-color: #5D6F79;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 0 25px;
    box-shadow: inset 0 -6px 6px rgba(0,0,0,0.3);
    margin: 0 0 20px;
    color: #FFFFFF;
}
.serviceBox3 .description{
    font-size: 16px;
    line-height: 30px;
    margin: 0 10px 20px;
    font-weight: 400;
    color: #4d4d4d;
}
.serviceBox3 .service-icon{
    background-color: #5D6F79;
    font-size: 35px;
    line-height: 35px;
    padding: 25px 0 15px;
    box-shadow: inset 0 6px 6px rgba(0,0,0,0.3);
}
.serviceBox3 .service-icon i{ line-height:inherit; }
@media only screen and (max-width: 1199px){
    .serviceBox3{ margin: 0 0 40px; }}

.services-bg{
   background: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 30px 20px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
} 
.services-bg:before,
.services-bg:after{
    content: "";
    background: linear-gradient(to top , #ef5777 49%, #f53b57 50%);
    width: calc(100% - 20px);
    height: 5px;
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}

.serviceBox4{
    background: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 30px 20px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}
.serviceBox4:before,
.serviceBox4:after{
    content: "";
    background: linear-gradient(to top , #ef5777 49%, #f53b57 50%);
    width: calc(100% - 20px);
    height: 5px;
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}
.serviceBox4:after{
    background: linear-gradient(to bottom,#ef5777 49%, #f53b57 50%);
    border-radius: 5px 5px 0 0;
    top: auto;
    bottom: 0;
}
.serviceBox4 .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px;
}
.serviceBox4 .description{
    font-size: 16px;
    line-height: 28px;
    margin: 0;
}
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 40px; }
}
.gold-bg {
background-color: #fadf6e59;
background-image: url("https://www.transparenttextures.com/patterns/fabric-of-squares.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    border:#C09604 2px solid;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    color: #1D1D1D;
}
.font-14 {
    font-size: 14px;
}
.table > :not(caption) > * > * {
  padding: .3rem .5rem;
}

 :root{
    --gold-1:#f7d774;  /* highlight */
    --gold-2:#b9892e;  /* mid */
    --gold-3:#6a4a14;  /* shadow */
    --gold-4:#f3c64b;  /* warm */
  }
  .gold-card{
    width:auto;
    padding:50px 30px;
    color:#472d00;
    position:relative;
    border-radius: 24px 24px 120px 24px; /* big curved bottom-left like reference */
    overflow:hidden;
    isolation:isolate; /* keep blend effects contained */
    box-shadow: 0 20px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.25);
  }
  .gold-card h3{
    color:#5a0d12;
  }
  .gold-card p{
font-size: 17px; 
      line-height: 30px;
      color: #1e1e1e;
  }
  /* Layer 1: brushed gold base using multiple gradients */
  .gold-card::before{
    content:""; position:absolute; inset:0; z-index:-3;
    background-image:
      /* streaks */
      linear-gradient(115deg, rgba(255,255,255,.35), rgba(255,255,255,0) 40%),
      linear-gradient(295deg, rgba(255,255,255,.25) 0 15%, rgba(0,0,0,.08) 55%, rgba(255,255,255,.15) 75%, rgba(0,0,0,.12) 100%),
      /* color bands */
      linear-gradient(140deg, var(--gold-1) 0%, var(--gold-4) 30%, var(--gold-2) 62%, var(--gold-3) 100%);
    background-blend-mode: screen, overlay, normal;
    filter: saturate(1.05) contrast(1.05);
  }

  /* Layer 2: subtle brushed texture lines */
  .gold-card::after{
    content:""; position:absolute; inset:0; z-index:-2; opacity:.55; mix-blend-mode: soft-light;
    background:
      repeating-linear-gradient( 100deg, rgba(255,255,255,.08) 0 2px, rgba(0,0,0,.05) 2px 4px )
    ;
  }
 /* Layer 3: film grain using embedded SVG noise */
  .grain{ position:absolute; inset:-40px; z-index:-1; opacity:.18; mix-blend-mode:multiply;
    background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="120" height="120" viewBox="0 0 120 120"><filter id="n"><feTurbulence type="fractalNoise" baseFrequency="0.9" numOctaves="2" stitchTiles="stitch"/></filter><rect width="120" height="120" filter="url(%23n)" opacity="0.45"/></svg>');
    background-size: 220px 220px;
  }

  /* soft vignette to add depth */
  .vignette{ position:absolute; inset:0; z-index:-1; pointer-events:none; border-radius:inherit;
    box-shadow: inset 0 0 120px rgba(0,0,0,.22), inset 0 -60px 100px rgba(0,0,0,.18);
  }

 .gold-red-card{
    width:auto;
    padding:50px 30px;
    color:#fff;
    position:relative;
    border-radius: 20px 20px 120px 20px;
    overflow:hidden;
    isolation:isolate;
    box-shadow: 0 20px 60px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.25);
  }
.gold-red-card p{
font-size: 17px; 
      line-height: 30px;
  }
  /* Background layers */
  .gold-red-card::before{
    content:""; position:absolute; inset:0; z-index:-3;
    background-image:
      radial-gradient(circle at 20% 20%, rgba(255,200,0,0.15), transparent 40%),
      radial-gradient(circle at 80% 30%, rgba(255,80,0,0.25), transparent 50%),
      radial-gradient(circle at 50% 80%, rgba(255,200,0,0.15), transparent 45%),
      linear-gradient(135deg, #7c0000 0%, #9e1a1a 40%, #c52b2b 100%);
    background-blend-mode: screen, overlay, normal;
  }

  .gold-red-card::after{
    content:""; position:absolute; inset:0; z-index:-2; opacity:.4;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 2px, rgba(0,0,0,.05) 2px 4px);
  }

  .vignette{ position:absolute; inset:0; z-index:-1; pointer-events:none; border-radius:inherit;
    box-shadow: inset 0 0 120px rgba(0,0,0,.35), inset 0 -60px 100px rgba(0,0,0,.25);
  }

.text-yellow {
    color: #ffbd2c;
}
.bg-01 {
    background-image: url("../agnis-assets/bg/bg-01.jpg");
}
.bg-02{
background-image:url("../agnis-assets/bg/bg-02.jpg");
}
.trbg {
    background-color:#AAB1C469;
}
.text-brown {
    color: #7b0900;
}
.border-1 {
    border: #979797 1px solid;
}
.pr-15 {
    padding-right: 15px;
}
.pricingTable{
    color: #EF3447;
    font-family: "Signika Negative", sans-serif;
    text-align: center;
    border-radius: 20px 20px;
    position: relative;
    margin: 0 10px;
    z-index: 1;
}
.pricingTable:before{
    content: "";
    background: var(#fff);
    width:100%;
    height: calc(100% - 20px);
    border-radius: 20px 20px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease-in-out;
    z-index: -1;
}
.pricingTable .pricingTable-header{
    background: linear-gradient(to right,#35096A,#2D73B0);
    padding: 40px 0;
    border-radius: 20px 20px 0 0;
    margin: 0 auto 60px;
}
.pricingTable .title{
    font-size: 25px;
    font-weight: 600;
    width:100%;
    text-transform: uppercase;
    padding: 10px 0;
    position: relative;
    margin: 0 auto 25px;
}
.pricingTable .title:before{
    content: "";
    background: #EF3447;
    width: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%;
}
.pricingTable .price-value{
    color: #ffff;
    border: 5px solid #ffff;
    background: linear-gradient(to right,#35096A,#2D73B0);
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    height: 100px;
    width: 100px;
    padding: 22px 6px;
    border-radius: 50%;
    transform: translateX(-50%);
    position: absolute;
    top: 35px;
    left: 50%;
}
.pricingTable .price-value span{ display: block; }
.pricingTable .price-value span.amount{
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
}
.pricingTable .pricing-content{
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}
.pricingTable .pricing-content li{
    color:#262626;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    padding: 0 10px 0 28px;
    position: relative;
    margin: 0 0 7px;
    border-bottom: #CFC7C8 solid 1px;
}

.pricingTable .pricingTable-signup a{
    color: #ffff;
    background: linear-gradient(to right,#35096A,#2D73B0);
    font-size: 23px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 7px 30px 5px;
    border-radius: 10px;
    display: inline-block;
    transition: all 0.3s;
}
.pricingTable .pricingTable-signup a:hover{
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
@media only screen and (max-width: 990px){
    .pricingTable{ margin: 0 0 40px; }}

.download-btn{
    color:#FFFFFF;
    background: #EE2E43; 
    font-size: 16px;
    font-weight: 400;
    padding: 8px 15px;
    border-radius: 5px;
    position: relative;
    box-shadow: -4px -4px 0px #FFFFFF;
    transition: all 0.35s;
    z-index: 1;
} 
.download-btn:hover,
.download-btn:focus{ 
    color: #FFFFFF; 
    box-shadow: 4px 4px 0px #ffff, 10px 10px 0px #EE2E43;
}
.download-btn:before{
    content: "";
    background: #EE2E43;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s all;
    z-index: -1;
}
.download-btn:hover:before{ width: 50%; }
@media only screen and (max-width: 767px){
    .download-btn{ margin-bottom: 30px; }}
.download-box{
    border: double #BBBBBB 5px;
    padding-bottom: 20px;
}
.download-box:hover{
box-shadow:0 0 60px 5px #AAAAAA82, 0 0 5px 10px #e4a48c69, 0 0 20px 20px #adb0b76b;
}
.breadcrum-h1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}
.breadcrum-h4 {
    font-size: 45px;
    font-weight: 400;
    line-height: 50px;
    padding-bottom: 15px;
}
.breadcrumb-space {
    padding-top: 140px;
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .breadcrum-h1 {
        font-size: 17px;
        line-height: 24px;
        text-align: center;
    }
    .breadcrum-h4 {
        font-size: 40px;
        line-height: 36px;
        text-align: center;
        padding-bottom: 10px;
    }
    .breadcrumb-space {
        padding-top: 120px;
        padding-bottom: 40px;
    }
    .mh-300 {
  min-height: 250px;
}
}

@media (max-width: 480px) {
    .breadcrum-h1 {
        font-size: 18px;
        line-height: 26px;
    }
    .breadcrum-h4 {
        font-size: 35px;
        line-height: 40px;
    }
    .breadcrumb-space {
        padding-top: 120px;
        padding-bottom: 30px;
    }
    .mh-300 {
  min-height: 250px;
}
}

.serviceBox5{
    color: #5C6680;
    background: #5C6680;
    text-align: center;
    padding: 30px 25px 30px;
    margin: 10px 10px;
    position: relative;
    z-index: 1;
}
.serviceBox5:before{
    content: "";
    background: linear-gradient(45deg,#fff,rgba(255,255,255,0.9));
    border-radius: 92px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    position: absolute;
    top: 7px;
    left: -7px;
    right: -7px;
    bottom: 7px;
    z-index: -1;
}
.serviceBox5 .service-icon i{line-height:inherit}
.serviceBox5 .title{
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #000;
}
.serviceBox5 .description{
    color: #313131;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 30px;
    margin: 0;
}
.serviceBox5.blue{ --main-color: #5C6680; }
@media only screen and (max-width: 1199px){
	.serviceBox5{ margin: 0 10px 30px; }}

.img-border {
	border-radius: 30px;
	border:double 4px #5E6882;
}
.img-move-updown {
  animation: moveUD 4s ease-in-out infinite;
}

@keyframes moveUD {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-15px); }
  100% { transform: translateY(0); }
}
.text-right {
	text-align: right;
}
.font-13 {
	font-size: 13px;
}


.whatsapp_float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999 !important;
}

.whatsapp_icon {
    width: 60px;
    height: 60px;
  
}


.whatsapp_icon:hover {
    transform: scale(1.1);
}

