*{
    margin:0;
    padding:0;
    /* overflow: hidden; */
    box-sizing: border-box; */
}
body {
    margin: 0;
    padding: 0;
    /* font-family: 'Segoe UI', sans-serif; */
    width:100vw;
    height: 100vh;
   
      background: #f7f8fc;
      /* font-family: 'Poppins', sans-serif; */
   
    /* background: rgb(19, 19, 19); */
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    /* background: #0a0a0f; */
    color: rgb(24, 5, 5);
    overflow-x: hidden;
    line-height: 1.2;

  } 
  header, nav, .navbar, .header {
  position: relative;
  z-index: 10;  
}
     /* .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 20px;
    
        } */
.top_section{
    background-color:#273039;

}
.navcolor{
    background-color: #273032;
}
.row1{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
a.dropdown-item {
    color: red;
}
.forimage{
    height: 90px;
    width: 150px;
    margin-left: 8 0px;
}
.webtext{
    color:coral;
    font-family:'Impact', Arial Narrow Bold, sans-serif;
}
.btnright{
    margin-right: 60px;
}
.marketstrat{
    color: black;
    border-radius: 20px;
    border: 1px solid coral;
    
}
.mstratborder{
    /* margin-top: 30px; */
    /* border: 2px solid grey ; */
    border-radius: 50%;
shape-outside: margin-box;
    max-width: fit-content;
}
/* .marketst{
    margin-top: 100px;
} */

 .bckpics{
    background: none;
    background-image: url("../images/webmain.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;  full screen height
}

.divmainupper{
   text-align: center;
   font-size:60px; 
   margin-top: 150px;
   margin-right:25px;
   background: linear-gradient(to bottom, #33ccff 10%, #ff99cc 100%);
   opacity: 0.8;
   font-family:sans-serif;
   color: black;
   border: 1px solid white;
   padding: 10px;
   box-shadow: 5px 10px #888888;
   border-radius: 10px;
   
}
.timer{
    background-image: url(/images/timer.png);
    background-color:coral;
    height:5px;
    
}
.btnconsult{
    background-color: red;
    margin-top: 80px;
    margin-left: 680px;
}

.mparag{
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 10px;
}


.dnone{
    background-color: red;
    display: none;
}
/* Services pages css */
.servicesdiv {
    background-color: #18da28;
    background-image: linear-gradient(to right top, #990404, #b4002e, #bf0064, #a700ab, #081df6)
}

.card {
    border: none;
    border-radius: 10px
}

.text {
    font-size: 14px;
    font-weight: 600;
    color: #69686a
}
/* Services pages css */
/* Our Client Css */
/* Add custom styles for the carousel */
.carousel-item img {
    height:500px; /* adjust this to your desired height */
    object-fit: cover; /* make sure the image fills the entire slide */
    

}

.carousel-caption {
    bottom: 50px; /* adjust this to your desired position */
    background: rgba(0,0,0,0.5); /* adjust this to your desired background color and opacity */
    color: #fff; /* adjust this to your desired text color */
    padding: 10px;
}
.sbmt{
    margin-top: 10px;
}

/* Our Team Area Start*/
.ourteamarea img {
    height: 200px;
    width: 200px;
    
  }
/* Our Team Area End */

.footer1{
 margin-top: 40px;
 background: linear-gradient(to bottom, #33ccff 10%, #ff99cc 100%);
 text-emphasis-color: black;
}
.slidermr{
    color: #33ccff;
    border-radius: 2%;
    box-shadow: 5px 5px 5px rgba(67, 6, 179, 0.21);  
    width: 80%;
    margin-left: 100px;  
    
}

.foocolor{

/* color:rgb(218, 207, 203); */
background: linear-gradient(to bottom, coral 50%, #069cf3 50%);

text-emphasis-color: black;
/* z-index: 1; */
}
  /* start preloader */




  
  .loader-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #242f3f;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
  }
  .loader {
    display: inline-block;
    width: 200px;
    height: 20px;
    position: relative;
    border: 4px solid #Fff;
    animation: loader 0.5s infinite ease;
    background-color: #13da31;
  }
  .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #c54444;
    animation: loader-inner 5s infinite ease-in;
  }
  @keyframes loader {
    0% { transform: rotate(0deg);}
    25% { transform: rotate(180deg);}
    50% { transform: rotate(180deg);}
    75% { transform: rotate(360deg);}
    100% { transform: rotate(180deg);}
  }
  @keyframes loader-inner {
    0% { height: 0%;}
    25% { height: 0%;}
    50% { height: 100%;}
    75% { height: 50%;}
    100% { height: 100%;}
  }
  /* Close preloader  */

.cardbutton{
 text-align: center;


  }

  .upper_design{
    background-image: url(images/webmain.jpg);
    position: relative;
    height: 200px;
   margin-top: 10px;
  
    
  }
  .mid_design{

    max-width: fit-content;
    height: 200px;
    position: absolute;
    /* margin-top: 100px; */
    /* margin-top: 200px; */
    margin-bottom: 15px;
    color: white;
    z-index: -1;
    box-shadow: #069cf3;

  }
  .brand-textcolorwhite
  {
    background: white;
    color: black;
    
  }
  .brand-textcolorcoral
  {
    background: coral;
    
  }
  .testo{
    margin-top: 30px;
  }

  .aboutimg {
    position: ab;
    object-fit:initial;
  }
.aboutmargin{
    margin-top: 100px;
    color: #0a0a0f;
}
.test_corousel{
    margin-top: 100px;
    margin-bottom: 00px;
}

.holderCircle { width: 500px; height: 500px; border-radius: 100%; margin: 60px auto; position: relative; }


.dotCircle { width: 100%; height: 100%; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; border-radius: 100%; z-index: 20; }
.dotCircle  .itemDot { display: block; width: 80px; height: 80px; position: absolute; background: #ffffff; color: #7d4ac7; border-radius: 20px; text-align: center; line-height: 80px; font-size: 30px; z-index: 3; cursor: pointer; border: 2px solid #e6e6e6; }
.dotCircle  .itemDot .forActive { width: 56px; height: 56px; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; }
.dotCircle  .itemDot .forActive::after { content: ''; width: 5px; height: 5px; border: 3px solid #7d4ac7; bottom: -31px; left: -14px; filter: blur(1px); position: absolute; border-radius: 100%; }
.dotCircle  .itemDot .forActive::before { content: ''; width: 6px; height: 6px; filter: blur(5px); top: -15px; position: absolute; transform: rotate(-45deg); border: 6px solid #a733bb; right: -39px; }
.dotCircle  .itemDot.active .forActive { display: block; }
.round { position: absolute; left: 40px; top: 45px; width: 410px; height: 410px; border: 2px dotted #a733bb; border-radius: 100%; -webkit-animation: rotation 100s infinite linear; }
.dotCircle .itemDot:hover, .dotCircle .itemDot.active { color: #ffffff; transition: 0.5s;   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7d4ac7+0,a733bb+100 */ background: #7d4ac7; /* Old browsers */ background: -moz-linear-gradient(left, #7d4ac7 0%, #a733bb 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(left, #7d4ac7 0%, #a733bb 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to right, #7d4ac7 0%, #a733bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d4ac7', endColorstr='#a733bb', GradientType=1); /* IE6-9 */ border: 2px solid #ffffff; -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .13); }
.dotCircle .itemDot { font-size: 40px; }
.contentCircle { width: 250px; border-radius: 100%; color: #222222; position: relative; top: 150px; left: 50%; transform: translate(-50%, -50%); }
.contentCircle .CirItem { border-radius: 100%; color: #222222; position: absolute; text-align: center; bottom: 0; left: 0; opacity: 0; transform: scale(0); transition: 0.5s; font-size: 15px; width: 100%; height: 100%; top: 0; right: 0; margin: auto; line-height: 250px; }
.CirItem.active { z-index: 1; opacity: 1; transform: scale(1); transition: 0.5s; }
.contentCircle .CirItem i { font-size: 180px; position: absolute; top: 0; left: 50%; margin-left: -90px; color: #000000; opacity: 0.1; }
@media only screen and (min-width:300px) and (max-width:599px) {
	.holderCircle {/* width: 300px; height: 300px;*/ margin: 110px auto; }
	.holderCircle::after { width: 100%; height: 100%; }
	.dotCircle { width: 100%; height: 100%; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
}
@media only screen and (min-width:600px) and (max-width:767px) { }
@media only screen and (min-width:768px) and (max-width:991px) { }
@media only screen and (min-width:992px) and (max-width:1199px) { }
@media only screen and (min-width:1200px) and (max-width:1499px) { }
  .title-box .title { font-weight: 600; letter-spacing: 2px; position: relative; z-index: -1; }
        .title-box span { text-shadow: 0 10px 10px rgba(0, 0, 0, .15); font-weight: 800; color: #640178; }
        .title-box p {font-size: 17px; line-height: 2em; }

/* Why Choose us Start */
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {}
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #333;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}
.section-head h4 {
  position: relative;
  padding:0;
  color:#f91942;
  line-height: 1;
  letter-spacing:0.3px;
  font-size: 34px;
  font-weight: 700;  
  text-align:center;
  text-transform:none;
  margin-bottom:30px;
}
.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #f91942;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right:0;  
  margin:0 auto;
}
.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color:#2f2f2f
}
p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}

.extra-text {
    font-size:34px;
    font-weight: 700;
    color:#2f2f2f;
    margin-bottom: 25px;
    position:relative;
    text-transform: none;
}
.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}
.extra-text span {
    font-weight: 700;
    color:#f91942;
}
.item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover{
    background:#f91942;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#fff;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.item p{
    font-size:15px;
    line-height:26px;
}
.item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}
.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}
.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}
.skills {
    padding-top:0px;
}
.skills .prog-item {
    margin-bottom: 25px;
}
.skills .prog-item:last-child {
    margin-bottom: 0;
}
.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}
.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius:20px;
    position: relative;
}
.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight:600;    
    color: #fff;
    background:rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}
/* Why Choose us End */
/* Media query */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .ulsocialmquery{
        display: flex;
        margin-left: 30px;
    }
    }
/* About us */
     /* Custom scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1a2e;
        }
        ::-webkit-scrollbar-thumb {
            background: linear-gradient(45deg, #ff6b9d, #c44569);
            border-radius: 10px;
        }

        

        /* Animated Background */
        .bg-animation {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background: linear-gradient(45deg, #0a0a0f, #1a1a2e, #16213e, #0f3460);
            /* background: linear-gradient(45deg, #0e0f0a, #2d2e1a, #3d3e16, #605f0f);

            background: linear-gradient(grey,black,rgb(14, 11, 11),yellow); */
            background-size: 400% 400%;
            animation: gradientFlow 15s ease infinite;
        }

        @keyframes gradientFlow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .floating-orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(1px);
            animation: float 20s infinite ease-in-out;
            opacity: 0.6;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px) translateX(0px) rotate(0deg); }
            25% { transform: translateY(-100px) translateX(50px) rotate(90deg); }
            50% { transform: translateY(-50px) translateX(-30px) rotate(180deg); }
            75% { transform: translateY(-150px) translateX(-80px) rotate(270deg); }
        }

        /* Header */
        .header {
            text-align: center;
            padding: 100px 0;
            position: relative;
        }

        .header h1 {
            font-size: 4.5rem;
            font-weight: 900;
            background: linear-gradient(135deg, #ff6b9d, #c44569, #f8b500, #feca57);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 30px;
            opacity: 0;
            animation: slideUp 1.5s ease-out 0.5s forwards;
            text-shadow: 0 0 50px rgba(255, 107, 157, 0.3);
        }

        .header p {
            font-size: 1.4rem;
            opacity: 0;
            animation: slideUp 1.5s ease-out 0.8s forwards;
            color: #a0a0a0;
            max-width: 600px;
            margin: 0 auto;
        }

        .header::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255, 107, 157, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            z-index: -1;
        }

        @keyframes slideUp {
            from { opacity: 0; transform: translateY(50px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* Story Section */
        .story-section {
            padding: 120px 0;
            position: relative;
        }

        .story-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .story-content {
            padding: 40px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 30px;
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            position: relative;
            overflow: hidden;
        }

        .story-content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #ff6b9d, transparent);
        }

        .story-content h2 {
            font-size: 2.8rem;
            margin-bottom: 25px;
            background: linear-gradient(135deg, #ff6b9d, #feca57);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .story-content p {
            font-size: 1.1rem;
            color: #d0d0d0;
            margin-bottom: 20px;
            line-height: 1.8;
        }

        .timeline {
            position: relative;
            padding: 40px;
        }

        .timeline-item {
            position: relative;
            padding: 30px 0 30px 60px;
            border-left: 2px solid rgba(255, 107, 157, 0.3);
        }

        .timeline-item::before {
            content: '';
            position: absolute;
            left: -8px;
            top: 40px;
            width: 16px;
            height: 16px;
            background: linear-gradient(45deg, #ff6b9d, #c44569);
            border-radius: 50%;
            box-shadow: 0 0 20px rgba(255, 107, 157, 0.5);
        }

        .timeline-year {
            color: #ff6b9d;
            font-weight: bold;
            font-size: 1.2rem;
        }

        .timeline-desc {
            color: #b0b0b0;
            margin-top: 10px;
        }

        /* Vision Mission Section */
        .vision-mission {
            padding: 120px 0;
            position: relative;
        }

        .vm-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            margin-bottom: 80px;
        }

        .vm-card {
            background: linear-gradient(135deg, rgba(255, 107, 157, 0.1), rgba(196, 69, 105, 0.1));
            border-radius: 25px;
            padding: 50px 40px;
            text-align: center;
            position: relative;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 107, 157, 0.2);
            transition: all 0.5s ease;
        }

        .vm-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 30px 60px rgba(255, 107, 157, 0.2);
        }

        .vm-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 30px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            position: relative;
            overflow: hidden;
        }

        .vision-icon {
            background: linear-gradient(135deg, #ff6b9d, #c44569);
        }

        .mission-icon {
            background: linear-gradient(135deg, #f8b500, #feca57);
        }

        .vm-card h3 {
            font-size: 2.2rem;
            margin-bottom: 25px;
            color: white;
        }

        .vm-card p {
            font-size: 1.1rem;
            color: #d0d0d0;
            line-height: 1.8;
        }

        /* Owner Section */
        .owner-section {
            padding: 120px 0;
            position: relative;
        }

        .owner-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .owner-image {
            position: relative;
            text-align: center;
        }

        .owner-img {
            width: 350px;
            height: 350px;
            border-radius: 30px;
            background: linear-gradient(135deg, #ff6b9d, #c44569, #f8b500);
            background-size: 300% 300%;
            animation: gradientShift 4s ease infinite;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 5rem;
            color: white;
            margin: 0 auto;
            position: relative;
            overflow: hidden;
            transition: all 0.5s ease;
            box-shadow: 0 25px 50px rgba(255, 107, 157, 0.3);
        }

        .owner-img:hover {
            transform: rotateY(10deg) rotateX(5deg);
            box-shadow: 0 35px 70px rgba(255, 107, 157, 0.4);
        }

        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        .owner-content h2 {
            font-size: 3rem;
            margin-bottom: 25px;
            background: linear-gradient(135deg, #ff6b9d, #feca57);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .owner-content p {
            font-size: 1.1rem;
            color: #d0d0d0;
            margin-bottom: 25px;
            line-height: 1.8;
        }

        .highlight-text {
            background: linear-gradient(135deg, #f8b500, #feca57);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 600;
        }

        /* Team Section */
        .team-section {
            padding: 120px 0;
            position: relative;
        }

        .section-title {
            text-align: center;
            margin-bottom: 80px;
        }

        .section-title h2 {
            font-size: 3.5rem;
            font-weight: 900;
            background: linear-gradient(135deg, #ff6b9d, #c44569, #f8b500, #feca57);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 20px;
        }

        .section-title p {
            font-size: 1.3rem;
            color: #a0a0a0;
        }

        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 40px;
        }

        .team-card {
            background: rgba(255, 255, 255, 0.05);
            border-radius: 25px;
            padding: 40px 30px;
            text-align: center;
            backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
            overflow: hidden;
        }

        .team-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #ff6b9d, #feca57, transparent);
            transition: left 0.5s ease;
        }

        .team-card:hover::before {
            left: 100%;
        }

        .team-card:hover {
            transform: translateY(-15px) scale(1.02);
            background: rgba(255, 255, 255, 0.08);
            box-shadow: 0 25px 50px rgba(255, 107, 157, 0.2);
        }

        .team-avatar {
            width: 140px;
            height: 140px;
            border-radius: 50%;
            margin: 0 auto 25px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: white;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        .team-avatar-1 { background: linear-gradient(135deg, #ff6b9d, #c44569); }
        .team-avatar-2 { background: linear-gradient(135deg, #f8b500, #feca57); }
        .team-avatar-3 { background: linear-gradient(135deg, #00d2ff, #3a7bd5); }
        .team-avatar-4 { background: linear-gradient(135deg, #667eea, #764ba2); }
        .team-avatar-5 { background: linear-gradient(135deg, #f093fb, #f5576c); }
        .team-avatar-6 { background: linear-gradient(135deg, #4facfe, #00f2fe); }
        .team-avatar-7 { background: linear-gradient(135deg, #a8edea, #fed6e3); }
        .team-avatar-8 { background: linear-gradient(135deg, #ff9a9e, #fecfef); }

        .team-card h3 {
            font-size: 1.6rem;
            margin-bottom: 10px;
            color: white;
            font-weight: 600;
        }

        .team-role {
            color: #ff6b9d;
            font-weight: 600;
            margin-bottom: 20px;
            font-size: 1rem;
        }

        .team-card p {
            font-size: 0.95rem;
            color: #b0b0b0;
            line-height: 1.6;
            margin-bottom: 25px;
        }

        .social-links {
            display: flex;
            justify-content: center;
            gap: 20px;
        }

        .social-link {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            color: white;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            font-size: 1.2rem;
            position: relative;
            overflow: hidden;
        }

        .social-link::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(135deg, #ff6b9d, #feca57);
            border-radius: 50%;
            transform: scale(0);
            transition: transform 0.3s ease;
        }

        .social-link:hover::before {
            transform: scale(1);
        }

        .social-link:hover {
            transform: translateY(-5px) rotate(360deg);
            box-shadow: 0 10px 25px rgba(255, 107, 157, 0.3);
        }

        .social-link span {
            position: relative;
            z-index: 1;
        }

        /* Pulse animation for elements */
        @keyframes pulse {
            0% { box-shadow: 0 0 0 0 rgba(255, 107, 157, 0.7); }
            70% { box-shadow: 0 0 0 20px rgba(255, 107, 157, 0); }
            100% { box-shadow: 0 0 0 0 rgba(255, 107, 157, 0); }
        }

        .pulse {
            animation: pulse 2s infinite;
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .story-grid, .owner-grid, .vm-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }
            
            .timeline {
                padding: 20px;
            }
        }

        @media (max-width: 768px) {
            .header h1 { font-size: 2.5rem; }
            .section-title h2 { font-size: 2.5rem; }
            .owner-img { width: 250px; height: 250px; font-size: 3rem; }
            .team-grid { grid-template-columns: 1fr; }
            .vm-card { padding: 40px 25px; }
        }

        /* Loading animation */
        .fade-in {
            opacity: 0;
            transform: translateY(30px);
            animation: fadeInUp 0.8s ease forwards;
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /*OUr Moto */
         .card-custom {
      border-radius: 12px;
      padding: 20px;
      text-align: left;
      background: #fff;
      box-shadow: 0 4px 8px rgba(0,0,0,0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      min-height: 220px;
    }

    .card-custom:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 16px rgba(0,0,0,0.15);
    }

    .outer-border {
      border: 4px solid transparent;
      border-radius: 15px;
      background: linear-gradient(90deg, #ff0057, #2d00f7);
      padding: 15px;
    }

    .btn-custom {
      border-radius: 8px;
      font-weight: 500;
      padding: 6px 18px;
    }

    .icon {
      font-size: 28px;
      margin-bottom: 12px;
    }

    /* our service latest */
      .services-section {
      padding: 80px 0;
      text-align: center;
      color: #fff;
    }

    .services-section h2 {
      font-weight: 800;
      font-size: 3rem;
      margin-bottom: 60px;
      text-transform: uppercase;
      letter-spacing: 2px;
    }

    .service-card {
      background: rgba(255, 255, 255, 0.1);
      border-radius: 20px;
      padding: 40px 25px;
      backdrop-filter: blur(12px);
      box-shadow: 0 0 25px rgba(255,255,255,0.15);
      transition: all 0.4s ease;
      transform-style: preserve-3d;
      perspective: 1000px;
      position: relative;
      overflow: hidden;
    }

    .service-card:hover {
      transform: translateY(-10px) scale(1.05);
      box-shadow: 0 0 40px rgba(255,255,255,0.3);
    }

    .service-icon {
      font-size: 50px;
      margin-bottom: 20px;
      width: 90px;
      height: 90px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      margin: auto;
      color: #fff;
      animation: floatIcon 3s ease-in-out infinite;
    }

    @keyframes floatIcon {
      0%, 100% { transform: translateY(0px); }
      50% { transform: translateY(-12px); }
    }

    .gradient-1 { background: linear-gradient(135deg, #ff416c, #ff4b2b); }
    .gradient-2 { background: linear-gradient(135deg, #36d1dc, #5b86e5); }
    .gradient-3 { background: linear-gradient(135deg, #11998e, #38ef7d); }
    .gradient-4 { background: linear-gradient(135deg, #f7971e, #ffd200); }
    .gradient-5 { background: linear-gradient(135deg, #6a11cb, #2575fc); }
    .gradient-6 { background: linear-gradient(135deg, #ff6a00, #ee0979); }

    .service-card h5 {
      font-weight: 700;
      font-size: 1.4rem;
      margin-bottom: 15px;
      color: #fff;
    }

    .service-card p {
      font-size: 0.95rem;
      color: #ddd;
      margin-bottom: 25px;
    }

    .btn-glow {
      border-radius: 50px;
      padding: 10px 25px;
      font-weight: 600;
      background: #fff;
      color: #111;
      transition: all 0.3s ease;
      box-shadow: 0 0 15px rgba(255,255,255,0.4);
    }

    .btn-glow:hover {
      transform: scale(1.1);
      box-shadow: 0 0 30px rgba(255,255,255,0.8);
    }

    /* Scroll reveal effect */
    .reveal {
      opacity: 0;
      transform: translateY(40px);
      transition: all 0.8s ease-out;
    }
    .reveal.active {
      opacity: 1;
      transform: translateY(0);
    }
    .servicesectioncss{
      background: linear-gradient(135deg, #1a2a6c, #b21f1f, #fdbb2d);
      font-family: 'Segoe UI', sans-serif;
      overflow-x: hidden;
    }

    /* Contact us Css*/
     :root {
      --primary-color: #ff9800;
      --secondary-color: #ff5722;
      --dark-bg: #0d0d0d;
      --glass-bg: rgba(255, 255, 255, 0.08);
      --glass-border: rgba(255, 255, 255, 0.3);
      --text-light: #ffffff;
      --text-muted: rgba(255, 255, 255, 0.7);
      --success-color: #28a745;
      --error-color: #dc3545;
      --shadow-dark: rgba(0, 0, 0, 0.4);
      --shadow-darker: rgba(0, 0, 0, 0.5);
      --s:roohadow-light: rgba(255, 152, 0, 0.4);
      --overlay-bg: rgba(0, 0, 0, 0.8);
      --transition: all 0.3s ease-in-out;
    }

  

    #contact-us {
      font-family: "Poppins", sans-serif;
      background: var(--dark-bg);
      color: var(--text-light);
      overflow-x: hidden;
      line-height: 1.6;
      
    } 

    /* Particle Background */
    #particles-js {
      position: fixed;
      width: 100%;
      height: 100%;
      z-index:02;
      top: 0;
      left: 0;
       
    }


    /* Header Section */
    .header-section {
      text-align: center;
      padding: 2rem 0;
      position: relative;
      z-index: 0;
        
    }

    .header-section h1 {
      font-size: clamp(2.5rem, 5vw, 4rem);
      font-weight: 700;
      background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
      margin-bottom: 1rem;

    }

    .header-section p {
      font-size: 1.2rem;
      opacity: 0.9;
      max-width: 600px;
      margin: 0 auto;
      color: var(--text-light);
    }

    /* Contact Section Start */
    .contact-section {
      position: relative;
      z-index:10;
      padding: 2rem 1rem 4rem;
      min-height: calc(100vh - 200px);

    }

    .contact-container {
      max-width: 1200px;
      margin: 0 auto;
    }

    .contact-card {
      background: var(--glass-bg);
      border-radius: 20px;
      backdrop-filter: blur(12px);
      border: 1px solid var(--glass-border);
      box-shadow: 0 8px 32px var(--shadow-dark);
      padding: 2.5rem;
      transition: var(--transition);
      will-change: transform;
    }

    .contact-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 40px var(--shadow-darker);
    }

    /* Form Styles */
    .form-floating { margin-bottom: 1.5rem; }

    .form-control, .form-select {
      background: var(--glass-bg) !important;
      border: 2px solid var(--glass-border) !important;
      border-radius: 12px !important;
      color: var(--text-light) !important;
      padding: 1rem !important;
      font-size: 1rem !important;
      transition: var(--transition) !important;
      height: auto !important;
    }

    .form-control:focus, .form-select:focus {
      outline: none !important;
      border-color: var(--primary-color) !important;
      box-shadow: 0 0 0 0.2rem var(--shadow-light) !important;
      background: rgba(255, 255, 255, 0.15) !important;
    }

    .form-control::placeholder { color: var(--text-muted) !important; }

    .form-select option {
      background: var(--dark-bg);
      color: var(--text-light);
    }

    textarea.form-control { resize: vertical; min-height: 120px; }

    /* Validation Styles */
    .form-control.is-valid {
      border-color: var(--success-color) !important;
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25) !important;
    }

    .form-control.is-invalid {
      border-color: var(--error-color) !important;
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
    }

    .invalid-feedback { color: var(--error-color); font-size: 0.875rem; margin-top: 0.25rem; }
    .valid-feedback { color: var(--success-color); font-size: 0.875rem; margin-top: 0.25rem; }

    /* Submit Button */
    .btn-custom {
      background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
      border: none;
      padding: 1rem 2rem;
      width: 100%;
      border-radius: 12px;
      font-weight: 600;
      font-size: 1.1rem;
      transition: var(--transition);
      position: relative;
      overflow: hidden;
      cursor: pointer;
      min-height: 56px;
      color: var(--text-light);
    }

    .btn-custom:hover:not(:disabled) {
      background: linear-gradient(135deg, var(--secondary-color), var(--primary-color));
      transform: translateY(-2px);
      box-shadow: 0 8px 25px var(--shadow-light);
    }

    .btn-custom:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }

    .btn-custom .spinner-border { width: 1.2rem; height: 1.2rem; margin-right: 0.5rem; }

    /* Success/Error Messages */
    .alert {
      border-radius: 12px;
      border: 1px solid var(--glass-border);
      margin-top: 1rem;
      backdrop-filter: blur(10px);
    }

    .alert-success { background: rgba(40, 167, 69, 0.2); color: var(--success-color); }
    .alert-danger { background: rgba(220, 53, 69, 0.2); color: var(--error-color); }

    /* Contact Info Section */
    .contact-info { margin-top: 3rem; }

    .info-card {
      background: var(--glass-bg);
      border-radius: 15px;
      padding: 1.5rem;
      text-align: center;
      transition: var(--transition);
      border: 1px solid var(--glass-border);
      height: 100%;
    }

    .info-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px var(--shadow-dark); }

    .info-card i { font-size: 2rem; color: var(--primary-color); margin-bottom: 1rem; }
    .info-card h5 { margin-bottom: 0.5rem; font-weight: 600; }

    /* Map Container */
    .map-container {
      margin-top: 3rem;
      background: var(--glass-bg);
      border-radius: 20px;
      overflow: hidden;
      border: 1px solid var(--glass-border);
      box-shadow: 0 8px 32px var(--shadow-dark);
    }

    .map-container iframe {
      width: 100%;
      height: 400px;
      border: none;
      filter: grayscale(0.2) brightness(0.8);
      transition: var(--transition);
    }

    .map-container:hover iframe { filter: grayscale(0) brightness(1); }

    /* Responsive */
    @media (max-width: 768px) {
      .contact-card { padding: 1.5rem; margin: 1rem; }
      .header-section { padding: 1rem 0; }
      .contact-section { padding: 1rem 0.5rem 2rem; }
      .map-container iframe { height: 300px; }
    }
        /* branding creaticity Home second section ideas Start */
/* Services Section */
 

#second-section-services {
  padding: 60px 0;
}

.service-card {
  perspective: 1000px;
  border: none;
  background: transparent;
}

.service-inner {
  position: relative;
  width: 100%;
  height: 320px;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.service-card:hover .service-inner {
  transform: rotateY(180deg);
}

.service-front, .service-back {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  backface-visibility: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  padding: 25px;
  transition: all 0.3s ease;
   /* color: #000000 !important; */
   z-index: 1 !important;
}

.service-front:hover {
  background: linear-gradient(135deg, #ff6b6b, #f06595);
  color: #fff;
}

.service-front i {
  font-size: 40px;
  color: #ff6b6b;
  transition: all 0.3s;
}

.service-front:hover i {
  color: #fff;
  transform: scale(1.2) rotate(10deg);
}

.service-back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, #4facfe, #00f2fe);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* color: #000000 !important; */
  z-index: 5 !important;
  
}

.service-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-top: 15px;
  color: #050d06;
}

.service-text {
  font-size: 0.95rem;
  margin-top: 10px;
  color: #050d06 !important;


}

.cta-btn {
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: bold;
  border: none;
  background: #fff;
  color: #0077ff;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.cta-btn:hover {
  background: #0077ff;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Modal Styling */
.modal-content {
  border-radius: 20px;
  background: linear-gradient(135deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 25px;
  box-shadow: 0px 8px 25px rgba(0,0,0,0.3);
}

.modal-header {
  border-bottom: none;
  text-align: center;
}

.modal-title {
  font-size: 1.5rem;
  font-weight: bold;
  width: 100%;
}

.form-control {
  border-radius: 12px;
  padding: 12px;
  border: none;
  margin-bottom: 15px;
}

.form-control:focus {
  box-shadow: 0 0 10px #fff;
}

.btn-submit {
  width: 100%;
  border-radius: 25px;
  font-weight: bold;
  padding: 12px;
  background: #ff6b6b;
  border: none;
  color: white;
  transition: all 0.3s;
}

.btn-submit:hover {
  background: #ff4757;
  transform: scale(1.05);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
}
    
        /* branding creaticity Home second section  ideas end */

    /* Testimonial Section Styles */
.testimonial-main-section {
    font-family: 'Arial', sans-serif;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.testimonial-main-container {
    max-width: 800px;
    width: 90%;
    background: white;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
}

.testimonial-main-header {
    background: linear-gradient(135deg, #2c3e50, #3498db);
    padding: 40px 20px 20px;
    text-align: center;
    position: relative;
}

.testimonial-section-title {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.testimonial-section-subtitle {
    color: #bdc3c7;
    font-size: 1.1rem;
    font-weight: 300;
}

.testimonial-main-content {
    padding: 50px 40px;
    text-align: center;
    position: relative;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.testimonial-slide-item {
    display: none;
    animation: testimonialFadeIn 0.6s ease-in-out;
}

.testimonial-slide-item.testimonial-active {
    display: block;
}

/* Remove fade animation since Owl Carousel handles transitions */
@keyframes testimonialFadeIn {
    from { 
        opacity: 1; 
        transform: translateY(0); 
    }
    to { 
        opacity: 1; 
        transform: translateY(0); 
    }
}

.testimonial-client-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 5px solid #3498db;
    margin: 0 auto 20px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(52, 152, 219, 0.3);
    transition: transform 0.3s ease;
}

.testimonial-client-image:hover {
    transform: scale(1.05);
}

.testimonial-client-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 10px;
}

.testimonial-client-position {
    font-size: 1.1rem;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.testimonial-stars-container {
    display: flex;
    justify-content: center;
    margin-bottom: 25px;
}

.testimonial-rating-star {
    color: #f39c12;
    font-size: 1.5rem;
    margin: 0 2px;
    transition: transform 0.2s ease;
    cursor: pointer;
}

.testimonial-rating-star:hover {
    transform: scale(1.2);
}

.testimonial-quote-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #34495e;
    max-width: 600px;
    margin: 0 auto;
    font-style: italic;
    position: relative;
    padding: 0 30px;
}

.testimonial-quote-text::before {
    content: '"';
    font-size: 4rem;
    color: #3498db;
    position: absolute;
    left: -10px;
    top: -20px;
    font-family: serif;
}

.testimonial-quote-text::after {
    content: '"';
    font-size: 4rem;
    color: #3498db;
    position: absolute;
    right: -10px;
    bottom: -40px;
    font-family: serif;
}

.testimonial-navigation-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background: #f8f9fa;
    gap: 20px;
}

.testimonial-prev-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3498db, #2980b9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.testimonial-next-arrow {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #3498db, #2980b9);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
}

.testimonial-prev-arrow:hover,
.testimonial-next-arrow:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(52, 152, 219, 0.4);
}

.testimonial-prev-arrow:active,
.testimonial-next-arrow:active {
    transform: translateY(-1px);
}

.testimonial-prev-arrow svg,
.testimonial-next-arrow svg {
    width: 20px;
    height: 20px;
    fill: white;
}

.testimonial-dots-wrapper {
    display: flex;
    gap: 15px;
}

.testimonial-indicator-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #bdc3c7;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.testimonial-indicator-dot.testimonial-dot-active {
    background: #3498db;
    transform: scale(1.2);
}

.testimonial-indicator-dot:hover {
    background: #3498db;
    transform: scale(1.1);
}

.testimonial-indicator-dot::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid transparent;
    top: -5px;
    left: -5px;
    transition: border-color 0.3s ease;
}

.testimonial-indicator-dot.testimonial-dot-active::after {
    border-color: #3498db;
}

.testimonial-floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.testimonial-floating-element {
    position: absolute;
    opacity: 0.1;
    animation: testimonialFloat 6s ease-in-out infinite;
    font-size: 2rem;
}

.testimonial-floating-element:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.testimonial-floating-element:nth-child(2) {
    top: 20%;
    right: 15%;
    animation-delay: 2s;
}

.testimonial-floating-element:nth-child(3) {
    bottom: 20%;
    left: 15%;
    animation-delay: 4s;
}

@keyframes testimonialFloat {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
    }
    50% { 
        transform: translateY(-20px) rotate(180deg); 
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .testimonial-main-section {
        padding: 20px 0;
        min-height: auto;
    }
    
    .testimonial-main-content {
        padding: 30px 20px;
    }

    .testimonial-section-title {
        font-size: 2rem;
    }

    .testimonial-client-image {
        width: 100px;
        height: 100px;
    }

    .testimonial-quote-text {
        font-size: 1.1rem;
        padding: 0 20px;
    }

    .testimonial-prev-arrow,
    .testimonial-next-arrow {
        width: 45px;
        height: 45px;
    }
    
    .testimonial-main-container {
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .testimonial-section-title {
        font-size: 1.8rem;
    }
    
    .testimonial-client-name {
        font-size: 1.5rem;
    }
    
    .testimonial-quote-text {
        font-size: 1rem;
        padding: 0 15px;
    }
    
    .testimonial-navigation-wrapper {
        padding: 20px;
        gap: 15px;
    }
}


/* Home Seventh Section About Us start */
 body {
      background: #020811;
      color: #fff;
      font-family: 'Poppins', sans-serif;
    } 

 /* Unique wrapper*/

    /* #home-seventh-section-aboutus {
      /* position: relative;
      min-height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: left;
      padding: 60px 20px;
      overflow: hidden;
      z-index:5; */
 
    } */

    #home-seventh-section-aboutus #home-seventh-section-aboutus-particles {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index:100 !important;
      bottom: 0;
      left: 0;
      
    }

    #home-seventh-section-aboutus .about-text h1 {
      font-size: 2.8rem;
      font-weight: 700;
      margin-bottom: 20px;
      color: #11d1ef;
      min-height: 60px;
     
    }

    #home-seventh-section-aboutus .about-text p {
      font-size: 1rem;
      color: #050202;
      line-height: 1.7;
       z-index: 1;
    }

    #home-seventh-section-aboutus .features-list {
      margin-top: 20px;
      
    }

    #home-seventh-section-aboutus .features-list li {
      list-style: none;
      margin-bottom: 10px;
      font-size: 1rem;
      color: #0a0404;
    }

    #home-seventh-section-aboutus .features-list li i {
      color: #00d4ff;
      margin-right: 10px;
    }

    #home-seventh-section-aboutus .btn-custom {
      margin-top: 25px;
      background: #00d4ff;
      color: #000;
      font-weight: 600;
      border-radius: 30px;
      padding: 10px 25px;
      transition: 0.3s;
    }

    #home-seventh-section-aboutus .btn-custom:hover {
      background: #fff;
      color: #00d4ff;
    }

    /* Flip Animation */
    #home-seventh-section-aboutus .flip {
      display: inline-block;
      animation: flip 3s infinite;
    }

    @keyframes flip {
      0% { transform: rotateX(0); }
      50% { transform: rotateX(180deg); }
      100% { transform: rotateX(360deg); }
    }

    /* Typing Effect */
    #home-seventh-section-aboutus-typing {
      padding-right: 5px;
      white-space: nowrap;
      overflow: hidden;
      display: inline-block;
    }

/* Home Seventh Section End */


/* SEO Services css */ 


    /* End SEO services*/