 :root{
      --blue-900:#0b3a66;
      --blue-700:#007bd6;
      --accent:#ff7a59;
      --muted:#6b7280;
      --card-bg: #ffffff;
      --soft:#f6f9ff;
      --max-width:1360px;
    }
    *{box-sizing:border-box}
    body{
      font-family: 'Poppins', sans-serif;
      margin:0;
      color:#223;
      background: #fff;
      -webkit-font-smoothing:antialiased;
      -moz-osx-font-smoothing:grayscale;
      line-height:1.5;
    }
    a{color:inherit}
	
	
	
	
    .wrap{width:100%;max-width:var(--max-width);margin:0 auto;    display: flex;}
	
	
	header.site-hero .wrap {
    width: 90%;
    max-width: var(--max-width);
    margin: 0 auto;
    display: block;
}

    /* Header / Hero */
    header.site-hero{
            background: url(../images/banner_bg.png);
    color: #fff;
    padding: 0 0 0px;
    position: relative;
    overflow: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    }
    .topbar{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:12px;
      padding:0 0;
    }
    .brand{
      display:flex;
      gap:12px;
      align-items:center;
	      padding: 0 0 0 0px;
    }
    .brand img{height:260px}
    .contacts{font-size:13px;opacity:0.95}
    .hero-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:30px;
      align-items:center;
      padding:0px;
    }
	.hero-left  {width:50%;}
    .hero-left h1{
      font-size:32px;
      margin:0 0 12px;
      font-weight:700;
      letter-spacing:0.2px;
    }
    .hero-left p.lead{margin:0 0 18px;color:rgba(255,255,255,0.95);font-weight:500}
    .cta-row{display:flex;gap:12px;align-items:center}
    .btn{
      background:var(--accent);
      color:#fff;padding:12px 18px;border-radius:8px;border:0;font-weight:600;cursor:pointer;
      box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }
    .btn-outline{
      background:transparent;border:1px solid rgba(255,255,255,0.18);color:#fff;padding:10px 16px;border-radius:8px;
    }
     .hero-right  {text-align:right;}
    .hero-right img{
      width:90%;
      max-width:100%;
      display:inline-block;
    
      padding:8px;
    }


.leftCon  {
    width: 60%;
	padding:0 0px 0 0;
}

#overview  {
    position: relative;
    
}

#overview:before {content: '';
    background: url(../images/sidebar1.png);
    position: absolute;
    left: 0;
    top: -270px;
    width: 53px;
    height: 650px;
    background-repeat: no-repeat;
    background-size: 100%;}
#overview:after {content: '';
    background: url(../images/sidebar2.png);
    position: absolute;
right: 0;
    bottom:150px;
    width: 53px;
    height: 650px;
    background-repeat: no-repeat;
    background-size: 100%;}

.overview h2 {
    margin: 0;
    padding: 0;
    background: #0072bc;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    padding: 5px 15px;
    display: inline-block;
}

.overview h3 {
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase;
    color: #ee4c01;
    font-size: 20px;
    font-weight: 600;
}

.overview h3 span {color:#b13b6d;}

.overview p{
       padding:15px 0 5px;
    margin: 0;
    color: #272727;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
	font-weight:400;
}

.overview p.bluetext {font-weight:500; color:#0072bc; }

.overview ul li {padding:0 0 10px;}
.overview ul{
        padding: 0px 0 30px 20px;
    margin: 0;
    color: #272727;
    font-size: 15px;
    line-height: 24px;
	font-weight:400;
}

.advanced {
    position: relative;
	padding:0 0 0 0;
	margin:50px 0 50px 0;
}

.advanced:before {
    content: '';
    width: 350px;
    height: 1px;
    position: absolute;
    background: #a83e62;
    left: 0;
    top: 0;
}
.advanced:after {
    content: '';
    width: 350px;
    height: 1px;
    position: absolute;
    background: #a83e62;
    left: 0;
    bottom: 0;
}

.advanced p {
       padding: 7px 0 7px 65px;
    margin: 0;
    color: #272727;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
	font-weight:400;
}

.advanced p strong  {
    color: #c16189;
    display: block;
    font-weight: 600;
}

.advanced h2 {
    rotate: 270deg;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    position: absolute;
    left: -195px;
    top: 195px;
    background: #a83e62;
    color: #fff;
    height: 45px;
    width: 435px;
    font-size: 22PX;
    font-weight: 500;
    text-align: right;
    line-height: 45px;
}


/* Tabs Container */
.tab-container {
    width: 100%;
    margin: 30px auto;
}

/* Tab Buttons */
.tab-buttons {
       
      gap: 0;
    margin-bottom: 20px;
    /* margin: 0; */
    padding: 0 0 0 0;
    /* background: #0072bc; */
    color: #fff;
    text-transform: uppercase;
    display: flex;
    position: relative;
	    
}

.tab-buttons button:after {    Content: '/';
    color: #fff;
    padding: 0;
    top: -2px;
    position: absolute;
    right: -10px;
    font-size: 30px;
    z-index: 9; }
	
	
	.tab-buttons:before {
    Content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #0072bc;
    bottom: 0;
}
	
	.tab-buttons button:last-child:after {display:none;}

.tab-buttons button {
         border: none;
    padding: 6px 20px 6px 20px;
    font-size: 20px;
    cursor: pointer;
    transition: 0.3s 
ease;
    color: #fff;
       background: #0072bc;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
	position: relative;
}

.tab-buttons button.active {
   
    color: #ffc600;
}

/* Tab Content */
.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}

.tab-content.show {
    display: block;
    opacity: 1;
}

#tab1 .overview {
    position: relative;
    padding: 0 250px 0 0;
}

#tab2 .overview {
    position: relative;
    padding: 0 100px 0 0;
}

#tab1 .overview  img.yearImg{
    position: absolute;
    right: 100px;
	    top: 15px;
}



.rightCon {
    width: 40%;
	    padding: 69px 0 0 0;
}

.rightCon img {display:block;}

.keyhigh {}

.keyhigh h2 {margin: 0;
    padding: 0;
    font-size: 24px;
    color: #0e73ba;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;}
	
	.keyhigh h2 img{
    padding: 0 15px 0 0;
}

.keyhigh h2 span {color: #4d4d4d;      padding: 0 0 0 7px;}
    
.keyhigh ul {
    padding: 0;
    margin: 10px 0 40px 90px;
}
.keyhigh li {   list-style: none;
    padding: 6px 0;
    position: relative;
    font-size: 15px; }
	
	.keyhigh li:before {content: '';
    background: #f26823;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 14px;
    left: -20px;}
	
ul.socialIcon {
       display: flex;
    padding: 10px 0 50px 70px;
    align-items: center;
    margin: 0;
}

ul.socialIcon li {
    margin: 0 15px 0 0;
	list-style: none;
}

    /* Footer */
    footer{background: url(../images/footerbg.png);
    color: #fff;
    padding: 26px 0;
    background-size: cover;
    background-position: center;}
	
	footer p  {
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
}

	footer p  span{
    padding: 0 5px;
}
    .footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start}
    .small{font-size:13px;color:rgba(255,255,255,0.85)}
    .socials{display:flex;gap:10px;margin-top:8px}
	
	
	.dsktable {display:block;}
		
		.mbetable {display:none;         width: 100%;}
		
		
		.yearImgtop {
    padding: 55px 0 0 0;
}

.topPhone  {
       position: relative;
    top: -40px;
    text-align: center;
    right: 0px;
}

.topPhone.topLogotle {
    left: -55px;
    text-align: center;
    top: -25px;
}

.topPhone.topLogotle  .topTitle {
    font-weight: 600;
}

.topPhone.topLogotle .topTitle  span {    font-size: 12px; font-weight: 500;
    font-style: italic;}

.topTitle {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin: 0;
	    line-height: 23px;
}

.topTitle  span {    font-size: 13px;
    font-style: italic;}
	
	.topEmail  {
  margin: 0 0 10px;
    font-size: 13px;
    display: flex;
    color: #fff;
    gap: 10px;
    justify-content: center;
}

.topEmail span {    display: flex;
    justify-content: center;
    align-items: center;       padding: 0 0 0 14px;   gap: 7px;}
    
    .topEmail span a {
    text-decoration: none;
}

	.slider-box {
  position: relative;
  width: 600px;  /* adjust if needed */
  margin: 0 auto;
  overflow: hidden;
  transition: height 0.5s ease;   /* smooth auto height */
}

.slide-txt {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(50px);
  opacity: 0;
  transition: all 1.5s ease;
  width: auto;
  max-width: 100%;
}

.slide-txt.active {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  position: relative;
}


.mbeicon {display:none;}
		.dskicon {display:block;}
		

.keyunderList:before {display:none;}

.keyhigh .keyunderList ul {
       padding: 0;
    margin: 0;
    display: flex;
   
}


.keyhigh .keyunderList ul li{
    padding: 6px 50px 6px 0;
}

.scroll-top {
   position: fixed;
    bottom: 30px;
    right: 30px;
    
    color: #fff;
    border: none;
    padding: 0;
    font-size: 22px;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    transition: opacity 0.3s 
ease;
    z-index: 999;
    width: 40px;
    height: 40px;
}

.scroll-top  img{
    width: 100%;
}
.scroll-top.show {
    display: block;
    opacity: 1;
}


.fancybox-show-caption .fancybox-caption-wrap {
    opacity: 1;
    text-align: center;
}

.fancybox-content {
    max-width: 750px;
    max-height: 600px;
}


 .whatsapp-button {

    position: fixed;
    bottom: 30px; /* Distance from bottom */
    left: 30px;  /* Distance from right */
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #25D366; /* WhatsApp green */
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: transform 0.2s;
  }

  .whatsapp-button:hover {
    transform: scale(1.1);
  }

  .whatsapp-button img {
    width: 35px;
    height: 35px;
  }
	
	
	
	
	.chat-btn {
  position: fixed;
  bottom: 120px;
  right: 25px;
  width: 45px;
  height: 45px;
  background: #a83e62;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  z-index: 99999;
   animation: bubbleAnim 1.2s infinite ease-in-out;
       border: none;
}

@keyframes bubbleAnim {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}

@keyframes popIn {
  from { opacity: 0; transform: scale(0.7); }
  to { opacity: 1; transform: scale(1); }
}

/* Chat-style box */
.chat-box {
  position: fixed;
  bottom: 190px;
  right: 25px;
  width: 330px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0,0,0,0.3);
  display: none;
  flex-direction: column;
  overflow: hidden;
  animation: chatSlide .3s ease;
  z-index: 999999;
}

/* Slide animation */
@keyframes chatSlide {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.chat-header {
  background: #a83e62;
  color: #fff;
  padding: 12px; margin:0;
  display: flex;
  justify-content: space-between;
  font-size: 18px; font-weight:500;
   font-family: 'Poppins', sans-serif;
}

.chat-close {
  cursor: pointer;
  font-size: 22px;
}

/* Body */
.chat-body {
  padding: 15px;
  height: auto;
}

/* Form Fields */
.chat-body input,
.chat-body textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
   font-family: 'Poppins', sans-serif;
}

/* Submit Button */
.form-submit {
  width: 100%;
  padding: 10px;
  background: #a83e62;
  color: #fff;
  border: none;
  border-radius: 6px; font-size: 16px;
  cursor: pointer; font-weight:700;
   font-family: 'Poppins', sans-serif;
}



 .blink-soft {
                    animation: blinker 1.5s linear infinite;
                }

                @keyframes blinker {
                    50% {
                        opacity: 0;
                    }
                }

                @media only screen and (min-width: 768px) {
                    .fo {
                        display: none;
                    }

                    .hideonDesktop {
                        display: none;
                    }
                }

                
                    @media screen and (max-width: 768px) {
                        
                        .bottom_button  {
    position: fixed;
    bottom: 0; display:flex;
    width: 100%;
    background: #f26823;
}
.formButton  {width:50%;}
                        
                        .formButton a {
                           font-family: 'Poppins', sans-serif;
        font-weight: bold;
        width: auto;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
        text-decoration: none;
        padding: 25px;
        text-align: center;
        display: flex;
        gap: 15px;
                        }
                        
                        .formButton a img {width:20px;}
                        
                    }
            

               

                .blink_mes {
                    text-align: center;
                    animation: blinker 1.7s linear infinite;
                }
                



 @media (max-width:1600px){
    .topPhone {
        position: relative;
        top: -75px;
        text-align: center;
        right: 120px;
    }
	
	.yearImgtop {
    padding: 0;
    margin: -25px 0 0 0;
}
section {overflow:hidden;}
 }

	
 @media (max-width:1400px){
	 
	 
	 
	 .wrap {
    width: 90%;
}

#tab1 .overview img.yearImg {
    position: absolute;
    right: 100px;
    top: 15px; width:auto;
}

#tab1 .overview img {
   width:100%
}
footer p {
    padding: 5px 0;
    margin: 0;
    font-size: 12px;
}
     
	}
	
    @media (max-width:991px){
        
        
	.topPhone.topLogotle {
    left: 0;
    text-align: center;
    top: -50px;
}
		
		    .hero-grid {
        display: grid;
        grid-template-columns: 1fr;
    }
    
        .hero-left {
        width: 100%;
        order: 2;
    }
		
		.mbeicon {display:block;}
		.dskicon {display:none;}
		
		    .wrap {
        width: 90%;
        display: block;
    }
	
	.leftCon {width:100%;}
	.rightCon {
    width: 100%;
    padding: 50px 0 0 0;
}

.footer-grid div:last-child {
    text-align: left !important;
}
    .topPhone {
        position: relative;
        top: -55px;
        text-align: center;
        right: 0;
        display: flex;
        flex-direction: column;
    }
	.topEmail {
    margin: 10px 0 10px;
    font-size: 13px;
    display: flex;
    color: #000;
    gap: 10px;
    order: 2;
}
.topTitle {
    font-size: 16px;
    color: #4d99ce;
    font-weight: 700;
    margin: 0;
    line-height: 23px;
    order: 1;
}

.topTitle span {font-size: 12px;  font-weight: 400; color:#000;}
    .yearImgtop {
        padding: 0 0 25px 0;
        margin: -50px 0 0 0;
    }
     /*.contacts, .yearImgtop  {display:none;} */
	}
    @media (max-width:767px){
        
        .mobileBre {display:block;}
       
       .topEmail span a {letter-spacing: -1px;}
        
        .tab-buttons button:after {display:none;}
        
        
        .topEmail span {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    gap: 7px;
}
		
		
		
		.advanced p, .keyhigh li, .overview p {
 
    font-size: 14px;
		}
		
		#overview:after, #overview:before {display:none;}
		
		.hero-left {
    width: 100%;
    order:2;
}

.hero-right {order:1;}
		
		.slider-box {width:100%;}
		
		.topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 0 0;
    flex-direction: column;
}
		
		
		.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
		}
		
		.dsktable {display:none;}
		
		.mbetable {display:block;         width: 100%;}
		
		
		.tab-buttons button {
   
    display: block;
    width: 100%;
    margin: 3px 0 0;
}
		
		.tab-buttons {
   
    display: block;
		}
		
		.tab-buttons:before {display:none;}
		
		
		#tab2 .overview {
    position: relative;
    padding: 0;
}

		    #tab1 .overview img.yearImg {
        position: unset;
                display: block;
        margin: 0 auto;
        padding:0 0 15px;
			}
		
		#tab1 .overview {
    position: relative;
    padding: 0;
}
		
		.advanced p {
    padding: 7px 0 7px 0;
		}
		
		.advanced:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #a83e62;
    left: 0;
    bottom: -30px;
}
		
		.advanced:before {display:none;}
		
		.advanced h2 {
    rotate: 0deg;
    display: inline-block;
    padding: 0 20px;
    margin: 0;
    position: unset;
    left: 0;
    top: 0;
    background: #a83e62;
    color: #fff;
    height: 45px;
    width: 100%;
    font-size: 22PX;
    font-weight: 500;
    text-align: left;
    line-height: 45px;
    margin: 0 0 15px;
}
		
		    .rightCon {
        width: 100%;
        padding: 20px 0 0 0;
    }
		
		.mbecuttingtxt { width:87%;}
		.mbecutting { width:100%;}
		
		.keyhigh ul {
    padding: 0;
    margin: 20px 0 30px 40px;
}
		
		ul.socialIcon {
    display: flex;
    padding: 10px 0 50px 0px;
		}
     
    }