/*
Avighna Communication

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************
** - Navbar CSS
** - Home One CSS
** - Home Two CSS
** - Home Three CSS
** - Inner Banner CSS
** - Contact CSS
** - Faq CSS
** - Blog Details 
** - Service Details CSS
** - Project Details CSS
** - Team CSS
** - Author CSS
** - Pagination CSS
** - Error CSS
** - Coming Soon CSS
** - Footer CSS
** - Default CSS Style 
** - Section Title Style
** - Terms & Conditions Style
** - Gallery Style
** - Preloader Area 
** - Go Top Area 
** - Animation CSS
** - Responsive Css 
*******************************************
/*
******************************************* */
@import url("../css/pages-css/navbar.css");
@import url("../css/pages-css/home-one.css");
@import url("../css/pages-css/home-two.css");
@import url("../css/pages-css/home-three.css");
@import url("../css/pages-css/inner-banner.css");
@import url("../css/pages-css/contact.css");
@import url("../css/pages-css/faq.css");
@import url("../css/pages-css/blog-details.css");
@import url("../css/pages-css/service-details.css");
@import url("../css/pages-css/project-details.css");
@import url("../css/pages-css/team.css");
@import url("../css/pages-css/author.css");
@import url("../css/pages-css/pagination.css");
@import url("../css/pages-css/error.css");
@import url("../css/pages-css/coming-soon.css");
@import url("../css/pages-css/footer.css");
@font-face {
  font-family: "Flaticon";
  src: url("Flaticon.woff2") format("woff2"),
       url("Flaticon.woff") format("woff"),
       url("Flaticon.ttf") format("truetype");
}
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
:root {
  --headerFonts: "Poppins", sans-serif;
  --bodyFonts: "Roboto", sans-serif;
  --orangeColor: 
#b78139;
  --lightColor: #f88240;
  --greenColor: #0ebc40;
  --titleColor: 
#002642;
  --bodyColor: #4e4e4e;
  --whiteColor: #ffffff;
  --fontSize: 16px;
  --transition: .5s;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-size: var(--fontSize);
  font-family: var(--bodyFonts);
  font-weight: 400;
}

p {
  line-height: 1.8;
  color: var(--bodyColor);
  margin-bottom: 10px;
  font-weight: 400 !important;
}
p:last-child {
  margin-bottom: 0;
    font-weight: 400 !important;
}

a {
  display: inline-block;
  transition: var(--transition);
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

button {
  outline: 0;
}
button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  font-family: var(--headerFonts);
  color: var(--titleColor);
  line-height: 1.4;
}

h3 {
  font-size: 20px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.pt-150 {
  padding-top: 150px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-20 {
  padding-top: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.border-radius-5 {
  border-radius: 5px !important;
}

.border-radius-50 {
  border-radius: 50px !important;
}

.default-btn {
  padding: 10px 30px;
  color: var(--whiteColor);
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: var(--orangeColor);
  border: none;
  outline: none;
}
.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 100%;
  background-color:#b78139;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  transition: var(--transition);
}
.default-btn:hover {
  color: var(--whiteColor);
}

  
.default-btn:hover::before {
  width: 100%;
  opacity: 1;
}
.default-btn.two {
  background-color:#b78139;
}
.default-btn.two:hover {
  color: var(--whiteColor);
}
.default-btn.two:hover::before {
  background-color: var(--orangeColor);
}

/*================================
Section Title Style 
===================================*/
.section-title .sp-title {
  padding-bottom: 22px;
  display: inline-block;
  line-height: 0;
  font-size: 15px;
  color:#b78139;
  padding-left: 0;
  position: relative;
  font-weight: 500;
}
.section-title .sp-title::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color:#b78139;
  display: none;
}
.section-title .sp-title::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  height: 15px;
  width: 10%;
  background-color: var(--whiteColor);
  animation: MOVE-BG 2s linear infinite;
}
.section-title .sp-title2 {
  padding-bottom: 20px;

  line-height: 0;
  font-size: 15px;
  color: 
#b78139;
;
  padding-left: 0;
  position: relative;
  font-weight: 500;
  display: inline-block;
}
.section-title .sp-title2::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: 
#b78139
;
  display: none;
}
.section-title .sp-title2::after {
  content: "";
  position: absolute;
  bottom: 14px;
  left: 0;
  height: 15px;
  width: 10%;
  background-color: var(--whiteColor);
  animation: MOVE-BG 2s linear infinite;
}
.section-title h2 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 0;
  line-height: 1.2;
  color: var(--titleColor);
  margin-bottom: 0;
}
.section-title p {
  padding-top: 15px;
  margin-bottom: 0;
}
@keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
/*================================
Section Title Style End
===================================*/
.work-area::before {
  background-image: url(../images/work-bg.jpg);
}

.testimonial-area::before {
  background-image: url(../images/testimonial-bg.jpg);
}

/*================================
Terms & Conditions Style
===================================*/
.terms-conditions-img {
  margin-bottom: 30px;
}

.single-content {
  margin-bottom: 30px;
}
.single-content h3 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}
.single-content p {
  margin-bottom: 0;
}

/*================================
Terms & Conditions Style End
===================================*/
/*================================
Gallery Style
===================================*/
.gallery-photo-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.gallery-photo-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0.1;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  background-color: var(--titleColor);
}
.gallery-photo-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  opacity: 0.1;
  background-color: var(--titleColor);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: bottom;
  transform-style: preserve-3d;
  transform: scaleY(0);
}
.gallery-photo-item .photo-button {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.gallery-photo-item .photo-button h3 {
  color: var(--whiteColor);
  margin-bottom: 20px;
  opacity: 0;
  transition: var(--transition);
  transition-delay: 0.1s;
}
.gallery-photo-item .photo-button .photo-icon {
  width: 40px;
  height: 40px;
  line-height: 45px;
  background-color: var(--whiteColor);
  font-size: 20px;
  color: var(--orangeColor);
  margin-bottom: 0;
  opacity: 0;
  transition: var(--transition);
  transition-delay: 0.2s;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.gallery-photo-item .photo-button .photo-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 1px solid var(--whiteColor);
  animation: ripple 2s infinite ease-in-out;
  border-radius: 50px;
}
.gallery-photo-item .photo-button .photo-icon:hover {
  background-color: var(--orangeColor);
  color: var(--whiteColor);
  border-radius: 50px;
}
.gallery-photo-item .photo-button .photo-icon:hover::before {
  border-color: var(--orangeColor);
}
.gallery-photo-item:hover::before {
  opacity: 0.8;
  transform: scaleY(1);
}
.gallery-photo-item:hover::after {
  opacity: 0.8;
  transform: scaleY(1);
}
.gallery-photo-item:hover .photo-button h3 {
  opacity: 1;
}
.gallery-photo-item:hover .photo-button .photo-icon {
  opacity: 1;
}

/*================================
Gallery Style End
===================================*/
.categories-title {
  margin-bottom: 30px;
}
.categories-title h3 {
  font-size: 24px;
  color: var(--titleColor);
}
.categories-title h3 span {
  color: var(--bodyColor);
  font-size: 17px;
}

/*=================================
Preloader Area 
====================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: var(--orangeColor);
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}

.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--whiteColor);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--whiteColor);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
  animation-delay: -1s;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/*=================================
Preloader Area End
====================================*/
/*=================================
Go Top Area 
====================================*/
.go-top {
  position: fixed;
  top: 70%;
  right: 3%;
  opacity: 0;
  cursor: pointer;
  text-decoration: none;
  color: var(--whiteColor);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: var(--orangeColor);
  border-radius: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 100;
  transition: 0.5s;
}
.go-top i {
  transition: 0.5s;
  vertical-align: middle;
}
.go-top:hover {
  background-color: var(--titleColor);
}
.go-top:hover i {
  transform: translateY(-5px);
}
.go-top.active {
  top: 95%;
  transform: translateY(-95%);
  opacity: 1;
  visibility: visible;
}

/*=================================
Go Top Area End
====================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: var(--whiteColor);
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}
.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}
.buy-now-btn:hover {
  color: var(--whiteColor);
  background-color: #94be5d;
}

/*==================================
Animation CSS
====================================*/
@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes help-animation {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes movebounce-up {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-120px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes move-to {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(50px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes running-in {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, 150px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes leaves {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes leaves {
  0% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes waving-line {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -200px 0;
  }
}
@keyframes rotated360 {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
/*=================================
Responsive Css 
====================================*/
@media only screen and (max-width: 767px) {
  /* Default CSS */
  body {
    font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pt-45 {
    padding-top: 30px;
  }
  .pb-10 {
    padding-bottom: 0;
  }
  .pl-20 {
    padding-left: 0;
  }
  .pr-20 {
    padding-right: 0;
  }
  .ml-20 {
    margin-left: 20px;
  }
  .default-btn {
    padding: 8px 20px;
  }
  .section-title span {
    font-size: 12px;
  }
  .section-title .sp-title {
    font-size: 14px;
    padding-left: 0;
    display: block;
    padding-bottom: 15px;
  }
  .section-title .sp-title::before {
    display: none;
  }
  .section-title .sp-title::after {
    display: none;
  }
  .section-title .sp-title2 {
    font-size: 14px;
    padding-left: 0;
    display: block;
    padding-bottom: 15px;
  }
  .section-title .sp-title2::before {
    display: none;
  }
  .section-title .sp-title2::after {
    display: none;
  }
  .section-title h2 {
    font-size: 25px;
  }
  .section-title p {
    padding-top: 10px;
  }
  .ps-2 {
    padding-left: 0 !important;
  }
  .ps-3 {
    padding-left: 0 !important;
  }
  .ps-5 {
    padding-left: 0 !important;
  }
  .ps-0 {
    padding-left: 15px !important;
  }
  .pe-0 {
    padding-right: 15px !important;
  }
  .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .go-top .active {
    top: 85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .container-fluid {
    width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner-area-two .container-fluid {
    width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner-area-three .container-fluid {
    width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /* Default CSS */
  body {
    font-size: 15px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .ptb-70 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pt-70 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pt-45 {
    padding-top: 30px;
  }
  .pb-10 {
    padding-bottom: 0;
  }
  .pl-20 {
    padding-left: 0;
  }
  .pr-20 {
    padding-right: 0;
  }
  .ml-20 {
    margin-left: 20px;
  }
  .default-btn {
    padding: 8px 20px;
  }
  .section-title span {
    font-size: 12px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .section-title p {
    padding-top: 10px;
  }
  .ps-2 {
    padding-left: 0 !important;
  }
  .ps-3 {
    padding-left: 0 !important;
  }
  .ps-5 {
    padding-left: 0 !important;
  }
  .ps-0 {
    padding-left: 15px !important;
  }
  .pe-0 {
    padding-right: 15px !important;
  }
  .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .ps-2 {
    padding-left: 0 !important;
  }
  .ps-3 {
    padding-left: 0 !important;
  }
  .ps-5 {
    padding-left: 0 !important;
  }
  .section-title h2 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
  .ps-2 {
    padding-left: 0 !important;
  }
  .ps-3 {
    padding-left: 0 !important;
  }
  .ps-5 {
    padding-left: 0 !important;
  }
  .container-fluid {
    width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1439px) {
  .container-fluid {
    width: 1320px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner-slider .owl-nav {
    margin-top: 0;
    width: 1320px !important;
    position: absolute;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1799px) {
  .container-fluid {
    width: 1460px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner-slider .owl-nav {
    margin-top: 0;
    width: 1460px !important;
    position: absolute;
  }
}
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1320px !important;
  }
}
@media only screen and (min-width: 1800px) {
  .container-fluid {
    width: 1640px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .banner-slider .owl-nav {
    margin-top: 0;
    width: 1760px !important;
    position: absolute;
  }
}/*# sourceMappingURL=style.css.map */




.about-list{
list-style:none;
padding:0;
margin-bottom:30px;
}

.about-list li{
margin-bottom:12px;
font-size:16px;
color:#1a2a44;
position:relative;
padding-left:25px;
}

.about-list li:before{
content:"➜";
position:absolute;
left:0;
color:#b57d3d;
}

.about-btn{
display:inline-block;
padding:12px 28px;
background:#b57d3d;
color:white;
text-decoration:none;
border-radius:6px;
transition:0.3s;
}

.about-btn:hover{
background:#9b6428;
}

@media(max-width:992px){

.container{
width:90%;
}

.about-grid{
flex-direction:column;
}

.about-content h2{
font-size:28px;
}

}
.about-img::before{
display:none;
}

.about-img{
    position: relative;
    display: inline-block;
}

.about-img img{
    width: 80%;
 
    transition: transform 0.3s ease;
}

/* Blue Frame */
.about-img .line{
    position: absolute;
    top: 30px;
    left: 30px;
    width: 80%;
    height: 100%;
    border: 6px solid #0a2c55;
   
    z-index: -1;
}

/* Image hover move */
.about-img:hover img{
    transform: translate(-10px,-10px);
}

.service-img{
overflow:hidden;
border-radius:10px 10px 0 0;
}

.service-img img{
width:100%;
height:250px;
object-fit:cover;
transition:0.4s;
}

.services-item:hover .service-img img{
transform:scale(1.1);
}

.services-item{
background:#fff;
border-radius:10px;
overflow:hidden;
box-shadow:0 5px 25px rgba(0,0,0,0.08);
}
/* Choose Area */
.choose-area{

position:relative;
}

.choose-img img{
width:100%;
border-radius:6px;
}

/* Right Side */
.choose-leftside{
position:relative;
padding-left:30px;
}

/* Cards */
.choose-card{
position:relative;
padding:25px 20px;
margin-bottom:30px;

border-radius:8px;
transition:0.4s;

}

/* .choose-card:hover{
transform:translateY(-6px);
box-shadow:0 10px 30px rgba(0,0,0,0.08);
} */

/* Icon */
.choose-card i{
position:absolute;
top:25px;
left:20px;
font-size:30px;
color:#c68b3c;
z-index:2;
}

/* Circle behind icon */
.choose-card .circle{
bottom: 10px;
left:10px;
width:55px;
height:55px;
border-radius:50%;
border:2px solid #c68b3c;
z-index:1;
}

/* Title */
.choose-card h3{
font-size:18px;
font-weight:600;

margin-bottom:8px;
color:#0d233e;
}

/* Text */
.choose-card p{
font-size:14px;
color:#555;

line-height:1.6;
}

/* Background shape */
.choose-bg{
position:absolute;
right:0;
bottom:-40px;
opacity:0.1;
}

.choose-bg img{
max-width:250px;
}

/* Section title */
.section-title h2{
font-size:36px;
font-weight:700;
color:#0d233e;
}

/* Responsive */
@media(max-width:991px){

.choose-leftside{
padding-left:0;
margin-top:40px;
}

.choose-card h3,
.choose-card p{
margin-left:60px;
}

}
.icon-circle{
width:60px;
height:60px;
border:2px solid #c68b3c;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
position:absolute;
top:20px;
left:-50px;
background:#fff;
}

.icon-circle img{
width:40px;
height:40px;
}
.about-acww-section{
padding:100px 0;
background:#f5f6f8;
}

.container{
max-width:1200px;
margin:auto;
padding:0 20px;
}

.section-heading{
text-align:center;
margin-bottom:60px;
}

.section-heading span{
color:#c28b39;
font-weight:600;
display:block;
margin-bottom:10px;
}

.section-heading h2{
font-size:40px;
color:#0c2d48;
font-weight:700;
}

/* Card Layout */

.acww-card-wrapper{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

/* Card */

.acww-card{
background:#052f4f;
padding:40px 30px;
border-radius:10px;
color:#fff;
transition:0.3s;
}

.acww-card:hover{
transform:translateY(-8px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

/* Icon */

.acww-icon{
width:65px;
height:65px;
background:#c28b39;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:20px;
}

.acww-icon img{
width:30px;
}

/* Title */

.acww-card h3{
font-size:22px;
margin-bottom:15px;
color:#d6d6d6;
}

/* Text */

.acww-card p{
font-size:15px;
line-height:1.7;
color:#d6d6d6;
}

/* Responsive */

@media(max-width:992px){

.acww-card-wrapper{
grid-template-columns:1fr;
}

}
.infrastructure-section{
background:#b6803a;
padding:100px 0;
color:white;
}

.infra-container{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
gap:80px;
padding:0 20px;
}

/* MAP */

.infra-map img{
width:100%;
max-width:450px;
}

/* RIGHT CONTENT */

.infra-content{
flex:1;
}

.infra-small{
display:block;
margin-bottom:10px;
font-size:16px;
}

.infra-content h2{
font-size:40px;
margin-bottom:40px;
line-height:1.3;
  color: white;
}

/* TIMELINE */

.infra-timeline{
position:relative;
}

.infra-timeline:before{
content:"";
position:absolute;
left:15px;
top:0;
width:2px;
height:100%;
background:#0b2e4f;
}

.infra-item{
display:flex;
gap:20px;
margin-bottom:40px;
position:relative;
}

/* ICON */

.infra-icon{
width:35px;
height:35px;
background:#0b2e4f;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
flex-shrink:0;
position:relative;
z-index:2;
}

/* TEXT */

.infra-text h3{
font-size:20px;
margin-bottom:10px;
color: white;
}

.infra-text p{
line-height:1.7;
font-size:15px;
max-width:520px;
color: white;
}
.infra-map{
    max-width:520px;
}
/* ===================== */
/* TABLET (≤ 992px) */
/* ===================== */

@media (max-width: 992px) {

  .infra-container {
    flex-direction: column;
    text-align: center;
    gap: 50px;
  }

  .infra-map img {
    max-width: 100%;
  }

  .infra-content h2 {
    font-size: 32px;
  }

  .infra-timeline:before {
    left: 50%;
    transform: translateX(-50%);
  }

  .infra-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .infra-icon {
    margin-bottom: 10px;
  }

  .infra-text p {
    max-width: 100%;
  }
}


/* ===================== */
/* MOBILE (≤ 576px) */
/* ===================== */

@media (max-width: 576px) {

  .infrastructure-section {
    padding: 60px 0;
  }

  .infra-content h2 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .infra-small {
    font-size: 14px;
  }

  .infra-text h3 {
    font-size: 18px;
  }

  .infra-text p {
    font-size: 14px;
    line-height: 1.6;
  }

  .infra-container {
    gap: 30px;
  }

  .infra-item {
    margin-bottom: 30px;
  }

  .infra-icon {
    width: 30px;
    height: 30px;
  }

}
/* Section Styles */
.highlights-section {
  background-color: #f5f5f5;
  padding: 80px 20px;
  font-family: Arial, sans-serif;
}

.container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  align-items: center;
}

.content {
  flex: 1 1 500px;
}

.content h2 {
  font-size: 2rem;
  color: 
#b78139; /* amber/golden color */
  margin-bottom: 20px;
}

.content p {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 30px;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card {
  background-color: 
#b78139;
  color: #fff;
  padding: 20px;
  border-radius: 12px;
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: #fff;
}

.card p {
  font-size: 0.9rem;
  color: #fff;
}

/* Image Styles */
.image {
  flex: 1 1 400px;
}

.image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 992px) {
  .container {
    flex-direction: column;
  }
  .image, .content {
    flex: 1 1 100%;
  }
}

.services-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
  color: #0d1b2a;
}

.services-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.services-section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}

.services-section p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 15px;
}

.services-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.services-cards .card {
  background-color: #ececec;
  padding: 50px 20px;
  flex: 1 1 300px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: solid 5px #0d233e;
}

.services-cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0,0,0,0.15);
}

.services-cards .card h3 {
  font-size:20px;
  margin-bottom: 15px;
  color: #000;
 text-align: center;
 font-weight: 600;
}

.services-cards .card p {
  font-size: 16px;
  line-height: 1.5;
    color: #000;
    text-align: center;
}

.features{
background:#05324b;
padding:100px 20px;
}

.features-container{
max-width:1100px;
margin:auto;
display:flex;
gap:40px;
justify-content:center;
flex-wrap:wrap;
}

.icon-box{
background:#ffffff;
padding:40px;
border-radius:12px;
width:420px;

gap:25px;
align-items:flex-start;
}

.icon{
width:80px;
height:80px;
background:#b78134;
border-radius:50%;

align-items:center;
justify-content:center;
flex-shrink:0;
}

.icon img{
width:40px;
height:40px;
    margin: 20px;
}


.icon-content h3{
font-size:24px;
margin-bottom:10px;
color:#0a2d44;
}

.icon-content p{
font-size:17px;
line-height:1.6;
color:#222;
}
.voip-highlights .section-title{
    font-size:32px;
    font-weight:600;
    margin-bottom:30px;
}

.timeline{
    position:relative;

}

.timeline::before{
    content:"";
    position:absolute;
    left:18px;
    top:0;
    width:2px;
    height:100%;
    background:#dcdcdc;
}

.timeline-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:30px;
    position:relative;
}

.timeline-item .icon{
    width:36px;
    height:36px;
    background:#b9802c;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    position:absolute;
    left:-2px;
    font-size:14px;
}

.timeline-item .content{
    padding-left:50px;
}

.timeline-item .content p{
    margin:0;
    color:#444;
    line-height:1.6;
}
.voip-cta{
    background: linear-gradient(rgba(0,0,0,0.65), rgba(0,0,0,0.65)),
  url('../../assets/images/CTA-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
}

.cta-text h2{
    font-size: 42px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #ffffff;
}

.cta-text p{
    font-size: 20px;
    margin: 0;
 color: #ffffff;
}

.cta-btn{
    background:#b6813c;
    color:#fff;
    padding:16px 40px;
    border-radius:6px;
    text-decoration:none;
    font-size:18px;
    display:inline-block;
    transition:0.3s;
}

.cta-btn:hover{
    background:#9e6e32;
    color:#fff;
}
.voip-advantages h2{
  font-size:40px;
  font-weight:600;
  color:#0b2c44;
}

.adv-card{
  min-height:300px;
}

.bg-warning{
  background:#b9813a !important;
  color:#000;
}

.carousel-indicators button{
  width:10px;
  height:10px;
  border-radius:50%;
  background:#333;
}
.voip-advantages h2{
font-size:42px;
font-weight:600;
color:#0c2d48;
}

.card{
border-radius:12px;
height: 250px !important;
}

.bg-warning{
background:#b8843a !important;
}
.card p {
  color: #000;
  font-size: 18px;
}
.sip-advantages{
background:#f6f6f6;
}

.section-title{
font-size:48px;
font-weight:600;
color:#0d2b3e;
}

.sip-card{
background:#fff;
border:1px solid #0d2b3e;
border-radius:14px;
padding:50px 20px;
transition:0.3s;
height:100%;
}

.sip-card:hover{
transform:translateY(-5px);
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.icon-box{
width:120px;
height:120px;
background:#b88036;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:0 auto 25px;
}

.icon-box img{
width:50px;
}

.sip-card h4{
font-size:22px;
font-weight:600;
color:#0d2b3e;
}


.virtual-features-section{
padding:80px 0;
background:#f3f3f3;
}

.section-header{
text-align:center;
margin-bottom:60px;
}

.section-header h2{
font-size:42px;
color:#0d2b44;
margin-bottom:10px;
}

.section-header p{
font-size:18px;
color:#555;
}

.features-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
max-width:1200px;
margin:auto;
}

.feature-card{
background:#fff;
padding:45px;

position:relative;
}

.feature-card h3{
font-size:20px;
margin-bottom:10px;
color:#222;
}

.feature-card p{
color:#555;
line-height:1.6;
}

.feature-number{
position:absolute;
top:20px;
right:20px;
width:50px;
height:50px;
background:#0b2c44;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-weight:600;
}

@media(max-width:992px){
.features-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:576px){
.features-grid{
grid-template-columns:1fr;
}
.services-section h2 {
  font-size: 32px;
 margin-bottom: -30px;
}
.cta-text h2{
    font-size: 32px;
}
.voip-advantages h2{
      font-size: 32px;
}
.section-title {
  font-size: 32px;
}.sip-card {
    background: #fff;
    border: 1px solid #0d2b3e;
    border-radius: 14px;
    padding: 50px 20px;
    transition: 0.3s;
    height: 80%;
    margin-bottom: 10px !important;
}
}
/* SECTION BASE */

.virtual-section {
  background-color: #003147;
  padding: 120px 40px;
  margin-left: -12px;
}

/* TEXT */

.virtual-section h2 {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  font-size: 36px;
}

.virtual-section p {
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
}

/* BUTTON */

.about-btn {
  background-color: #c07c3d;
  color: #fff;
  padding: 12px 28px;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  border-radius: 5px;
}

/* ===================== */
/* TABLET */
/* ===================== */

@media (max-width: 992px) {

  .virtual-section {
    padding: 70px 30px;
    margin-left: 0; /* remove negative margin issue */
    text-align: center;
  }

  .virtual-section h2 {
    font-size: 28px;
  }
}

/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width: 576px) {

  .virtual-section {
    padding: 50px 20px;
  }

  .virtual-section h2 {
    font-size: 22px;
  }

  .virtual-section p {
    font-size: 14px;
  }

  .about-btn {
    padding: 10px 22px;
    font-size: 14px;
  }
  .section-header h2 {
      font-size: 22px;
  }
}
/* SECTION */

.virtual-use-section {
  padding: 80px 20px;
  background: #f3f3f3;
}

.virtual-container {
  max-width: 1200px;
  margin: auto;

}

/* TITLE */

.virtual-title {
  font-size: 42px;
  color: #0d2b44;
  margin-bottom: 10px;
}

.virtual-subtitle {
  font-size: 18px;
  margin-bottom: 50px;
  color: #333;
}

/* CARDS */

.virtual-cards {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;

}

.virtual-card {
  background: #fff;
  border-radius: 14px;
  padding: 35px;
  width: 260px;
  transition: 0.3s;
}

/* ICON */

.virtual-icon {
  width: 90px;
  height: 90px;
  background: #0b2c44;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.virtual-icon img {
  width: 45px;
}

/* TEXT */

.virtual-card h3 {
  font-size: 20px;
  color: #0b2c44;
  margin-bottom: 10px;
}

.virtual-card p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}

/* HOVER EFFECT */

.virtual-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* ===================== */
/* TABLET */
/* ===================== */

@media (max-width: 992px) {

  .virtual-title {
    font-size: 32px;
  }

  .virtual-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }

}

/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width: 576px) {

  .virtual-title {
    font-size: 24px;
  }

  .virtual-subtitle {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .virtual-card {
    width: 100%;
    padding: 25px;
  }

  .virtual-icon {
    width: 70px;
    height: 70px;
  }

  .virtual-icon img {
    width: 35px;
  }

  .virtual-card h3 {
    font-size: 18px;
  }

  .virtual-card p {
    font-size: 14px;
  }

}
.contact-section{
padding:80px 0;
background:#ffffff;
}

.contact-title{
font-size:42px;
color:#0d2b44;
margin-bottom:10px;
}

.contact-subtitle{
font-size:18px;
margin-bottom:20px;
}

.contact-item{
display:flex;
align-items:flex-start;
margin-top:30px;
gap:20px;
}

.contact-icon{
font-size:28px;
color:#b8843a;
width:50px;
}

.contact-text h4{
font-size:24px;
margin-bottom:5px;
color:#0d2b44;
}

.contact-text p{
font-size:18px;
margin:0;
}
.contact-widget-form{
background:#ffffff;
padding:50px;
border-radius:12px;
margin-top: 60px;
}

.contact-form h3{
font-size:42px;
color:#0d2b44;
margin-bottom:35px;
font-weight:500;
}

.contact-form .form-control{
height:55px;
border:1px solid #dcdcdc;
border-radius:6px;
padding:10px 15px;
font-size:16px;
box-shadow:none;
background:#fff;
}

.contact-form textarea.form-control{
height:160px !important;
resize:none;
padding-top:15px;
}

.contact-form .form-control:focus{
border-color:#b8843a;
box-shadow:none;
}

.form-group{
margin-bottom:25px;
}

.tb_es_btn_wrapper button{
background:#b8843a;
color:#fff;
border:none;
padding:14px 32px;
border-radius:6px;
font-size:18px;
transition:0.3s;
}

.tb_es_btn_wrapper button:hover{
background:#9a6c2e;
}

.contact-form .row{
row-gap:15px;
}
.map-full-section{
width:100%;
}

.map-wrapper iframe{
width:100%;
height:500px;
display:block;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #f3f3f3;
}

.enquiry-wrapper {
  max-width: 900px;
  margin: 50px auto;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
}

.enquiry-title {
  font-size: 28px;
  margin-bottom: 25px;
  color: #1a1a1a;
}

.enquiry-form {
  width: 100%;
}

.row-group {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.input-field {
  flex: 1;
  padding: 12px;
  border: 1px solid #d0d0d0;
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}

.input-field:focus {
  border-color: #b07a35;
}

.submit-btn {
  width: 100%;
  padding: 14px;
  background-color: #b07a35;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #9a692d;
}

/* Responsive */
@media (max-width: 768px) {
  .row-group {
    flex-direction: column;
  }
}
/* RIGHT SECTION */

.about-right {
  background-color: #003147;
  padding: 73px 40px;
  margin-left: -12px;
}

/* TEXT */

.about-right h2 {
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  font-size: 34px;
}

.about-right p {
  color: #fff;
  margin-top: 20px;
  font-size: 16px !important;
  line-height: 1.6;
}

/* BUTTON */

.about-btn {
  background-color: #c07c3d;
  color: #fff;
  padding: 12px 28px;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  border-radius: 5px;
}

/* ===================== */
/* TABLET */
/* ===================== */

@media (max-width: 992px) {
  .about-right {
    padding: 50px 30px;
    margin-left: 0; /* remove negative shift */
    text-align: center;
  }

  .about-right h2 {
    font-size: 28px;
  }
}

/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width: 576px) {

  .about-right {
      padding: 30px 10px;
  }

  .about-right h2 {
    font-size: 22px;
  }

  .about-right p {
    font-size: 14px;
  }

  .about-btn {
    padding: 10px 22px;
    font-size: 14px;
  }
}
/* COMMON RIGHT SECTION STYLE (reuse this everywhere) */

.about-right {
  background-color: #003147;
  color: #fff;
}

/* AUDIO SECTION (specific spacing) */

.audio-section {
  padding: 95px 40px;
    background-color: #003147;
    margin-left: -12px !important;
}

/* TEXT */

.audio-section h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.audio-section p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

/* BUTTON */

.about-btn {
  background-color: #c07c3d;
  color: #fff;
  padding: 12px 28px;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.about-btn:hover {
  background-color: #a9652f;
}

/* ===================== */
/* TABLET */
/* ===================== */

@media (max-width: 992px) {

  .audio-section {
    padding: 60px 30px;
    margin-left: 0; /* remove negative margin issue */
    text-align: center;
  }

  .audio-section h2 {
    font-size: 28px;
  }

}

/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width: 576px) {

  .audio-section {
    padding: 40px 20px;
  }

  .audio-section h2 {
    font-size: 22px;
  }

  .audio-section p {
    font-size: 14px;
  }

  .about-btn {
    padding: 10px 22px;
    font-size: 14px;
  }

}
/* COMMON RIGHT SECTION */

.about-right {
  background-color: #003147;
  color: #fff;
  display: flex;
  align-items: center;
}

/* SPACING VARIANTS */

.section-lg {
  padding: 110px 40px;
  margin-left: -37px;
}

.section-md {
  padding: 90px 40px;
}

.section-sm {
  padding: 70px 40px;
}

/* TEXT */

.about-right h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}

.about-right p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

/* BUTTON */

.about-btn {
  background-color: #c07c3d;
  color: #fff;
  padding: 12px 28px;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s;
}

.about-btn:hover {
  background-color: #a9652f;
}

/* ===================== */
/* TABLET */
/* ===================== */

@media (max-width: 992px) {

  .about-right {
    padding: 60px 30px;
    text-align: center;
  }

  .about-right h2 {
    font-size: 28px;
  }

}

/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width: 576px) {

  .about-right {
    padding: 40px 20px;
  }

  .about-right h2 {
    font-size: 22px;
  }

  .about-right p {
    font-size: 14px;
  }

  .about-btn {
    padding: 10px 22px;
    font-size: 14px;
  }

}