/*************************************** Hero Section ***************************************/
.hero-section{
    padding:70px 0;
    overflow:hidden;
}

.hero-content h1{
    font-size:50px;
    line-height:1.1;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
}

.hero-content h1 span{
    color:#ff6b00;
}

.hero-content h1 .purple{
    color:#6f12cf;
}

.hero-content p{
    font-size:18px;
    color:#333;
    line-height:1.7;
    margin-bottom:35px;
}

.orange-text{
    color:#ff6b00;
    font-weight:600;
}

.hero-buttons{
    display:flex;
    align-items:center;
    gap:18px;
    margin-bottom:55px;
    flex-wrap:wrap;
}

.btn-orange{
    background:#ff6b00;
    color:#fff;
    text-decoration:none;
    padding:16px 26px;
    border-radius:12px;
    font-size:14px;
    font-weight:700;
    transition:0.3s ease;
}

.btn-orange i{
    margin-left:8px;
}

.btn-orange:hover{
    background:#e95f00;
    color:#fff;
}

.btn-outline-custom{
    border:2px solid #d7c6ff;
    color:#111;
    text-decoration:none;
    padding:15px 24px;
    border-radius:12px;
    font-size:14px;
    font-weight:700;
    transition:0.3s ease;
}

.btn-outline-custom:hover{
    background:#6f12cf;
    border-color:#6f12cf;
    color:#fff;
}

.hero-stats{
    display:flex;
    gap:45px;
    flex-wrap:wrap;
}

.stat-box i{
    font-size:34px;
    color:#6f12cf;
    margin-bottom:12px;
}

.stat-box h3{
    color: #ff6b00;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}

.stat-box span{
    font-size:14px;
    color:#444;
    font-weight:500;
}

.hero-image{
    text-align:center;
}

.hero-image img{
    width:100%;
    max-width:760px;
}

@media(max-width:1200px){

    .hero-content h1{
        font-size:48px;
    }

}

@media(max-width:991px){

    .hero-section{
        padding:50px 0;
        text-align:center;
    }

    .hero-content h1{
        font-size:42px;
    }

    .hero-buttons{
        justify-content:center;
    }

    .hero-stats{
        justify-content:center;
        gap:30px;
    }

    .hero-image{
        margin-top:50px;
    }

}

@media(max-width:576px){

    .hero-content h1{
        font-size:32px;
    }

    .hero-content p{
        font-size:16px;
    }

    .hero-stats{
        gap:20px;
    }

    .stat-box{
        width:45%;
    }

}


/*************************************** About Section ***************************************/
.about-section{
    padding:80px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.about-image{
    position:relative;
    width:100%;
}

.about-image img{
    width:100%;
    position:relative;
    z-index:2;
}

.orange-brush{
    position:absolute;
    top:120px;
    left:20px;
    width:260px;
    height:26px;
    background:#ff6b00;
    z-index:3;
    border-radius:50px;
    transform:rotate(-3deg);
}

.arrows{
    position:absolute;
    left:-10px;
    top:30px;
    z-index:4;
    display:flex;
    flex-direction:column;
    gap:12px;
}

.arrows i{
    color:#6f12cf;
    font-size:34px;
}

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

.section-tag{
    color:#ff6b00;
    font-size:15px;
    font-weight:700;
    display:block;
    margin-bottom:14px;
}

.about-content h2{
    font-size:52px;
    font-weight:900;
    line-height:1.2;
    color:#111;
    margin-bottom:25px;
}

.about-content h2 span{
    color:#ff6b00;
}

.about-content p{
    font-size:18px;
    line-height:1.9;
    color:#444;
    margin-bottom:40px;
    max-width:650px;
}

.about-features{
    display:flex;
    gap:35px;
    flex-wrap:wrap;
}

.feature-box{
    display:flex;
    align-items:center;
    gap:14px;
    position:relative;
}

.feature-box::after{
    content:"";
    position:absolute;
    right:-18px;
    top:10px;
    width:1px;
    height:45px;
    background:#ddd;
}

.feature-box:last-child::after{
    display:none;
}

.feature-icon{
    width:62px;
    height:62px;
    border:2px solid #d9c1ff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#6f12cf;
    font-size:24px;
}

.feature-box h5{
    margin:0;
    font-size:18px;
    font-weight:700;
    color:#111;
}

.feature-box span{
    font-size:15px;
    color:#555;
}

@media(max-width:991px){

    .about-section{
        text-align:center;
    }

    .about-image{
        margin:0 auto 50px;
    }

    .about-content{
        padding-left:0;
    }

    .about-content h2{
        font-size:40px;
    }

    .about-features{
        justify-content:center;
    }

}

@media(max-width:576px){

    .about-content h2{
        font-size:30px;
    }

    .about-content p{
        font-size:15px;
    }

    .about-features{
        flex-direction:column;
        align-items:flex-start;
        gap:25px;
    }

    .feature-box::after{
        display:none;
    }

    .orange-brush{
        width:200px;
        top:90px;
    }

}



/************************************** Services Section ***************************************/
.services-section {
    padding: 70px 0;
  }

  .section-subtitle {
    color: #ff6b00;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 42px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.3;
  }

  .section-title span {
    color: #ff6b00;
  }

  .service-card {
    border: 2px solid #f4c8a8;
    border-radius: 16px;
    padding: 35px 25px 30px;
    height: 100%;
    position: relative;
    transition: 0.3s ease;
    background: #fff;
  }

  .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  }

  .service-icon {
    width: 75px;
    height: 75px;
    background: #fff;
    border: 4px solid #7a00ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #7a00ff;
    position: absolute;
    top: -38px;
    left: 25px;
  }

  .service-title {
    color: #ff6b00;
    font-size: 22px;
    font-weight: 800;
    margin-top: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

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

  .service-list li {
    margin-bottom: 12px;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
  }

  @media (max-width: 991px) {
    .service-card {
      margin-bottom: 50px;
    }

    .section-title {
      font-size: 32px;
    }
  }

  @media (max-width: 576px) {
    .services-section {
      padding: 50px 0;
    }

    .section-title {
      font-size: 26px;
    }

    .service-title {
      font-size: 20px;
    }

    .service-list li {
      font-size: 15px;
    }
  }


  /************************************** Industries Section ***************************************/
  .industries-section {
    background: #fff;
  }

  .industry-subtitle {
    color: #ff6b00;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .industry-title {
    font-size: 42px;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
  }

  .industry-title span {
    color: #ff6b00;
  }

  .industry-card {
    border: 2px solid #e8d8f5;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    transition: 0.3s ease;
    background: #fff;
  }

  .industry-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  }

  .industry-icon {
    width: 85px;
    height: 85px;
    min-width: 85px;
    border: 4px solid #7b2cff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    color: #ff6b00;
  }

  .industry-content h4 {
    color: #ff6b00;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 8px;
  }

  .industry-content p {
    color: #333;
    font-size: 15px;
    margin: 0;
    line-height: 1.6;
  }

  @media (max-width: 991px) {
    .industry-title {
      font-size: 32px;
    }
  }

  @media (max-width: 576px) {

    .industry-title {
      font-size: 24px;
    }

    .industry-card {
      flex-direction: column;
      text-align: center;
      padding: 30px 20px;
    }

    .industry-icon {
      width: 75px;
      height: 75px;
      min-width: 75px;
      font-size: 32px;
    }

    .industry-content h4 {
      font-size: 20px;
    }

    .industry-content p {
      font-size: 16px;
    }
  }


  /************************************** Locations Section ***************************************/

  .presence-section {
    background: #fff;
  }

  .presence-subtitle {
    color: #ff6b00;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .presence-title {
    font-size: 48px;
    font-weight: 800;
    color: #111;
  }

  .presence-title span {
    color: #ff6b00;
  }

  .country-box {
    text-align: left;
  }

  .country-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
  }

  .country-header h3 {
    font-size: 34px;
    font-weight: 800;
    margin: 0;
    color: #111;
  }

  .country-box ul {
    padding-left: 25px;
    margin: 0;
    list-style-type: circle;
  }

  .country-box ul li {
    font-size: 16px;
    margin-bottom: 14px;
    color: #333;
  }

  /* Flags */
  .flag {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ddd;
  }

  .india-flag {
    background:
      linear-gradient(
        to bottom,
        #ff9933 33%,
        white 33%,
        white 66%,
        #138808 66%
      );
    position: relative;
  }

  .india-flag::after {
    content: "◉";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    color: #000080;
  }

  .uae-flag {
    background:
      linear-gradient(
        to right,
        #ff0000 25%,
        transparent 25%
      ),
      linear-gradient(
        to bottom,
        #009a49 33%,
        white 33%,
        white 66%,
        #000 66%
      );
  }

  /* Maps */
  .map-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
  }

  .map-card img{width:250px;}



  @media (max-width: 991px) {

    .presence-title {
      font-size: 36px;
    }

    .country-box {
      text-align: center;
    }

    .country-header {
      justify-content: center;
    }

    .country-box ul {
      padding-left: 0;
      list-style-position: inside;
    }

    .map-grid {
      gap: 25px;
    }
  }

  @media (max-width: 576px) {

    .presence-title {
      font-size: 28px;
    }

    .country-header h3 {
      font-size: 26px;
    }

    .country-box ul li {
      font-size: 17px;
    }

    .map-grid{display: none;}
  }


/************************************** FAQ's Section ***************************************/
.faq-section {
    background: #fff;
  }

  .faq-subtitle {
    color: #ff6b00;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .faq-title {
    font-size: 44px;
    font-weight: 800;
    color: #111;
  }

  .faq-title span {
    color: #ff6b00;
  }

  .custom-accordion .accordion-item {
    border: 1px solid #ececec;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 18px;
    background: #fff;
  }

  .custom-accordion .accordion-button {
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 22px 25px;
    box-shadow: none !important;
  }

  .custom-accordion .accordion-button:not(.collapsed) {
    background: #fff;
    color: #ff6b00;
  }

  .custom-accordion .accordion-button::after {
    display: none;
  }

  .custom-accordion .accordion-button::before {
    content: "+";
    position: absolute;
    right: 25px;
    font-size: 34px;
    font-weight: 300;
    color: #7b2cff;
    transition: 0.3s ease;
  }

  .custom-accordion .accordion-button:not(.collapsed)::before {
    transform: rotate(45deg);
    color: #ff6b00;
  }

  .accordion-body {
    font-size: 15px;
    color: #555;
    padding: 0 25px 25px;
    line-height: 1.7;
  }

  @media (max-width: 991px) {

    .faq-title {
      font-size: 34px;
    }

    .custom-accordion .accordion-button {
      font-size: 18px;
    }
  }

  @media (max-width: 576px) {

    .faq-section {
      padding: 60px 0;
    }

    .faq-title {
      font-size: 26px;
      line-height: 1.4;
    }

    .custom-accordion .accordion-button {
      font-size: 16px;
      padding: 18px 20px;
    }

    .custom-accordion .accordion-button::before {
      right: 20px;
      font-size: 28px;
    }

    .accordion-body {
      font-size: 15px;
      padding: 0 20px 20px;
    }
  }


  /************************************** Contact Section ***************************************/
  .contact-section {
    background: #fff;
    overflow: hidden;
  }

  .contact-subtitle {
    color: #ff6b00;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .contact-title {
    font-size: 48px;
    font-weight: 800;
    color: #111;
    line-height: 1.3;
    margin-bottom: 35px;
  }

  .contact-title span {
    color: #ff6b00;
  }

  /* Target Design */
  .target-wrapper {
    position: relative;
    width: 320px;
    height: 320px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .target-circle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .outer-circle {
    width: 320px;
    height: 320px;
    background: #d5b8ff;
  }

  .middle-circle {
    width: 240px;
    height: 240px;
    background: #8a3ffc;
  }

  .inner-circle {
    width: 150px;
    height: 150px;
    background: #f4dfff;
  }

  .target-center {
    width: 70px;
    height: 70px;
    background: #ff8b2b;
    border-radius: 50%;
  }

  .arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(-15deg);
    font-size: 90px;
    color: #7b2cff;
  }

  /* Form */
  .custom-input {
    height: 60px;
    border-radius: 12px;
    border: 1px solid #e5e5e5;
    padding: 15px 18px;
    font-size: 16px;
    box-shadow: none !important;
  }

  .custom-input:focus {
    border-color: #7b2cff;
  }

  .custom-textarea {
    height: 140px !important;
    resize: none;
    padding-top: 18px;
  }

  .send-btn {
    background: linear-gradient(90deg, #7b2cff, #5a00d6);
    color: #fff;
    border: none;
    padding: 18px 35px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease;
  }

  .send-btn i {
    margin-left: 10px;
  }

  .send-btn:hover {
    transform: translateY(-3px);
  }

  @media (max-width: 991px) {

    .contact-title {
      font-size: 36px;
    }

    .target-wrapper {
      width: 260px;
      height: 260px;
      margin-bottom: 30px;
    }

    .outer-circle {
      width: 260px;
      height: 260px;
    }

    .middle-circle {
      width: 190px;
      height: 190px;
    }

    .inner-circle {
      width: 120px;
      height: 120px;
    }

    .target-center {
      width: 55px;
      height: 55px;
    }

    .arrow {
      font-size: 70px;
    }
  }

  @media (max-width: 576px) {

    .contact-section {
      text-align: center;
    }

    .contact-title {
      font-size: 28px;
    }

    .target-wrapper {
      width: 220px;
      height: 220px;
    }

    .outer-circle {
      width: 220px;
      height: 220px;
    }

    .middle-circle {
      width: 160px;
      height: 160px;
    }

    .inner-circle {
      width: 100px;
      height: 100px;
    }

    .target-center {
      width: 45px;
      height: 45px;
    }

    .arrow {
      font-size: 55px;
      right: -5px;
    }

    .custom-input {
      height: 55px;
      font-size: 15px;
    }

    .custom-textarea {
      height: 120px !important;
    }

    .send-btn {
      width: 100%;
    }
  }